Merge "Change RDO train repository for Centos 8 stream"
This commit is contained in:
commit
9b89ebcebd
@ -13,7 +13,11 @@ 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
|
||||
baseurl=https://buildlogs.centos.org/centos/8-stream/cloud/x86_64/openstack-train/
|
||||
{% if zuul_site_mirror_fqdn is defined %}
|
||||
baseurl=http://{{ zuul_site_mirror_fqdn }}/centos/8-stream/cloud/$basearch/openstack-train/
|
||||
{% else %}
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user