source: trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-4/IG-EXP-4-exp2.rspec @ 1680

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

adding RSpecs used for IG-EXP-4

File size: 2.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec type="request"
3        xmlns="http://www.geni.net/resources/rspec/3"
4        xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1"
5        xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1"
6        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
8        http://www.geni.net/resources/rspec/3/request.xsd">
9
10  <node client_id="PC" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="true">
11    <sliver_type name="raw-pc"/>
12    <interface client_id="PC:if0">
13    </interface>
14    <interface client_id="PC:if1">
15      <ip address="192.168.3.1" netmask="255.255.255.0" type="ipv4"/>
16    </interface>
17  </node>
18  <node client_id="VM-1" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
19    <sliver_type name="emulab-openvz"/>
20    <interface client_id="VM-1:if0">
21    </interface>
22    <interface client_id="VM-1:if1">
23      <ip address="192.168.2.1" netmask="255.255.255.0" type="ipv4"/>
24    </interface>
25  </node>
26  <node client_id="VM-4" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
27    <sliver_type name="emulab-openvz"/>
28    <interface client_id="VM-4:if0">
29      <ip address="192.168.2.2" netmask="255.255.255.0" type="ipv4"/>
30    </interface>
31  </node>
32  <node client_id="VM-5" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
33    <sliver_type name="emulab-openvz"/>
34    <interface client_id="VM-5:if0">
35      <ip address="192.168.3.2" netmask="255.255.255.0" type="ipv4"/>
36    </interface>
37  </node>
38  <link client_id="lan0">
39    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
40    <interface_ref client_id="VM-1:if0"/>
41    <interface_ref client_id="PC:if0"/>
42    <property source_id="VM-1:if0" dest_id="PC:if0"/>
43    <property source_id="PC:if0" dest_id="VM-1:if0"/>
44    <link_type name="lan"/>
45  </link>
46  <link client_id="gre-tunnel1">
47    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
48    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
49    <interface_ref client_id="VM-1:if1"/>
50    <interface_ref client_id="VM-4:if0"/>
51    <property source_id="VM-1:if1" dest_id="VM-4:if0"/>
52    <property source_id="VM-4:if0" dest_id="VM-1:if1"/>
53    <link_type name="gre-tunnel"/>
54  </link>
55  <link client_id="gre-tunnel2">
56    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
57    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
58    <interface_ref client_id="PC:if1"/>
59    <interface_ref client_id="VM-5:if0"/>
60    <property source_id="PC:if1" dest_id="VM-5:if0"/>
61    <property source_id="VM-5:if0" dest_id="PC:if1"/>
62    <link_type name="gre-tunnel"/>
63  </link>
64</rspec>
Note: See TracBrowser for help on using the repository browser.