Skip to content

Commit b24db4e

Browse files
author
Bishwa K. Thapa
committed
modified: Vagrantfile
1 parent c0306b9 commit b24db4e

File tree

3 files changed

+4
-66
lines changed

3 files changed

+4
-66
lines changed

.DS_Store

6 KB
Binary file not shown.

Vagrantfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Vagrant.configure(2) do |config|
66
d.vm.provision :shell, path: "scripts/java8-oracle.sh"
77
d.vm.provision :shell, path: "scripts/mininet.sh"
88
d.vm.provision :shell, path: "scritps/onos.sh"
9+
d.vm.provider "virtialbox" do |v|
10+
v.customize ["modifyvm", :id, "--nicpromisc2","allow-all"]
11+
v.memory= 2048
12+
v.cpu = 2
913
end
1014

1115
end

Vagrantfile1

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)