blob: cf6ffac6a17552cf2c0ecaf897a8b6861ef3cbc6 [file] [log] [blame]
shahshreya4e13a062014-11-11 16:46:18 -08001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.10.11</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 <ONOS1>
14 <host>10.128.10.11</host>
15 <user>sdn</user>
16 <password>sdn</password>
17 <type>OnosDriver</type>
18 <connect_order>2</connect_order>
19 <COMPONENTS> </COMPONENTS>
20 </ONOS1>
21
22 <ONOS2>
23 <host>10.128.10.11</host>
24 <user>admin</user>
25 <password>onos_test</password>
26 <type>OnosCliDriver</type>
27 <connect_order>3</connect_order>
28 <COMPONENTS> </COMPONENTS>
29 </ONOS2>
30
31 <Mininet1>
32 <host>10.128.10.11</host>
33 <user>admin</user>
34 <password>onos_test</password>
35 <type>MininetCliDriver</type>
36 <connect_order>4</connect_order>
37 <COMPONENTS>
38 #Specify the Option for mininet
39 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
40 <arg2> --topo mytopo </arg2>
41 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
42 <controller> remote </controller>
43 </COMPONENTS>
44 </Mininet1>
45
46 <Mininet2>
47 <host>10.128.10.11</host>
48 <user>admin</user>
49 <password>onos_test</password>
50 <type>RemoteMininetDriver</type>
51 <connect_order>5</connect_order>
52 <COMPONENTS>
53 #Specify the Option for mininet
54 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
55 <arg2> --topo mytopo </arg2>
56 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
57 <controller> remote </controller>
58 </COMPONENTS>
59 </Mininet2>
60 </COMPONENT>
61</TOPOLOGY>