summaryrefslogtreecommitdiffstats
path: root/puppet/controller-post-puppet.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-06 10:05:57 +0000
committerGerrit Code Review <review@openstack.org>2015-07-06 10:05:57 +0000
commit9096f375fff7b0a6e8d015d8313da0fdbff41457 (patch)
tree264bd85ddc574e28d6e2963c079670136ee8b52e /puppet/controller-post-puppet.yaml
parent20536bc2e1eec5926df479d1fbc124df766b8ac0 (diff)
parent1787fbc7ca58f9965cd5d64b685c1f9beed4cb9b (diff)
Merge "Allow to enable fencing, pass through fencing config"
Diffstat (limited to 'puppet/controller-post-puppet.yaml')
-rw-r--r--puppet/controller-post-puppet.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/puppet/controller-post-puppet.yaml b/puppet/controller-post-puppet.yaml
index e88561e6..49cbe1e2 100644
--- a/puppet/controller-post-puppet.yaml
+++ b/puppet/controller-post-puppet.yaml
@@ -83,6 +83,16 @@ resources:
step: 4
update_identifier: {get_param: NodeConfigIdentifiers}
+ ControllerOvercloudServicesDeployment_Step6:
+ type: OS::Heat::StructuredDeployments
+ depends_on: ControllerOvercloudServicesDeployment_Step5
+ properties:
+ servers: {get_param: servers}
+ config: {get_resource: ControllerPuppetConfig}
+ input_values:
+ step: 5
+ update_identifier: {get_param: NodeConfigIdentifiers}
+
# Note, this should come last, so use depends_on to ensure
# this is created after any other resources.
ExtraConfig: