tripleo-heat-templates/puppet/extraconfig/pre_deploy
Rabi Mishra f7bae9b7ff Fix python binary lookup regression
Backport of I65f46056f8a908c60c99d1cee3738344a0bce6b7 is broken
as it's missing Ida7a7cbd064ebdb923f38c9102eb4b0771f9b273 in stable
branches.

Change-Id: Ib664fa362139d08226f63322d9be2ebb6c0bec72
Closes-Bug: #1820947
(cherry picked from commit 4bd3d245cf)
2019-03-22 04:04:44 +00:00
..
compute Change template names to queens 2017-11-23 10:15:32 +01:00
controller Change template names to queens 2017-11-23 10:15:32 +01:00
README Wire in Controller pre-deployment extraconfig 2015-07-06 10:56:11 -04:00
default.yaml Change template names to queens 2017-11-23 10:15:32 +01:00
per_node.yaml Fix python binary lookup regression 2019-03-22 04:04:44 +00:00

README

This tree contains additional configuration which happens "pre deployment",
e.g before the OpenStack services themselves are configured but after the
nodes themselves have been provisioned and initially configured.

Typically for puppet deployments these additional configs will put in place
hieradata which is then consumed by the subsequent puppet configuration
which occurs during the post-deployment phase.

If you need to specify multiple configs, you can chain them together in a
template, see the multiple.yaml example:

  OS::TripleO::ControllerExtraConfigPre: puppet/extraconfig/pre_deploy/controller/multiple.yaml