Changes for configuring Nuage
[apex-tripleo-heat-templates.git] / puppet / controller-config.yaml
index 34c68ba..f85e1a9 100644 (file)
@@ -1,8 +1,14 @@
-heat_template_version: 2014-10-16
+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: