Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlehiera directory
/etc/puppetlabs/code/environments/<your environment>/data/common.yaml

/etc/puppetlabs/code/environments/<your environment>/data/node/plsparcdom001.yaml (The name of your master is specified in the command)


For a bug in the Docker image, add or replace the following string inside the common.yaml file:

Code Block
titletigera-calico-env
kubernetes::cni_network_preinstall: https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/tigera-operator.yaml
kubernetes::cni_network_provider: https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/custom-resources.yaml



Each variable specified in the two generated files can be rewritten by Foreman, based on Puppet's ENC paradigm.

...