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::services::libvirt_virt_type: qemu
|
||||||
nova::compute::libvirt::libvirt_virt_type: qemu
|
nova::compute::libvirt::libvirt_virt_type: qemu
|
||||||
Debug: True
|
Debug: True
|
||||||
|
DockerPuppetDebug: True
|
||||||
NotificationDriver: 'noop'
|
NotificationDriver: 'noop'
|
||||||
GlanceBackend: 'file'
|
GlanceBackend: 'file'
|
||||||
|
@ -64,5 +64,6 @@ parameter_defaults:
|
|||||||
heat::rpc_response_timeout: 600
|
heat::rpc_response_timeout: 600
|
||||||
SwiftCeilometerPipelineEnabled: False
|
SwiftCeilometerPipelineEnabled: False
|
||||||
Debug: True
|
Debug: True
|
||||||
|
DockerPuppetDebug: True
|
||||||
NotificationDriver: 'noop'
|
NotificationDriver: 'noop'
|
||||||
GlanceBackend: 'file'
|
GlanceBackend: 'file'
|
||||||
|
@ -54,3 +54,4 @@ parameter_defaults:
|
|||||||
nova::compute::libvirt::services::libvirt_virt_type: qemu
|
nova::compute::libvirt::services::libvirt_virt_type: qemu
|
||||||
nova::compute::libvirt::libvirt_virt_type: qemu
|
nova::compute::libvirt::libvirt_virt_type: qemu
|
||||||
Debug: true
|
Debug: true
|
||||||
|
DockerPuppetDebug: True
|
||||||
|
@ -109,6 +109,7 @@ parameter_defaults:
|
|||||||
- panko://
|
- panko://
|
||||||
|
|
||||||
Debug: true
|
Debug: true
|
||||||
|
DockerPuppetDebug: True
|
||||||
#TODO(gfidente): remove when the new default is in tripleo-common
|
#TODO(gfidente): remove when the new default is in tripleo-common
|
||||||
DockerCephDaemonImage: docker.io/ceph/daemon:tag-build-master-luminous-centos-7
|
DockerCephDaemonImage: docker.io/ceph/daemon:tag-build-master-luminous-centos-7
|
||||||
CephAnsibleDisksConfig:
|
CephAnsibleDisksConfig:
|
||||||
|
@ -103,6 +103,7 @@ parameter_defaults:
|
|||||||
- panko://
|
- panko://
|
||||||
GnocchiArchivePolicy: 'high'
|
GnocchiArchivePolicy: 'high'
|
||||||
Debug: true
|
Debug: true
|
||||||
|
DockerPuppetDebug: True
|
||||||
ZaqarMessageStore: 'swift'
|
ZaqarMessageStore: 'swift'
|
||||||
ZaqarManagementStore: 'sqlalchemy'
|
ZaqarManagementStore: 'sqlalchemy'
|
||||||
SwiftCeilometerPipelineEnabled: false
|
SwiftCeilometerPipelineEnabled: false
|
||||||
|
@ -66,6 +66,7 @@ parameter_defaults:
|
|||||||
nova::compute::libvirt::services::libvirt_virt_type: qemu
|
nova::compute::libvirt::services::libvirt_virt_type: qemu
|
||||||
nova::compute::libvirt::libvirt_virt_type: qemu
|
nova::compute::libvirt::libvirt_virt_type: qemu
|
||||||
Debug: true
|
Debug: true
|
||||||
|
DockerPuppetDebug: True
|
||||||
# we don't deploy Swift so we switch to file backend.
|
# we don't deploy Swift so we switch to file backend.
|
||||||
GlanceBackend: 'file'
|
GlanceBackend: 'file'
|
||||||
KeystoneTokenProvider: 'fernet'
|
KeystoneTokenProvider: 'fernet'
|
||||||
|
@ -91,6 +91,7 @@ parameter_defaults:
|
|||||||
nova::compute::libvirt::services::libvirt_virt_type: qemu
|
nova::compute::libvirt::services::libvirt_virt_type: qemu
|
||||||
nova::compute::libvirt::libvirt_virt_type: qemu
|
nova::compute::libvirt::libvirt_virt_type: qemu
|
||||||
Debug: true
|
Debug: true
|
||||||
|
DockerPuppetDebug: True
|
||||||
#TODO(gfidente): remove when the new default is in tripleo-common
|
#TODO(gfidente): remove when the new default is in tripleo-common
|
||||||
DockerCephDaemonImage: docker.io/ceph/daemon:tag-build-master-luminous-centos-7
|
DockerCephDaemonImage: docker.io/ceph/daemon:tag-build-master-luminous-centos-7
|
||||||
CephAnsibleDisksConfig:
|
CephAnsibleDisksConfig:
|
||||||
|
@ -46,6 +46,7 @@ parameter_defaults:
|
|||||||
- OS::TripleO::Services::TripleoFirewall
|
- OS::TripleO::Services::TripleoFirewall
|
||||||
|
|
||||||
Debug: true
|
Debug: true
|
||||||
|
DockerPuppetDebug: True
|
||||||
BannerText: |
|
BannerText: |
|
||||||
******************************************************************
|
******************************************************************
|
||||||
* This system is for the use of authorized users only. Usage of *
|
* This system is for the use of authorized users only. Usage of *
|
||||||
|
@ -70,6 +70,7 @@ parameter_defaults:
|
|||||||
NeutronVniRanges: ['1:65536', ]
|
NeutronVniRanges: ['1:65536', ]
|
||||||
OVNBridgeMappings: 'datacentre:br-ex'
|
OVNBridgeMappings: 'datacentre:br-ex'
|
||||||
Debug: true
|
Debug: true
|
||||||
|
DockerPuppetDebug: True
|
||||||
BannerText: |
|
BannerText: |
|
||||||
******************************************************************
|
******************************************************************
|
||||||
* This system is for the use of authorized users only. Usage of *
|
* This system is for the use of authorized users only. Usage of *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user