Merge "Use CentOS8 dependencies repo to install openvswitch"

This commit is contained in:
Zuul 2020-02-24 18:40:56 +00:00 committed by Gerrit Code Review
commit f05f26b1ca

View File

@ -17,12 +17,9 @@ baseurl=https://trunk.rdoproject.org/rhel8-master/deps/latest/
gpgcheck=0
enabled=1
{% elif ansible_distribution == 'CentOS' and ansible_distribution_major_version|int >= 8 %}
[RDO-RHEL8-deps]
# NOTE(ianw): 2019-11-25 RDO on centos8 is still in the process of
# being built. However, for our openvswitch dependency we can use
# this, for now.
name=RedHat OpenStack deps repo
baseurl=https://trunk.rdoproject.org/rhel8-master/deps/latest/
[RDO-CentOS8-deps]
name=CentOS OpenStack deps repo
baseurl=https://trunk.rdoproject.org/centos8-master/deps/latest/
gpgcheck=0
enabled=1
{% endif %}