source: trunk/stitch-examples/stitch-ig-miss-pg-utah.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: 1.7 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: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  <node client_id="pg-utah" component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="false">
10    <sliver_type name="emulab-openvz"/>
11<services> <execute command="sudo sed -i -e '4s/#baseurl/baseurl/' /etc/yum.repos.d/fedora.repo;sudo apt-get install iperf -y" shell="sh"/> </services>
12    <interface client_id="pg-utah:if0">
13      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
14    </interface>
15  </node>
16  <node client_id="nyse" component_manager_id="urn:publicid:IDN+instageni.rnet.missouri.edu+authority+cm" exclusive="false">
17    <sliver_type name="emulab-openvz"/>
18<services> <execute command="sudo sed -i -e '4s/#baseurl/baseurl/' /etc/yum.repos.d/fedora.repo;sudo apt-get install iperf -y" shell="sh"/> </services>
19    <interface client_id="miss:if0">
20      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
21    </interface>
22  </node>
23  <link client_id="link0">
24    <component_manager name="urn:publicid:IDN+instageni.rnet.missouri.edu+authority+cm"/>
25    <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/>
26    <interface_ref client_id="miss:if0"/>
27    <interface_ref client_id="pg-utah:if0"/>
28    <property capacity="20000" source_id="miss:if0" dest_id="pg-utah:if0" />
29    <property capacity="20000" source_id="pg-utah:if0" dest_id="miss:if0" />
30  </link>
31</rspec>
Note: See TracBrowser for help on using the repository browser.