From 98c77cf0c6912e91e7c90c329e65d4c5cd81fb74 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 5 Apr 2017 06:33:42 +1000 Subject: [PATCH] centos: use Centos openstack repos, not RDO Switch to installing the centos rebuilds of RDO packages, rather than RDO. Change-Id: I0c73034a85db5664e979b9b71cc340860265bf34 --- install_puppet.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/install_puppet.sh b/install_puppet.sh index 6805e8083e..419916ad09 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -142,9 +142,13 @@ function setup_puppet_rhel7 { # Wipe out templatedir so we don't get warnings about it sed -i '/templatedir/d' /etc/puppet/puppet.conf - # install RDO repo as well; this covers a few things like - # openvswitch that aren't available - yum install -y https://rdoproject.org/repos/rdo-release.rpm + # 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 {