source: trunk/RSpecExamples/exogeni-1vm-at-renci.rspec @ 1669

Last change on this file since 1669 was 1647, checked in by lnevers@bbn.com, 11 years ago

updated to capture the new required disk image, and the new check for single node rspec not allowing interfaces

  • Property svn:executable set to *
File size: 949 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This example RSpec shows how to request 1 VM from the RENCI
4ExoGENI Rack.
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<node client_id="geni1" component_manager_id="urn:publicid:IDN+rcivmsite+authority+cm">
15 <sliver_type name="m1.small">
16      <disk_image name="http://geni-images.renci.org/images/standard/debian/deb6-neuca-v1.0.5.xml" version="104ea3d824906f0e13cebb89b14df232290553b1 " />
17 </sliver_type>
18</node>
19</rspec>
Note: See TracBrowser for help on using the repository browser.