source: trunk/stitch-examples/stitch-triangle.rspec @ 3104

Last change on this file since 3104 was 2758, checked in by lnevers@bbn.com, 10 years ago

Updating all Stitching RSpec examples to use 20 Mbitsec

  • Property svn:executable set to *
File size: 3.4 KB
RevLine 
[2109]1<?xml version="1.0" encoding="UTF-8"?>
2<rspec type="request"
3        xmlns="http://www.geni.net/resources/rspec/3"
4        xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1"
5        xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1"
6        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
8        http://www.geni.net/resources/rspec/3/request.xsd"> 
9
[2564]10  <node client_id="ig-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
[2109]11    <sliver_type name="emulab-openvz"/>
[2564]12     <services> <execute command="sudo sed -i -e '4s/#baseurl/baseurl/' /etc/yum.repos.d/fedora.repo;sudo yum install iperf -y" shell="sh"/> </services>
13    <interface client_id="ig-utah:if0">
[2109]14      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
15    </interface>
[2564]16    <interface client_id="ig-utah:if1">
[2109]17      <ip address="192.168.6.1" netmask="255.255.255.0" type="ipv4"/>
18    </interface>
19  </node>
20
21  <node client_id="pg-uky" component_manager_id="urn:publicid:IDN+uky.emulab.net+authority+cm" exclusive="false">
22    <sliver_type name="emulab-openvz"/>
[2564]23     <services> <execute command="sudo sed -i -e '4s/#baseurl/baseurl/' /etc/yum.repos.d/fedora.repo;sudo yum install iperf -y" shell="sh"/> </services>
[2109]24    <interface client_id="pg-uky:if0">
25      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
26    </interface>
27    <interface client_id="pg-uky:if1">
28      <ip address="192.168.5.2" netmask="255.255.255.0" type="ipv4"/>
29    </interface>
30  </node>
31
32  <node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
33    <sliver_type name="emulab-openvz"/>
[2564]34     <services> <execute command="sudo sed -i -e '4s/#baseurl/baseurl/' /etc/yum.repos.d/fedora.repo;sudo yum install iperf -y" shell="sh"/> </services>
[2109]35    <interface client_id="ig-gpo:if0">
36      <ip address="192.168.5.1" netmask="255.255.255.0" type="ipv4"/>
37    </interface>
38    <interface client_id="ig-gpo:if1">
39      <ip address="192.168.6.2" netmask="255.255.255.0" type="ipv4"/>
40    </interface>
41  </node>
42
43  <link client_id="link-pgu-pgky">
44    <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/>
45    <component_manager name="urn:publicid:IDN+uky.emulab.net+authority+cm"/>
[2564]46    <interface_ref client_id="ig-utah:if0"/>
[2109]47    <interface_ref client_id="pg-uky:if0"/>
[2758]48    <property capacity="20000" source_id="ig-utah:if0" dest_id="pg-uky:if0"/>
49    <property capacity="20000" source_id="pg-uky:if0" dest_id="ig-utah:if0"/>
[2109]50  </link>
51
52  <link client_id="link-pgky-iggpo">
53    <component_manager name="urn:publicid:IDN+uky.emulab.net+authority+cm"/>
54    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
55    <interface_ref client_id="ig-gpo:if0"/>
56    <interface_ref client_id="pg-uky:if1"/>
[2758]57    <property capacity="20000" source_id="ig-gpo:if0" dest_id="pg-uky:if1"/>
58    <property capacity="20000" source_id="pg-uky:if1" dest_id="ig-gpo:if0"/>
[2109]59  </link>
60
61  <link client_id="link-iggpo-pgutah">
62    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
63    <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/>
64    <interface_ref client_id="ig-gpo:if1"/>
[2564]65    <interface_ref client_id="ig-utah:if1"/>
[2758]66    <property capacity="20000" source_id="ig-gpo:if1" dest_id="ig-utah:if1"/>
67    <property capacity="20000" source_id="ig-utah:if1" dest_id="ig-gpo:if1"/>
[2109]68  </link>
69
70</rspec>
Note: See TracBrowser for help on using the repository browser.