1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <rspec type="request" |
---|
3 | xmlns="http://www.geni.net/resources/rspec/3" |
---|
4 | xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1" |
---|
5 | xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" |
---|
6 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
7 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
8 | http://www.geni.net/resources/rspec/3/request.xsd"> |
---|
9 | |
---|
10 | <node client_id="max3" component_id="urn:publicid:IDN+dragon.maxgigapop.net+node+planetlab2" component_manager_id="u |
---|
11 | rn:publicid:IDN+dragon.maxgigapop.net+authority+am" exclusive="true"> |
---|
12 | <hardware_type name="plab-pc"/> |
---|
13 | <hardware_type name="pc"/> |
---|
14 | <sliver_type name="plab-vserver"> |
---|
15 | </sliver_type> |
---|
16 | <interface client_id="max3:if0" component_id="urn:publicid:IDN+dragon.maxgigapop.net+interface+planetlab2:eth1"> |
---|
17 | <ip address="192.168.5.2" netmask="255.255.255.0" type="ipv4"/> |
---|
18 | </interface> |
---|
19 | </node> |
---|
20 | |
---|
21 | <node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false"> |
---|
22 | <sliver_type name="emulab-openvz"/> |
---|
23 | <services> <execute command="sudo yum install iperf -y" shell="sh"/> </services> |
---|
24 | <interface client_id="ig-gpo:if0"> |
---|
25 | <ip address="192.168.2.1" netmask="255.255.255.0" type="ipv4"/> |
---|
26 | </interface> |
---|
27 | <interface client_id="ig-gpo:if1"> |
---|
28 | <ip address="192.168.5.1" netmask="255.255.255.0" type="ipv4"/> |
---|
29 | </interface> |
---|
30 | </node> |
---|
31 | |
---|
32 | <node client_id="ig-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false"> |
---|
33 | <sliver_type name="emulab-openvz"/> |
---|
34 | <services> <execute command="sudo yum install iperf -y" shell="sh"/> </services> |
---|
35 | <interface client_id="ig-utah:if0"> |
---|
36 | <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/> |
---|
37 | </interface> |
---|
38 | </node> |
---|
39 | |
---|
40 | <node client_id="pg-utah" component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="false"> |
---|
41 | <sliver_type name="emulab-openvz"/> |
---|
42 | <services> <execute command="sudo yum install iperf -y" shell="sh"/> </services> |
---|
43 | <interface client_id="pg-utah:if0"> |
---|
44 | <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/> |
---|
45 | </interface> |
---|
46 | <interface client_id="pg-utah:if1"> |
---|
47 | <ip address="192.168.2.1" netmask="255.255.255.0" type="ipv4"/> |
---|
48 | </interface> |
---|
49 | </node> |
---|
50 | |
---|
51 | <link client_id="link"> |
---|
52 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
53 | <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/> |
---|
54 | <interface_ref client_id="ig-gpo:if0"/> |
---|
55 | <interface_ref client_id="pg-utah:if1"/> |
---|
56 | <property source_id="ig-gpo:if0" dest_id="pg-utah:if1" capacity="100000"/> |
---|
57 | <property source_id="pg-utah:if1" dest_id="ig-gpo:if0" capacity="100000"/> |
---|
58 | </link> |
---|
59 | <link client_id="link1"> |
---|
60 | <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/> |
---|
61 | <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/> |
---|
62 | <interface_ref client_id="ig-utah:if0"/> |
---|
63 | <interface_ref client_id="pg-utah:if0"/> |
---|
64 | <property source_id="pg-utah:if0" dest_id="ig-utah:if0" capacity="100000"/> |
---|
65 | <property source_id="ig-utah:if0" dest_id="pg-utah:if0" capacity="100000"/> |
---|
66 | </link> |
---|
67 | <link client_id="link2"> |
---|
68 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
69 | <component_manager name="urn:publicid:IDN+ion.internet2.edu+authority+am"/> |
---|
70 | <component_manager name="urn:publicid:IDN+dragon.maxgigapop.net+authority+am"/> |
---|
71 | <interface_ref client_id="ig-gpo:if0"/> |
---|
72 | <interface_ref client_id="max3:if0"/> |
---|
73 | <property source_id="ig-gpo:if1" dest_id="max3:if0" capacity="100000"/> |
---|
74 | <property source_id="max3:if0" dest_id="ig-gpo:if1" capacity="100000"/> |
---|
75 | </link> |
---|
76 | </rspec> |
---|