From ad91863ff5a18ccd846b41b2acf4d7f91a77dce9 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 8 Jan 2018 11:08:56 -0500 Subject: [PATCH] Remove centos-release-openstack-ocata Because we no longer use puppet to manage our DIB images in nodepool, we can not remove this. We would only add it to install openvswitch and other binaries for devstack. And since our only centos servers are git, we can also remove this. Change-Id: I39c5aee70cffe0e270a605cbe669cb09a8f71b09 Signed-off-by: Paul Belanger --- install_puppet.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/install_puppet.sh b/install_puppet.sh index a074b227e9..27792caceb 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -166,15 +166,6 @@ function setup_puppet_rhel7 { sed -i '/templatedir/d' /etc/puppet/puppet.conf # Wipe out server, as we don't have one. sed -i '/server/d' /etc/puppet/puppet.conf - - # install CentOS OpenStack repos as well (rebuilds of RDO - # packages). We don't use openstack project rpm files, but covers - # a few things like qemu-kvm-ev (the forward port of qemu with - # later features) that aren't available in base. We need this - # early for things like openvswitch (XXX: should be installed via - # dib before this?) - yum install -y centos-release-openstack-ocata - } function setup_puppet_ubuntu {