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:
parent
0920bcbbbc
commit
ba511a0aa3
@ -112,6 +112,10 @@ EOF
|
|||||||
ln -s /usr/bin/pip /usr/bin/pip-python
|
ln -s /usr/bin/pip /usr/bin/pip-python
|
||||||
# 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
|
||||||
|
# openvswitch that aren't available for EPEL
|
||||||
|
yum install -y https://rdoproject.org/repos/rdo-release.rpm
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup_puppet_rhel6 {
|
function setup_puppet_rhel6 {
|
||||||
|
Loading…
Reference in New Issue
Block a user