summaryrefslogtreecommitdiffstats
path: root/extras/devel-tools/devel-vagrant/up.sh
diff options
context:
space:
mode:
authorRajesh Joseph <rjoseph@redhat.com>2016-03-15 12:47:24 +0530
committerJeff Darcy <jdarcy@redhat.com>2016-04-26 05:28:01 -0700
commita9b78f1ebe5836c23afebf4e3509f0bb13792865 (patch)
treeaccd20c65dce7bb2a73d4ba66b06be2f14674c29 /extras/devel-tools/devel-vagrant/up.sh
parentf93761c547c39fad20f9aa96d4baf2641500b9a0 (diff)
devel-tools: vagrant setup for creating devel VMs
Created vagrant setup for Gluster developers. The Vagrantfile is modifed from the work done by Chris (cblum@redhat.com). Ansible structure is taken from test vagrant infra initially posted by rtalur. This vagrant setup can create one or more VM (using libvirt), create thinly provisioned LVs, format them with XFS and mount them. It will also compile the source from host machine (/work/source) and install gluster. It will also do peer probe. Change-Id: Ie984f661bb5dc9cfc4059643389d3c80b2cae21d BUG: 1327976 Signed-off-by: Rajesh Joseph <rjoseph@redhat.com> Reviewed-on: http://review.gluster.org/13734 Smoke: Gluster Build System <jenkins@build.gluster.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Raghavendra Talur <rtalur@redhat.com> Tested-by: Raghavendra Talur <rtalur@redhat.com>
Diffstat (limited to 'extras/devel-tools/devel-vagrant/up.sh')
-rwxr-xr-xextras/devel-tools/devel-vagrant/up.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/devel-tools/devel-vagrant/up.sh b/extras/devel-tools/devel-vagrant/up.sh
new file mode 100755
index 00000000000..35cbe79d835
--- /dev/null
+++ b/extras/devel-tools/devel-vagrant/up.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+vagrant up --no-provision $@
+vagrant provision