mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 09:21:06 +02:00
Updated Ubuntu 16 desktop vagrant box for tutorial P4 VM
Change-Id: I4c3028a715d2a91cceaad44685285148f47d556b (cherry picked from commit 4b9974fabf5393d53b99b70f88b577e4f3076c5e)
This commit is contained in:
parent
d389a6ee5e
commit
a252df1d9a
2
tools/dev/p4vm/Vagrantfile
vendored
2
tools/dev/p4vm/Vagrantfile
vendored
@ -2,7 +2,7 @@ P4_VM_TYPE = ENV['P4_VM_TYPE'] || "dev"
|
||||
|
||||
Vagrant.configure(2) do |config|
|
||||
if P4_VM_TYPE == "tutorial"
|
||||
config.vm.box = "fso/xenial64-desktop"
|
||||
config.vm.box = "lasp/ubuntu16.04-desktop"
|
||||
else
|
||||
config.vm.box = "bento/ubuntu-16.04"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user