aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/controller-post.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-04-03 15:33:06 +0000
committerGerrit Code Review <review@openstack.org>2016-04-03 15:33:07 +0000
commit44bad1dd2489d92cd360ffcc4b79d8a5fe94aa2b (patch)
treed0403892719f578cab2df304a1429f2f5458ebea /puppet/controller-post.yaml
parent59bbf36092330f36f9de9cf2b6e39943a90a6f06 (diff)
parent0bcf693a73609e56f9c077bf70e6b97367ead716 (diff)
Merge "Configure ControllerServices via resource chains"
Diffstat (limited to 'puppet/controller-post.yaml')
-rw-r--r--puppet/controller-post.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/puppet/controller-post.yaml b/puppet/controller-post.yaml
index 04f20b61..80b08a06 100644
--- a/puppet/controller-post.yaml
+++ b/puppet/controller-post.yaml
@@ -13,7 +13,10 @@ parameters:
NodeConfigIdentifiers:
type: json
description: Value which changes if the node configuration may need to be re-applied
-
+ StepConfig:
+ type: string
+ description: Config manifests that will be used to step through the deployment.
+ default: ''
resources:
@@ -35,6 +38,8 @@ resources:
ControllerPuppetConfig:
type: OS::TripleO::ControllerConfig
+ properties:
+ StepConfig: {get_param: StepConfig}
# Step through a series of Puppet runs using the same manifest.
# NOTE: To enable stepping through the deployments via heat hooks,