source: trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp1-openflow-exobbn.rspec @ 1466

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

modified descriptions in file that had incorrect experiment, and also modified the image for the pgeni node, which incorrectly pointed to emulab rather than pgeni.

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec will reserve the OpenFlow resources in the BBN ExoGENI rack
4for EG-EXP-6 exp1 ... may not need this.
5
6-->
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="EG-EXP-6 experiment 1 resources at BBN ExoGENI."
18                   email="lnevers@bbn.com">
19
20    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33017" type="primary" />
21
22    <openflow:group name="bbn-exogeni">
23      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+datapath+00:64:08:17:f4:b5:2a:00" component_manager_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+authority+am" />
24    </openflow:group>
25
26    <openflow:match>
27
28      <openflow:use-group name="bbn-exogeni" />
29
30      <openflow:packet>
31        <openflow:dl_vlan value="1750"/>
32        <openflow:dl_type value="0x800,0x806"/>
33        <openflow:nw_dst value="10.42.19.0/24"/>
34        <openflow:nw_src value="10.42.19.0/24"/>
35      </openflow:packet>
36
37    </openflow:match>
38
39  </openflow:sliver>
40
41</rspec>
Note: See TracBrowser for help on using the repository browser.