Last change
on this file since 1817 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.2 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | This example RSpec shows how to request 1 VM from the RENCI |
---|
4 | ExoGENI Rack on shared OpenFlow VLAN 1750. |
---|
5 | --> |
---|
6 | <rspec type="request" |
---|
7 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
8 | http://www.geni.net/resources/rspec/3/request.xsd |
---|
9 | http://www.protogeni.net/resources/rspec/ext/shared-vlan/1 |
---|
10 | http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd" |
---|
11 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
12 | xmlns:s="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1" |
---|
13 | xmlns="http://www.geni.net/resources/rspec/3"> |
---|
14 | |
---|
15 | <node client_id="VM" component_manager_id="urn:publicid:IDN+rcivmsite+authority+cm" > |
---|
16 | <sliver_type name="m1.small"> |
---|
17 | <disk_image name="http://geni-images.renci.org/images/standard/debian/deb6-neuca-v1.0.6.xml" version="64ad567ce3b1c0dbaa15bad673bbf556a9593e1c" /> |
---|
18 | </sliver_type> |
---|
19 | <interface client_id="VM:if0"> |
---|
20 | <ip address="10.42.11.25" netmask="255.255.255.0" /> |
---|
21 | </interface> |
---|
22 | </node> |
---|
23 | |
---|
24 | <link client_id="lan0"> |
---|
25 | <interface_ref client_id="VM:if0"/> |
---|
26 | <s:link_shared_vlan name="1750"/> |
---|
27 | </link> |
---|
28 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.