source: trunk/stitch-examples/stitch-pg-utah-ig-utah-ah.rspec @ 2531

Last change on this file since 2531 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
RevLine 
[2387]1<?xml version="1.0" ?>
2
3<rspec xmlns="http://www.geni.net/resources/rspec/3"
4       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
5       xmlns:sharedvlan="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1"
6       xmlns:stitch="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/"
7       xs:schemaLocation="http://www.geni.net/resources/rspec/3
8           http://www.geni.net/resources/rspec/3/request.xsd
9           http://hpn.east.isi.edu/rspec/ext/stitch/0.1/
10           http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd"
11       type="request">
12
13  <node client_id="utah" component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="false">
14    <sliver_type name="emulab-openvz"/>   
15    <interface client_id="utah:if1">
16      <ip address="10.20.2.2" netmask="255.255.255.0" type="ipv4" />
17    </interface>
18  </node>
19
20  <node client_id="utah-ig" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
21    <sliver_type name="emulab-openvz"/>   
22    <interface client_id="ig-utah:if1">
23      <ip address="10.20.2.3" netmask="255.255.255.0" type="ipv4" />
24    </interface>
25  </node>
26
27  <link client_id="link-utah-utah-ig">   
28    <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/>   
29    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
30    <interface_ref client_id="utah:if1"/>   
31    <interface_ref client_id="ig-utah:if1"/>   
32  </link> 
33
34</rspec>
Note: See TracBrowser for help on using the repository browser.