source: trunk/stitch-examples/Utah-CloudLab/CL-ST-4.rspec

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

Adding Stitching RSpecs for Utah CloudLab

  • Property svn:executable set to *
File size: 1.4 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:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1"
5        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
7        http://www.geni.net/resources/rspec/3/request.xsd"> 
8
9  <node client_id="eg-gpo" component_manager_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+am">
10   <interface client_id="eg-gpo:if0">
11      <ip address="192.168.1.1" netmask="255.255.255.0" />
12    </interface>
13  </node>
14  <node client_id="utah-clab" component_manager_id="urn:publicid:IDN+utah.cloudlab.us+authority+cm" exclusive="true">
15    <sliver_type name="raw-pc"/>
16   <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
17    <interface client_id="utah-clab:if0">
18      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
19    </interface>
20  </node>
21  <link client_id="link-eggpo-clab">
22    <component_manager name="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+am"/>
23    <interface_ref client_id="eg-gpo:if0"/>
24    <property source_id="eg-gpo:if0" dest_id="utah-clab:if0" capacity="100000000"/>
25    <component_manager name="urn:publicid:IDN+utah.cloudlab.us+authority+cm"/>
26    <interface_ref client_id="utah-clab:if0"/>
27    <property source_id="utah-clab:if0" dest_id="eg-gpo:if0" capacity="100000"/>
28  </link>
29
30</rspec>
Note: See TracBrowser for help on using the repository browser.