Fix paunch logs verbosity control
Make ConfigDebug also controlling the paunch logs verbosity. Depends-On: https://review.openstack.org/614166 Related-Bug: #1799182 Change-Id: I89fd73eaa2120f06ab245be148a60bb08f0cb512 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
parent
d747625b82
commit
c5d1b6fb63
common
environments
releasenotes/notes
@ -480,7 +480,7 @@
|
|||||||
# This acts as a salt to enable restarting the container if config changes
|
# This acts as a salt to enable restarting the container if config changes
|
||||||
- name: Start containers for step {{ step }}
|
- name: Start containers for step {{ step }}
|
||||||
command: >-
|
command: >-
|
||||||
paunch --debug apply
|
paunch {% if enable_debug|bool %}--debug{% else %}-v{% endif %} apply
|
||||||
--default-runtime "{{ container_cli }}"
|
--default-runtime "{{ container_cli }}"
|
||||||
--file /var/lib/tripleo-config/hashed-docker-container-startup-config-step_{{ step }}.json
|
--file /var/lib/tripleo-config/hashed-docker-container-startup-config-step_{{ step }}.json
|
||||||
--config-id tripleo_step{{ step }} --managed-by tripleo-{{ tripleo_role_name }}
|
--config-id tripleo_step{{ step }} --managed-by tripleo-{{ tripleo_role_name }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# A Heat environment file which can be used to enable config
|
# A Heat environment file which can be used to enable config
|
||||||
# management (e.g. Puppet) debugging.
|
# management (e.g. Puppet/Paunch) debugging.
|
||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
ConfigDebug: true
|
ConfigDebug: true
|
||||||
|
4
releasenotes/notes/logging-paunch-7fa8570b380a7ebd.yaml
Normal file
4
releasenotes/notes/logging-paunch-7fa8570b380a7ebd.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- |
|
||||||
|
Paramter ``ConfigDebug`` now also controls the paunch logs verbosity.
|
Loading…
x
Reference in New Issue
Block a user