From ee00742befa537472154286cf48aef43f8e1375d Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Thu, 28 Apr 2022 18:53:38 +0530 Subject: [PATCH] Collect ovn/ovs logs and ovn dbs The jobs running with ovs/ovn distro packages not having logs collected, adding these to zuul_copy_output so these get's collected. These will be helpful in troubleshooting issues faced in the jobs related to ovs or ovn. Related-Bug: #1970679 Change-Id: Iba591ca9d6e4d55f6152648a3adb1176a841581d --- zuul.d/base.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index e524c0b5..4efcd0c9 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -125,3 +125,7 @@ CUSTOMIZE_IMAGE: true BUILD_TIMEOUT: 784 tempest_concurrency: 3 # out of 4 + zuul_copy_output: + '/var/log/ovn': 'logs' + '/var/log/openvswitch': 'logs' + '/var/lib/ovn': 'logs'