tripleo-heat-templates/puppet/extraconfig/pre_deploy
Jiri Stransky 66b5c5d5a2 Populate vnc_api_lib.ini on compute nodes with OpenContrail
This is setting sane defaults for vnc_api_lib.ini as requested from the
field. The settings still can be overriden using NovaComputeExtraConfig
if needed.

Change-Id: I6a823c0b34f6ea21aa16939577ac0e1563483557
Closes-Bug: #1620647
2016-09-08 18:23:09 +02:00
..
compute Populate vnc_api_lib.ini on compute nodes with OpenContrail 2016-09-08 18:23:09 +02:00
controller Drop extraconfig for neutron-opencontrail.yaml 2016-06-16 15:04:25 -04:00
README Wire in Controller pre-deployment extraconfig 2015-07-06 10:56:11 -04:00
default.yaml Wire in Controller pre-deployment extraconfig 2015-07-06 10:56:11 -04:00
per_node.yaml Set the name property for all deployment resources 2015-12-10 14:48:04 +13: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