From 075262e0364c981e700b9097fd6ce9aae82444bc Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 26 Feb 2026 10:41:32 +0100 Subject: [PATCH] Add OVN logs to artifacts We do not store or collect ovn configuration and logs which make it harder to debug and investigate. As most of configuration for OVN are environment files stored in defaults, we collect the folder as well. Change-Id: I081c0b927cdd46f0408a6bd37dcf008944105339 Signed-off-by: Dmitriy Rabotyagov --- scripts/log-collect.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/log-collect.sh b/scripts/log-collect.sh index 01f211cd75..ca49f7beff 100755 --- a/scripts/log-collect.sh +++ b/scripts/log-collect.sh @@ -42,6 +42,7 @@ COMMON_ETC_LOG_NAMES="apt \ clusterapi \ corosync \ ceph \ + default \ dnf \ exports \ ganesha \ @@ -62,6 +63,7 @@ COMMON_ETC_LOG_NAMES="apt \ nginx \ openstack_deploy \ openvswitch \ + ovn \ pacemaker \ pip.conf \ qpid-dispatch \