Merge "Do not dump detail of container definitions" into stable/zed

This commit is contained in:
Zuul 2023-03-13 05:37:40 +00:00 committed by Gerrit Code Review
commit 5abfadbd26
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@
copy:
content: "{{ item.value | to_nice_json }}"
dest: "{{ tripleo_container_standalone_container_startup_config_dir }}/{{ tripleo_container_standalone_service }}/{{ item.key }}.json"
# NOTE(tkajinam): Some containers (eg. keystone_bootstrap) contain secrets
# in its environments. Hide the output to avoid dumping these
# to output.
no_log: true
loop: "{{ tripleo_container_standalone_container_defs | dict2items }}"
- name: Run {{ tripleo_container_standalone_service }} containers