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
This commit is contained in:
parent
6c3e76af1a
commit
62cc9b24e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user