Last change
on this file since 2076 was
1747,
checked in by lnevers@bbn.com, 12 years ago
|
updated images ofr exogeni examples and re-ran rspec to verify that they still work
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1747] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <!-- |
---|
| 3 | This example RSpec shows how to request 2 VMs at the GPO InstaGENI Rack. |
---|
| 4 | --> |
---|
| 5 | <rspec type="request" |
---|
| 6 | xmlns="http://www.geni.net/resources/rspec/3" |
---|
| 7 | xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1" |
---|
| 8 | xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" |
---|
| 9 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 10 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
| 11 | http://www.geni.net/resources/rspec/3/request.xsd"> |
---|
| 12 | |
---|
| 13 | <node client_id="VM-1" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false"> |
---|
| 14 | <sliver_type name="emulab-openvz"/> |
---|
| 15 | <interface client_id="VM-1:if0"> |
---|
| 16 | <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/> |
---|
| 17 | </interface> |
---|
| 18 | </node> |
---|
| 19 | <node client_id="VM-2" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false"> |
---|
| 20 | <sliver_type name="emulab-openvz"/> |
---|
| 21 | <interface client_id="VM-2:if0"> |
---|
| 22 | <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/> |
---|
| 23 | </interface> |
---|
| 24 | </node> |
---|
| 25 | <link client_id="lan0"> |
---|
| 26 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
| 27 | <interface_ref client_id="VM-1:if0"/> |
---|
| 28 | <interface_ref client_id="VM-2:if0"/> |
---|
| 29 | <link_type name="lan"/> |
---|
| 30 | </link> |
---|
| 31 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.