aboutsummaryrefslogtreecommitdiffstats
path: root/docker/deploy-steps-playbook.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2017-06-26 09:53:31 -0400
committerDan Prince <dprince@redhat.com>2017-06-28 10:26:32 -0400
commitd2e0dcdb200fb95a88ee1da26b96828b21fcecc1 (patch)
tree1e29847efa5e934aaa66beb4747a89c1176e0a1e /docker/deploy-steps-playbook.yaml
parent9ac589295f199133df8192d67cfe10f011ef08dd (diff)
Default docker-puppet.py logging to INFO
If you want debug logging you can set the new DockerPuppetDebug heat parameter to 'True'. Change-Id: Iae7bb67379351ea15d61c331867d7005f07ba98e Closes-bug: 1700570
Diffstat (limited to 'docker/deploy-steps-playbook.yaml')
-rw-r--r--docker/deploy-steps-playbook.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/deploy-steps-playbook.yaml b/docker/deploy-steps-playbook.yaml
index b3cb500f..87587a4b 100644
--- a/docker/deploy-steps-playbook.yaml
+++ b/docker/deploy-steps-playbook.yaml
@@ -17,6 +17,7 @@
shell: python /var/lib/docker-puppet/docker-puppet.py
environment:
NET_HOST: 'true'
+ DEBUG: '{{docker_puppet_debug}}'
when: step == "1"
changed_when: false
check_mode: no