source: trunk/stitch-examples/stitch-ig-gpo-ig-utahddc.rspec @ 2597

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

Updating stitching configurations tested to be used as references by experimenters

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1?xml version="1.0" encoding="UTF-8"?>
2spec type="request"
3        xmlns="http://www.geni.net/resources/rspec/3"
4        xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1"
5        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6       xmlns:stitch="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/"
7        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
8        http://www.geni.net/resources/rspec/3/request.xsd"> 
9  <node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
10    <sliver_type name="emulab-xen"/>
11    <interface client_id="ig-gpo:if0">
12      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
13    </interface>
14  </node>
15  <node client_id="ig-utahddc" component_manager_id="urn:publicid:IDN+utahddc.geniracks.net+authority+cm" exclusive="false">
16    <sliver_type name="raw-pc"/>
17    <interface client_id="ig-utahddc:if0">
18      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
19    </interface>
20  </node>
21  <link client_id="link">
22    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
23    <component_manager name="urn:publicid:IDN+utahddc.geniracks.net+authority+cm"/>
24    <interface_ref client_id="ig-gpo:if0"/>
25    <interface_ref client_id="ig-utahddc:if0"/>
26    <property source_id="ig-gpo:if0" dest_id="ig-utahddc:if0" capacity="100000"/>
27    <property source_id="ig-utahddc:if0" dest_id="ig-gpo:if0" capacity="100000"/>
28  </link>
29</rspec>
Note: See TracBrowser for help on using the repository browser.