From 5ae6951187f0b81fb2a90b299012b1b3aeb30030 Mon Sep 17 00:00:00 2001
From: Michael Boniface <mjb@it-innovation.soton.ac.uk>
Date: Sat, 2 Jun 2018 21:41:49 +0100
Subject: [PATCH] ci updates for givry

---
 Vagrantfile                        | 11 +++++------
 scripts/test/install-git-runner.sh |  0
 2 files changed, 5 insertions(+), 6 deletions(-)
 mode change 100644 => 100755 scripts/test/install-git-runner.sh

diff --git a/Vagrantfile b/Vagrantfile
index 3840503..5a3bae4 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -12,13 +12,12 @@ service lxc-net restart
 SCRIPT
 
 Vagrant.configure("2") do |config|
-  config.vm.box = "ubuntu/xenial64"
-  config.vm.provider "virtualbox" do |vb|
-    vb.cpus = 4
-    vb.memory = "8192"
-  end
+  config.vm.box = "yk0/ubuntu-xenial"  
 
-  #config.vm.network "forwarded_port", guest: 80, host: 8080
+  config.vm.provider :libvirt do |domain|
+    domain.memory = 8192
+    domain.cpus = 4
+  end
 
   # Install lxc
   config.vm.provision :shell, inline: $lxc_script
diff --git a/scripts/test/install-git-runner.sh b/scripts/test/install-git-runner.sh
old mode 100644
new mode 100755
-- 
GitLab