From 37c26280bfba775acfd1455be895ef6488efbbb5 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 1 Mar 2017 11:10:21 +1100 Subject: [PATCH] centos7: don't install EPEL EPEL is not really helping us test, because upstream RDO (and hence centos openstack) are designed to run without it. In fact it seems to actively get in the way. Installing EPEL here is really a hang-over from the snapshot days when we'd boot provider images without it. We do need EPEL for bringup but should have it default disabled so we whitelist use; see depends-on which moves it into dib. Depends-On: I2d060e048f9106292f9024efe0fd1d529d801a30 Change-Id: If6cf1bc300c6b59a8defb09fb3a3a1254e392a43 --- install_puppet.sh | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/install_puppet.sh b/install_puppet.sh index f934e97b8d..6805e8083e 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -127,26 +127,13 @@ function setup_puppet_fedora { function setup_puppet_rhel7 { local puppet_pkg="https://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm" - # install a bootstrap epel repo to install latest epel-release - # package (which provides correct gpg keys, etc); then remove - # boostrap - cat > /etc/yum.repos.d/epel-bootstrap.repo <