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

Merge "CI: collect more system configs (name resolution)"

parents 6211aab1 e7d5c584
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ copy_logs() {
# 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 -rL /etc/{hostname,hosts,resolv.conf,nsswitch.conf,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