source: trunk/OESSRSpecs/stitch-ig-miss-ig-stan.rspec @ 3113

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

modified RSPec to use Xen and 100000 capacity

  • Property svn:executable set to *
File size: 1.6 KB
RevLine 
[3111]1<?xml version="1.0" encoding="UTF-8"?>
2<rspec type="request"
[3112]3        xmlns="http://www.geni.net/resources/rspec/3"
4        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
6        http://www.geni.net/resources/rspec/3/request.xsd">
7
8  <node client_id="ig-miss" component_manager_id="urn:publicid:IDN+instageni.rnet.missouri.edu+authority+cm" >
[3111]9    <sliver_type name="emulab-xen"/>
[3112]10   <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
11    <interface client_id="ig-miss:if0">
[3111]12      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
13    </interface>
14  </node>
[3112]15  <node client_id="ig-stan" component_manager_id="urn:publicid:IDN+instageni.stanford.edu+authority+cm" >
[3111]16    <sliver_type name="emulab-xen"/>
[3112]17   <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
18    <interface client_id="ig-stan:if0">
[3111]19      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
20    </interface>
[3112]21    <interface client_id="ig-stan:if1">
22      <ip address="192.168.2.2" netmask="255.255.255.0" type="ipv4"/>
23    </interface>
[3111]24  </node>
[3112]25
26  <link client_id="linkX">
[3111]27    <component_manager name="urn:publicid:IDN+instageni.rnet.missouri.edu+authority+cm"/>
28    <component_manager name="urn:publicid:IDN+instageni.stanford.edu+authority+cm"/>
[3112]29    <interface_ref client_id="ig-miss:if0"/>
[3111]30    <interface_ref client_id="ig-stan:if0"/>
[3112]31    <property capacity="100000" source_id="ig-miss:if0" dest_id="ig-stan:if0" />
32    <property capacity="100000" source_id="ig-stan:if0" dest_id="ig-miss:if0" />
[3111]33  </link>
34</rspec>
Note: See TracBrowser for help on using the repository browser.