motine / Ohouse

Ohouse
Other
3 stars 2 forks source link

Test with Omni GENI client #6

Open broadbent opened 10 years ago

broadbent commented 10 years ago

As Ohouse implements the Federation Service API, an Omni GENI client should be able to talk to it. This needs to be confirmed.

See webpage for more details: http://trac.gpolab.bbn.com/gcf/wiki/OmniOverview

motine commented 10 years ago

Entities to work: gcf, Ohouse, AM.

Test 1: Run omni against Ohouse using the Federation API. Test 2: Use Ohouse gen-cert.py. Make gcf (i.e. omni) and the test AM use these root & user certificates and credentials (force use of certificates via command line option of omni). Test 3: Use omni to allocate resources at an AM and omni uses Ohouse to acquire the slice cert. User certificate and trust root is provided by Ohouse.

For test 2 please don't forget that omni has the following options:

 --usercredfile=USER_CRED_FILENAME
                        Name of user credential file to read from if it
                        exists, or save to when running like '--usercredfile
                        myUserCred.xml -o getusercred'
  --slicecredfile=SLICE_CRED_FILENAME
                        Name of slice credential file to read from if it
                        exists, or save to when running like '--slicecredfile
                        mySliceCred.xml -o getslicecred mySliceName'

Good luck!