tripleo-heat-templates/puppet/extraconfig/pre_deploy
Giulio Fidente 752394a111 Use netapp_host_type instead of netapp_eseries_host_type
This patch deprecates netapp_eseries_host_type in favor of netapp_host_type.

Change-Id: I113c770ca2e4dc54526d4262bacae48e223c54f4
Closes-Bug: 1579161
2016-09-29 10:52:12 +02:00
..
compute Populate vnc_api_lib.ini on compute nodes with OpenContrail 2016-09-08 18:23:09 +02:00
controller Use netapp_host_type instead of netapp_eseries_host_type 2016-09-29 10:52:12 +02: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