Last change
on this file since 2995 was
2995,
checked in by lnevers@bbn.com, 10 years ago
|
renaming test file to use OG
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Rev | Line | |
---|
[2970] | 1 | <rspec type="request" |
---|
| 2 | xmlns="http://www.geni.net/resources/rspec/3" |
---|
| 3 | xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1" |
---|
| 4 | xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" |
---|
| 5 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 6 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
| 7 | http://www.geni.net/resources/rspec/3/request.xsd"> |
---|
| 8 | |
---|
| 9 | <node client_id="VM-1" component_id="urn:publicid:IDN+clemson-clemson-control-1+node+clemson-clemson-compute-1" exclusive="false"> |
---|
| 10 | <sliver_type name="m1.small" /> |
---|
| 11 | <interface client_id="VM-1:if0" > |
---|
| 12 | <ip address="192.168.1.1" netmask="255.255.0.0" /> |
---|
| 13 | </interface> |
---|
| 14 | </node> |
---|
| 15 | <node client_id="VM-2" component_id="urn:publicid:IDN+clemson-clemson-control-1+node+clemson-clemson-compute-2" exclusive="false"> |
---|
| 16 | <sliver_type name="m1.small" /> |
---|
| 17 | <interface client_id="VM-2:if0" > |
---|
| 18 | <ip address="192.168.1.2" netmask="255.255.0.0" /> |
---|
| 19 | </interface> |
---|
| 20 | </node> |
---|
| 21 | <link client_id="link"> |
---|
| 22 | <interface_ref client_id="VM-1:if0"/> |
---|
| 23 | <interface_ref client_id="VM-2:if0"/> |
---|
| 24 | <property source_id="VM-1:if0" dest_id="VM-2:if0"/> |
---|
| 25 | <property source_id="VM-2:if0" dest_id="VM-1:if0"/> |
---|
| 26 | </link> |
---|
| 27 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.