Ignore:
Timestamp:
01/26/15 13:36:46 (9 years ago)
Author:
lnevers@bbn.com
Message:

more examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stitch-examples/stitch-ig-miss-pg-utah.rspec

    r2758 r3183  
    99  <node client_id="pg-utah" component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="false">
    1010    <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>
    1212    <interface client_id="pg-utah:if0">
    13       <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
     13      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
    1414    </interface>
    1515  </node>
    1616  <node client_id="nyse" component_manager_id="urn:publicid:IDN+instageni.rnet.missouri.edu+authority+cm" exclusive="false">
    1717    <sliver_type name="emulab-openvz"/>
    18 <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>
     18<services> <execute command="sudo sed -i -e '1,$/https/http/' /etc/yum.repos.d/*.repo;sudo apt-get install iperf -y" shell="sh"/> </services>
    1919    <interface client_id="miss:if0">
    20       <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
     20      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
    2121    </interface>
    2222  </node>
     
    2626    <interface_ref client_id="miss:if0"/>
    2727    <interface_ref client_id="pg-utah:if0"/>
    28     <property capacity="20000" source_id="miss:if0" dest_id="pg-utah:if0" />
    29     <property capacity="20000" source_id="pg-utah:if0" dest_id="miss:if0" />
     28    <property source_id="miss:if0" dest_id="pg-utah:if0" />
     29    <property source_id="pg-utah:if0" dest_id="miss:if0" />
    3030  </link>
    3131</rspec>
Note: See TracChangeset for help on using the changeset viewer.