From 78f1dfaf8a6f3b0d06ae281daee35ba4f06315cc Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Thu, 4 Aug 2022 16:34:09 +0200 Subject: [PATCH] Use RDO wallaby repo to install openvswitch in CS9 We should use the oldest release where we run centos stream 9 jobs which is wallaby. We set up xena in the past as we backported cs9 jobs to xena first but now we should switch to wallaby or we may hit issues in wallaby jobs when the ovs version in xena is higher that in wallaby (as now). Change-Id: I18dab9701e96b25396b45df221f54fe94c1ab36b --- .../templates/zuul-multi-node-bridge-ovs.repo.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/multi-node-bridge/templates/zuul-multi-node-bridge-ovs.repo.j2 b/roles/multi-node-bridge/templates/zuul-multi-node-bridge-ovs.repo.j2 index ea6ed7b72..4a936533a 100644 --- a/roles/multi-node-bridge/templates/zuul-multi-node-bridge-ovs.repo.j2 +++ b/roles/multi-node-bridge/templates/zuul-multi-node-bridge-ovs.repo.j2 @@ -26,9 +26,9 @@ enabled=1 [RDO-CentOS9-stream-deps] name=CentOS OpenStack Xena Repository {% if zuul_site_mirror_fqdn is defined %} -baseurl=http://{{ zuul_site_mirror_fqdn }}:8080/buildlogs.centos/9-stream/cloud/x86_64/openstack-xena/ +baseurl=http://{{ zuul_site_mirror_fqdn }}:8080/buildlogs.centos/9-stream/cloud/x86_64/openstack-wallaby/ {% else %} -baseurl=https://buildlogs.centos.org/centos/9-stream/cloud/x86_64/openstack-xena/ +baseurl=https://buildlogs.centos.org/centos/9-stream/cloud/x86_64/openstack-wallaby/ {% endif %} gpgcheck=0 enabled=1