Changes between Version 8 and Version 9 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-6


Ignore:
Timestamp:
07/06/12 15:20:44 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-6

    v8 v9  
    99
    1010|| '''Step''' || '''State'''           || '''Date completed'''    ||''' Ticket ''' || '''Comments''' ||
    11 || Step 1     ||                       ||                         ||               ||                ||
    12 || Step 2     ||                       ||                         ||               ||                ||
     11|| Step 1     ||[[Color(yellow,Complete)]]||                         ||               ||                ||
     12|| Step 2     ||[[Color(yellow,Complete)]]||                         ||               ||                ||
    1313|| Step 3     ||                       ||                         ||               ||                ||
    1414|| Step 4     ||                       ||                         ||               ||                ||
     
    103103
    104104== 3. Define a request RSpec for a VM at the BBN ExoGENI. ==
    105 Define an RSpec for one VM on the Shared VLAN 1750. [Insert link here]
     105Defined an RSpec for one VM on the shared VLAN 1750: [exo-1vm-shared-vlan-bbn.rspec]
    106106
    107107== 4. Define a request RSpec for a VM at the RENCI ExoGENI.==
    108 Define an RSpec for one VM on the Shared VLAN 1750. [Insert link here]
     108Define an RSpec for one VM on the shared VLAN 1750: [exo-1vm-shared-vlan-rci.rspec]
    109109
     110== 5. Define request RSpecs for !OpenFlow resources from BBN FOAM to access GENI !OpenFlow core resources. ==
     111Defined an !OpenFlow RSpec for the FOAM controllers in each rack:
     112 - BBN Rack RSpec: [EG-EXP-6-exp1-openflow-exobbn.rspec]
     113 - RENCI Rack RSpec: [EG-EXP-6-exp1-openflow-exorci.rspec]
    110114
    111  5. Define request RSpecs for !OpenFlow resources from BBN FOAM to access GENI !OpenFlow core resources.
    112  6. Define request RSpecs for !OpenFlow core resources at NLR FOAM.
    113  7. Create the first slice.
    114  8. Create a sliver in the first slice at each AM, using the RSpecs defined above.
     115The BBN ExoGENI rack connects to the GENI backbone via the BBN GPO Lab OpenFlow switch named poblano. In order for this scenario to work OpenFlow must be configured also on the poblano switch to allow the BBN ExoGENI rack OF traffic to get to the OF GENI core. The following OpenFlow RSpec was defined for the BBN site switch poblano: [EG-EXP-6-exp1-openflow-bbn.rspec]
     116
     117== 6. Define request RSpecs for !OpenFlow core resources at NLR FOAM. ==
     118
     119Defined an !OpenFlow RSpec for the NLR FOAM controller: [EG-EXP-6-exp1-openflow-nlr.rspec]
     120 
     121== 7. Create the first slice ==
     122
     123Created the first slice:
     124{{{
     125$ omni.py createslice EG-EXP-6-exp1
     126}}}
     127
     128== 8. Create a sliver in the first slice at each AM, using the RSpecs defined above. ==
     129{{{
     130$omni.py -a exobbn createsliver EG-EXP-6-exp1 exo-1vm-shared-vlan-bbn.rspec
     131$omni.py -a of-exobbn EG-EXP-6-exp1 EG-EXP-6-exp1-openflow-exobbn.rspec
     132$omni.py -a of-bbn EG-EXP-6-exp1 EG-EXP-6-exp1-openflow-bbn.rspec
     133$omni.py -a of-nlr EG-EXP-6-exp1 EG-EXP-6-exp1-openflow-nlr.rspec
     134$omni.py -a of-exorci EG-EXP-6-exp1EG-EXP-6-exp1-openflow-exobbn.rspec
     135$omni.py -a exorci createsliver EG-EXP-6-exp1 exo-1vm-shared-vlan-rci.rspec
     136}}}
     137
    115138 9. Log in to each of the systems, verify IP address assignment. Send traffic to the other system, leave traffic running.
     139
    116140 10. As Experimenter2, define a request RSpec for one VM and one bare metal node at BBN ExoGENI.
    117141 11. Define a request RSpec for two VMs on the same worker node at RENCI ExoGENI.