From 62cc9b24e140d847359f496523bd2555737fceed Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Mon, 31 Jan 2022 11:05:21 +0100 Subject: [PATCH] Install OVS from RDO Train Testing repository for CS8 CentOS Linux 8 repos have been removed from centos mirrors. We were using that repo to install OVS in multi-node from train repo. This patch is moving multi-node rolo to install ovs from the RDO testing repo for train until we have it pushed to the official mirrors for CS8. Change-Id: Id57e8e90903a0d468c6d3094fbbaf4840a368e2a --- .../templates/zuul-multi-node-bridge-ovs.repo.j2 | 6 +----- 1 file changed, 1 insertion(+), 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 57a71fa37..5f41ab39a 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 @@ -13,11 +13,7 @@ gpgkey=file:///tmp/RPM-GPG-KEY-CentOS-SIG-Cloud {% elif ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version|int == 8 %} [RDO-CentOS8-deps] name=CentOS OpenStack Train Repository -{% if zuul_site_mirror_fqdn is defined %} -baseurl=http://{{ zuul_site_mirror_fqdn }}/centos/8/cloud/$basearch/openstack-train/ -{% else %} -baseurl=http://mirror.centos.org/centos/8/cloud/$basearch/openstack-train/ -{% endif %} +baseurl=https://buildlogs.centos.org/centos/8-stream/cloud/x86_64/openstack-train/ gpgcheck=0 enabled=1 # TODO: Replace testing repo once C9 released repos as available. Currently Centos9 stream release