Changes between Version 5 and Version 6 of GEC16Agenda/AdvancedTopologies/Instructions/ClickExampleExperiment


Ignore:
Timestamp:
03/17/13 14:18:08 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/AdvancedTopologies/Instructions/ClickExampleExperiment

    v5 v6  
    11= Design/Setup: Setup Omni with Multiple Users =
     2If you are reserving resources in a ProtoGENI AM, then you can specify a comma separated list of  users in the `users` attribute of the `[omni]` section, and specify the information for each
     3user in a corresponding section. In the example below, Alice is reserving compute resources and  wants Bob to also have access to the reserved ProtoGENI resources. Bob needs to send Alice a copy of his SSH public key, which Alice needs to save on the host where she invokes Omni from.  It does not matter which CF Alice uses to get ProtoGENI resources, she can use a ProtoGENI a !PlanetLab, or the GENI Portal authority.
     4{{{
     5[omni]
     6default_cf = pg-gpo
     7users = alice, bob
     8
     9# ---------- Users ----------
     10[alice]
     11urn = urn:publicid:IDN+pgeni.gpolab.bbn.com+user+alice
     12# You can define multiple keys
     13keys = /home/alice/.ssh/id_rsa.pub
     14
     15[bob]
     16urn = urn:publicid:IDN+pgeni.gpolab.bbn.com+user+bob
     17keys = /home/alice/.ssh/bob_id_rsa.pub
     18
     19[pg-gpo]
     20type = pg
     21ch = https://www.emulab.net:12369/protogeni/xmlrpc/ch
     22sa = https://www.pgeni.gpolab.bbn.com:12369/protogeni/xmlrpc/sa
     23cert = /home/alice/.ssl/pgeni/encrypted-cleartext.pem
     24key = /home/alice/.ssl/pgeni/encrypted-cleartext.pem
     25}}}
     26
    227{{{
    328#!html