Merge "Install RDO repo for Centos as well"

This commit is contained in:
Jenkins 2015-09-25 22:47:53 +00:00 committed by Gerrit Code Review
commit 1e562f37e5

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 {