source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/Utah/IG-CT-1-utah.rspec @ 3460

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

removed extra tag

  • Property svn:executable set to *
File size: 1.8 KB
Line 
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="VM-1" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
10    <sliver_type name="emulab-openvz"/>
11    <interface client_id="VM-1:if0">
12      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
13    </interface>
14  </node>
15  <node client_id="VM-2" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
16    <sliver_type name="emulab-openvz"/>
17    <interface client_id="VM-2:if0">
18      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
19    </interface>
20  </node>
21  <node client_id="VM-3" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
22    <sliver_type name="emulab-openvz"/>
23    <interface client_id="VM-3:if0">
24      <ip address="192.168.1.3" netmask="255.255.255.0" type="ipv4"/>
25    </interface>
26  </node>
27  <node client_id="VM-4" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
28    <sliver_type name="emulab-openvz"/>
29    <interface client_id="VM-4:if0">
30      <ip address="192.168.1.4" netmask="255.255.255.0" type="ipv4"/>
31    </interface>
32  </node>
33  <link client_id="lan0">
34    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
35    <interface_ref client_id="VM-1:if0"/>
36    <interface_ref client_id="VM-2:if0"/>
37    <interface_ref client_id="VM-3:if0"/>
38    <interface_ref client_id="VM-4:if0"/>
39    <link_type name="lan"/>
40  </link>
41</rspec>
Note: See TracBrowser for help on using the repository browser.