Last change
on this file since 1638 was
1583,
checked in by lnevers@bbn.com, 12 years ago
|
adding example RSpecs for Niky
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | This example RSpec shows how to request 1 VM from the BBN |
---|
4 | ExoGENI Rack. |
---|
5 | --> |
---|
6 | |
---|
7 | <rspec type="request" |
---|
8 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
9 | http://www.geni.net/resources/rspec/3/request.xsd |
---|
10 | http://www.protogeni.net/resources/rspec/ext/shared-vlan/1 |
---|
11 | http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd" |
---|
12 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
13 | xmlns:s="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1" |
---|
14 | xmlns="http://www.geni.net/resources/rspec/3"> |
---|
15 | |
---|
16 | <node client_id="geni1" component_manager_id="urn:publicid:IDN+bbnvmsite+authority+cm"> |
---|
17 | <sliver_type name="m1.small"> |
---|
18 | <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9" /> |
---|
19 | </sliver_type> |
---|
20 | <interface client_id="geni1:0"> |
---|
21 | <ip address="172.16.1.1" netmask="255.255.255.0" /> |
---|
22 | </interface> |
---|
23 | </node> |
---|
24 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.