Rev | Line | |
---|
[3183] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 4 | xmlns:stitch="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" |
---|
| 5 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
| 6 | http://www.geni.net/resources/rspec/3/request.xsd" |
---|
| 7 | type="request"> |
---|
| 8 | |
---|
| 9 | <node client_id="chic-ig" component_manager_id="urn:publicid:IDN+geni.uchicago.edu+authority+cm" exclusive="false"> |
---|
| 10 | <sliver_type name="emulab-xen" /> |
---|
| 11 | <interface client_id="chic-ig:if0"> |
---|
| 12 | <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4" /> |
---|
| 13 | </interface> |
---|
| 14 | </node> |
---|
| 15 | |
---|
| 16 | <node client_id="wisc-ig" component_manager_id="urn:publicid:IDN+instageni.wisc.edu+authority+cm" exclusive="false"> |
---|
| 17 | <sliver_type name="emulab-xen" /> |
---|
| 18 | <interface client_id="wisc-ig:if0"> |
---|
| 19 | <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4" /> |
---|
| 20 | </interface> |
---|
| 21 | </node> |
---|
| 22 | |
---|
| 23 | <link client_id="link-uchicago-ig-wisc-ig"> |
---|
| 24 | <component_manager name="urn:publicid:IDN+geni.uchicago.edu+authority+cm"/> |
---|
| 25 | <property source_id="chic-ig:if0" dest_id="wisc-ig:if0" capacity="100000"/> |
---|
| 26 | <interface_ref client_id="chic-ig:if0" /> |
---|
| 27 | <component_manager name="urn:publicid:IDN+instageni.wisc.edu+authority+cm"/> |
---|
| 28 | <property source_id="wisc-ig:if0" dest_id="chic-ig:if0" capacity="100000"/> |
---|
| 29 | <interface_ref client_id="wisc-ig:if0" /> |
---|
| 30 | </link> |
---|
| 31 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.