source: trunk/RSpecExamples/exogeni-1vm-at-bbn-1vm-at-rci.rspec @ 3156

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

replace all instances of urn:publicid:IDN+xxxvmsite+authority+cm with urn:publicid:IDN+exogeni.net:xxxvmsite+authority+cm as suggested by Aaron

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This example RSpec shows how to request 1 VM at BBN ExoGENI and
41 VM from the RENCI ExoGENI Racks.
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="geni1" component_manager_id="urn:publicid:IDN+exogeni.net:bbnvmsite+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="geni1:0">
20    <ip address="172.16.1.1" netmask="255.255.255.0" />
21 </interface>
22</node>
23
24<node client_id="geni2" component_manager_id="urn:publicid:IDN+rcivmsite+authority+cm">
25 <sliver_type name="m1.large">
26      <disk_image name="http://geni-images.renci.org/images/standard/debian/deb6-neuca-v1.0.6.xml" version="64ad567ce3b1c0dbaa15bad673bbf556a9593e1c" />
27 </sliver_type>
28 <interface client_id="geni2:0" >
29   <ip address="172.16.1.2" netmask="255.255.255.0" />
30 </interface>
31
32</node>
33<link client_id="center">
34  <interface_ref client_id="geni1:0" />
35  <interface_ref client_id="geni2:0" />
36</link>
37</rspec>
Note: See TracBrowser for help on using the repository browser.