Changes between Version 1 and Version 2 of OVSTool


Ignore:
Timestamp:
01/20/15 13:36:54 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OVSTool

    v1 v2  
    4444 trac.gpolab.bbn.com:/srv/git/ovstools.git
    4545
     46== Regina Updates to Ubuntu 14 Images ==
     47
     48InstaGENI:
     49 "url": "https://boss.instageni.gpolab.bbn.com/image_metadata.php?uuid=e43ec01f-9b54-11e4-aa79-000000000000",
     50 "urn": "urn:publicid:IDN+instageni.gpolab.bbn.com+image+ch-geni-net:ubuntu14ovs"
     51
     52
     53Notes on creating the image:
     541.  Start with the OpenFlow OVS All Xen rspec from the portal, but delete the disk image directive for the ovs host.  Get the git repo of ovstool and copy it over to the GENI Ubuntu 14 image:
     55
     562.  On the image, type:[[BR]]
     57{{{
     58   sudo apt-get update
     59   sudo apt-get install openvswitch-switch qemu-kvm libvirt-bin
     60   sudo cp geniovs.conf /etc/init
     61   sudo cp geniovs-mod.sh /usr/bin/geniovs.sh
     62   sudo cp getcontroller.py /usr/bin/
     63   sudo chmod +x /usr/bin/getcontroller.py
     64   sudo chmod +x /usr/bin/geniovs.sh
     65   cd /etc/init.d/
     66   sudo ln -s /lib/init/upstart-job geniovs
     67}}}   
     68
     693.  Where you have omni access to create the image, for example slice myimage:[[BR]]
     70{{{
     71     omni.py sliverstatus -a gpo-ig myimage -o
     72}}}
     73     Find the sliver information associated with the ovs host and then type but substitute your urn information:
     74{{{
     75   omni.py createimage -a gpo-ig myimage ubuntu14ovs -u urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+56650
     76
     77}}}
     78