1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- Resources at AM: |
---|
3 | URN: unspecified_AM_URN |
---|
4 | URL: https://boss.utah.geniracks.net/protogeni/xmlrpc/am |
---|
5 | --> |
---|
6 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
7 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
8 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
9 | http://www.geni.net/resources/rspec/3/request.xsd" |
---|
10 | type="request"> |
---|
11 | |
---|
12 | <node client_id="host1" exclusive="false"> |
---|
13 | <emulab:routable_control_ip xmlns:emulab="http://www.protogeni.net/resources/rspec/ext/emulab/1"/> |
---|
14 | <sliver_type name="emulab-openvz" /> |
---|
15 | <interface client_id="host1:if0" /> |
---|
16 | <interface client_id="host1:if1" /> |
---|
17 | </node> |
---|
18 | |
---|
19 | <node client_id="host2" exclusive="false"> |
---|
20 | <emulab:routable_control_ip xmlns:emulab="http://www.protogeni.net/resources/rspec/ext/emulab/1"/> |
---|
21 | <sliver_type name="emulab-openvz" /> |
---|
22 | <interface client_id="host2:if0" /> |
---|
23 | <interface client_id="host2:if1" /> |
---|
24 | </node> |
---|
25 | |
---|
26 | <link client_id="host1-and-host2-0"> |
---|
27 | <interface_ref client_id="host1:if0"/> |
---|
28 | <interface_ref client_id="host2:if0"/> |
---|
29 | <property source_id="host1:if0" dest_id="host2:if0"/> |
---|
30 | <property source_id="host2:if0" dest_id="host1:if0"/> |
---|
31 | </link> |
---|
32 | |
---|
33 | <link client_id="host1-and-host2-1"> |
---|
34 | <interface_ref client_id="host1:if1"/> |
---|
35 | <interface_ref client_id="host2:if1"/> |
---|
36 | <property source_id="host1:if1" dest_id="host2:if1"/> |
---|
37 | <property source_id="host2:if1" dest_id="host1:if1"/> |
---|
38 | </link> |
---|
39 | </rspec> |
---|