blob: 0855d4e448714e0660408aad24c64fd902a65528 [file] [log] [blame]
Jon Hallb1290e82014-11-18 16:17:48 -05001<TOPOLOGY>
2 <COMPONENT>
3
4 <ONOSbench>
5 <host>10.128.30.10</host>
6 <user>admin</user>
7 <password>onos_test</password>
8 <type>OnosDriver</type>
9 <connect_order>1</connect_order>
Jon Hall65844a32015-03-09 19:09:37 -070010 <COMPONENTS>
Jon Hall65844a32015-03-09 19:09:37 -070011 </COMPONENTS>
Jon Hallb1290e82014-11-18 16:17:48 -050012 </ONOSbench>
13
14 <ONOScli1>
15 <host>10.128.30.10</host>
16 <user>admin</user>
17 <password>onos_test</password>
18 <type>OnosCliDriver</type>
19 <connect_order>2</connect_order>
20 <COMPONENTS> </COMPONENTS>
21 </ONOScli1>
22
23 <ONOScli2>
24 <host>10.128.30.10</host>
25 <user>admin</user>
26 <password>onos_test</password>
27 <type>OnosCliDriver</type>
28 <connect_order>3</connect_order>
29 <COMPONENTS> </COMPONENTS>
30 </ONOScli2>
31
32 <ONOScli3>
33 <host>10.128.30.10</host>
34 <user>admin</user>
35 <password>onos_test</password>
36 <type>OnosCliDriver</type>
37 <connect_order>4</connect_order>
38 <COMPONENTS> </COMPONENTS>
39 </ONOScli3>
40
41
42 <ONOScli4>
43 <host>10.128.30.10</host>
44 <user>admin</user>
45 <password>onos_test</password>
46 <type>OnosCliDriver</type>
47 <connect_order>5</connect_order>
48 <COMPONENTS> </COMPONENTS>
49 </ONOScli4>
50
51
52 <ONOScli5>
53 <host>10.128.30.10</host>
54 <user>admin</user>
55 <password>onos_test</password>
56 <type>OnosCliDriver</type>
57 <connect_order>6</connect_order>
58 <COMPONENTS> </COMPONENTS>
59 </ONOScli5>
60
61
62 <ONOScli6>
63 <host>10.128.30.10</host>
64 <user>admin</user>
65 <password>onos_test</password>
66 <type>OnosCliDriver</type>
67 <connect_order>7</connect_order>
68 <COMPONENTS> </COMPONENTS>
69 </ONOScli6>
70
71
72 <ONOScli7>
73 <host>10.128.30.10</host>
74 <user>admin</user>
75 <password>onos_test</password>
76 <type>OnosCliDriver</type>
77 <connect_order>8</connect_order>
78 <COMPONENTS> </COMPONENTS>
79 </ONOScli7>
80
81 <ONOS1>
82 <host>10.128.30.11</host>
83 <user>sdn</user>
84 <password>rocks</password>
85 <type>OnosDriver</type>
86 <connect_order>9</connect_order>
87 <COMPONENTS> </COMPONENTS>
88 </ONOS1>
89
90 <ONOS2>
91 <host>10.128.30.12</host>
92 <user>sdn</user>
93 <password>rocks</password>
94 <type>OnosDriver</type>
95 <connect_order>10</connect_order>
96 <COMPONENTS> </COMPONENTS>
97 </ONOS2>
98
99 <ONOS3>
100 <host>10.128.30.13</host>
101 <user>sdn</user>
102 <password>rocks</password>
103 <type>OnosDriver</type>
104 <connect_order>11</connect_order>
105 <COMPONENTS> </COMPONENTS>
106 </ONOS3>
107
108 <ONOS4>
109 <host>10.128.30.14</host>
110 <user>sdn</user>
111 <password>rocks</password>
112 <type>OnosDriver</type>
113 <connect_order>12</connect_order>
114 <COMPONENTS> </COMPONENTS>
115 </ONOS4>
116
117 <ONOS5>
118 <host>10.128.30.15</host>
119 <user>sdn</user>
120 <password>rocks</password>
121 <type>OnosDriver</type>
122 <connect_order>13</connect_order>
123 <COMPONENTS> </COMPONENTS>
124 </ONOS5>
125
126 <ONOS6>
127 <host>10.128.30.16</host>
128 <user>sdn</user>
129 <password>rocks</password>
130 <type>OnosDriver</type>
131 <connect_order>14</connect_order>
132 <COMPONENTS> </COMPONENTS>
133 </ONOS6>
134
135 <ONOS7>
136 <host>10.128.30.17</host>
137 <user>sdn</user>
138 <password>rocks</password>
139 <type>OnosDriver</type>
140 <connect_order>15</connect_order>
141 <COMPONENTS> </COMPONENTS>
142 </ONOS7>
143
144 <Mininet1>
145 <host>10.128.30.9</host>
146 <user>admin</user>
147 <password>onos_test</password>
148 <type>MininetCliDriver</type>
149 <connect_order>16</connect_order>
150 <COMPONENTS>
151 #Specify the Option for mininet
152 <arg1> --custom ~/mininet/custom/topo-HA.py </arg1>
153 <arg2> --topo mytopo </arg2>
154 <arg3> </arg3>
Jon Hall21270ac2015-02-16 17:59:55 -0800155 <controller> none </controller>
Jon Hallb1290e82014-11-18 16:17:48 -0500156 </COMPONENTS>
157 </Mininet1>
158
159 <Mininet2>
160 <host>10.128.30.9</host>
161 <user>admin</user>
162 <password>onos_test</password>
163 <type>RemoteMininetDriver</type>
164 <connect_order>17</connect_order>
165 <COMPONENTS>
Jon Hall21270ac2015-02-16 17:59:55 -0800166 </COMPONENTS>
Jon Hallb1290e82014-11-18 16:17:48 -0500167 </Mininet2>
168
169 </COMPONENT>
170</TOPOLOGY>