Ticket #1100: ln-test-4links.xml

File ln-test-4links.xml, 4.1 KB (added by Aaron Helsinger, 11 years ago)
Line 
1<?xml version="1.0" encoding="utf-8"?>
2  <!-- Resource request for stitching for:
3        Slice: ln123
4         at AM:
5        URN: urn:publicid:IDN+emulab.net+authority+cm
6        URL: https://www.emulab.net:12369/protogeni/xmlrpc/am
7 -->
8 
9<rspec type="request" xmlns="http://www.geni.net/resources/rspec/3" xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1" xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.geni.net/resources/rspec/3   http://www.geni.net/resources/rspec/3/request.xsd http://hpn.east.isi.edu/rspec/ext/stitch/0.1/ http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd">
10        <node client_id="ig-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
11                <sliver_type name="emulab-openvz"/>
12                <services>
13                        <execute command="sudo yum install iperf -y" shell="sh"/>
14                </services>
15                <interface client_id="ig-gpo:if0">
16                        <ip address="192.168.2.1" netmask="255.255.255.0" type="ipv4"/>
17                </interface>
18                <interface client_id="ig-gpo:if1">
19                        <ip address="192.168.2.3" netmask="255.255.255.0" type="ipv4"/>
20                </interface>
21        </node>
22        <node client_id="ig-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
23                <sliver_type name="emulab-openvz"/>
24                <services>
25                        <execute command="sudo yum install iperf -y" shell="sh"/>
26                </services>
27                <interface client_id="ig-utah:if0">
28                        <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
29                </interface>
30                <interface client_id="ig-utah:if1">
31                        <ip address="192.168.4.3" netmask="255.255.255.0" type="ipv4"/>
32                </interface>
33        </node>
34        <node client_id="pg-utah" component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="false">
35                <sliver_type name="emulab-openvz"/>
36                <services>
37                        <execute command="sudo yum install iperf -y" shell="sh"/>
38                </services>
39                <interface client_id="pg-utah:if0">
40                        <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
41                </interface>
42                <interface client_id="pg-utah:if1">
43                        <ip address="192.168.2.2" netmask="255.255.255.0" type="ipv4"/>
44                </interface>
45                <interface client_id="pg-utah:if2">
46                        <ip address="192.168.4.4" netmask="255.255.255.0" type="ipv4"/>
47                </interface>
48                <interface client_id="pg-utah:if3">
49                        <ip address="192.168.2.4" netmask="255.255.255.0" type="ipv4"/>
50                </interface>
51        </node>
52        <link client_id="link-IGGPO-PG">
53                <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
54                <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/>
55                <interface_ref client_id="ig-gpo:if0"/>
56                <interface_ref client_id="pg-utah:if1"/>
57                <property capacity="100000" dest_id="pg-utah:if1" source_id="ig-gpo:if0"/>
58                <property capacity="100000" dest_id="ig-gpo:if0" source_id="pg-utah:if1"/>
59        </link>
60        <link client_id="link-IGGPO-PG2">
61                <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
62                <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/>
63                <interface_ref client_id="ig-gpo:if1"/>
64                <interface_ref client_id="pg-utah:if3"/>
65                <property capacity="100000" dest_id="pg-utah:if3" source_id="ig-gpo:if1"/>
66                <property capacity="100000" dest_id="ig-gpo:if1" source_id="pg-utah:if3"/>
67        </link>
68        <link client_id="linkIGU-PG">
69                <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/>
70                <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
71                <interface_ref client_id="ig-utah:if0"/>
72                <interface_ref client_id="pg-utah:if0"/>
73                <property capacity="100000" dest_id="ig-utah:if0" source_id="pg-utah:if0"/>
74                <property capacity="100000" dest_id="pg-utah:if0" source_id="ig-utah:if0"/>
75        </link>
76        <link client_id="linkIGU-PG2">
77                <component_manager name="urn:publicid:IDN+emulab.net+authority+cm"/>
78                <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
79                <interface_ref client_id="ig-utah:if1"/>
80                <interface_ref client_id="pg-utah:if2"/>
81                <property capacity="100000" dest_id="ig-utah:if1" source_id="pg-utah:if2"/>
82                <property capacity="100000" dest_id="pg-utah:if2" source_id="ig-utah:if1"/>
83        </link>
84</rspec>
85