53 | | Attempts to start the GUSH server failed with Planet Lab resources results in the gush process crashing. Waiting on response from Jeannie Albrecht. |
| 53 | First evaluated !PlanetLab features. Using the following configuration files: |
| 54 | |
| 55 | ''directory.xml:'' |
| 56 | {{{ |
| 57 | <?xml version="1.0" encoding="UTF-8"?> |
| 58 | <gush> |
| 59 | <resource_manager type="geni-plc"> |
| 60 | <port_map slice="bbn_gusheval" port="61414"/> |
| 61 | </resource_manager> |
| 62 | </gush> |
| 63 | }}} |
| 64 | |
| 65 | ''omni_config:'' |
| 66 | {{{ |
| 67 | [omni] |
| 68 | users = lnevers |
| 69 | |
| 70 | [plc] |
| 71 | type=sfa |
| 72 | authority=plc.bbn |
| 73 | user=plc.bbn.lnevers |
| 74 | cert=~/.gcf/plc.bbn.lnevers.gid |
| 75 | key=~/.gcf/lnevers.pkey |
| 76 | registry=http://www.planet-lab.org:12345 |
| 77 | slicemgr=http://www.planet-lab.org:12347 |
| 78 | |
| 79 | [lnevers] |
| 80 | urn = urn:publicid:IDN+emulab.net+user+lnevers |
| 81 | keys=~/.ssh/id_rsa.pub |
| 82 | }}} |
| 83 | Started the gush tool: |