From 7042abd91f70c05105d423bf97ac19f9ba3f9223 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Thu, 7 Mar 2024 09:57:44 +0100 Subject: [PATCH] Add ovs and ovn logs to be collected in all devstack jobs ML2/OVN is default Neutron backend in Devstack since couple of cycles already and it would be useful to have ovs/ovn logs collected in all such jobs. Related-Bug: #2052787 Change-Id: Icce8f469b3bc1154b6ac46382f35ee6ff91682f3 --- zuul.d/base.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 0ac893a74f..3b402c85f9 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -24,6 +24,8 @@ min_compute_nodes: "{{ groups['compute'] | default(['controller']) | length }}" test_results_stage_name: test_results zuul_copy_output: + '/var/log/openvswitch': logs + '/var/log/ovn': logs '{{ devstack_base_dir }}/tempest/etc/tempest.conf': logs '{{ devstack_base_dir }}/tempest/etc/accounts.yaml': logs '{{ devstack_base_dir }}/tempest/tempest.log': logs