David Moreau Simard a4e9e12241
Remove the CentOS Plus mirror from the configured mirrors
CentOS Plus is not being mirrorred by openstack-infra and contains
mostly alternative kernel images which are not expected to be used in
jobs.

Let's reconsider if there is a use case for it in the future but in
the meantime let's remove it.

Change-Id: I9681b3b92c913f45791f610d845a94ccf3a16e48
2017-12-01 11:26:13 -05:00

21 lines
571 B
Django/Jinja

# {{ ansible_managed }}
[base]
name=CentOS-$releasever - Base
baseurl={{ package_mirror }}/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#released updates
[updates]
name=CentOS-$releasever - Updates
baseurl={{ package_mirror }}/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl={{ package_mirror }}/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7