From 2430c290334c811191dfce17da8f1f19f4db02fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Mon, 1 Jul 2019 13:33:03 +0200 Subject: [PATCH] CI: Collect docker and systemd configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I59a05e8a0a2656596d2cced61bd98f2aa790d60b Signed-off-by: Radosław Piliszek --- tests/get_logs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/get_logs.sh b/tests/get_logs.sh index 359f1f3f1c..e50301255c 100644 --- a/tests/get_logs.sh +++ b/tests/get_logs.sh @@ -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/