Add Vagrantfile for L2Switch tutorial 10/41110/23
authorGirish Sukhatankar <girish.sukhatankar@colorado.edu>
Thu, 30 Jun 2016 01:44:01 +0000 (19:44 -0600)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 12 Aug 2016 18:47:50 +0000 (18:47 +0000)
commit371e6a1aa5a25129be1a40bac5b84cfe210462d1
tree608d05ce68d5b2a1e5321cc4df4f2fd57eed7df8
parente8c1321adfd664a548749895d95242c612691cba
Add Vagrantfile for L2Switch tutorial

Defines a Vagrant env with OpenDaylight, OVS and Mininet, with ODL's
L2Switch and DLUX features installed and DLUX's port forwarded to the
host.

A user should be able to `vagrant up` this box, wait for provisioning,
connect to `localhost:8181/index.html`, login with `admin`/`admin` and
see ODL DLUX using L2Switch to show a Mininet topology.

Change-Id: Ifb717d64aedd62be066934aeb22339ce9fb5791e
Signed-off-by: Girish Sukhatankar <girish.sukhatankar@colorado.edu>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tutorials/l2switch/Vagrantfile [new file with mode: 0644]
tutorials/l2switch/mininet.py [new file with mode: 0755]