1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <rspec type="request" |
---|
3 | xmlns="http://www.geni.net/resources/rspec/3" |
---|
4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
5 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
6 | http://www.geni.net/resources/rspec/3/request.xsd"> |
---|
7 | |
---|
8 | <node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false"> |
---|
9 | <sliver_type name="emulab-openvz"/> |
---|
10 | <interface client_id="ig-gpo:if0"> |
---|
11 | <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/> |
---|
12 | </interface> |
---|
13 | <interface client_id="ig-gpo:if1"> |
---|
14 | <ip address="10.10.4.1" netmask="255.255.255.0" type="ipv4"/> |
---|
15 | </interface> |
---|
16 | </node> |
---|
17 | <node client_id="ig-ill" component_manager_id="urn:publicid:IDN+instageni.illinois.edu+authority+cm" exclusive="false"> |
---|
18 | <sliver_type name="emulab-openvz"/> |
---|
19 | <interface client_id="ig-ill:if0"> |
---|
20 | <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/> |
---|
21 | </interface> |
---|
22 | <interface client_id="ig-ill:if1"> |
---|
23 | <ip address="10.10.4.2" netmask="255.255.255.0" type="ipv4"/> |
---|
24 | </interface> |
---|
25 | </node> |
---|
26 | <link client_id="link"> |
---|
27 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
28 | <component_manager name="urn:publicid:IDN+instageni.illinois.edu+authority+cm"/> |
---|
29 | <interface_ref client_id="ig-gpo:if0"/> |
---|
30 | <interface_ref client_id="ig-ill:if0"/> |
---|
31 | <property source_id="ig-gpo:if0" dest_id="ig-ill:if0" capacity="100000"/> |
---|
32 | <property source_id="ig-ill:if0" dest_id="ig-gpo:if0" capacity="100000"/> |
---|
33 | </link> |
---|
34 | <link client_id="link1"> |
---|
35 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
36 | <component_manager name="urn:publicid:IDN+instageni.illinois.edu+authority+cm"/> |
---|
37 | <interface_ref client_id="ig-gpo:if1"/> |
---|
38 | <interface_ref client_id="ig-ill:if1"/> |
---|
39 | <property source_id="ig-gpo:if1" dest_id="ig-ill:if1" capacity="100000"/> |
---|
40 | <property source_id="ig-ill:if1" dest_id="ig-gpo:if1" capacity="100000"/> |
---|
41 | </link> |
---|
42 | </rspec> |
---|