68375810ee
Installing OVS on CentOS requires one RDO repository and the centos-release-openstack packages sets up two additional repos which aren't required. In addition, we removed the centos-release-openstack package but this did not remove the two extra repositories, causing them to "leak" into the jobs. This sets up the one repository we need and ensures it is removed after OVS is installed. Change-Id: Ida2299a4356282d23b79fac6753b6171211a7651
12 lines
432 B
Django/Jinja
12 lines
432 B
Django/Jinja
# Vendored from rdo-release: https://github.com/rdo-infra/rdo-release
|
|
[centos-openstack-queens]
|
|
name=CentOS OpenStack Queens Repository
|
|
{% if zuul_site_mirror_fqdn is defined %}
|
|
baseurl=http://{{ zuul_site_mirror_fqdn }}/centos/7/cloud/$basearch/openstack-queens/
|
|
{% else %}
|
|
baseurl=http://mirror.centos.org/centos/7/cloud/$basearch/openstack-queens/
|
|
{% endif %}
|
|
gpgcheck=1
|
|
enabled=1
|
|
gpgkey=file:///tmp/RPM-GPG-KEY-CentOS-SIG-Cloud
|