GENI-in-a-Box/GiB-gettingStarted: two-nodes-iperf.rspec

File two-nodes-iperf.rspec, 1.9 KB (added by lnevers@bbn.com, 12 years ago)
Line 
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:xsi="http://www.w3.org/2001/XMLSchema-instance"
5        xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1"
6        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
7        http://www.geni.net/resources/rspec/3/request.xsd"> 
8
9  <node client_id="left" component_manager_id="urn:publicid:IDN+pgeni.gpolab.bbn.com+authority+cm" exclusive="true">
10    <sliver_type name="raw-pc">
11     <disk_image name="urn:publicid:IDN+emulab.net+image+emulab-ops:UBUNTU10-STD" os="Linux" version="10"/> 
12    </sliver_type>
13    <services>
14      <execute command="/local/iperf-script.sh" shell="sh"/>
15      <install install_path="/local" url="http://www.gpolab.bbn.com/experiment-support/geni-in-a-box/iperf-script.tar.gz"/>
16    </services>
17    <interface client_id="left:if0">
18    </interface>
19  </node>
20
21  <node client_id="right" component_manager_id="urn:publicid:IDN+pgeni.gpolab.bbn.com+authority+cm" exclusive="true">
22    <sliver_type name="raw-pc">
23     <disk_image name="urn:publicid:IDN+emulab.net+image+emulab-ops:UBUNTU10-STD" os="Linux" version="10"/>                               
24    </sliver_type>
25    <services>
26      <execute command="/local/iperf-script.sh" shell="sh"/>
27      <install install_path="/local" url="http://www.gpolab.bbn.com/experiment-support/geni-in-a-box/iperf-script.tar.gz"/>
28    </services>
29    <interface client_id="right:if0">
30    </interface>
31  </node>
32
33  <link client_id="left-right-lan">
34    <component_manager name="urn:publicid:IDN+pgeni.gpolab.bbn.com+authority+cm"/>
35    <interface_ref client_id="left:if0"/>
36    <interface_ref client_id="right:if0"/>
37    <property source_id="left:if0" dest_id="right:if0"/>
38    <property source_id="right:if0" dest_id="left:if0"/>
39    <link_type name="lan"/>
40  </link>
41</rspec>