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

Last change on this file since 3156 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
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec type="request"
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" >
9    <sliver_type name="emulab-xen"/>
10   <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
11    <interface client_id="ig-miss:if0">
12      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
13    </interface>
14  </node>
15  <node client_id="ig-stan" component_manager_id="urn:publicid:IDN+instageni.stanford.edu+authority+cm" >
16    <sliver_type name="emulab-xen"/>
17   <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
18    <interface client_id="ig-stan:if0">
19      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
20    </interface>
21    <interface client_id="ig-stan:if1">
22      <ip address="192.168.2.2" netmask="255.255.255.0" type="ipv4"/>
23    </interface>
24  </node>
25
26  <link client_id="linkX">
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"/>
29    <interface_ref client_id="ig-miss:if0"/>
30    <interface_ref client_id="ig-stan:if0"/>
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" />
33  </link>
34</rspec>
Note: See TracBrowser for help on using the repository browser.