Changes between Version 6 and Version 7 of GENIRacksHome/InstageniRacks/ConfirmationTestStatus/SoX


Ignore:
Timestamp:
11/04/13 14:52:46 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v6 v7  
    771771
    772772== IG-CT-4 - Multiple sites !OpenFlow experiment and interoperability ==
     773First created a slice:
     774{{{
     775$ omni.py createslice IG-CT-4
     776}}}
     777Then created slivers at all !OpenFlow aggregates.  This confirmation test creates a sliver at each of the following aggregates using the RSpec specified.  RSpecs can be found [http://groups.geni.net/geni/browser/trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/SOX here].
     778{{{
     779$ omni.py createsliver -a nlr-of IG-CT-4 IG-CT-4-openflow-nlr.rspec
     780$ omni.py createsliver -a i2-of IG-CT-4 IG-CT-4-openflow-internet2.rspec
     781$ omni.py createsliver -a gpo-of IG-CT-4 IG-CT-4-openflow-gpo.rspec
     782$ omni.py createsliver -a gpo-eg-of IG-CT-4 IG-CT-4-openflow-eg-gpo.rspec
     783$ omni.py createsliver -a uen-of IG-CT-4 IG-CT-4-openflow-uen.rspec
     784$ omni.py createsliver -a sox-ig-of IG-CT-4 IG-CT-4-openflow-sox-ig.rspec
     785$ omni.py createsliver -a gpo-ig-of IG-CT-4 IG-CT-4-openflow-ig-gpo.rspec
     786 
     787}}}
     788Then created a sliver at each of the compute resource aggregates, RSpecs used can be found RSpecs can be found [http://groups.geni.net/geni/browser/trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/SOX here].
     789
     790{{{
     791$ omni.py createsliver -a pg-utah IG-CT-4 IG-CT-4-pg-utah.rspec
     792$ omni.py createsliver -a gpo-ig IG-CT-4 IG-CT-4-ig-gpo.rspec
     793$ omni.py createsliver -a gpo-eg IG-CT-4 IG-CT-4-eg-gpo.rspec
     794$ omni.py createsliver -a sox-ig IG-CT-4 IG-CT-4-ig-sox.rspec
     795}}}
     796
     797Determined login for each of compute resources:
     798{{{
     799$ readyToLogin.py -a sox-ig IG-CT-4
     800<...>
     801================================================================================
     802LOGIN INFO for AM: https://instageni.sox.net:12369/protogeni/xmlrpc/am/2.0
     803================================================================================
     804
     805For more login info, see the section entitled:
     806         'Providing a private key to ssh' in 'readyToLogin.py -h'
     807
     808sox-ig2's geni_status is: ready (am_status:ready)
     809User lnevers logs in to sox-ig2 using:
     810        ssh -p 32315  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.sox.net
     811
     812sox-ig's geni_status is: ready (am_status:ready)
     813User lnevers logs in to sox-ig using:
     814        ssh -p 32314  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.sox.net
     815$ readyToLogin.py -a gpo-ig IG-CT-4
     816<...>
     817================================================================================
     818LOGIN INFO for AM: https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0
     819================================================================================
     820
     821For more login info, see the section entitled:
     822         'Providing a private key to ssh' in 'readyToLogin.py -h'
     823
     824gpo-ig2's geni_status is: ready (am_status:ready)
     825User lnevers logs in to gpo-ig2 using:
     826        ssh -p 31803  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.gpolab.bbn.com
     827
     828gpo-ig's geni_status is: ready (am_status:ready)
     829User lnevers logs in to gpo-ig using:
     830        ssh -p 31802  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.gpolab.bbn.com
     831
     832
     833$ readyToLogin.py -a pg-utah IG-CT-4
     834<...>
     835================================================================================
     836LOGIN INFO for AM: https://www.emulab.net:12369/protogeni/xmlrpc/am/2.0
     837================================================================================
     838
     839For more login info, see the section entitled:
     840         'Providing a private key to ssh' in 'readyToLogin.py -h'
     841
     842utah-pg's geni_status is: ready (am_status:ready)
     843User lnevers logs in to utah-pg using:
     844        ssh -p 32058  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc480.emulab.net
     845$ readyToLogin.py -a gpo-eg IG-CT-4
     846<...>
     847================================================================================
     848LOGIN INFO for AM: https://bbn-hn.exogeni.net:11443/orca/xmlrpc
     849================================================================================
     850
     851For more login info, see the section entitled:
     852         'Providing a private key to ssh' in 'readyToLogin.py -h'
     853
     854VM's geni_status is: ready (am_status:ready)
     855User lnevers logs in to VM using:
     856        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@192.1.242.18
     857
     858}}}
     859
    773860== IG-CT-5 - Experiment Monitoring ==
    774861== IG-CT-6 - Administrative Tests ==