Enable DockerPuppetDebug

docker-puppet.py uses the DockerPuppetDebug boolean to trigger debug
logging. It is disabled by default which makes it hard to understand
what is happening in CI. Let's enable it for CI.

Change-Id: I071955df802d09bb4f6496617942868c7da421fd
This commit is contained in:
Alex Schultz 2018-01-03 14:10:30 -07:00 committed by Emilien Macchi
parent 4f859ea556
commit 3764ab157b
9 changed files with 10 additions and 1 deletions

View File

@ -56,5 +56,6 @@ parameter_defaults:
nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::libvirt_virt_type: qemu
Debug: True
DockerPuppetDebug: True
NotificationDriver: 'noop'
GlanceBackend: 'file'

View File

@ -64,5 +64,6 @@ parameter_defaults:
heat::rpc_response_timeout: 600
SwiftCeilometerPipelineEnabled: False
Debug: True
DockerPuppetDebug: True
NotificationDriver: 'noop'
GlanceBackend: 'file'

View File

@ -53,4 +53,5 @@ parameter_defaults:
ControllerExtraConfig:
nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::libvirt_virt_type: qemu
Debug: true
Debug: true
DockerPuppetDebug: True

View File

@ -109,6 +109,7 @@ parameter_defaults:
- panko://
Debug: true
DockerPuppetDebug: True
#TODO(gfidente): remove when the new default is in tripleo-common
DockerCephDaemonImage: docker.io/ceph/daemon:tag-build-master-luminous-centos-7
CephAnsibleDisksConfig:

View File

@ -103,6 +103,7 @@ parameter_defaults:
- panko://
GnocchiArchivePolicy: 'high'
Debug: true
DockerPuppetDebug: True
ZaqarMessageStore: 'swift'
ZaqarManagementStore: 'sqlalchemy'
SwiftCeilometerPipelineEnabled: false

View File

@ -66,6 +66,7 @@ parameter_defaults:
nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::libvirt_virt_type: qemu
Debug: true
DockerPuppetDebug: True
# we don't deploy Swift so we switch to file backend.
GlanceBackend: 'file'
KeystoneTokenProvider: 'fernet'

View File

@ -91,6 +91,7 @@ parameter_defaults:
nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::libvirt_virt_type: qemu
Debug: true
DockerPuppetDebug: True
#TODO(gfidente): remove when the new default is in tripleo-common
DockerCephDaemonImage: docker.io/ceph/daemon:tag-build-master-luminous-centos-7
CephAnsibleDisksConfig:

View File

@ -46,6 +46,7 @@ parameter_defaults:
- OS::TripleO::Services::TripleoFirewall
Debug: true
DockerPuppetDebug: True
BannerText: |
******************************************************************
* This system is for the use of authorized users only. Usage of *

View File

@ -70,6 +70,7 @@ parameter_defaults:
NeutronVniRanges: ['1:65536', ]
OVNBridgeMappings: 'datacentre:br-ex'
Debug: true
DockerPuppetDebug: True
BannerText: |
******************************************************************
* This system is for the use of authorized users only. Usage of *