Changes between Initial Version and Version 1 of OVSTool


Ignore:
Timestamp:
08/13/14 10:43:04 (10 years ago)
Author:
Jeanne Ohren
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OVSTool

    v1 v1  
     1
     2Two Ubuntu images were created with an upstart script that will automatically configure an OVS switch
     3with ports connected to each of the data interfaces.  These are the step it takes:
     4
     5   1.  create an OVS switch br-switch
     6   2.  find all interfaces that start with eth and are not the control interface
     7   3.  add these interfaces as ports to br-switch
     8   4.   set the fail mode to "secure"
     9   5.  (IG only) if a controller is specified in the rspec, it will set that controller on the OVS switch.
     10
     11== Example: ==
     12{{{
     13$ sudo ovs-vsctl show
     14sudo: unable to resolve host VM
     15caf49df6-ead4-45a0-ba21-07e65ced5ad2
     16    Bridge br-switch
     17        fail_mode: secure
     18        Port "eth2"
     19            Interface "eth2"
     20        Port br-switch
     21            Interface br-switch
     22                type: internal
     23        Port "eth1"
     24            Interface "eth1"
     25    ovs_version: "1.9.3"
     26}}}
     27
     28== Images ==
     29
     30=== ExoGENI: ===
     31
     32   url: http://www.gpolab.bbn.com/experiment-support/images/ovstool/ubuntu12.04-ovs-1.0.0.xml [[BR]]
     33   version:  fae8cd4bd06956a47b1769190eb99f9e61bb543e
     34
     35=== InstaGENI: ===
     36
     37    "url": "https://www.instageni.wisc.edu/image_metadata.php?uuid=9e39d771-c1cf-11e3-853f-000000000000", [[BR]]
     38    "urn": "urn:publicid:IDN+instageni.wisc.edu+image+ch-geni-net:U1204OVSautoconfv5"
     39
     40== Git repository ==
     41
     42This repository is only accessible within BBN.
     43
     44 trac.gpolab.bbn.com:/srv/git/ovstools.git
     45