Changes between Version 19 and Version 20 of GIR3.2_GushProto


Ignore:
Timestamp:
10/17/11 14:44:40 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_GushProto

    v19 v20  
    7777}}}
    7878
    79 Second, evaluate the PG attempt here...
     79Second, evaluate the ProtoGENI feature and using this omn_config:
     80{{{
     81<?xml version="1.0" encoding="UTF-8"?>
     82<gush>
     83  <resource_manager type="geni-pg">
     84     <port_map slice="lnevers02" port="61600"/>
     85    </resource_manager>
     86</gush>
     87
     88}}}
     89and this directory.xml:
     90{{{
     91[omni]
     92users = lnevers
     93
     94[lnevers]
     95urn = urn:publicid:IDN+emulab.net+user+lnevers
     96keys=~/.ssh/id_rsa.pub
     97
     98[pg]
     99type=pg
     100ch = https://www.emulab.net:443/protogeni/xmlrpc/ch
     101sa = https://www.emulab.net:443/protogeni/xmlrpc/sa
     102cert = ~/.ssl/protogeni/encrypted-cleartext.pem
     103key = ~/.ssl/protogeni/encrypted-cleartext.pem
     104}}}
     105was able to connect to each of the hosts in the slice:
     106{{{
     107$ ./gush -P 15555
     108gush> Gush has learned about the slice lnevers02.
     109Updated information on the slice lnevers02 is available.
     110gush> connect lnevers@pc151.emulab.net
     111Connecting to host lnevers@pc151.emulab.net:61600.
     112gush> connect lnevers@pc96.emulab.net
     113Connecting to host lnevers@pc96.emulab.net:61600.
     114gush> info mesh
     115Mesh:
     116lnevers@pc151.emulab.net:61600: bootstrapping; (fds=-1,-1 last_heard=0)
     117lnevers@pc96.emulab.net:61600: bootstrapping; (fds=-1,-1 last_heard=0)
     118Summary: 0 mesh members; 2 nodes connecting.
     119}}}
    80120
    81121Attempts to start the Nebula client initially failed with a java exception, which was due to missing file,  an updated to revision 160 resolved this issue. The Nebula client is invoked as follows: