From f550a59eca367eb885d7bf5ca02a8da9f50dfc79 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Thu, 5 May 2016 11:07:02 -0700 Subject: [PATCH] Update Vagrantfile to support multiple nodes. Bump Go to 1.6.2. `vagrant up` just works and only one VM is spun-up by default, however there are up to 5x VMs available for cluster testing. `nomad-server%02d` and `nomad-client%02d`. --- Vagrantfile | 48 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 35 insertions(+), 13 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 91727306f..169a484b9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,6 +5,9 @@ VAGRANTFILE_API_VERSION = "2" $script = <