Merge "Use release CentOS SIGS repo to install openvswitch in C9S"

This commit is contained in:
Zuul 2023-06-13 14:44:44 +00:00 committed by Gerrit Code Review
commit 29f27ebaaa
1 changed files with 5 additions and 5 deletions

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