ovn: Add an ovs-sandbox based OVN tutorial.
authorRussell Bryant <rbryant@redhat.com>
Thu, 1 Oct 2015 18:26:26 +0000 (14:26 -0400)
committerBen Pfaff <blp@nicira.com>
Fri, 2 Oct 2015 15:04:36 +0000 (08:04 -0700)
commit9107431f3f9d9d57c8aed95fa5a115e878894d07
treed4cdee99febfae4a90a52faac48677346c75d657
parent779e72cc57a106251cc9e6696e8c9aabb56d30b5
ovn: Add an ovs-sandbox based OVN tutorial.

While working on OVN and OVN integration, I've collected a set of
scripts for quickly setting up simple test environments using
ovs-sandbox with OVN enabled.  It seemed like they could be useful to
others for learning about OVN or doing quick testing.

This patch introduces an ovs-sandbox based tutorial for exploring OVN
features in a simulated environment.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
22 files changed:
tutorial/OVN-Tutorial.md [new file with mode: 0644]
tutorial/automake.mk
tutorial/ovn/env1/add-third-port.sh [new file with mode: 0755]
tutorial/ovn/env1/packet1.sh [new file with mode: 0755]
tutorial/ovn/env1/packet2.sh [new file with mode: 0755]
tutorial/ovn/env1/setup.sh [new file with mode: 0755]
tutorial/ovn/env2/packet1.sh [new file with mode: 0755]
tutorial/ovn/env2/packet2.sh [new file with mode: 0755]
tutorial/ovn/env2/setup.sh [new file with mode: 0755]
tutorial/ovn/env3/packet1.sh [new file with mode: 0755]
tutorial/ovn/env3/packet2.sh [new file with mode: 0755]
tutorial/ovn/env3/setup.sh [new file with mode: 0755]
tutorial/ovn/env4/packet1.sh [new file with mode: 0755]
tutorial/ovn/env4/packet2.sh [new file with mode: 0755]
tutorial/ovn/env4/packet3.sh [new file with mode: 0755]
tutorial/ovn/env4/packet4.sh [new file with mode: 0755]
tutorial/ovn/env4/packet5.sh [new file with mode: 0755]
tutorial/ovn/env4/setup1.sh [new file with mode: 0755]
tutorial/ovn/env4/setup2.sh [new file with mode: 0755]
tutorial/ovn/env5/packet1.sh [new file with mode: 0755]
tutorial/ovn/env5/packet2.sh [new file with mode: 0755]
tutorial/ovn/env5/setup.sh [new file with mode: 0755]