1 | <rspec type="request" |
---|
2 | xmlns="http://www.geni.net/resources/rspec/3" |
---|
3 | xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1" |
---|
4 | xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" |
---|
5 | xmlns:emulab="http://www.protogeni.net/resources/rspec/ext/emulab/1" |
---|
6 | xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3" |
---|
7 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
8 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
9 | http://www.geni.net/resources/rspec/ext/openflow/3 |
---|
10 | http://www.geni.net/resources/rspec/3/request.xsd"> |
---|
11 | |
---|
12 | <node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="true"> |
---|
13 | <sliver_type name="raw-pc"/> |
---|
14 | <interface client_id="ig-gpo:if0"> |
---|
15 | <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/> |
---|
16 | </interface> |
---|
17 | </node> |
---|
18 | |
---|
19 | <node client_id="gr-clem" component_manager_id="urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am"> |
---|
20 | <sliver_type name="m1.small" /> |
---|
21 | <interface client_id="gr-clem:if0" > |
---|
22 | <ip address="192.168.1.2" netmask="255.255.255.0" /> |
---|
23 | </interface> |
---|
24 | <interface client_id="gr-clem:if1" > |
---|
25 | <ip address="192.168.2.2" netmask="255.255.255.0" /> |
---|
26 | </interface> |
---|
27 | </node> |
---|
28 | |
---|
29 | <node client_id="gr-clem1" component_manager_id="urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am"> |
---|
30 | <sliver_type name="m1.small" /> |
---|
31 | <interface client_id="gr-clem1:if0" > |
---|
32 | <ip address="192.168.2.1" netmask="255.255.255.0" /> |
---|
33 | </interface> |
---|
34 | </node> |
---|
35 | |
---|
36 | <link client_id="linkOF1"> |
---|
37 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
38 | <component_manager name="urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am"/> |
---|
39 | <interface_ref client_id="ig-gpo:if0"/> |
---|
40 | <interface_ref client_id="gr-clem:if0"/> |
---|
41 | <property capacity="100000" source_id="ig-gpo:if0" dest_id="gr-clem:if0"/> |
---|
42 | <property capacity="100000" source_id="gr-clem:if0" dest_id="ig-gpo:if0"/> |
---|
43 | <emulab:openflow_controller url="tcp:130.127.88.98:9000" /> |
---|
44 | <openflow:controller url="tcp:130.127.88.98:9000" type="primary"/> |
---|
45 | </link> |
---|
46 | <link client_id="linkOF2"> |
---|
47 | <component_manager name="urn:publicid:IDN+clemson-clemson-control-1.clemson.edu+authority+am"/> |
---|
48 | <interface_ref client_id="gr-clem:if1"/> |
---|
49 | <interface_ref client_id="gr-clem1:if0"/> |
---|
50 | <property capacity="100000" source_id="gr-clem:if1" dest_id="gr-clem1:if0"/> |
---|
51 | <property capacity="100000" source_id="gr-clem1:if0" dest_id="gr-clem:if1"/> |
---|
52 | <openflow:controller url="tcp:130.127.88.98:9000" type="primary"/> |
---|
53 | </link> |
---|
54 | </rspec> |
---|