- Timestamp:
- 09/18/14 09:13:59 (10 years ago)
- Location:
- trunk/OESSRSpecs
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/OESSRSpecs/stitch-ig-chic-ig-stan.rspec
r3111 r3112 8 8 9 9 <node client_id="chic-ig" component_manager_id="urn:publicid:IDN+geni.uchicago.edu+authority+cm" exclusive="false"> 10 <sliver_type name="emulab- openvz" />10 <sliver_type name="emulab-xen" /> 11 11 <interface client_id="chic-ig:if0"> 12 <ip address="1 0.10.1.1" netmask="255.255.255.0" type="ipv4" />12 <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4" /> 13 13 </interface> 14 14 </node> 15 15 16 16 <node client_id="stan-ig" component_manager_id="urn:publicid:IDN+instageni.stanford.edu+authority+cm" exclusive="false"> 17 <sliver_type name="emulab- openvz" />17 <sliver_type name="emulab-xen" /> 18 18 <interface client_id="stan-ig:if0"> 19 <ip address="1 0.10.1.2" netmask="255.255.255.0" type="ipv4" />19 <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4" /> 20 20 </interface> 21 21 </node> … … 23 23 <link client_id="link-uchicago-ig-stan-ig"> 24 24 <component_manager name="urn:publicid:IDN+geni.uchicago.edu+authority+cm"/> 25 <property source_id="chic-ig:if0" dest_id="stan-ig:if0" capacity=" 20000"/>25 <property source_id="chic-ig:if0" dest_id="stan-ig:if0" capacity="100000"/> 26 26 <interface_ref client_id="chic-ig:if0" /> 27 27 <component_manager name="urn:publicid:IDN+instageni.stanford.edu+authority+cm"/> 28 <property source_id="stan-ig:if0" dest_id="chic-ig:if0" capacity=" 20000"/>28 <property source_id="stan-ig:if0" dest_id="chic-ig:if0" capacity="100000"/> 29 29 <interface_ref client_id="stan-ig:if0" /> 30 30 </link> -
trunk/OESSRSpecs/stitch-ig-miss-ig-stan.rspec
r3111 r3112 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 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="ig-stan" component_manager_id="urn:publicid:IDN+instageni.stanford.edu+authority+cm" exclusive="false"> 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" > 10 9 <sliver_type name="emulab-xen"/> 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 13 <interface client_id="ig-stan:if0"> 10 <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services> 11 <interface client_id="ig-miss:if0"> 14 12 <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/> 15 13 </interface> 16 14 </node> 17 <node client_id=" miss" component_manager_id="urn:publicid:IDN+instageni.rnet.missouri.edu+authority+cm" exclusive="false">15 <node client_id="ig-stan" component_manager_id="urn:publicid:IDN+instageni.stanford.edu+authority+cm" > 18 16 <sliver_type name="emulab-xen"/> 19 <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>20 <interface client_id=" miss:if0">17 <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services> 18 <interface client_id="ig-stan:if0"> 21 19 <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/> 22 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> 23 24 </node> 24 <link client_id="link0"> 25 26 <link client_id="linkX"> 25 27 <component_manager name="urn:publicid:IDN+instageni.rnet.missouri.edu+authority+cm"/> 26 28 <component_manager name="urn:publicid:IDN+instageni.stanford.edu+authority+cm"/> 27 <interface_ref client_id=" miss:if0"/>29 <interface_ref client_id="ig-miss:if0"/> 28 30 <interface_ref client_id="ig-stan:if0"/> 29 <property source_id="miss:if0" dest_id="ig-stan:if0" capacity="20000"/>30 <property source_id="ig-stan:if0" dest_id="miss:if0" capacity="20000"/>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" /> 31 33 </link> 32 34 </rspec>
Note: See TracChangeset
for help on using the changeset viewer.