1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <rspec type="request" |
---|
3 | xmlns="http://www.geni.net/resources/rspec/3" |
---|
4 | xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" |
---|
5 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
6 | xmlns:stitch="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" |
---|
7 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
8 | http://www.geni.net/resources/rspec/3/request.xsd"> |
---|
9 | <node client_id="server-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false"> |
---|
10 | <sliver_type name="emulab-xen"/> |
---|
11 | <services> |
---|
12 | <execute command="sudo /local/install-script.sh" shell="sh"/> |
---|
13 | <install install_path="/local" url="http://www.gpolab.bbn.com/~lnevers/StitchDemo.tar.gz"/> |
---|
14 | </services> |
---|
15 | <emulab:routable_control_ip xmlns:emulab="http://www.protogeni.net/resources/rspec/ext/emulab/1"/> |
---|
16 | <interface client_id="server-gpo:if0"> |
---|
17 | <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/> |
---|
18 | </interface> |
---|
19 | </node> |
---|
20 | <node client_id="client-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false"> |
---|
21 | <sliver_type name="emulab-xen"/> |
---|
22 | <services> |
---|
23 | <execute command="sudo /local/install-script.sh" shell="sh"/> |
---|
24 | <install install_path="/local" url="http://www.gpolab.bbn.com/~lnevers/StitchDemo.tar.gz"/> |
---|
25 | </services> |
---|
26 | <interface client_id="client-utah:if0"> |
---|
27 | <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/> |
---|
28 | </interface> |
---|
29 | </node> |
---|
30 | <link client_id="Klink"> |
---|
31 | <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/> |
---|
32 | <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/> |
---|
33 | <interface_ref client_id="server-gpo:if0"/> |
---|
34 | <interface_ref client_id="client-utah:if0"/> |
---|
35 | <property source_id="server-gpo:if0" dest_id="client-utah:if0" capacity="20000"/> |
---|
36 | <property source_id="client-utah:if0" dest_id="server-gpo:if0" capacity="20000"/> |
---|
37 | </link> |
---|
38 | </rspec> |
---|