Last change
on this file since 3189 was
3183,
checked in by lnevers@bbn.com, 10 years ago
|
more examples
|
-
Property svn:executable set to
*
|
File size:
1.5 KB
|
Rev | Line | |
---|
[3183] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <rspec type="request" |
---|
| 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-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false"> |
---|
| 9 | <sliver_type name="emulab-openvz"/> |
---|
| 10 | <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services> |
---|
| 11 | <interface client_id="ig-gpo:if0"> |
---|
| 12 | <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/> |
---|
| 13 | </interface> |
---|
| 14 | </node> |
---|
| 15 | <node client_id="ig-nps" component_manager_id="urn:publicid:IDN+instageni.nps.edu+authority+cm" exclusive="false"> |
---|
| 16 | <sliver_type name="emulab-openvz"/> |
---|
| 17 | <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services> |
---|
| 18 | <interface client_id="ig-nps:if0"> |
---|
| 19 | <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/> |
---|
| 20 | </interface> |
---|
| 21 | </node> |
---|
| 22 | <link client_id="link"> |
---|
| 23 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
| 24 | <component_manager name="urn:publicid:IDN+instageni.nps.edu+authority+cm"/> |
---|
| 25 | <interface_ref client_id="ig-gpo:if0"/> |
---|
| 26 | <interface_ref client_id="ig-nps:if0"/> |
---|
| 27 | <property source_id="ig-gpo:if0" dest_id="ig-nps:if0" /> |
---|
| 28 | <property source_id="ig-nps:if0" dest_id="ig-gpo:if0" /> |
---|
| 29 | </link> |
---|
| 30 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.