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
This commit is contained in:
Alfredo Moralejo 2022-08-04 16:34:09 +02:00
parent d1c36bb472
commit 78f1dfaf8a
1 changed files with 2 additions and 2 deletions

View File

@ -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