Changeset 3183 for trunk/stitch-examples/stitch-ig-miss-ig-utahddc.rspec
- Timestamp:
- 01/26/15 13:36:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/stitch-examples/stitch-ig-miss-ig-utahddc.rspec
r2758 r3183 9 9 <node client_id="ig-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false"> 10 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>11 <services> <execute command="sudo sed -i -e '1,$/https/http/' /etc/yum.repos.d/*.repo;sudo apt-get install iperf -y" shell="sh"/> </services> 12 12 13 13 <interface client_id="ig-utah:if0"> 14 <ip address="192.168. 4.1" netmask="255.255.255.0" type="ipv4"/>14 <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/> 15 15 </interface> 16 16 </node> 17 17 <node client_id="miss" component_manager_id="urn:publicid:IDN+instageni.rnet.missouri.edu+authority+cm" exclusive="false"> 18 18 <sliver_type name="emulab-openvz"/> 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>19 <services> <execute command="sudo sed -i -e '1,$/https/http/' /etc/yum.repos.d/*.repo;sudo apt-get install iperf -y" shell="sh"/> </services> 20 20 <interface client_id="miss:if0"> 21 <ip address="192.168. 4.2" netmask="255.255.255.0" type="ipv4"/>21 <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/> 22 22 </interface> 23 23 </node> … … 27 27 <interface_ref client_id="miss:if0"/> 28 28 <interface_ref client_id="ig-utah:if0"/> 29 <property source_id="miss:if0" dest_id="ig-utah:if0" capacity=" 20000"/>30 <property source_id="ig-utah:if0" dest_id="miss:if0" capacity=" 20000"/>29 <property source_id="miss:if0" dest_id="ig-utah:if0" capacity="100000"/> 30 <property source_id="ig-utah:if0" dest_id="miss:if0" capacity="100000"/> 31 31 </link> 32 32 </rspec>
Note: See TracChangeset
for help on using the changeset viewer.