blob: 2a79611b4889cf7b51d9d52064f9eeddd18d696b [file] [log] [blame]
Hari Krishnaa43d4e92014-12-19 13:22:40 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.40.40</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS> </COMPONENTS>
11 </ONOSbench>
12
13 <ONOScli1>
14 <host>10.128.40.40</host>
15 <user>admin</user>
16 <password>onos_test</password>
17 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOScli1>
21
22 <ONOScli2>
23 <host>10.128.40.40</host>
24 <user>admin</user>
25 <password>onos_test</password>
26 <type>OnosCliDriver</type>
27 <connect_order>3</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOScli2>
30
31 <ONOScli3>
32 <host>10.128.40.40</host>
33 <user>admin</user>
34 <password>onos_test</password>
35 <type>OnosCliDriver</type>
36 <connect_order>4</connect_order>
37 <COMPONENTS> </COMPONENTS>
38 </ONOScli3>
39
40 <ONOScli4>
41 <host>10.128.40.40</host>
42 <user>admin</user>
43 <password>onos_test</password>
44 <type>OnosCliDriver</type>
45 <connect_order>5</connect_order>
46 <COMPONENTS> </COMPONENTS>
47 </ONOScli4>
48
49 <ONOScli5>
50 <host>10.128.40.40</host>
51 <user>admin</user>
52 <password>onos_test</password>
53 <type>OnosCliDriver</type>
54 <connect_order>6</connect_order>
55 <COMPONENTS> </COMPONENTS>
56 </ONOScli5>
57
58 <ONOS1>
59 <host>10.128.40.40</host>
60 <user>admin</user>
61 <password>onos_test</password>
62 <type>OnosCliDriver</type>
63 <connect_order>7</connect_order>
64 <COMPONENTS> </COMPONENTS>
65 </ONOS1>
66
67 <ONOS2>
68 <host>10.128.40.40</host>
69 <user>admin</user>
70 <password>onos_test</password>
71 <type>OnosCliDriver</type>
72 <connect_order>8</connect_order>
73 <COMPONENTS> </COMPONENTS>
74 </ONOS2>
75
76 <ONOS3>
77 <host>10.128.40.40</host>
78 <user>admin</user>
79 <password>onos_test</password>
80 <type>OnosCliDriver</type>
81 <connect_order>9</connect_order>
82 <COMPONENTS> </COMPONENTS>
83 </ONOS3>
84
85 <ONOS4>
86 <host>10.128.40.40</host>
87 <user>admin</user>
88 <password>onos_test</password>
89 <type>OnosCliDriver</type>
90 <connect_order>10</connect_order>
91 <COMPONENTS> </COMPONENTS>
92 </ONOS4>
93
94 <ONOS5>
95 <host>10.128.40.40</host>
96 <user>admin</user>
97 <password>onos_test</password>
98 <type>OnosCliDriver</type>
99 <connect_order>11</connect_order>
100 <COMPONENTS> </COMPONENTS>
101 </ONOS5>
102
103 <Mininet1>
104 <host>10.128.40.40</host>
105 <user>admin</user>
106 <password>onos_test</password>
107 <type>MininetCliDriver</type>
108 <connect_order>12</connect_order>
109 <COMPONENTS>
110 #Specify the Option for mininet
111 <arg1> --custom ~/mininet/custom/att-mpls-topo.py </arg1>
112 <arg2> --topo att </arg2>
113 <arg3> --link tc --switch ovs,protocols=OpenFlow13 </arg3>
114 <controller> remote </controller>
115 </COMPONENTS>
116 </Mininet1>
117
118 <Mininet2>
119 <host>10.128.40.40</host>
120 <user>admin</user>
121 <password>onos_test</password>
122 <type>RemoteMininetDriver</type>
123 <connect_order>13</connect_order>
124 <COMPONENTS>
125 #Specify the Option for mininet
126 <arg1> --custom ~/mininet/custom/att-mpls-topo.py </arg1>
127 <arg2> --topo att </arg2>
128 <arg3> --link tc --switch ovs,protocols=OpenFlow13 </arg3>
129 <controller> remote </controller>
130 </COMPONENTS>
131 </Mininet2>
132 </COMPONENT>
133</TOPOLOGY>