blob: 2605b2e85ac317bc39893b87b9bf180c7a1b6973 [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
shahshreyae6c7cf42014-11-26 16:39:01 -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>
shahshreyae6c7cf42014-11-26 16:39:01 -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=OpenFlow13 </arg3>
shahshreyaa47ebf42015-05-20 13:29:18 -070052 <arg4> --mac </arg4>
shahshreya4e13a062014-11-11 16:46:18 -080053 <controller> remote </controller>
54 </COMPONENTS>
55 </Mininet1>
56
57 <Mininet2>
58 <host>10.128.10.11</host>
59 <user>admin</user>
60 <password>onos_test</password>
61 <type>RemoteMininetDriver</type>
shahshreyae6c7cf42014-11-26 16:39:01 -080062 <connect_order>6</connect_order>
shahshreya4e13a062014-11-11 16:46:18 -080063 <COMPONENTS>
64 #Specify the Option for mininet
65 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
66 <arg2> --topo mytopo </arg2>
67 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
68 <controller> remote </controller>
69 </COMPONENTS>
70 </Mininet2>
shahshreyae6c7cf42014-11-26 16:39:01 -080071
72 <LincOE1>
shahshreya7630b1c2015-04-03 15:37:14 -070073 <host>10.128.10.11</host>
shahshreyae6c7cf42014-11-26 16:39:01 -080074 <user>admin</user>
75 <password>onos_test</password>
76 <type>LincOEDriver</type>
77 <connect_order>7</connect_order>
78 <COMPONENTS>
shahshreyae6c7cf42014-11-26 16:39:01 -080079 </COMPONENTS>
80 </LincOE1>
81
82 <LincOE2>
shahshreya7630b1c2015-04-03 15:37:14 -070083 <host>10.128.10.11</host>
shahshreyae6c7cf42014-11-26 16:39:01 -080084 <user>admin</user>
85 <password>onos_test</password>
86 <type>RemoteMininetDriver</type>
87 <connect_order>8</connect_order>
88 <COMPONENTS>
shahshreyae6c7cf42014-11-26 16:39:01 -080089 </COMPONENTS>
90 </LincOE2>
91
shahshreya4e13a062014-11-11 16:46:18 -080092 </COMPONENT>
93</TOPOLOGY>