Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
centos: use Centos openstack repos, not RDO
Browse files Browse the repository at this point in the history
Switch to installing the centos rebuilds of RDO packages, rather than
RDO.

Change-Id: I0c73034a85db5664e979b9b71cc340860265bf34
  • Loading branch information
ianw committed Apr 4, 2017
1 parent 37c2628 commit 98c77cf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions install_puppet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 98c77cf

Please sign in to comment.