Changeset 2561
- Timestamp:
- 12/02/13 12:31:58 (11 years ago)
- Location:
- trunk/stitch-examples
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/stitch-examples/stitch-eg-gpo-ig-utahddc.rspec
r2387 r2561 15 15 <sliver_type name="emulab-xen"/> 16 16 <services> 17 <execute command="sudo yuminstall iperf -y" shell="sh"/>17 <execute command="sudo apt-get install iperf -y" shell="sh"/> 18 18 </services> 19 19 <interface client_id="ig-utahddc:if0"> -
trunk/stitch-examples/stitch-eg-gpo-pg-utah.rspec
r2535 r2561 15 15 <node client_id="pg-utah" component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" > 16 16 <sliver_type name="emulab-openvz"/> 17 <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> 17 18 <interface client_id="pg-utah:if0"> 18 19 <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/> … … 24 25 <interface_ref client_id="eg-gpo:if0"/> 25 26 <interface_ref client_id="pg-utah:if0"/> 26 <property source_id="eg-gpo:if0" dest_id="pg-utah:if0" capacity="100000 0"/>27 <property source_id="pg-utah:if0" dest_id="eg-gpo:if0" capacity="100000 0"/>27 <property source_id="eg-gpo:if0" dest_id="pg-utah:if0" capacity="100000"/> 28 <property source_id="pg-utah:if0" dest_id="eg-gpo:if0" capacity="100000"/> 28 29 </link> 29 30 </rspec>
Note: See TracChangeset
for help on using the changeset viewer.