Skip to content
Snippets Groups Projects
Commit 571c8971 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Collect docker and systemd configs"

parents b16bb0d7 2430c290
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ copy_logs() {
cp -rnL /etc/kolla/* ${LOG_DIR}/kolla_configs/
# Don't save the IPA images.
rm ${LOG_DIR}/kolla_configs/config/ironic/ironic-agent.{kernel,initramfs}
mkdir ${LOG_DIR}/system_configs/
cp -rL /etc/{docker,systemd} ${LOG_DIR}/system_configs/
cp -rvnL /var/log/* ${LOG_DIR}/system_logs/
......
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