blob: eda527a2d437744b12470eab2ad4f090dd98502e [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 -
Matteo Scandolof9906db2021-10-14 16:32:34 -070023 ip: '10.93.1.10'
Hardik Windlass252539e2021-07-02 04:26:45 +000024 user: 'cord'
25 pass: 'cord'
26 -
Matteo Scandolof9906db2021-10-14 16:32:34 -070027 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +000028 user: 'cord'
29 pass: 'cord'
30 -
Girish Gowdra6c49d422021-10-16 17:16:08 -070031 ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +000032 user: 'cord'
33 pass: 'cord'
34
35fabric_switches:
36 -
37 mac: 'cc:37:ab:5b:6d:a8'
Matteo Scandolof9906db2021-10-14 16:32:34 -070038 ip: '10.93.1.13'
Hardik Windlass252539e2021-07-02 04:26:45 +000039 user: 'root'
40 pass: 'onl'
41 bngPort: '31'
42 device_id: 'of:0000000000000001'
43
44olts:
45 -
Matteo Scandolof9906db2021-10-14 16:32:34 -070046 ip: '10.93.1.14'
47 sship: '10.93.1.14'
Hardik Windlass252539e2021-07-02 04:26:45 +000048 user: 'root'
49 pass: 'onl'
50 fortygig: 'true'
51 aggPort: '1'
52 serial: 'EC1838000853'
Girish Gowdrae03a8002021-12-02 16:12:20 +053053 oltDebVersion: openolt_asfvolt16-3.6.1-a164080f69dbaa4fe613129fc02075191e6d598b-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 -
Matteo Scandolof9906db2021-10-14 16:32:34 -070063 ip: '10.93.1.10'
Hardik Windlass252539e2021-07-02 04:26:45 +000064 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 -
Matteo Scandolof9906db2021-10-14 16:32:34 -070078 ip: '10.93.1.10'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +000079 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 -
Matteo Scandolof9906db2021-10-14 16:32:34 -070093 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +000094 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'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700103 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000104 onu_type: 'alpha'
105 service_type: 'hsia'
106 uni_id: '1'
107 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700108 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +0000109 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'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700118 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000119 onu_type: 'alpha'
120 service_type: 'hsia'
121 uni_id: '2'
122 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700123 ip: '10.93.1.10'
Hardik Windlass252539e2021-07-02 04:26:45 +0000124 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 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700138 ip: '10.93.1.10'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000139 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 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700153 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +0000154 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'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700163 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000164 onu_type: ''
165 service_type: 'voip'
166 uni_id: '1'
167 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700168 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +0000169 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'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700178 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000179 onu_type: ''
180 service_type: 'voip'
181 uni_id: '2'
182 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700183 ip: '10.93.1.10'
Hardik Windlass252539e2021-07-02 04:26:45 +0000184 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 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700198 ip: '10.93.1.10'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000199 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 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700213 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +0000214 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'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700223 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000224 onu_type: ''
225 service_type: 'vod'
226 uni_id: '1'
227 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700228 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +0000229 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'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700238 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000239 onu_type: ''
240 service_type: 'vod'
241 uni_id: '2'
242 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700243 ip: '10.93.1.10'
Hardik Windlass252539e2021-07-02 04:26:45 +0000244 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 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700260 ip: '10.93.1.10'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000261 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 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700277 ip: '10.93.1.11'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000278 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'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700287 power_switch_port: 4
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000288 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 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700294 ip: '10.93.1.11'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000295 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'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700304 power_switch_port: 4
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000305 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700325 noroot_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000326 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700338 noroot_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000339 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700351 noroot_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000352 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700374 noroot_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000375 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700387 noroot_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000388 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700400 noroot_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000401 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700413 noroot_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000414 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700426 noroot_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000427 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700459 bng_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000460 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700472 bng_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000473 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700485 bng_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000486 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
Girish Gowdra6c49d422021-10-16 17:16:08 -0700498 bng_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000499 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:
Matteo Scandolof9906db2021-10-14 16:32:34 -0700508 ip: '10.93.1.15'
Hardik Windlass252539e2021-07-02 04:26:45 +0000509 user: 'cord'
510 password: 'cord'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700511 type: 'DLI'