Merge "Use Train repo to install openvswitch from multi-node-bridge in CentOS 8"

This commit is contained in:
Zuul 2020-09-22 23:44:18 +00:00 committed by Gerrit Code Review
commit 801b925006

View File

@ -12,8 +12,12 @@ enabled=1
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 deps repo
baseurl=https://trunk.rdoproject.org/centos8-master/deps/latest/
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 %}
gpgcheck=0
enabled=1
{% endif %}