diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-10-12 08:10:26 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-10-12 08:10:26 +0000 |
commit | 461b8b0ce8476990c790701cdea960e6a2d6826f (patch) | |
tree | a57526c35ff400c057d226e892274158047f314d /puppet/controller-config.yaml | |
parent | 9fed7785b036d8d60d35c64e4e0fc29fcb771284 (diff) | |
parent | 94822943c15aaec1c68c5e36dc667185c36f490d (diff) |
Merge "Allow enabling debug mode for config management (Puppet)"
Diffstat (limited to 'puppet/controller-config.yaml')
-rw-r--r-- | puppet/controller-config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/controller-config.yaml b/puppet/controller-config.yaml index 4135ffac..f85e1a9e 100644 --- a/puppet/controller-config.yaml +++ b/puppet/controller-config.yaml @@ -3,6 +3,12 @@ heat_template_version: 2015-04-30 description: > A software config which runs manifests/overcloud_controller.pp +parameters: + ConfigDebug: + default: false + description: Whether to run config management (e.g. Puppet) in debug mode. + type: boolean + resources: ControllerPuppetConfigImpl: @@ -10,6 +16,7 @@ resources: properties: group: puppet options: + enable_debug: {get_param: ConfigDebug} enable_hiera: True enable_facter: False outputs: |