Skip to content
Snippets Groups Projects
Commit e327a843 authored by Mark Goddard's avatar Mark Goddard
Browse files

Save kolla-generated per-node configuration in CI logs

Currently we're saving the config generated by kayobe for kolla, but not
the config generated by kolla for the containers. This change fixes
that.

Change-Id: I5558a4fb8285a4e96f6918d133452d664b7bf0fa
parent bf732329
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ copy_logs() { ...@@ -14,6 +14,7 @@ copy_logs() {
if [[ -d ${CONFIG_DIR} ]]; then if [[ -d ${CONFIG_DIR} ]]; then
cp -rnL ${CONFIG_DIR}/etc/kayobe/* ${LOG_DIR}/kayobe_configs cp -rnL ${CONFIG_DIR}/etc/kayobe/* ${LOG_DIR}/kayobe_configs
cp -rnL ${CONFIG_DIR}/etc/kolla/* ${LOG_DIR}/kolla_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. # Don't save the IPA images.
rm ${LOG_DIR}/kayobe_configs/kolla/config/ironic/ironic-agent.{kernel,initramfs} rm ${LOG_DIR}/kayobe_configs/kolla/config/ironic/ironic-agent.{kernel,initramfs}
rm ${LOG_DIR}/kolla_configs/config/ironic/ironic-agent.{kernel,initramfs} rm ${LOG_DIR}/kolla_configs/config/ironic/ironic-agent.{kernel,initramfs}
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
- "docker_logs" - "docker_logs"
- "kayobe_configs" - "kayobe_configs"
- "kolla_configs" - "kolla_configs"
- "kolla_node_configs"
- "system_logs" - "system_logs"
- "kolla" - "kolla"
- "ansible" - "ansible"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment