Merge "Save kolla-generated per-node configuration in CI logs"

This commit is contained in:
Zuul 2018-11-02 17:20:04 +00:00 committed by Gerrit Code Review
commit 35697d826f
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ copy_logs() {
if [[ -d ${CONFIG_DIR} ]]; then
cp -rnL ${CONFIG_DIR}/etc/kayobe/* ${LOG_DIR}/kayobe_configs
cp -rnL ${CONFIG_DIR}/etc/kolla/* ${LOG_DIR}/kolla_configs
cp -rnL /etc/kolla/* ${LOG_DIR}/kolla_node_configs
# Don't save the IPA images.
rm ${LOG_DIR}/kayobe_configs/kolla/config/ironic/ironic-agent.{kernel,initramfs}
rm ${LOG_DIR}/kolla_configs/config/ironic/ironic-agent.{kernel,initramfs}

View File

@ -13,6 +13,7 @@
- "docker_logs"
- "kayobe_configs"
- "kolla_configs"
- "kolla_node_configs"
- "system_logs"
- "kolla"
- "ansible"