blob: bf8cb18267030c07a4b3df2e9a90160ce6b8e740 [file] [log] [blame]
Jon Hall42db6dc2014-10-24 19:03:48 -04001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.30.10</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.30.10</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.30.10</host>
24 <user>admin</user>
25 <password>onos_test</password>
26 <type>OnosCliDriver</type>
27 <connect_order>2</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOScli2>
30
31 <ONOS1>
32 <host>10.128.30.11</host>
33 <user>sdn</user>
34 <password>rocks</password>
35 <type>OnosDriver</type>
36 <connect_order>3</connect_order>
37 <COMPONENTS> </COMPONENTS>
38 </ONOS1>
39
40 <ONOS2>
41 <host>10.128.30.12</host>
42 <user>sdn</user>
43 <password>rocks</password>
44 <type>OnosDriver</type>
45 <connect_order>3</connect_order>
46 <COMPONENTS> </COMPONENTS>
47 </ONOS2>
48
49 <Mininet1>
50 <host>10.128.11.11</host>
51 <user>admin</user>
52 <password>onos_test</password>
53 <type>MininetCliDriver</type>
54 <connect_order>4</connect_order>
55 <COMPONENTS>
56 #Specify the Option for mininet
57 <arg1> --topo tree,2,3</arg1>
58 <arg2> </arg2>
59 <arg3> </arg3>
60 <controller> remote </controller>
61 </COMPONENTS>
62 </Mininet1>
63
64 </COMPONENT>
65</TOPOLOGY>