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 <pabelanger@redhat.com>
This commit is contained in:
parent
e77702e241
commit
ad91863ff5
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user