Bugfixing for newly added code with kargo-clu support

This commit is contained in:
Aleksandr Didenko
2016-06-16 11:51:28 +02:00
parent 531f611ea3
commit 43b2b5b464
2 changed files with 4 additions and 5 deletions

1
Vagrantfile vendored
View File

@@ -23,7 +23,6 @@ $box = "nrclark/xenial64-minimal-libvirt"
nodes=""
(1..$num_instances).each do |i|
ip = "#{$private_subnet}.#{i+10}"
test_vm.vm.network :private_network, :ip => "#{ip}"
nodes = "#{nodes}#{ip}\n"
end
File.open("nodes", 'w') { |file| file.write(nodes) }