aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/vagrant
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2016-02-02 10:57:15 -0500
committerGerrit Code Review <gerrit@fd.io>2016-02-02 21:36:00 +0000
commitb10277dedc04da0c4334fadf2ac6b18a453f6491 (patch)
treed8e043df2cb2d15981391fd34f85df378239e364 /build-root/vagrant
parent0bcc9d511e52a9832e723825b4c84d9332d7025b (diff)
Enable ganglia module integration build
Change-Id: Ia49e9f246e8318ba74195c3397472fb0c102389b Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'build-root/vagrant')
-rw-r--r--build-root/vagrant/bootstrap.centos7.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/build-root/vagrant/bootstrap.centos7.sh b/build-root/vagrant/bootstrap.centos7.sh
index f55e68a2..d874d3c3 100644
--- a/build-root/vagrant/bootstrap.centos7.sh
+++ b/build-root/vagrant/bootstrap.centos7.sh
@@ -11,6 +11,14 @@ yum install glibc-static -y
# Install jdk and maven
yum install -y java-1.8.0-openjdk-devel
+# Install EPEL
+yum install -y epel-release
+
+# Install components to build Ganglia modules
+yum install -y apr-devel
+yum install -y --enablerepo=epel libconfuse-devel
+yum install -y --enablerepo=epel ganglia-devel
+
# Load the uio kernel module
modprobe uio_pci_generic