Merge pull request #1516 from tya/fix-vagrant-box

Updated vagrant box, ubuntu/vivid64 was remove from atlas.hashicorp.com
This commit is contained in:
Alessandro Boch 2016-10-19 14:49:39 -07:00 committed by GitHub
commit 43582e8ef1

View file

@ -43,7 +43,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
num_nodes.times do |n| num_nodes.times do |n|
config.vm.define "net-#{n+1}" do |net| config.vm.define "net-#{n+1}" do |net|
net.vm.box = "ubuntu/vivid64" net.vm.box = "ubuntu/xenial64"
net_ip = net_ips[n] net_ip = net_ips[n]
net_index = n+1 net_index = n+1
net.vm.hostname = "net-#{net_index}" net.vm.hostname = "net-#{net_index}"