aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-userdemo/Vagrantfile
diff options
context:
space:
mode:
authorAristeidis Iliopoulos <ailiopou@cisco.com>2016-09-15 11:36:44 -0700
committerAristeidis Iliopoulos <ailiopou@cisco.com>2016-09-15 18:21:20 -0700
commit417c664ee2bc2a032969639d53b43b732d428e9e (patch)
tree3f17e15f6d0861bb0e35d79771e42e3b7a2d92ea /vpp-userdemo/Vagrantfile
parent764d4be74089c635598c6f139afc087d1ac55659 (diff)
Added GUI for tutorials that runs entirely inside the VM
-fixed issue with webserver not spinning up properly Change-Id: I3724f1640ba2b84b7d84fab29febbbd047120812 Signed-off-by: Aristeidis Iliopoulos <ailiopou@cisco.com>
Diffstat (limited to 'vpp-userdemo/Vagrantfile')
-rw-r--r--vpp-userdemo/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp-userdemo/Vagrantfile b/vpp-userdemo/Vagrantfile
index 1af1681..0aad531 100644
--- a/vpp-userdemo/Vagrantfile
+++ b/vpp-userdemo/Vagrantfile
@@ -10,11 +10,11 @@ Vagrant.configure(2) do |config|
# Define some physical ports for your VMs to be used by DPDK
config.vm.network "private_network", type: "dhcp"
+ config.vm.network "forwarded_port", guest: 5000, host: 5000
config.vm.provision :shell, :path => File.join(File.dirname(__FILE__),"install.sh")
config.vm.provision :shell, :path => File.join(File.dirname(__FILE__),"clearinterfaces.sh")
-
# vagrant-cachier caches apt/yum etc to speed subsequent
# vagrant up
# to enable, run