mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-16 08:27:31 -02:30
Bugfixing for newly added code with kargo-clu support
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user