blob: dba7a5d8737f48563b1ba2bd0b72b410ad4ffd59 [file] [log] [blame]
Jon Hallf1f285d2015-01-12 10:58:08 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
kelvin-onlabeaa2eb32015-01-16 15:58:18 -08005 <host>10.128.10.20</host>
Jon Hallf1f285d2015-01-12 10:58:08 -08006 <user>admin</user>
7 <password></password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
10 <COMPONENTS> </COMPONENTS>
11 </ONOSbench>
12
13 <ONOScli1>
kelvin-onlabeaa2eb32015-01-16 15:58:18 -080014 <host>10.128.10.20</host>
Jon Hallf1f285d2015-01-12 10:58:08 -080015 <user>admin</user>
16 <password></password>
17 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOScli1>
21
22 <ONOS1>
kelvin-onlabeaa2eb32015-01-16 15:58:18 -080023 <host>10.128.10.21</host>
kelvin-onlab9d1ec742015-01-19 13:15:48 -080024 <user>admin</user>
25 <password></password>
Jon Hallf1f285d2015-01-12 10:58:08 -080026 <type>OnosDriver</type>
27 <connect_order>3</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOS1>
30
31 <Mininet1>
kelvin-onlabeaa2eb32015-01-16 15:58:18 -080032 <host>10.128.10.20</host>
Jon Hallf1f285d2015-01-12 10:58:08 -080033 <user>admin</user>
34 <password></password>
35 <type>MininetCliDriver</type>
36 <connect_order>4</connect_order>
37 <COMPONENTS>
38 #Specify the Option for mininet
39 <arg1> --topo=tree,3,3 </arg1>
40 <arg2> </arg2>
41 <arg3> </arg3>
42 <controller> remote </controller>
43 </COMPONENTS>
44 </Mininet1>
45
46 </COMPONENT>
47</TOPOLOGY>