We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b1d75 commit 3b62df9Copy full SHA for 3b62df9
Vagrantfile
@@ -85,6 +85,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
85
else
86
config.vm.box = "contiv/ubuntu1504-netplugin"
87
end
88
+ config.vm.provider 'virtualbox' do |v|
89
+ v.linked_clone = true if Vagrant::VERSION =~ /^1.8/
90
+ end
91
+
92
num_nodes = 2
93
if ENV['CONTIV_NODES'] && ENV['CONTIV_NODES'] != "" then
94
num_nodes = ENV['CONTIV_NODES'].to_i
0 commit comments