[2109] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 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 | |
---|
| 10 | <node client_id="pg-utah" component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="false"> |
---|
| 11 | <sliver_type name="emulab-openvz"/> |
---|
[2387] | 12 | <services> <execute command="sudo sed -i -e '4s/#baseurl/baseurl/' /etc/yum.repos.d/fedora.repo;sudo yum install iperf -y" shell="sh"/> </services> |
---|
[2109] | 13 | <interface client_id="pg-utah:if0"> |
---|
| 14 | <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/> |
---|
| 15 | </interface> |
---|
| 16 | </node> |
---|
| 17 | <node client_id="pg-uky" component_manager_id="urn:publicid:IDN+uky.emulab.net+authority+cm" exclusive="false"> |
---|
| 18 | <sliver_type name="emulab-openvz"/> |
---|
[2387] | 19 | <services> <execute command="sudo sed -i -e '4s/#baseurl/baseurl/' /etc/yum.repos.d/fedora.repo;sudo yum install iperf -y" shell="sh"/> </services> |
---|
[2109] | 20 | <interface client_id="pg-uky:if0"> |
---|
| 21 | <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/> |
---|
| 22 | </interface> |
---|
| 23 | </node> |
---|
| 24 | <link client_id="link"> |
---|
| 25 | <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/> |
---|
| 26 | <component_manager name="urn:publicid:IDN+uky.emulab.net+authority+cm"/> |
---|
| 27 | <interface_ref client_id="pg-utah:if0"/> |
---|
| 28 | <interface_ref client_id="pg-uky:if0"/> |
---|
[2758] | 29 | <property capacity="20000" source_id="pg-utah:if0" dest_id="pg-uky:if0" /> |
---|
| 30 | <property capacity="20000" source_id="pg-uky:if0" dest_id="pg-utah:if0" /> |
---|
[2109] | 31 | </link> |
---|
| 32 | </rspec> |
---|