Ver Fonte

Add static private ip for vagrant box

Lari Hotari há 11 anos atrás
pai
commit
01f87686fa
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      toolset/deployment/vagrant/Vagrantfile

+ 1 - 0
toolset/deployment/vagrant/Vagrantfile

@@ -10,5 +10,6 @@ Vagrant.configure("2") do |config|
     vb.customize ["modifyvm", :id, "--memory", "2048"]
   end
   config.vm.synced_folder "../../..", "/FrameworkBenchmarks"
+  config.vm.network "private_network", ip: "172.16.16.16"
   # config.vm.provision :shell, :path => "bootstrap.sh"
 end