From 94822943c15aaec1c68c5e36dc667185c36f490d Mon Sep 17 00:00:00 2001 From: Jiri Stransky Date: Thu, 16 Jul 2015 10:43:18 +0200 Subject: Allow enabling debug mode for config management (Puppet) Also adds an environment file which can be passed to heat stack-create to enable debugging. Change-Id: I9758e2ca3de6a0bed6d20c37ea19e48f47220721 Depends-On: Ie92d1714a8d7e59d347474039be999bd3a2b542f --- puppet/controller-config-pacemaker.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'puppet/controller-config-pacemaker.yaml') diff --git a/puppet/controller-config-pacemaker.yaml b/puppet/controller-config-pacemaker.yaml index 38161cd7..dc81498a 100644 --- a/puppet/controller-config-pacemaker.yaml +++ b/puppet/controller-config-pacemaker.yaml @@ -3,6 +3,12 @@ heat_template_version: 2015-04-30 description: > A software config which runs manifests/overcloud_controller_pacemaker.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: -- cgit 1.2.3-korg