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

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

replaced all examples including openvz

  • Property svn:executable set to *
File size: 2.5 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  <node client_id="pg-utah" component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="false">
10    <sliver_type name="emulab-xen"/>
11     <services> <execute command="sudo yum install iperf -y" shell="sh"/> </services>
12    <interface client_id="pg-utah:if0">
13      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
14    </interface>
15  </node>
16  <node client_id="ig-max" component_manager_id="urn:publicid:IDN+instageni.maxgigapop.net+authority+cm" exclusive="false">
17    <sliver_type name="emulab-xen"/>
18     <services> <execute command="sudo yum install iperf -y" shell="sh"/> </services>
19    <interface client_id="ig-max:if0">
20      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
21    </interface>
22   <interface client_id="ig-max:if1">
23      <ip address="192.168.2.1" netmask="255.255.255.0" type="ipv4"/>
24    </interface>
25
26  </node>
27  <node client_id="ig-max2" component_manager_id="urn:publicid:IDN+instageni.maxgigapop.net+authority+cm" exclusive="false">
28    <sliver_type name="emulab-xen"/>
29     <services> <execute command="sudo yum install iperf -y" shell="sh"/> </services>
30    <interface client_id="ig-max2:if0">
31      <ip address="192.168.2.2" netmask="255.255.255.0" type="ipv4"/>
32    </interface>
33  </node>
34
35  <link client_id="Alink">
36    <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/>
37    <component_manager name="urn:publicid:IDN+instageni.maxgigapop.net+authority+cm"/>
38    <interface_ref client_id="pg-utah:if0"/>
39    <interface_ref client_id="ig-max:if0"/>
40    <property source_id="pg-utah:if0" dest_id="ig-max:if0" capacity="20000"/>
41    <property source_id="ig-max:if0" dest_id="pg-utah:if0" capacity="20000"/>
42  </link>
43  <link client_id="Blink">
44    <component_manager name="urn:publicid:IDN+instageni.maxgigapop.net+authority+cm"/>
45    <interface_ref client_id="ig-max2:if0"/>
46    <interface_ref client_id="ig-max:if1"/>
47    <property source_id="ig-max2:if0" dest_id="ig-max:if1" capacity="20000"/>
48    <property source_id="ig-max:if1" dest_id="ig-max2:if0" capacity="20000"/>
49  </link>
50
51</rspec>
Note: See TracBrowser for help on using the repository browser.