Changes between Version 1 and Version 2 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/Princeton
- Timestamp:
- 05/23/13 14:19:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIRacksHome/InstageniRacks/ConfirmationTestStatus/Princeton
v1 v2 3 3 = Princeton University InstaGENI Confirmation Tests = 4 4 5 For details about the tests in this page, see the '''[wiki:GENIRacksHome/InstageniRacks/SiteConfirmationTests ExoGENI Confirmation Tests]''' page.[[BR]] 5 6 For details about the tests in this page, see the '''[wiki:GENIRacksHome/InstageniRacks/SiteConfirmationTests InstaGENI Confirmation Tests]''' page.[[BR]] 6 7 For site status see the '''[wiki:GENIRacksHome/InstageniRacks/ConfirmationTestStatus InstaGENI New Site Confirmation Tests Status]''' page. 7 8 9 __Note:__ Omni nick_names for site aggregate used for these tests are: 10 {{{ 11 ig-gpo=,https://instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0 12 ig-of-gpo=,https://foam.gpolab.bbn.com:3626/foam/gapi/1 13 ig-princeton=,https://instageni.cs.princeton.edu.edu:12369/protogeni/xmlrpc/am 14 ig-of-princeton=,https://foam.instageni.cs.princeton.edu.edu:3626/foam/gapi/1 15 }}} 8 16 9 17 == IG-CT-1 - Access to New Site VM resources == 18 Got 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 23 The InstaGENI version in" 'code_tag':'99a2b1f03656cb665918eebd2b95434a6d3e50f9'" is the same as the other two available InstaGENI site (GPO and Utah): 24 {{{ 25 IG GPO: 26 IG Princeton: 27 IG Utah: 28 }}} 29 30 Get list of "available" compute resources: 31 {{{ 32 $ omni.py -a ig-princeton listresources --available -o 33 }}} 34 35 Verified that Advertisement RSpec only includes available resources, as requested: 36 {{{ 37 $ egrep "node comp|available now" rspec-xxx 38 }}} 39 40 Created a slice: 41 {{{ 42 $ omni.py createslice IG-CT-1 43 }}} 44 45 Created 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 }}} 49 The following is login information for the sliver: 50 {{{ 51 $ readyToLogin.py -a ig-princeton IG-CT-1 52 <...> 53 54 }}} 55 56 10 57 == IG-CT-2 - Access to New Site bare metal and VM resources == 11 58 == IG-CT-3 - Multiple sites experiment ==