From a4e9e12241c5058bd14c35104a772a445f261fac Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 1 Dec 2017 10:50:30 -0500 Subject: [PATCH] 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 --- .../templates/etc/yum.repos.d/CentOS-Base.repo.j2 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/configure-mirrors/templates/etc/yum.repos.d/CentOS-Base.repo.j2 b/roles/configure-mirrors/templates/etc/yum.repos.d/CentOS-Base.repo.j2 index 94f9a6037..13ca67f5f 100644 --- a/roles/configure-mirrors/templates/etc/yum.repos.d/CentOS-Base.repo.j2 +++ b/roles/configure-mirrors/templates/etc/yum.repos.d/CentOS-Base.repo.j2 @@ -18,11 +18,3 @@ name=CentOS-$releasever - Extras baseurl={{ package_mirror }}/$releasever/extras/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 - -#additional packages that extend functionality of existing packages -[centosplus] -name=CentOS-$releasever - Plus -baseurl={{ package_mirror }}/centos/$releasever/centosplus/$basearch/ -gpgcheck=1 -enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7