Merge "Fix paunch logs verbosity control"
This commit is contained in:
commit
3027b16fa6
@ -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