From fac3bdecd2585f99467d96faa8eaa9999c409d7d Mon Sep 17 00:00:00 2001 From: Sander Botman Date: Mon, 11 Aug 2014 13:24:38 +0200 Subject: [PATCH] Adding the Vagrant configuration that will build xen and db servers. --- tools/vagrant/devcloud/Vagrantfile | 189 ++++++++++++++++++ .../devcloud/templates/tmpl/1/1/README | 1 + .../devcloud/templates/tmpl/1/5/README | 2 + 3 files changed, 192 insertions(+) create mode 100644 tools/vagrant/devcloud/Vagrantfile create mode 100644 tools/vagrant/devcloud/templates/tmpl/1/1/README create mode 100644 tools/vagrant/devcloud/templates/tmpl/1/5/README diff --git a/tools/vagrant/devcloud/Vagrantfile b/tools/vagrant/devcloud/Vagrantfile new file mode 100644 index 00000000000..f23deeb6293 --- /dev/null +++ b/tools/vagrant/devcloud/Vagrantfile @@ -0,0 +1,189 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! +VAGRANTFILE_API_VERSION = "2" + +$mysql_script = <