Skip to content
Snippets Groups Projects
Commit e7d5c584 authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

CI: collect more system configs (name resolution)


This patch adds configs relevant to name resolution.

Change-Id: I7ebc2409e9ec0bd875abf0bf4e452bc89efe940d
Signed-off-by: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>
parent ec843720
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