source: trunk/stitch-examples/UTDallas/IG-ST-6.rspec

Last change on this file was 3450, checked in by lnevers@bbn.com, 7 years ago

Adding Stitching Confirmation Rspec for UTDallas

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec type="request"
3        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
4                            http://www.geni.net/resources/rspec/3/request.xsd
5                            http://www.geni.net/resources/rspec/ext/shared-vlan/1
6                            http://www.geni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
7        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8        xmlns:s="http://www.geni.net/resources/rspec/ext/shared-vlan/1"
9        xmlns:emulab="http://www.protogeni.net/resources/rspec/ext/emulab/1"
10        xmlns="http://www.geni.net/resources/rspec/3">
11  <node client_id="ig-utd" component_manager_id="urn:publicid:IDN+instageni.utdallas.edu+authority+cm" exclusive="false">
12    <sliver_type name="emulab-xen" />
13    <interface client_id="ig-utd:if0">
14      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4" />
15    </interface>
16  </node>
17
18  <node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
19    <emulab:routable_control_ip xmlns:emulab="http://www.protogeni.net/resources/rspec/ext/emulab/1"/>
20    <sliver_type name="emulab-xen" />
21    <interface client_id="ig-gpo:if0">
22      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4" />
23    </interface>
24  </node>
25
26  <link client_id="link-ign">
27    <component_manager name="urn:publicid:IDN+instageni.utdallas.edu+authority+cm"/>
28    <property source_id="ig-utd:if0" dest_id="ig-gpo:if0" capacity="20000"/>
29    <interface_ref client_id="ig-utd:if0" />
30    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
31    <property source_id="ig-gpo:if0" dest_id="ig-utd:if0" capacity="20000"/>
32    <interface_ref client_id="ig-gpo:if0" />
33    <emulab:openflow_controller url="tcp:206.196.180.241:6633" />
34  </link>
35</rspec>
Note: See TracBrowser for help on using the repository browser.