mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
fixing box timeout issue waiting for interfaces
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -129,6 +129,7 @@ end
|
||||
|
||||
def configureProviders(vmCfg, cpus: "2", memory: "2048")
|
||||
vmCfg.vm.provider "virtualbox" do |v|
|
||||
v.customize ["modifyvm", :id, "--cableconnected1", "on"]
|
||||
v.memory = memory
|
||||
v.cpus = cpus
|
||||
end
|
||||
@@ -142,6 +143,7 @@ def configureProviders(vmCfg, cpus: "2", memory: "2048")
|
||||
end
|
||||
|
||||
vmCfg.vm.provider "virtualbox" do |v|
|
||||
v.customize ["modifyvm", :id, "--cableconnected1", "on"]
|
||||
v.memory = memory
|
||||
v.cpus = cpus
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user