From b778eaa960cb4a8ee0fa48f2c8ad394ba39f5a6f Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Mon, 22 May 2023 09:11:51 +0200 Subject: [PATCH] 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 --- .../templates/zuul-multi-node-bridge-ovs.repo.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 4a936533a..e10755698 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 @@ -20,11 +20,11 @@ baseurl=http://mirror.centos.org/centos/8-stream/cloud/$basearch/openstack-train {% endif %} gpgcheck=0 enabled=1 -# TODO: Replace testing repo once C9 released repos as available. Currently Centos9 stream release -# repos are not available so need to use testing repo available at buildlogs.centos.org. +# For C9S we need to consume RDO packages from testing repo as it was never released to official +# mirrors. For OpenvSwitch however we must use release official repo. {% elif ansible_distribution_major_version|int == 9 %} [RDO-CentOS9-stream-deps] -name=CentOS OpenStack Xena Repository +name=CentOS OpenStack Wallaby Repository {% if zuul_site_mirror_fqdn is defined %} baseurl=http://{{ zuul_site_mirror_fqdn }}:8080/buildlogs.centos/9-stream/cloud/x86_64/openstack-wallaby/ {% else %} @@ -35,9 +35,9 @@ enabled=1 [RDO-CentOS9-stream-nfv] name=CentOS9 Stream NFV Repository {% 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 %} -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 %} gpgcheck=0 enabled=1