source: trunk/stitch-examples/Wisconsin/IG-ST-3.rspec @ 2581

Last change on this file since 2581 was 2581, checked in by lnevers@bbn.com, 10 years ago

Stitching confirmation test rspecs.

  • Property svn:executable set to *
File size: 2.2 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="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
11    <sliver_type name="emulab-openvz"/>
12    <interface client_id="ig-gpo:if0">
13      <ip address="192.168.2.1" netmask="255.255.255.0" type="ipv4"/>
14    </interface>
15  </node>
16  <node client_id="ig-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
17    <sliver_type name="emulab-openvz"/>
18    <interface client_id="ig-utah:if0">
19      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
20    </interface>
21  </node>
22  <node client_id="wisc" component_manager_id="urn:publicid:IDN+instageni.wisc.edu+authority+cm" exclusive="false">
23    <sliver_type name="emulab-openvz"/>
24    <interface client_id="wisc:if0">
25      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
26    </interface>
27    <interface client_id="wisc:if1">
28      <ip address="192.168.2.2" netmask="255.255.255.0" type="ipv4"/>
29    </interface>
30  </node>
31
32  <link client_id="link">
33    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
34    <component_manager name="urn:publicid:IDN+instageni.wisc.edu+authority+cm"/>
35    <interface_ref client_id="ig-gpo:if0"/>
36    <interface_ref client_id="wisc:if1"/>
37    <property source_id="ig-gpo:if0" dest_id="wisc:if1" />
38    <property source_id="wisc:if1" dest_id="ig-gpo:if0" />
39  </link>
40  <link client_id="link1">
41    <component_manager name="urn:publicid:IDN+instageni.wisc.edu+authority+cm"/>
42    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
43    <interface_ref client_id="wisc:if0"/>
44    <interface_ref client_id="ig-utah:if0"/>
45    <property source_id="wisc:if0" dest_id="ig-utah:if0" capacity="100000" />
46    <property source_id="ig-utah:if0" dest_id="wisc:if0" capacity="100000" />
47  </link>
48</rspec>
Note: See TracBrowser for help on using the repository browser.