We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7737a95 + 3b62df9 commit de2a672Copy full SHA for de2a672
Vagrantfile
@@ -74,6 +74,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
74
else
75
config.vm.box = "contiv/ubuntu1504-netplugin"
76
end
77
+ config.vm.provider 'virtualbox' do |v|
78
+ v.linked_clone = true if Vagrant::VERSION =~ /^1.8/
79
+ end
80
+
81
num_nodes = 2
82
if ENV['CONTIV_NODES'] && ENV['CONTIV_NODES'] != "" then
83
num_nodes = ENV['CONTIV_NODES'].to_i
0 commit comments