diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-04-03 15:33:06 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-04-03 15:33:07 +0000 |
commit | 44bad1dd2489d92cd360ffcc4b79d8a5fe94aa2b (patch) | |
tree | d0403892719f578cab2df304a1429f2f5458ebea /puppet/controller-config.yaml | |
parent | 59bbf36092330f36f9de9cf2b6e39943a90a6f06 (diff) | |
parent | 0bcf693a73609e56f9c077bf70e6b97367ead716 (diff) |
Merge "Configure ControllerServices via resource chains"
Diffstat (limited to 'puppet/controller-config.yaml')
-rw-r--r-- | puppet/controller-config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/controller-config.yaml b/puppet/controller-config.yaml index f7a6a56d..458aff32 100644 --- a/puppet/controller-config.yaml +++ b/puppet/controller-config.yaml @@ -8,6 +8,10 @@ parameters: default: false description: Whether to run config management (e.g. Puppet) in debug mode. type: boolean + StepConfig: + type: string + description: Config manifests that will be used to step through the deployment. + default: '' resources: @@ -26,6 +30,7 @@ resources: - '' - - get_file: manifests/overcloud_controller.pp - get_file: manifests/ringbuilder.pp + - {get_param: StepConfig} outputs: OS::stack_id: |