source: trunk/stitch-examples/stitch-ig-wisc-ig-stan.rspec @ 3447

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

more examples

  • Property svn:executable set to *
File size: 2.3 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-wisc" component_manager_id="urn:publicid:IDN+instageni.wisc.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-wisc: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  <node client_id="ig-stan2" component_manager_id="urn:publicid:IDN+instageni.stanford.edu+authority+cm" >
26    <sliver_type name="emulab-xen"/>
27   <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
28    <interface client_id="ig-stan2:if0">
29      <ip address="192.168.2.1" netmask="255.255.255.0" type="ipv4"/>
30    </interface>
31  </node>
32
33  <link client_id="linkX">
34    <component_manager name="urn:publicid:IDN+instageni.wisc.edu+authority+cm"/>
35    <component_manager name="urn:publicid:IDN+instageni.stanford.edu+authority+cm"/>
36    <interface_ref client_id="ig-wisc:if0"/>
37    <interface_ref client_id="ig-stan:if0"/>
38    <property capacity="20000" source_id="ig-wisc:if0" dest_id="ig-stan:if0" />
39    <property capacity="20000" source_id="ig-stan:if0" dest_id="ig-wisc:if0" />
40  </link>
41  <link client_id="linkY">
42    <component_manager name="urn:publicid:IDN+instageni.stanford.edu+authority+cm"/>
43    <interface_ref client_id="ig-stan2:if0"/>
44    <interface_ref client_id="ig-stan:if1"/>
45    <property capacity="20000" source_id="ig-stan2:if0" dest_id="ig-stan:if1" />
46    <property capacity="20000" source_id="ig-stan:if1" dest_id="ig-stan2:if0" />
47  </link>
48
49</rspec>
Note: See TracBrowser for help on using the repository browser.