source: trunk/stitch-examples/stitch-ig-max-ig-ill.rspec @ 3460

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

more examples

  • Property svn:executable set to *
File size: 1.6 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       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
10  <node client_id="ig-ill" component_manager_id="urn:publicid:IDN+instageni.illinois.edu+authority+cm" exclusive="false">
11    <sliver_type name="emulab-xen"/>
12   <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
13    <interface client_id="ig-ill:if0">
14      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
15    </interface>
16  </node>
17  <node client_id="ig-max" component_manager_id="urn:publicid:IDN+instageni.maxgigapop.net+authority+cm" exclusive="false">
18    <sliver_type name="emulab-xen"/>
19    <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
20    <interface client_id="ig-max:if0">
21      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
22    </interface>
23  </node>
24  <link client_id="Clink">
25    <component_manager name="urn:publicid:IDN+instageni.illinois.edu+authority+cm"/>
26    <component_manager name="urn:publicid:IDN+instageni.maxgigapop.net+authority+cm"/>
27    <interface_ref client_id="ig-ill:if0"/>
28    <interface_ref client_id="ig-max:if0"/>
29    <property source_id="ig-ill:if0" dest_id="ig-max:if0" capacity="20000"/>
30    <property source_id="ig-max:if0" dest_id="ig-ill:if0" capacity="20000"/>
31  </link>
32</rspec>
Note: See TracBrowser for help on using the repository browser.