Changes between Version 6 and Version 7 of OVSTool


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OVSTool

    v6 v7  
    4646== Regina Updates to Ubuntu 14 Images ==
    4747
    48 InstaGENI:
     48=== InstaGENI: ===
    4949 "url": "https://boss.instageni.gpolab.bbn.com/image_metadata.php?uuid=e43ec01f-9b54-11e4-aa79-000000000000", [[BR]]
    5050
     
    7979}}}
    8080
     81
     82=== ExoGENI: ===
     83
     84{{{
     85   24  apt-get update
     86   25  apt-get install openvswitch-switch qemu-kvm libvirt-bin
     87   26  wget  http://geni-images.renci.org/images/tools/imgcapture.sh
     88   27  chmod +x imgcapture.sh
     89   28  dpkg -i exogeni-geni-get_1.1-1_all.deb
     90   29  cp geniovs.conf /etc/init
     91   30  cp geniovs.sh /usr/bin
     92   31  cp getcontroller.py /usr/bin
     93   32  chmod +x /usr/bin/geniovs.sh
     94   33  chmod +x /usr/bin/getcontroller
     95   37  rm exogeni-geni-get_1.1-1_all.deb
     96   38  rm geniovs*
     97   40  rm getcontroller.py
     98   41  rm README
     99   43  ./imgcapture.sh -n ubuntu14.04-ovs-1.0.0 -s 2G -d /tmp -u http://www.gpolab.bbn.com/experiment-support/images/ubuntu14.04-ovs-1.0.0
     100   44  cd /tmp/
     101   46  sha1sum ubuntu14.04-ovs-1.0.0.xml
     102}}}
     103