Install RDO repo for Centos as well

RDO includes some things that are handy on a base-system, such as
openvswitch

Change-Id: I5ac4550ed25d9e1f7d9e563accc57aed8c7b01fb
This commit is contained in:
Ian Wienand 2015-09-25 13:24:38 +10:00
parent 0920bcbbbc
commit ba511a0aa3

View File

@ -112,6 +112,10 @@ EOF
ln -s /usr/bin/pip /usr/bin/pip-python
# 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 for EPEL
yum install -y https://rdoproject.org/repos/rdo-release.rpm
}
function setup_puppet_rhel6 {