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:
parent
4f859ea556
commit
3764ab157b
@ -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'
|
||||
|
@ -64,5 +64,6 @@ parameter_defaults:
|
||||
heat::rpc_response_timeout: 600
|
||||
SwiftCeilometerPipelineEnabled: False
|
||||
Debug: True
|
||||
DockerPuppetDebug: True
|
||||
NotificationDriver: 'noop'
|
||||
GlanceBackend: 'file'
|
||||
|
@ -54,3 +54,4 @@ parameter_defaults:
|
||||
nova::compute::libvirt::services::libvirt_virt_type: qemu
|
||||
nova::compute::libvirt::libvirt_virt_type: qemu
|
||||
Debug: true
|
||||
DockerPuppetDebug: True
|
||||
|
@ -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:
|
||||
|
@ -103,6 +103,7 @@ parameter_defaults:
|
||||
- panko://
|
||||
GnocchiArchivePolicy: 'high'
|
||||
Debug: true
|
||||
DockerPuppetDebug: True
|
||||
ZaqarMessageStore: 'swift'
|
||||
ZaqarManagementStore: 'sqlalchemy'
|
||||
SwiftCeilometerPipelineEnabled: false
|
||||
|
@ -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'
|
||||
|
@ -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:
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user