Changes between Version 20 and Version 21 of GENIExperimenter/ExperimentExample-OF


Ignore:
Timestamp:
08/22/12 15:56:49 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/ExperimentExample-OF

    v20 v21  
    2525This example assumes that GENI credentials have been set up as detailed in the [wiki:HowToUseOmni#a1.GetGENICredentials GENI Credentials] section of the [wiki:HowToUseOmni Omni how-to] page.
    2626
    27 The following omni_config was used for this experiment along with the credentials from the GPO Clearinghouse to access the GENI Aggregate Managers in this experiment:
    28 {{{
    29 [omni]
    30 default_cf = pgeni
    31 users = lnevers
    32 
    33 # ---------- Users ----------
    34 [lnevers]
    35 urn = urn:publicid:IDN+pgeni.gpolab.bbn.com+user+lnevers
    36 keys = ~/.ssh/id_rsa.pub
    37 
    38 # ---------- Frameworks ----------
    39 [pgeni]
    40 type = pg
    41 ch = https://www.emulab.net:443/protogeni/xmlrpc/ch
    42 sa = https://www.pgeni.gpolab.bbn.com:443/protogeni/xmlrpc/sa
    43 cert = ~/.ssl/pgeni/encrypted-cleartext.pem
    44 key = ~/.ssl/pgeni/encrypted-cleartext.pem
    45 verbose=false
    46 
    47 [pg]
    48 type=pg
    49 ch = https://www.emulab.net:443/protogeni/xmlrpc/ch
    50 sa = https://www.emulab.net:443/protogeni/xmlrpc/sa
    51 cert = ~/.ssl/protogeni/encrypted-cleartext.pem
    52 key = ~/.ssl/protogeni/encrypted-cleartext.pem
    53 
    54 [aggregate_nicknames]
    55 plc-bbn=,http://myplc.gpolab.bbn.com:12346/
    56 plc-clemson=,http://myplc.clemson.edu:12346/
    57 plc-wisconsin=,https://wings-openflow-1.wail.wisc.edu:12346/
    58 of-bbn=,https://foam.gpolab.bbn.com:3626/foam/gapi/1
    59 of-clemson=,https://foam.clemson.edu:3626/foam/gapi/1
    60 of-wisconsin=,https://foam.wail.wisc.edu:3626/foam/gapi/1
    61 of-nlr=,https://foam.nlr.net:3626/foam/gapi/1
    62 }}}
    63 
    6427''Note:'' You can use the ''aggregate_nicknames'' defined above to specify an aggregate for Omni. The Omni command argument '' "-a !http://myplc.gpolab.bbn.com:12346/" '' can be replaced by '' "-a plc-bbn" '' in any Omni command used below.
    6528
    66 A complete list of Aggregate managers is compiled in the [http://groups.geni.net/geni/wiki/GeniAggregate GENI Aggregate] page, if your site is not listed on this page you should contact your site administrator, or help@geni.net.
     29A complete list of Aggregate managers is compiled in the [http://groups.geni.net/geni/wiki/GeniAggregate GENI Aggregate] page, if your site is not listed on this page you should contact your site administrator, or [mailto:help@geni.net].
    6730
    6831== 2. Reserve GENI IP subnet ==