Changes between Version 1 and Version 2 of OmniSetupGEC9Demos


Ignore:
Timestamp:
10/12/10 15:05:35 (14 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OmniSetupGEC9Demos

    v1 v2  
    9797src/omni.py deletesliver -a https://www.pgeni.gpolab.bbn.com/protogeni/xmlrpc/am <myslicename>
    9898}}}
     99
     100== Having multiple users accessing resources ==
     101Following the steps described above, only the user that created the slice can access the hosts that are reserved.
     102In order to be able to have multiple users accessing the reserved hosts, only the omni_config file needs to be modified.
     103Look at [attachment:omni_multi_config] for example. Basically the only change that is needed is in the Users section
     104to change the keys entry to be a comma separated list of all the public keys that need to be installed, probably one
     105public key per user. 
     106
     107If you have already created a sliver, you would need to delete the sliver and recreate it in order for the change to
     108take effect.
     109
     110For ProtoGENI hosts, after the host is reserved all users can access the host using as username the username name of the
     111person that created the slice (e.g. alice@pcX.pgeni.gpolab.bbn.com) and their own public key.