Basic build slave needs to be CentOS 6 17/13817/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 22 Dec 2014 15:30:49 +0000 (07:30 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 22 Dec 2014 15:30:49 +0000 (07:30 -0800)
OpenJDK 1.8.0 isn't available until EL 7.1 finally comes out. As such we
need to keep using EL6 for now so that we can offer up Java8 to
projects.

Change-Id: I2cd94fb5b6281f826c4d70a806867af2f1af5dab
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
vagrant/basic-builder/Vagrantfile
vagrant/basic-builder/bootstrap.sh

index a71c67abdc2fd78b97b3e1acc11f2b5897961e7b..e9ea15751c8a3f388044b45986b6271cfaa1e97b 100644 (file)
@@ -34,12 +34,12 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     # create these base builds always on the smallest system possible
     rs.flavor = 'general1-1'
 
-    # Default the CentOS 7 - Vagrant ready image unless overriden by a RSIMAGE
+    # Default the CentOS 6.5 - Vagrant ready image unless overriden by a RSIMAGE
     # environment variable
     if ENV['RSIMAGE']
       rs.image = ENV['RSIMAGE']
     else
-      rs.image = 'CentOS 7 - Vagrant ready'
+      rs.image = 'CentOS 6.5 - Vagrant ready'
     end
   end
 
index f0293976d45ca92192e06b0cdcb167cdeb7128bf..ef8898e6d76f5ed3fa67d6d9c1a52b1f56919238 100644 (file)
@@ -40,5 +40,5 @@ yum install -q -y @development perl-{Digest-SHA,ExtUtils-MakeMaker} \
 # an EL6 system some of these packages are not availalble (or at the
 # wrong version) in publically available repositories as such this
 # should only really be done on an EL7 (or F18+) system
-yum install -q -y {jansson,libevent,libnl,libuuid}-devel \
+yum install -q -y {jansson,libevent,libevent2,libnl,libuuid}-devel \
     python-{devel,virtualenv,setuptools}