Changes between Version 9 and Version 10 of GEC16Agenda/AdvancedTopologies/Instructions/ClickExampleExperiment


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

--

Legend:

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

    v9 v10  
    2525  </table>
    2626}}}
     27In the example below, Alice is reserving compute resources and wants Bob to also have access to the reserved ProtoGENI resources:
     28{{{
     29<snip>
    2730
    28 {{{
    2931[omni]
    30 default_cf = pg-gpo
    31 users = alice, bob
     32default_cf=portal
     33users=alice, bob
     34default_project=GEC16AdvNetw
     35#default_project=GEC16OpenFlowTutorial
    3236
    33 # ---------- Users ----------
    3437[alice]
    35 urn = urn:publicid:IDN+pgeni.gpolab.bbn.com+user+alice
    36 # You can define multiple keys
    37 keys = /home/alice/.ssh/id_rsa.pub
     38urn=urn:publicid:IDN+panther+user+nriga
     39keys=/home/geni/.ssh/geni_key.pub
    3840
    3941[bob]
    40 urn = urn:publicid:IDN+pgeni.gpolab.bbn.com+user+bob
    41 keys = /home/alice/.ssh/bob_id_rsa.pub
     42urn=urn:publicid:IDN+panther+user+bob
     43keys=/home/geni/.ssh/id_rsa_bob.pub
    4244
    43 [pg-gpo]
    44 type = pg
    45 ch = https://www.emulab.net:12369/protogeni/xmlrpc/ch
    46 sa = https://www.pgeni.gpolab.bbn.com:12369/protogeni/xmlrpc/sa
    47 cert = /home/alice/.ssl/pgeni/encrypted-cleartext.pem
    48 key = /home/alice/.ssl/pgeni/encrypted-cleartext.pem
     45[portal]
     46type = pgch
     47ch = https://panther.gpolab.bbn.com:8443/
     48sa = https://panther.gpolab.bbn.com:8443/
     49cert = /home/geni/.ssl/geni_cert_portal.pem
     50key = /home/geni/.ssl/geni_cert_portal.pem
     51
     52....
     53</snip>
    4954}}}