blob: a2118b6589b058b23e2661d8cf98f6bb6813ff21 [file] [log] [blame]
Hardik Windlass252539e2021-07-02 04:26:45 +00001# Copyright 2021-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
16
17---
18
19kube_config: 'flex-ocp-cord-voltha-master.conf'
20
21nodes:
22 -
23 ip: '10.90.0.221'
24 user: 'cord'
25 pass: 'cord'
26 -
27 ip: '10.90.0.222'
28 user: 'cord'
29 pass: 'cord'
30 -
31 ip: '10.90.0.223'
32 user: 'cord'
33 pass: 'cord'
34
35fabric_switches:
36 -
37 mac: 'cc:37:ab:5b:6d:a8'
38 ip: '10.90.0.224'
39 user: 'root'
40 pass: 'onl'
41 bngPort: '31'
42 device_id: 'of:0000000000000001'
43
44olts:
45 -
46 ip: '10.90.0.225'
47 sship: '10.90.0.225'
48 user: 'root'
49 pass: 'onl'
50 fortygig: 'true'
51 aggPort: '1'
52 serial: 'EC1838000853'
Girish Gowdradd4460a2021-08-05 14:45:49 -070053 oltDebVersion: openolt_asfvolt16-3.5.1-b8c09facd3da5d93b7c2815e176c6682de737437-40G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070054 board_technology: XGS-PON
Hardik Windlass252539e2021-07-02 04:26:45 +000055
56onus:
57 -
58 serial: 'ALPHe3d1cfa7'
59
60hosts:
61 src:
62 -
63 ip: '10.90.0.221'
64 user: 'cord'
65 pass: 'cord'
66 dp_iface_name: 'eth1.35'
67 container_type: LXC
68 container_name: ALPHe3d1cea3
69 onu: 'ALPHe3d1cea3'
70 olt: 'EC1838000853'
71 c_tag: '801'
72 s_tag: '111'
73 power_switch_port: 1
74 onu_type: 'alpha'
75 service_type: 'hsia'
76 uni_id: '1'
77 -
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +000078 ip: '10.90.0.221'
79 user: 'cord'
80 pass: 'cord'
81 dp_iface_name: 'eth1.35'
82 container_type: LXC
83 container_name: ALPHe3d1cea3-2
84 onu: 'ALPHe3d1cea3'
85 olt: 'EC1838000853'
86 c_tag: '802'
87 s_tag: '111'
88 power_switch_port: 1
89 onu_type: 'alpha'
90 service_type: 'hsia'
91 uni_id: '2'
92 -
Hardik Windlass252539e2021-07-02 04:26:45 +000093 ip: '10.90.0.222'
94 user: 'cord'
95 pass: 'cord'
96 dp_iface_name: 'eth1.35'
97 container_type: LXC
98 container_name: ALPHe3d1ceb7
99 onu: 'ALPHe3d1ceb7'
100 olt: 'EC1838000853'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000101 c_tag: '803'
102 s_tag: '111'
Hardik Windlass252539e2021-07-02 04:26:45 +0000103 power_switch_port: 2
104 onu_type: 'alpha'
105 service_type: 'hsia'
106 uni_id: '1'
107 -
108 ip: '10.90.0.222'
109 user: 'cord'
110 pass: 'cord'
111 dp_iface_name: 'eth1.35'
112 container_type: LXC
113 container_name: ALPHe3d1ceb7-2
114 onu: 'ALPHe3d1ceb7'
115 olt: 'EC1838000853'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000116 c_tag: '804'
117 s_tag: '111'
Hardik Windlass252539e2021-07-02 04:26:45 +0000118 power_switch_port: 2
119 onu_type: 'alpha'
120 service_type: 'hsia'
121 uni_id: '2'
122 -
123 ip: '10.90.0.221'
124 user: 'cord'
125 pass: 'cord'
126 dp_iface_name: 'eth1.65'
127 container_type: LXC
128 container_name: ALPHe3d1cea3
129 onu: 'ALPHe3d1cea3'
130 olt: 'EC1838000853'
131 c_tag: '444'
132 s_tag: '333'
133 power_switch_port: 1
134 onu_type: ''
135 service_type: 'voip'
136 uni_id: '1'
137 -
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000138 ip: '10.90.0.221'
139 user: 'cord'
140 pass: 'cord'
141 dp_iface_name: 'eth1.65'
142 container_type: LXC
143 container_name: ALPHe3d1cea3-2
144 onu: 'ALPHe3d1cea3'
145 olt: 'EC1838000853'
146 c_tag: '444'
147 s_tag: '333'
148 power_switch_port: 1
149 onu_type: ''
150 service_type: 'voip'
151 uni_id: '2'
152 -
Hardik Windlass252539e2021-07-02 04:26:45 +0000153 ip: '10.90.0.222'
154 user: 'cord'
155 pass: 'cord'
156 dp_iface_name: 'eth1.65'
157 container_type: LXC
158 container_name: ALPHe3d1ceb7
159 onu: 'ALPHe3d1ceb7'
160 olt: 'EC1838000853'
161 c_tag: '444'
162 s_tag: '333'
163 power_switch_port: 2
164 onu_type: ''
165 service_type: 'voip'
166 uni_id: '1'
167 -
168 ip: '10.90.0.222'
169 user: 'cord'
170 pass: 'cord'
171 dp_iface_name: 'eth1.65'
172 container_type: LXC
173 container_name: ALPHe3d1ceb7-2
174 onu: 'ALPHe3d1ceb7'
175 olt: 'EC1838000853'
176 c_tag: '444'
177 s_tag: '333'
178 power_switch_port: 2
179 onu_type: ''
180 service_type: 'voip'
181 uni_id: '2'
182 -
183 ip: '10.90.0.221'
184 user: 'cord'
185 pass: 'cord'
186 dp_iface_name: 'eth1.55'
187 container_type: LXC
188 container_name: ALPHe3d1cea3
189 onu: 'ALPHe3d1cea3'
190 olt: 'EC1838000853'
191 c_tag: '55'
192 s_tag: '555'
193 power_switch_port: 1
194 onu_type: ''
195 service_type: 'vod'
196 uni_id: '1'
197 -
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000198 ip: '10.90.0.221'
199 user: 'cord'
200 pass: 'cord'
201 dp_iface_name: 'eth1.55'
202 container_type: LXC
203 container_name: ALPHe3d1cea3-2
204 onu: 'ALPHe3d1cea3'
205 olt: 'EC1838000853'
206 c_tag: '55'
207 s_tag: '555'
208 power_switch_port: 1
209 onu_type: ''
210 service_type: 'vod'
211 uni_id: '2'
212 -
Hardik Windlass252539e2021-07-02 04:26:45 +0000213 ip: '10.90.0.222'
214 user: 'cord'
215 pass: 'cord'
216 dp_iface_name: 'eth1.55'
217 container_type: LXC
218 container_name: ALPHe3d1ceb7
219 onu: 'ALPHe3d1ceb7'
220 olt: 'EC1838000853'
221 c_tag: '55'
222 s_tag: '555'
223 power_switch_port: 2
224 onu_type: ''
225 service_type: 'vod'
226 uni_id: '1'
227 -
228 ip: '10.90.0.222'
229 user: 'cord'
230 pass: 'cord'
231 dp_iface_name: 'eth1.55'
232 container_type: LXC
233 container_name: ALPHe3d1ceb7-2
234 onu: 'ALPHe3d1ceb7'
235 olt: 'EC1838000853'
236 c_tag: '55'
237 s_tag: '555'
238 power_switch_port: 2
239 onu_type: ''
240 service_type: 'vod'
241 uni_id: '2'
242 -
243 ip: '10.90.0.221'
244 user: 'cord'
245 pass: 'cord'
246 dp_iface_name: 'eth1.55'
247 container_type: LXC
248 container_name: ALPHe3d1cea3
249 onu: 'ALPHe3d1cea3'
250 olt: 'EC1838000853'
251 c_tag: '55'
252 s_tag: '550'
253 power_switch_port: 1
254 onu_type: ''
255 mcast_rg: '10.11.6.3/24'
256 mcast_grp_subnet_mask: '224.0.0.0/4'
257 service_type: 'mcast'
258 uni_id: '1'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000259 -
260 ip: '10.90.0.221'
261 user: 'cord'
262 pass: 'cord'
263 dp_iface_name: 'eth1.55'
264 container_type: LXC
265 container_name: ALPHe3d1cea3-2
266 onu: 'ALPHe3d1cea3'
267 olt: 'EC1838000853'
268 c_tag: '55'
269 s_tag: '550'
270 power_switch_port: 1
271 onu_type: ''
272 mcast_rg: '10.11.6.4/24'
273 mcast_grp_subnet_mask: '224.0.0.0/4'
274 service_type: 'mcast'
275 uni_id: '2'
276 -
277 ip: '10.90.0.222'
278 user: 'cord'
279 pass: 'cord'
280 dp_iface_name: 'eth1.55'
281 container_type: LXC
282 container_name: ALPHe3d1ceb7
283 onu: 'ALPHe3d1ceb7'
284 olt: 'EC1838000853'
285 c_tag: '55'
286 s_tag: '550'
287 power_switch_port: 2
288 onu_type: ''
289 mcast_rg: '10.11.6.5/24'
290 mcast_grp_subnet_mask: '224.0.0.0/4'
291 service_type: 'mcast'
292 uni_id: '1'
293 -
294 ip: '10.90.0.222'
295 user: 'cord'
296 pass: 'cord'
297 dp_iface_name: 'eth1.55'
298 container_type: LXC
299 container_name: ALPHe3d1ceb7-2
300 onu: 'ALPHe3d1ceb7'
301 olt: 'EC1838000853'
302 c_tag: '55'
303 s_tag: '550'
304 power_switch_port: 2
305 onu_type: ''
306 mcast_rg: '10.11.6.6/24'
307 mcast_grp_subnet_mask: '224.0.0.0/4'
308 service_type: 'mcast'
309 uni_id: '2'
Hardik Windlass252539e2021-07-02 04:26:45 +0000310 dst:
311 -
312 ip: null
313 user: null
314 pass: null
315 dp_iface_name: null
316 dp_iface_ip_qinq: '10.11.1.254'
317 dp_iface_ip: null
318 dp_iface_gateway: null
319 container_type: null
320 container_name: null
321 -
322 ip: null
323 user: null
324 pass: null
325 noroot_ip: '10.90.0.223'
326 noroot_user: cord
327 noroot_pass: cord
328 dp_iface_name: ens6f1
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000329 dp_iface_ip_qinq: '10.11.1.254'
Hardik Windlass252539e2021-07-02 04:26:45 +0000330 dp_iface_ip: null
331 dp_iface_gateway: null
332 container_type: null
333 container_name: null
334 -
335 ip: null
336 user: null
337 pass: null
338 noroot_ip: '10.90.0.223'
339 noroot_user: cord
340 noroot_pass: cord
341 dp_iface_name: ens6f1
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000342 dp_iface_ip_qinq: '10.11.1.254'
343 dp_iface_ip: null
344 dp_iface_gateway: null
345 container_type: null
346 container_name: null
347 -
348 ip: null
349 user: null
350 pass: null
351 noroot_ip: '10.90.0.223'
352 noroot_user: cord
353 noroot_pass: cord
354 dp_iface_name: ens6f1
355 dp_iface_ip_qinq: '10.11.1.254'
Hardik Windlass252539e2021-07-02 04:26:45 +0000356 dp_iface_ip: null
357 dp_iface_gateway: null
358 container_type: null
359 container_name: null
360 -
361 ip: null
362 user: null
363 pass: null
364 dp_iface_name: null
365 dp_iface_ip_qinq: '10.11.4.254'
366 dp_iface_ip: null
367 dp_iface_gateway: null
368 container_type: null
369 container_name: null
370 -
371 ip: null
372 user: null
373 pass: null
374 noroot_ip: '10.90.0.223'
375 noroot_user: cord
376 noroot_pass: cord
377 dp_iface_name: ens6f1
378 dp_iface_ip_qinq: '10.11.4.254'
379 dp_iface_ip: null
380 dp_iface_gateway: null
381 container_type: null
382 container_name: null
383 -
384 ip: null
385 user: null
386 pass: null
387 noroot_ip: '10.90.0.223'
388 noroot_user: cord
389 noroot_pass: cord
390 dp_iface_name: ens6f1
391 dp_iface_ip_qinq: '10.11.4.254'
392 dp_iface_ip: null
393 dp_iface_gateway: null
394 container_type: null
395 container_name: null
396 -
397 ip: null
398 user: null
399 pass: null
400 noroot_ip: '10.90.0.223'
401 noroot_user: cord
402 noroot_pass: cord
403 dp_iface_name: ens6f1
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000404 dp_iface_ip_qinq: '10.11.4.254'
405 dp_iface_ip: null
406 dp_iface_gateway: null
407 container_type: null
408 container_name: null
409 -
410 ip: null
411 user: null
412 pass: null
413 noroot_ip: '10.90.0.223'
414 noroot_user: cord
415 noroot_pass: cord
416 dp_iface_name: ens6f1
417 dp_iface_ip_qinq: '10.11.5.254'
418 dp_iface_ip: null
419 dp_iface_gateway: null
420 container_type: null
421 container_name: null
422 -
423 ip: null
424 user: null
425 pass: null
426 noroot_ip: '10.90.0.223'
427 noroot_user: cord
428 noroot_pass: cord
429 dp_iface_name: ens6f1
Hardik Windlass252539e2021-07-02 04:26:45 +0000430 dp_iface_ip_qinq: '10.11.5.254'
431 dp_iface_ip: null
432 dp_iface_gateway: null
433 container_type: null
434 container_name: null
435 -
436 ip: null
437 user: null
438 pass: null
439 dp_iface_name: null
440 dp_iface_ip_qinq: '10.11.5.254'
441 dp_iface_ip: null
442 dp_iface_gateway: null
443 container_type: null
444 container_name: null
445 -
446 ip: null
447 user: null
448 pass: null
449 dp_iface_name: null
450 dp_iface_ip_qinq: '10.11.5.254'
451 dp_iface_ip: null
452 dp_iface_gateway: null
453 container_type: null
454 container_name: null
455 -
456 ip: null
457 user: null
458 pass: null
459 bng_ip: '10.90.0.223'
460 bng_user: cord
461 bng_pass: cord
462 dp_iface_name: null
463 dp_iface_ip_qinq: '225.22.0.2'
464 dp_iface_ip: null
465 dp_iface_gateway: null
466 container_type: null
467 container_name: null
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000468 -
469 ip: null
470 user: null
471 pass: null
472 bng_ip: '10.90.0.223'
473 bng_user: cord
474 bng_pass: cord
475 dp_iface_name: null
476 dp_iface_ip_qinq: '225.22.0.2'
477 dp_iface_ip: null
478 dp_iface_gateway: null
479 container_type: null
480 container_name: null
481 -
482 ip: null
483 user: null
484 pass: null
485 bng_ip: '10.90.0.223'
486 bng_user: cord
487 bng_pass: cord
488 dp_iface_name: null
489 dp_iface_ip_qinq: '225.22.0.2'
490 dp_iface_ip: null
491 dp_iface_gateway: null
492 container_type: null
493 container_name: null
494 -
495 ip: null
496 user: null
497 pass: null
498 bng_ip: '10.90.0.223'
499 bng_user: cord
500 bng_pass: cord
501 dp_iface_name: null
502 dp_iface_ip_qinq: '225.22.0.3'
503 dp_iface_ip: null
504 dp_iface_gateway: null
505 container_type: null
506 container_name: null
Hardik Windlass252539e2021-07-02 04:26:45 +0000507web_power_switch:
508 ip: '10.90.0.229'
509 user: 'cord'
510 password: 'cord'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000511 type: 'DLI'