[3188] | 1 | <rspec type="request" |
---|
| 2 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
| 3 | http://www.geni.net/resources/rspec/3/request.xsd |
---|
| 4 | http://www.geni.net/resources/rspec/ext/shared-vlan/1 |
---|
| 5 | http://www.geni.net/resources/rspec/ext/shared-vlan/1/request.xsd" |
---|
| 6 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 7 | xmlns:s="http://www.geni.net/resources/rspec/ext/shared-vlan/1" |
---|
| 8 | xmlns:emulab="http://www.protogeni.net/resources/rspec/ext/emulab/1" |
---|
| 9 | xmlns="http://www.geni.net/resources/rspec/3"> |
---|
| 10 | |
---|
| 11 | <node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false"> |
---|
| 12 | <sliver_type name="emulab-xen"/> |
---|
| 13 | <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services> |
---|
| 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 | <node client_id="ig-cenic" component_manager_id="urn:publicid:IDN+instageni.cenic.net+authority+cm" exclusive="false"> |
---|
| 19 | <sliver_type name="emulab-xen"/> |
---|
| 20 | <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services> |
---|
| 21 | <interface client_id="ig-cenic:if0"> |
---|
| 22 | <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/> |
---|
| 23 | </interface> |
---|
| 24 | </node> |
---|
| 25 | <link client_id="link"> |
---|
| 26 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
| 27 | <component_manager name="urn:publicid:IDN+instageni.cenic.net+authority+cm"/> |
---|
| 28 | <interface_ref client_id="ig-gpo:if0"/> |
---|
| 29 | <interface_ref client_id="ig-cenic:if0"/> |
---|
| 30 | <property source_id="ig-gpo:if0" dest_id="ig-cenic:if0" /> |
---|
| 31 | <property source_id="ig-cenic:if0" dest_id="ig-gpo:if0" /> |
---|
| 32 | <emulab:openflow_controller url="tcp:192.1.249.185:33020" /> |
---|
| 33 | </link> |
---|
| 34 | </rspec> |
---|