Changes between Version 4 and Version 5 of GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-5


Ignore:
Timestamp:
07/03/12 10:37:43 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-5

    v4 v5  
    6161ig=,http://utah.geniracks.net/protogeni/xmlrpc/am
    6262pg=,http://www.emulab.net/protogeni/xmlrpc/am
     63pg2=,https://www.emulab.net:12369/protogeni/xmlrpc/am/2.0
     64of-bbn=,https://foam.gpolab.bbn.com:3626/foam/gapi/1
     65of-clemson=,https://foam.clemson.edu:3626/foam/gapi/1
    6366of-i2=,https://foam.net.internet2.edu:3626/foam/gapi/1
    6467of-ig=,https://foam.utah.geniracks.net:3626/foam/gapi/1
     68of-rutgers=,https://nox.orbit-lab.org:3626/foam/gapi/1
     69plc-bbn=,http://myplc.gpolab.bbn.com:12346/
     70plc-clemson=,http://myplc.clemson.edu:12346/
    6571}}}
    6672
     
    122128Created a sliver at the Rutgers FOAM for VLAN 3716:
    123129{{{
    124  ./src/omni.py -a https://nox.orbit-lab.org:3626/foam/gapi/1 createsliver IG-EXP-5-scenario1 instarspec/IG-EXP-5-openflow-rutgers.rspec
     130 ./src/omni.py -a of-rutgers createsliver IG-EXP-5-scenario1 instarspec/IG-EXP-5-openflow-rutgers.rspec
    125131
    126132}}}
     
    135141}}}
    136142
     143To login to the compute resources above determine the following:
     144{{{
     145omni.py -a ig sliverstatus IG-EXP-5 -o
     146egrep "hostname|port" IG-EXP-5-sliverstatus-utah-geniracks-net-protogeni.json
     147}}}
     148
    137149== 10. Create a sliver for the !OpenFlow resources in the core. ==
    138150
     
    143155}}}
    144156
     157== 10a. Create a sliver for all remaining Meso-scale compute and network resources. ==
     158The following slivers were created:
     159{{{
     160omni.py -a pg2 createsliver IG-EXP-5 --api-version 2 -t GENI 3./instarspec/IG-EXP-5/IG-EXP-5-wapg-rutgers.rspec
     161omni.py -a of-rutgers createsliver IG-EXP-5 ./instarspec/IG-EXP-5/IG-EXP-5-openflow-rutgers.rspec
     162omni.py -a plc-clemson createsliver IG-EXP-5 ./instarspec/IG-EXP-5/IG-EXP-5-myplc-clemson.rspec
     163omni.py -a of-clemson createsliver IG-EXP-5 ./instarspec/IG-EXP-5/IG-EXP-5-openflow-clemson.rspec
     164omni.py -a plc-bbn createsliver IG-EXP-5 ./instarspec/IG-EXP-5/IG-EXP-5-myplc-bbn.rspec
     165omni.py -a of-bbn createsliver IG-EXP-5 ./instarspec/IG-EXP-5/IG-EXP-5-openflow-bbn.rspec
     166}}}
     167
    145168== 11. Log in to each of the compute resources and send traffic to the other end-point. ==
    146 
    147  12. Verify that traffic is delivered to target.
    148  13. Review baseline, GMOC, and meso-scale monitoring statistics.
    149  14. As Experimenter2, determine BBN compute resources and define RSpec.
    150  15. Determine remote meso-scale compute resources and define RSpec.
     169The nodes assigned for compute resources were determined as follows:
     170{{{
     171omni.py -a ig sliverstatus IG-EXP-5 -o
     172omni.py -a of-ig sliverstatus IG-EXP-5 -o
     173omni.py -a of-i2 sliverstatus IG-EXP-5 -o
     174omni.py -a pg2  sliverstatus IG-EXP-5 -o
     175omni.py -a plc-clemson  sliverstatus IG-EXP-5 -o
     176omni.py -a plc-bbn  sliverstatus IG-EXP-5 -o
     177}}}
     178The above created output files named IG-EXP-5-sliverstatus-SITENAME.json from which the assigned hosts can be determined:
     179{{{
     180egrep "hostname" IG-EXP-5-sliverstatus-SITENAME.json
     181}}}
     182
     183For this experiment, local PG resources were also configured to be allowed on VLAN 1750 thorough the InstaGENI rack, the following sliver was created:
     184{{{
     185omni.py -a pg createsliver IG-EXP-5 ./instarspec/IG-EXP-5/IG-EXP-5-compute-pg.rspec
     186}}}
     187To login to this resource, determined access details as follows:
     188{{{
     189omni.py -a pg sliverstatus IG-EXP-5 -o
     190egrep "hostname|port" IG-EXP-5-sliverstatus-utah-geniracks-net-protogeni.json
     191}}}
     192
     193== 12. Verify that traffic is delivered to target.==
     194== 13. Review baseline, GMOC, and meso-scale monitoring statistics. ==
     195
     196== 14. As Experimenter2, determine BBN compute resources and define RSpec.==
     197Note: for initial run through of this test only one set of credentials were used
     198
     199== 15. Determine remote meso-scale compute resources and define RSpec. ==
     200
    151201 16. Define a request RSpec for !OpenFlow network resources at the BBN InstaGENI AM.
    152202 17. Define a request RSpec for !OpenFlow network resources at the remote NLR Meso-scale site.