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="pg-utah" component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="false"> |
---|
11 | <sliver_type name="emulab-openvz"/> |
---|
12 | <services> <execute command="sudo yum install iperf -y" shell="sh"/> </services> |
---|
13 | <interface client_id="pg-utah:if0"> |
---|
14 | <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/> |
---|
15 | </interface> |
---|
16 | <interface client_id="pg-utah:if1"> |
---|
17 | <ip address="192.168.6.1" netmask="255.255.255.0" type="ipv4"/> |
---|
18 | </interface> |
---|
19 | </node> |
---|
20 | |
---|
21 | <node client_id="pg-uky" component_manager_id="urn:publicid:IDN+uky.emulab.net+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="pg-uky:if0"> |
---|
25 | <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/> |
---|
26 | </interface> |
---|
27 | <interface client_id="pg-uky:if1"> |
---|
28 | <ip address="192.168.5.2" netmask="255.255.255.0" type="ipv4"/> |
---|
29 | </interface> |
---|
30 | </node> |
---|
31 | |
---|
32 | <node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+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-gpo:if0"> |
---|
36 | <ip address="192.168.5.1" netmask="255.255.255.0" type="ipv4"/> |
---|
37 | </interface> |
---|
38 | <interface client_id="ig-gpo:if1"> |
---|
39 | <ip address="192.168.6.2" netmask="255.255.255.0" type="ipv4"/> |
---|
40 | </interface> |
---|
41 | </node> |
---|
42 | |
---|
43 | <link client_id="link-pgu-pgky"> |
---|
44 | <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/> |
---|
45 | <component_manager name="urn:publicid:IDN+uky.emulab.net+authority+cm"/> |
---|
46 | <interface_ref client_id="pg-utah:if0"/> |
---|
47 | <interface_ref client_id="pg-uky:if0"/> |
---|
48 | <property source_id="pg-utah:if0" dest_id="pg-uky:if0"/> |
---|
49 | <property source_id="pg-uky:if0" dest_id="pg-utah:if0"/> |
---|
50 | </link> |
---|
51 | |
---|
52 | <link client_id="link-pgky-iggpo"> |
---|
53 | <component_manager name="urn:publicid:IDN+uky.emulab.net+authority+cm"/> |
---|
54 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
55 | <interface_ref client_id="ig-gpo:if0"/> |
---|
56 | <interface_ref client_id="pg-uky:if1"/> |
---|
57 | <property source_id="ig-gpo:if0" dest_id="pg-uky:if1"/> |
---|
58 | <property source_id="pg-uky:if1" dest_id="ig-gpo:if0"/> |
---|
59 | </link> |
---|
60 | |
---|
61 | <link client_id="link-iggpo-pgutah"> |
---|
62 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
63 | <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/> |
---|
64 | <interface_ref client_id="ig-gpo:if1"/> |
---|
65 | <interface_ref client_id="pg-utah:if1"/> |
---|
66 | <property source_id="ig-gpo:if1" dest_id="pg-utah:if1"/> |
---|
67 | <property source_id="pg-utah:if1" dest_id="ig-gpo:if1"/> |
---|
68 | </link> |
---|
69 | |
---|
70 | </rspec> |
---|