1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <rspec type="request" |
---|
3 | xmlns="http://www.geni.net/resources/rspec/3" |
---|
4 | xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" |
---|
5 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
6 | xmlns:stitch="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" |
---|
7 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
8 | http://www.geni.net/resources/rspec/3/request.xsd"> |
---|
9 | <node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false"> |
---|
10 | <sliver_type name="emulab-xen"/> |
---|
11 | <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services> |
---|
12 | <interface client_id="ig-gpo:if0"> |
---|
13 | <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/> |
---|
14 | </interface> |
---|
15 | </node> |
---|
16 | <node client_id="ig-utahddc" component_manager_id="urn:publicid:IDN+utahddc.geniracks.net+authority+cm" exclusive="false"> |
---|
17 | <sliver_type name="raw-pc"/> |
---|
18 | <services> <execute command="sudo sed -i -e '1,$/https/http/' /etc/yum.repos.d/*.repo;sudo apt-get install iperf -y" shell="sh"/> </services> |
---|
19 | <interface client_id="ig-utahddc:if0"> |
---|
20 | <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/> |
---|
21 | </interface> |
---|
22 | </node> |
---|
23 | <link client_id="77link"> |
---|
24 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
25 | <component_manager name="urn:publicid:IDN+utahddc.geniracks.net+authority+cm"/> |
---|
26 | <interface_ref client_id="ig-gpo:if0"/> |
---|
27 | <interface_ref client_id="ig-utahddc:if0"/> |
---|
28 | <property source_id="ig-gpo:if0" dest_id="ig-utahddc:if0" capacity="20000"/> |
---|
29 | <property source_id="ig-utahddc:if0" dest_id="ig-gpo:if0" capacity="20000"/> |
---|
30 | </link> |
---|
31 | </rspec> |
---|