Changes between Version 1 and Version 2 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/Princeton


Ignore:
Timestamp:
05/23/13 14:19:33 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/ConfirmationTestStatus/Princeton

    v1 v2  
    33= Princeton University InstaGENI Confirmation Tests =
    44
    5 For details about the tests in this page, see the '''[wiki:GENIRacksHome/InstageniRacks/SiteConfirmationTests ExoGENI Confirmation Tests]''' page.[[BR]]
     5
     6For details about the tests in this page, see the '''[wiki:GENIRacksHome/InstageniRacks/SiteConfirmationTests InstaGENI Confirmation Tests]''' page.[[BR]]
    67For site status see the '''[wiki:GENIRacksHome/InstageniRacks/ConfirmationTestStatus InstaGENI New Site Confirmation Tests Status]''' page.
    78
     9__Note:__ Omni nick_names for site aggregate used for these tests are:
     10{{{
     11ig-gpo=,https://instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0
     12ig-of-gpo=,https://foam.gpolab.bbn.com:3626/foam/gapi/1
     13ig-princeton=,https://instageni.cs.princeton.edu.edu:12369/protogeni/xmlrpc/am
     14ig-of-princeton=,https://foam.instageni.cs.princeton.edu.edu:3626/foam/gapi/1
     15}}}
    816
    917== IG-CT-1 - Access to New Site VM resources ==
     18Got Aggregate version, which showed AM API V1, V2, and V3 are supported and V2 is default:
     19{{{
     20$ omni.py getversion -a ig-princeton
     21}}}
     22
     23The InstaGENI version in" 'code_tag':'99a2b1f03656cb665918eebd2b95434a6d3e50f9'" is the same as the other two available InstaGENI site (GPO and Utah):
     24{{{
     25IG GPO:     
     26IG Princeton:
     27IG Utah:   
     28}}}
     29
     30Get list of "available" compute resources:
     31{{{
     32$ omni.py -a ig-princeton listresources --available -o
     33}}}
     34
     35Verified that Advertisement RSpec only includes available resources, as requested:
     36{{{
     37$ egrep "node comp|available now" rspec-xxx
     38}}}
     39
     40Created a slice:
     41{{{
     42$ omni.py createslice IG-CT-1
     43}}}
     44
     45Created a 4 VMs sliver using the RSpec [http://groups.geni.net/geni/browser/trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/Princeton/IG-CT-1-princeton.rspec IG-CT-1-princeton.rspec]:
     46{{{
     47$ omni.py createsliver -a ig-princeton IG-CT-1 IG-CT-1-princeton.rspec
     48}}}
     49The following is login information for the sliver:
     50{{{
     51$ readyToLogin.py -a ig-princeton IG-CT-1
     52<...>
     53
     54}}}
     55
     56
    1057== IG-CT-2 - Access to New Site bare metal and VM resources ==
    1158== IG-CT-3 - Multiple sites experiment  ==