[1249] | 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 | <sliver_type name="emulab-openvz" /> |
---|
| 14 | <interface client_id="host1:if0" /> |
---|
| 15 | <interface client_id="host1:if1" /> |
---|
| 16 | </node> |
---|
| 17 | |
---|
| 18 | <node client_id="host2" exclusive="false"> |
---|
| 19 | <sliver_type name="emulab-openvz" /> |
---|
| 20 | <interface client_id="host2:if0" /> |
---|
| 21 | <interface client_id="host2:if1" /> |
---|
| 22 | </node> |
---|
| 23 | |
---|
| 24 | <link client_id="host1-and-host2-0"> |
---|
| 25 | <interface_ref client_id="host1:if0"/> |
---|
| 26 | <interface_ref client_id="host2:if0"/> |
---|
| 27 | <property source_id="host1:if0" dest_id="host2:if0"/> |
---|
| 28 | <property source_id="host2:if0" dest_id="host1:if0"/> |
---|
| 29 | </link> |
---|
| 30 | |
---|
| 31 | <link client_id="host1-and-host2-1"> |
---|
| 32 | <interface_ref client_id="host1:if1"/> |
---|
| 33 | <interface_ref client_id="host2:if1"/> |
---|
| 34 | <property source_id="host1:if1" dest_id="host2:if1"/> |
---|
| 35 | <property source_id="host2:if1" dest_id="host1:if1"/> |
---|
| 36 | </link> |
---|
| 37 | </rspec> |
---|