source: trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-1/IG-EXP-1-gpo.rspec @ 3460

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

RSpec EG-EXP-1-gpo.rspec used for test case, also checked in Utah version as a reference.

File size: 1.4 KB
RevLine 
[1659]1<rspec type="request"
2        xmlns="http://www.geni.net/resources/rspec/3"
3        xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1"
4        xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1"
5        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
7        http://www.geni.net/resources/rspec/3/request.xsd"> 
8
9  <node client_id="host-bsd" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="true">
10    <sliver_type name="raw-pc">
11    <disk_image description="FreeBSD 8.2 32-bit version" name="urn:publicid:IDN+instageni.gpolab.bbn.com+image+emulab-ops:FBSD82-STD" os="FreeBSD" version="8.2"/>
12    </sliver_type>
13    <interface client_id="host-bsd:if0">
14    </interface>
15  </node>
16
17  <node client_id="host-ubuntu12" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="true">
18    <sliver_type name="raw-pc">
19      <disk_image description="Ubuntu 12.04 LTS" name="urn:publicid:IDN+instageni.gpolab.bbn.com+image+emulab-ops:UBUNTU12-64-STD" os="Linux" version=""/>
20    </sliver_type>
21    <interface client_id="host-ubuntu12:if0">
22    </interface>
23  </node>
24
25  <link client_id="lan0">
26    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
27    <interface_ref client_id="host-ubuntu12:if0"/>
28    <interface_ref client_id="host-bsd:if0"/>
29    <link_type name="lan"/>
30  </link>
31</rspec>
32
33
Note: See TracBrowser for help on using the repository browser.