Changes between Version 82 and Version 83 of GENIExperimenter/ExperimentExample-OF-FOAM


Ignore:
Timestamp:
04/20/12 10:46:55 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/ExperimentExample-OF-FOAM

    v82 v83  
    372372=== Step 3: Generate OpenFlow V3 RSpec ===
    373373
    374 Use the request template for OF V3 Request RSpecs shown below to create the RSpecs for the BBN, Clemson and Wisconsin OF aggregates:
     374This section uses guidelines from the [http://groups.geni.net/geni/wiki/HowTo/WriteOFv3Rspecs#WritingOpenFlowv3requestrspecs Writing OF V3 RSpec] page to merge information from Step 2 and generate the complete BBN, Clemson, Wisconsin and NLR !OpenFlow request RSpecs.
     375
     376The following !OpenFlow V3 RSpec template is used to start each RSpec:
    375377
    376378{{{
     
    396398}}}
    397399
    398 For the above template:
    399  * Modify the "openflow:sliver" line to replace the "user@geni.net" with your valid email address, and update the sliver description.
    400  * Update the "openflow:controller" line to include your controller information.
    401 
    402 Note: If you do not have a controller, you may set one up as shown [http://groups.geni.net/geni/wiki/OpenFlow/GeniBackboneTest#SetupyourOpenFlowcontroller here]
    403 
    404 You can now combine the modified template with each of the Site specific !OpenFlow details from Step 2.
    405 
    406 This will result in the following final OF RSpecs:
     400For the above template you must modify the following settings:
     401
     402 * In the "openflow:sliver" line, replace the "user@geni.net" with your valid email address, and update the sliver description.
     403 * In the "openflow:controller" line, include your !OpenFlow controller name and port information.
     404
     405Note: If you do not have an !OpenFlow controller, you can set one up as shown [http://groups.geni.net/geni/wiki/OpenFlow/GeniBackboneTest#SetupyourOpenFlowcontroller here].
     406
     407After you have defined the email, experiment description, and controller details, use the modified !OpenFlow V3 RSpec template to generate the 3 site !OpenFlow Rspecs. The !OpenFlow RSpecs are generated by combining
     408details from Step 2 with the modified template. Following are the completed site !OpenFlow RSpecs for the 3 sites in this experiment:
    407409
    408410==== BBN OpenFlow RSpec ====