blob: f8c2eab200c6e7baf78be2d146106c3cede30542 [file] [log] [blame]
kelvin-onlab4ff9cc12015-05-05 11:14:42 -07001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.10.20</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.10.21</host>
15 <user>sdn</user>
16 <password>sdn</password>
17 <type>OnosCliDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOScli1>
21
22 <ONOScli2>
23 <host>10.128.10.22</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.10.23</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
41 <Mininet1>
42 <host>10.128.10.11</host>
43 <user>admin</user>
44 <password>onos_test</password>
45 <type>MininetCliDriver</type>
46 <connect_order>5</connect_order>
47 <COMPONENTS>
48 #Specify the Option for mininet
49 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
50 <arg2> --topo mytopo </arg2>
51 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
52 <controller> remote </controller>
53 </COMPONENTS>
54 </Mininet1>
55
56 </COMPONENT>
57</TOPOLOGY>