From ba511a0aa3665dc40701374f52f04589f31c93fe Mon Sep 17 00:00:00 2001
From: Ian Wienand <iwienand@redhat.com>
Date: Fri, 25 Sep 2015 13:24:38 +1000
Subject: [PATCH] Install RDO repo for Centos as well

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

Change-Id: I5ac4550ed25d9e1f7d9e563accc57aed8c7b01fb
---
 install_puppet.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/install_puppet.sh b/install_puppet.sh
index 4a4a47c3e0..bf236cab0d 100755
--- a/install_puppet.sh
+++ b/install_puppet.sh
@@ -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 {