wiki:GEC19Agenda/IntroToOFOpenDaylight/DesignSetup

Version 3 (modified by Anirudh Ramachandran, 10 years ago) (diff)

--

Pre-requisites

Because the resources needed to perform this tutorial are comparitively large (1 G per OVS VM), this may not be possible to run 40 slices at the same time on InstaGENI. If you are doing this at the GEC tutorial, please team up with another experimenter - i.e., 2 people per slice.

Topology

We will use a similar hub and spoke setup as the Pox/OpenvSwitch tutorial as our starting point. The topology we will create is exactly the same as before, with a couple of differences:

  • The Open vSwitch setup (creating a bridge, adding interfaces, etc.) are already done for you
  • Java, Apache's Maven build tool, and Open Daylight have already been installed and are ready to run
  • We have bumped up the RAM of the OVS VM to 1 GB.

Setting up the Slice

By this point, you must be familiar with using an Rspec to add resources to a slice (If not, see this tutorial.

This is the URL to the Rspec you will use http://t-labs.us/avr/odl-ovs-xen1G-vz.rspec

Once your slice is setup and your resources are all accessible over ssh, it should look like this in Flack.

Ensure that you can ssh into all 3 nodes. Also ensure that on the OVS host, the bridge is set up correctly

anirudhr@ovs:~$ sudo ovs-vsctl show
4fe4536a-aeb0-48de-8b89-819ea203238d
    Bridge "br0"
        Controller "tcp:127.0.0.1:6633"
        fail_mode: secure
        Port "eth2"
            Interface "eth2"
        Port "eth3"
            Interface "eth3"
        Port "br0"
            Interface "br0"
                type: internal
        Port "eth1"
            Interface "eth1"