source: trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-5/IG-EXP-5-openflow-ig.rspec @ 1341

Last change on this file since 1341 was 1341, checked in by lnevers@bbn.com, 12 years ago

adding configuration for initial run of the IG-EXP-5 test case

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec will reserve the OpenFlow resources in the InstaGENI rack
4used by the IG-EXP-5 slice.
5
6AM: https://foam.utah.geniracks.net:3626/foam/gapi/1
7-->
8<rspec xmlns="http://www.geni.net/resources/rspec/3"
9       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
10       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
11       xs:schemaLocation="http://www.geni.net/resources/rspec/3
12           http://www.geni.net/resources/rspec/3/request.xsd
13           http://www.geni.net/resources/rspec/ext/openflow/3
14           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
15       type="request">
16
17  <openflow:sliver description="InstaGENI OpenFlow resources at Utah InstaGENI.">
18
19    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33017" type="primary" />
20
21
22    <openflow:group name="instageni-1750">
23      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:ig-utah+datapath+06:d6:00:24:a8:5d:0b:00" component_manager_id="urn:publicid:IDN+openflow:foam:ig-utah+authority+am" />
24    </openflow:group>
25
26    <openflow:match>
27
28      <openflow:use-group name="instageni-1750" />
29
30      <openflow:packet>
31        <openflow:dl_type value="0x800,0x806"/>
32        <openflow:nw_dst value="10.42.11.0/24"/>
33        <openflow:nw_src value="10.42.11.0/24"/>
34      </openflow:packet>
35
36    </openflow:match>
37
38  </openflow:sliver>
39
40</rspec>
Note: See TracBrowser for help on using the repository browser.