blob: 4b1ab126df50ba006e4a791c506c52d3e32bbac2 [file] [log] [blame]
shahshreya3140b1a2015-04-28 14:22:15 -07001<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 <ONOScli1>
14 <host>10.128.10.11</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.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 </ONOScli2>
30
31 <ONOScli3>
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 </ONOScli3>
39
40 <ONOS1>
41 <host>10.128.10.11</host>
42 <user>sdn</user>
43 <password>sdn</password>
44 <type>OnosCliDriver</type>
45 <connect_order>5</connect_order>
46 <COMPONENTS> </COMPONENTS>
47 </ONOS1>
48
49 <ONOS2>
50 <host>10.128.10.11</host>
51 <user>sdn</user>
52 <password>sdn</password>
53 <type>OnosCliDriver</type>
54 <connect_order>6</connect_order>
55 <COMPONENTS> </COMPONENTS>
56 </ONOS2>
57
58 <ONOS3>
59 <host>10.128.10.11</host>
60 <user>sdn</user>
61 <password>sdn</password>
62 <type>OnosCliDriver</type>
63 <connect_order>7</connect_order>
64 <COMPONENTS> </COMPONENTS>
65 </ONOS3>
66
67
68 <Mininet1>
69 <host>10.128.10.11</host>
70 <user>admin</user>
71 <password>onos_test</password>
72 <type>MininetCliDriver</type>
73 <connect_order>8</connect_order>
74 <COMPONENTS>
75 #Specify the Option for mininet
76 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
77 <arg2> --topo mytopo </arg2>
78 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
79 <controller> remote </controller>
80 </COMPONENTS>
81 </Mininet1>
82
83 <Mininet2>
84 <host>10.128.10.11</host>
85 <user>admin</user>
86 <password>onos_test</password>
87 <type>RemoteMininetDriver</type>
88 <connect_order>9</connect_order>
89 <COMPONENTS>
90 #Specify the Option for mininet
91 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
92 <arg2> --topo mytopo </arg2>
93 <arg3> --switch ovs,protocols=OpenFlow13 </arg3>
94 <controller> remote </controller>
95 </COMPONENTS>
96 </Mininet2>
97
98 <LincOE1>
99 <host>10.128.10.11</host>
100 <user>admin</user>
101 <password>onos_test</password>
102 <type>LincOEDriver</type>
103 <connect_order>7</connect_order>
104 <COMPONENTS>
105 </COMPONENTS>
106 </LincOE1>
107
108 <LincOE2>
109 <host>10.128.10.11</host>
110 <user>admin</user>
111 <password>onos_test</password>
112 <type>RemoteMininetDriver</type>
113 <connect_order>8</connect_order>
114 <COMPONENTS>
115 </COMPONENTS>
116 </LincOE2>
117 </COMPONENT>
118</TOPOLOGY>