Merge "centos: use Centos openstack repos, not RDO"
This commit is contained in:
commit
c8a70527e2
@ -151,9 +151,13 @@ function setup_puppet_rhel7 {
|
|||||||
# Wipe out templatedir so we don't get warnings about it
|
# Wipe out templatedir so we don't get warnings about it
|
||||||
sed -i '/templatedir/d' /etc/puppet/puppet.conf
|
sed -i '/templatedir/d' /etc/puppet/puppet.conf
|
||||||
|
|
||||||
# install RDO repo as well; this covers a few things like
|
# install CentOS OpenStack repos as well (rebuilds of RDO
|
||||||
# openvswitch that aren't available
|
# packages). We don't use openstack project rpm files, but covers
|
||||||
yum install -y https://rdoproject.org/repos/rdo-release.rpm
|
# 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 {
|
function setup_puppet_ubuntu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user