Use release CentOS SIGS repo to install openvswitch in C9S

After moving to C9S we started using testing repository for ovs and we
never switched to release one after NFV SIG started releasing packages
to the official mirrors.

Change-Id: I0f199c9fafe9d5ac3a47b9e55a2d33c4d6735604
This commit is contained in:
Alfredo Moralejo 2023-05-22 09:11:51 +02:00
parent 45b70f4a56
commit b778eaa960

View File

@ -20,11 +20,11 @@ baseurl=http://mirror.centos.org/centos/8-stream/cloud/$basearch/openstack-train
{% endif %} {% endif %}
gpgcheck=0 gpgcheck=0
enabled=1 enabled=1
# TODO: Replace testing repo once C9 released repos as available. Currently Centos9 stream release # For C9S we need to consume RDO packages from testing repo as it was never released to official
# repos are not available so need to use testing repo available at buildlogs.centos.org. # mirrors. For OpenvSwitch however we must use release official repo.
{% elif ansible_distribution_major_version|int == 9 %} {% elif ansible_distribution_major_version|int == 9 %}
[RDO-CentOS9-stream-deps] [RDO-CentOS9-stream-deps]
name=CentOS OpenStack Xena Repository name=CentOS OpenStack Wallaby Repository
{% if zuul_site_mirror_fqdn is defined %} {% if zuul_site_mirror_fqdn is defined %}
baseurl=http://{{ zuul_site_mirror_fqdn }}:8080/buildlogs.centos/9-stream/cloud/x86_64/openstack-wallaby/ baseurl=http://{{ zuul_site_mirror_fqdn }}:8080/buildlogs.centos/9-stream/cloud/x86_64/openstack-wallaby/
{% else %} {% else %}
@ -35,9 +35,9 @@ enabled=1
[RDO-CentOS9-stream-nfv] [RDO-CentOS9-stream-nfv]
name=CentOS9 Stream NFV Repository name=CentOS9 Stream NFV Repository
{% if zuul_site_mirror_fqdn is defined %} {% if zuul_site_mirror_fqdn is defined %}
baseurl=http://{{ zuul_site_mirror_fqdn }}:8080/buildlogs.centos/9-stream/nfv/x86_64/openvswitch-2/ baseurl=http://{{ zuul_site_mirror_fqdn }}/centos-stream/SIGs/9-stream/nfv/x86_64/openvswitch-2/
{% else %} {% else %}
baseurl=https://buildlogs.centos.org/centos/9-stream/nfv/x86_64/openvswitch-2/ baseurl=https://mirror.stream.centos.org/SIGs/9-stream/nfv/x86_64/openvswitch-2/
{% endif %} {% endif %}
gpgcheck=0 gpgcheck=0
enabled=1 enabled=1