Changes between Version 1 and Version 2 of PhoebusExperimentGEMINI


Ignore:
Timestamp:
03/14/13 14:37:12 (11 years ago)
Author:
kissel@cis.udel.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PhoebusExperimentGEMINI

    v1 v2  
    77== Setting up your user environment ==
    88
     9 * Follow these instructions to configure Omni [http://trac.gpolab.bbn.com/gcf/wiki/OmniConfigure/Automatic]
     10
     11[[Image(decrypt_geni_key.png)]]
     12
     13[[Image(omni_config_key.png)]]
     14
    915== Create the experiment slice ==
     16
     17 * We will do this through Flack with InstaGENI AMs.
     18
     19[[Image(select_am.png)]]
     20
     21[[Image(select_gemini_ext.png)]]
     22
     23[[Image(save_request_rspec.png)]]
     24
     25 * Now we do some editing of the request RSpec. [http://groups.geni.net/geni/attachment/wiki/PhoebusExerimentGEMINI/edit_rspec.xml edit_rspec.sh]
     26
     27{{{
     28#!/bin/bash
     29
     30FILE=$1
     31
     32TEXT_ADD="\
     33   <services>\n\
     34       <execute command='wget -q -P /tmp http://gemini.netlab.uky.edu/phoebus_install.sh;sudo bash /tmp/phoebus_install.sh' shell='sh'/>\n\
     35   </services>"
     36
     37sed "/\/node\>/ i\ ${TEXT_ADD}" ${FILE}
     38}}}
     39
     40{{{
     41# ./edit_rspec.sh myslice.xml > myslice_phoebus.xml
     42}}}
     43
     44 * First, renew the slice created in Flack via Omni.
     45
     46[[Image(omni_renew_slice.png)]]
     47
     48 * Create the slivers at each AM.  (ig-utah and ig-ky)
     49
     50[[Image(omni_create_uky.png)]]
    1051
    1152== Instrument the slice ==