source: trunk/stitch-examples/stitch-max-ig-utah.rspec @ 2109

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

adding stitching rspec examples

File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec type="request"
3       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4       xmlns:stitch="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/"
5       xmlns="http://www.geni.net/resources/rspec/3"
6       xsi:schemaLocation="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/
7       http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd
8       http://www.geni.net/resources/rspec/3 http://www.geni.net/resources/rspec/3/request.xsd">
9
10 <node client_id="ig-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
11    <sliver_type name="emulab-openvz"/>
12    <interface client_id="ig-utah:if0">
13    <ip address="10.33.4.1" netmask="255.255.255.0" type="ipv4"/>
14    </interface>
15</node>
16<node client_id="max3" component_id="urn:publicid:IDN+dragon.maxgigapop.net+node+planetlab2" component_manager_id="urn:publicid:IDN+dragon.maxgigapop.net+authority+am" exclusive="true"> 
17   <hardware_type name="plab-pc"/>
18   <hardware_type name="pc"/>
19   <sliver_type name="plab-vserver">
20   </sliver_type>
21   <interface client_id="max3:if0" component_id="urn:publicid:IDN+dragon.maxgigapop.net+interface+planetlab2:eth1">
22   <ip address="10.33.4.2" netmask="255.255.255.0" type="ipv4"/>
23   </interface>
24</node>
25<link client_id="link-ig-utah-max3"> 
26<component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/> 
27<component_manager name="urn:publicid:IDN+ion.internet2.edu+authority+am"/> 
28<component_manager name="urn:publicid:IDN+dragon.maxgigapop.net+authority+am"/> 
29<interface_ref client_id="ig-utah:if0"/> 
30<interface_ref client_id="max3:if0"/> 
31<property source_id="ig-utah:if0" dest_id="max3:if0" capacity="100000"/> 
32<property source_id="max3:if0" dest_id="ig-utah:if0" capacity="100000"/>
33</link>
34</rspec>
Note: See TracBrowser for help on using the repository browser.