blob: 292a8a4085bbad6eb01e1b36ac6a178a01ec1083 [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
shahshreya0e81ed92014-12-08 16:57:17 -080031 <ONOS3>
32 <host>10.128.10.11</host>
33 <user>admin</user>
34 <password>onos_test</password>
35 <type>OnosCliDriver</type>
36 <connect_order>4</connect_order>
37 <COMPONENTS> </COMPONENTS>
38 </ONOS3>
39
40
shahshreya4e13a062014-11-11 16:46:18 -080041 <Mininet1>
42 <host>10.128.10.11</host>
43 <user>admin</user>
44 <password>onos_test</password>
45 <type>MininetCliDriver</type>
shahshreya0e81ed92014-12-08 16:57:17 -080046 <connect_order>5</connect_order>
shahshreya4e13a062014-11-11 16:46:18 -080047 <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=OpenFlow10 </arg3>
52 <controller> remote </controller>
53 </COMPONENTS>
54 </Mininet1>
55
56 <Mininet2>
57 <host>10.128.10.11</host>
58 <user>admin</user>
59 <password>onos_test</password>
60 <type>RemoteMininetDriver</type>
shahshreya0e81ed92014-12-08 16:57:17 -080061 <connect_order>6</connect_order>
shahshreya4e13a062014-11-11 16:46:18 -080062 <COMPONENTS>
63 #Specify the Option for mininet
64 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
65 <arg2> --topo mytopo </arg2>
shahshreya74cca802015-02-26 12:24:01 -080066 <arg3> --switch ovs,protocols=OpenFlow10 </arg3>
shahshreyaa47ebf42015-05-20 13:29:18 -070067 <arg4> --mac </arg4>
shahshreya4e13a062014-11-11 16:46:18 -080068 <controller> remote </controller>
69 </COMPONENTS>
70 </Mininet2>
shahshreya0e81ed92014-12-08 16:57:17 -080071
72 <LincOE1>
shahshreya1937ec12015-04-03 15:35:48 -070073 <host>10.128.10.11</host>
shahshreya0e81ed92014-12-08 16:57:17 -080074 <user>admin</user>
75 <password>onos_test</password>
76 <type>LincOEDriver</type>
77 <connect_order>7</connect_order>
78 <COMPONENTS>
shahshreya0e81ed92014-12-08 16:57:17 -080079 </COMPONENTS>
80 </LincOE1>
81
82 <LincOE2>
shahshreya1937ec12015-04-03 15:35:48 -070083 <host>10.128.10.11</host>
shahshreya0e81ed92014-12-08 16:57:17 -080084 <user>admin</user>
85 <password>onos_test</password>
86 <type>RemoteMininetDriver</type>
87 <connect_order>8</connect_order>
88 <COMPONENTS>
shahshreya0e81ed92014-12-08 16:57:17 -080089 </COMPONENTS>
90 </LincOE2>
91
shahshreya4e13a062014-11-11 16:46:18 -080092 </COMPONENT>
93</TOPOLOGY>