blob: 0e48c8e77ac46a375deab81695cf6f3a66070c44 [file] [log] [blame]
Joey Armstrong92ac4cf2022-12-27 07:39:37 -05001# Copyright 2021-2023 Open Networking Foundation (ONF) and the ONF Contributors
Hardik Windlass252539e2021-07-02 04:26:45 +00002#
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 Gowdra57405052022-06-28 18:32:44 -070053 oltDebVersion: openolt_asfvolt16-3.7.4-3b190f027136e845c5850a5b1a97897ce2b74ebf-40G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070054 board_technology: XGS-PON
Hardik Windlass70895362022-04-12 13:13:26 +000055 power_switch_port: 6
Hardik Windlass252539e2021-07-02 04:26:45 +000056
57onus:
58 -
59 serial: 'ALPHe3d1cfa7'
60
61hosts:
62 src:
63 -
Matteo Scandolof9906db2021-10-14 16:32:34 -070064 ip: '10.93.1.10'
Hardik Windlass252539e2021-07-02 04:26:45 +000065 user: 'cord'
66 pass: 'cord'
67 dp_iface_name: 'eth1.35'
68 container_type: LXC
69 container_name: ALPHe3d1cea3
70 onu: 'ALPHe3d1cea3'
71 olt: 'EC1838000853'
72 c_tag: '801'
73 s_tag: '111'
74 power_switch_port: 1
75 onu_type: 'alpha'
76 service_type: 'hsia'
77 uni_id: '1'
78 -
Matteo Scandolof9906db2021-10-14 16:32:34 -070079 ip: '10.93.1.10'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +000080 user: 'cord'
81 pass: 'cord'
82 dp_iface_name: 'eth1.35'
83 container_type: LXC
84 container_name: ALPHe3d1cea3-2
85 onu: 'ALPHe3d1cea3'
86 olt: 'EC1838000853'
87 c_tag: '802'
88 s_tag: '111'
89 power_switch_port: 1
90 onu_type: 'alpha'
91 service_type: 'hsia'
92 uni_id: '2'
93 -
Matteo Scandolof9906db2021-10-14 16:32:34 -070094 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +000095 user: 'cord'
96 pass: 'cord'
97 dp_iface_name: 'eth1.35'
98 container_type: LXC
99 container_name: ALPHe3d1ceb7
100 onu: 'ALPHe3d1ceb7'
101 olt: 'EC1838000853'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000102 c_tag: '803'
103 s_tag: '111'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700104 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000105 onu_type: 'alpha'
106 service_type: 'hsia'
107 uni_id: '1'
108 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700109 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +0000110 user: 'cord'
111 pass: 'cord'
112 dp_iface_name: 'eth1.35'
113 container_type: LXC
114 container_name: ALPHe3d1ceb7-2
115 onu: 'ALPHe3d1ceb7'
116 olt: 'EC1838000853'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000117 c_tag: '804'
118 s_tag: '111'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700119 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000120 onu_type: 'alpha'
121 service_type: 'hsia'
122 uni_id: '2'
123 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700124 ip: '10.93.1.10'
Hardik Windlass252539e2021-07-02 04:26:45 +0000125 user: 'cord'
126 pass: 'cord'
127 dp_iface_name: 'eth1.65'
128 container_type: LXC
129 container_name: ALPHe3d1cea3
130 onu: 'ALPHe3d1cea3'
131 olt: 'EC1838000853'
132 c_tag: '444'
133 s_tag: '333'
134 power_switch_port: 1
135 onu_type: ''
136 service_type: 'voip'
137 uni_id: '1'
138 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700139 ip: '10.93.1.10'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000140 user: 'cord'
141 pass: 'cord'
142 dp_iface_name: 'eth1.65'
143 container_type: LXC
144 container_name: ALPHe3d1cea3-2
145 onu: 'ALPHe3d1cea3'
146 olt: 'EC1838000853'
147 c_tag: '444'
148 s_tag: '333'
149 power_switch_port: 1
150 onu_type: ''
151 service_type: 'voip'
152 uni_id: '2'
153 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700154 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +0000155 user: 'cord'
156 pass: 'cord'
157 dp_iface_name: 'eth1.65'
158 container_type: LXC
159 container_name: ALPHe3d1ceb7
160 onu: 'ALPHe3d1ceb7'
161 olt: 'EC1838000853'
162 c_tag: '444'
163 s_tag: '333'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700164 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000165 onu_type: ''
166 service_type: 'voip'
167 uni_id: '1'
168 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700169 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +0000170 user: 'cord'
171 pass: 'cord'
172 dp_iface_name: 'eth1.65'
173 container_type: LXC
174 container_name: ALPHe3d1ceb7-2
175 onu: 'ALPHe3d1ceb7'
176 olt: 'EC1838000853'
177 c_tag: '444'
178 s_tag: '333'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700179 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000180 onu_type: ''
181 service_type: 'voip'
182 uni_id: '2'
183 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700184 ip: '10.93.1.10'
Hardik Windlass252539e2021-07-02 04:26:45 +0000185 user: 'cord'
186 pass: 'cord'
187 dp_iface_name: 'eth1.55'
188 container_type: LXC
189 container_name: ALPHe3d1cea3
190 onu: 'ALPHe3d1cea3'
191 olt: 'EC1838000853'
192 c_tag: '55'
193 s_tag: '555'
194 power_switch_port: 1
195 onu_type: ''
196 service_type: 'vod'
197 uni_id: '1'
198 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700199 ip: '10.93.1.10'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000200 user: 'cord'
201 pass: 'cord'
202 dp_iface_name: 'eth1.55'
203 container_type: LXC
204 container_name: ALPHe3d1cea3-2
205 onu: 'ALPHe3d1cea3'
206 olt: 'EC1838000853'
207 c_tag: '55'
208 s_tag: '555'
209 power_switch_port: 1
210 onu_type: ''
211 service_type: 'vod'
212 uni_id: '2'
213 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700214 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +0000215 user: 'cord'
216 pass: 'cord'
217 dp_iface_name: 'eth1.55'
218 container_type: LXC
219 container_name: ALPHe3d1ceb7
220 onu: 'ALPHe3d1ceb7'
221 olt: 'EC1838000853'
222 c_tag: '55'
223 s_tag: '555'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700224 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000225 onu_type: ''
226 service_type: 'vod'
227 uni_id: '1'
228 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700229 ip: '10.93.1.11'
Hardik Windlass252539e2021-07-02 04:26:45 +0000230 user: 'cord'
231 pass: 'cord'
232 dp_iface_name: 'eth1.55'
233 container_type: LXC
234 container_name: ALPHe3d1ceb7-2
235 onu: 'ALPHe3d1ceb7'
236 olt: 'EC1838000853'
237 c_tag: '55'
238 s_tag: '555'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700239 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000240 onu_type: ''
241 service_type: 'vod'
242 uni_id: '2'
243 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700244 ip: '10.93.1.10'
Hardik Windlass252539e2021-07-02 04:26:45 +0000245 user: 'cord'
246 pass: 'cord'
247 dp_iface_name: 'eth1.55'
248 container_type: LXC
249 container_name: ALPHe3d1cea3
250 onu: 'ALPHe3d1cea3'
251 olt: 'EC1838000853'
252 c_tag: '55'
253 s_tag: '550'
254 power_switch_port: 1
255 onu_type: ''
256 mcast_rg: '10.11.6.3/24'
257 mcast_grp_subnet_mask: '224.0.0.0/4'
258 service_type: 'mcast'
259 uni_id: '1'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000260 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700261 ip: '10.93.1.10'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000262 user: 'cord'
263 pass: 'cord'
264 dp_iface_name: 'eth1.55'
265 container_type: LXC
266 container_name: ALPHe3d1cea3-2
267 onu: 'ALPHe3d1cea3'
268 olt: 'EC1838000853'
269 c_tag: '55'
270 s_tag: '550'
271 power_switch_port: 1
272 onu_type: ''
273 mcast_rg: '10.11.6.4/24'
274 mcast_grp_subnet_mask: '224.0.0.0/4'
275 service_type: 'mcast'
276 uni_id: '2'
277 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700278 ip: '10.93.1.11'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000279 user: 'cord'
280 pass: 'cord'
281 dp_iface_name: 'eth1.55'
282 container_type: LXC
283 container_name: ALPHe3d1ceb7
284 onu: 'ALPHe3d1ceb7'
285 olt: 'EC1838000853'
286 c_tag: '55'
287 s_tag: '550'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700288 power_switch_port: 4
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000289 onu_type: ''
290 mcast_rg: '10.11.6.5/24'
291 mcast_grp_subnet_mask: '224.0.0.0/4'
292 service_type: 'mcast'
293 uni_id: '1'
294 -
Matteo Scandolof9906db2021-10-14 16:32:34 -0700295 ip: '10.93.1.11'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000296 user: 'cord'
297 pass: 'cord'
298 dp_iface_name: 'eth1.55'
299 container_type: LXC
300 container_name: ALPHe3d1ceb7-2
301 onu: 'ALPHe3d1ceb7'
302 olt: 'EC1838000853'
303 c_tag: '55'
304 s_tag: '550'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700305 power_switch_port: 4
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000306 onu_type: ''
307 mcast_rg: '10.11.6.6/24'
308 mcast_grp_subnet_mask: '224.0.0.0/4'
309 service_type: 'mcast'
310 uni_id: '2'
Hardik Windlass252539e2021-07-02 04:26:45 +0000311 dst:
312 -
313 ip: null
314 user: null
315 pass: null
316 dp_iface_name: null
317 dp_iface_ip_qinq: '10.11.1.254'
318 dp_iface_ip: null
319 dp_iface_gateway: null
320 container_type: null
321 container_name: null
322 -
323 ip: null
324 user: null
325 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700326 noroot_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000327 noroot_user: cord
328 noroot_pass: cord
329 dp_iface_name: ens6f1
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000330 dp_iface_ip_qinq: '10.11.1.254'
Hardik Windlass252539e2021-07-02 04:26:45 +0000331 dp_iface_ip: null
332 dp_iface_gateway: null
333 container_type: null
334 container_name: null
335 -
336 ip: null
337 user: null
338 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700339 noroot_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000340 noroot_user: cord
341 noroot_pass: cord
342 dp_iface_name: ens6f1
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000343 dp_iface_ip_qinq: '10.11.1.254'
344 dp_iface_ip: null
345 dp_iface_gateway: null
346 container_type: null
347 container_name: null
348 -
349 ip: null
350 user: null
351 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700352 noroot_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000353 noroot_user: cord
354 noroot_pass: cord
355 dp_iface_name: ens6f1
356 dp_iface_ip_qinq: '10.11.1.254'
Hardik Windlass252539e2021-07-02 04:26:45 +0000357 dp_iface_ip: null
358 dp_iface_gateway: null
359 container_type: null
360 container_name: null
361 -
362 ip: null
363 user: null
364 pass: null
365 dp_iface_name: null
366 dp_iface_ip_qinq: '10.11.4.254'
367 dp_iface_ip: null
368 dp_iface_gateway: null
369 container_type: null
370 container_name: null
371 -
372 ip: null
373 user: null
374 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700375 noroot_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000376 noroot_user: cord
377 noroot_pass: cord
378 dp_iface_name: ens6f1
379 dp_iface_ip_qinq: '10.11.4.254'
380 dp_iface_ip: null
381 dp_iface_gateway: null
382 container_type: null
383 container_name: null
384 -
385 ip: null
386 user: null
387 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700388 noroot_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000389 noroot_user: cord
390 noroot_pass: cord
391 dp_iface_name: ens6f1
392 dp_iface_ip_qinq: '10.11.4.254'
393 dp_iface_ip: null
394 dp_iface_gateway: null
395 container_type: null
396 container_name: null
397 -
398 ip: null
399 user: null
400 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700401 noroot_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000402 noroot_user: cord
403 noroot_pass: cord
404 dp_iface_name: ens6f1
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000405 dp_iface_ip_qinq: '10.11.4.254'
406 dp_iface_ip: null
407 dp_iface_gateway: null
408 container_type: null
409 container_name: null
410 -
411 ip: null
412 user: null
413 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700414 noroot_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000415 noroot_user: cord
416 noroot_pass: cord
417 dp_iface_name: ens6f1
418 dp_iface_ip_qinq: '10.11.5.254'
419 dp_iface_ip: null
420 dp_iface_gateway: null
421 container_type: null
422 container_name: null
423 -
424 ip: null
425 user: null
426 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700427 noroot_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000428 noroot_user: cord
429 noroot_pass: cord
430 dp_iface_name: ens6f1
Hardik Windlass252539e2021-07-02 04:26:45 +0000431 dp_iface_ip_qinq: '10.11.5.254'
432 dp_iface_ip: null
433 dp_iface_gateway: null
434 container_type: null
435 container_name: null
436 -
437 ip: null
438 user: null
439 pass: null
440 dp_iface_name: null
441 dp_iface_ip_qinq: '10.11.5.254'
442 dp_iface_ip: null
443 dp_iface_gateway: null
444 container_type: null
445 container_name: null
446 -
447 ip: null
448 user: null
449 pass: null
450 dp_iface_name: null
451 dp_iface_ip_qinq: '10.11.5.254'
452 dp_iface_ip: null
453 dp_iface_gateway: null
454 container_type: null
455 container_name: null
456 -
457 ip: null
458 user: null
459 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700460 bng_ip: '10.93.1.12'
Hardik Windlass252539e2021-07-02 04:26:45 +0000461 bng_user: cord
462 bng_pass: cord
463 dp_iface_name: null
464 dp_iface_ip_qinq: '225.22.0.2'
465 dp_iface_ip: null
466 dp_iface_gateway: null
467 container_type: null
468 container_name: null
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000469 -
470 ip: null
471 user: null
472 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700473 bng_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000474 bng_user: cord
475 bng_pass: cord
476 dp_iface_name: null
477 dp_iface_ip_qinq: '225.22.0.2'
478 dp_iface_ip: null
479 dp_iface_gateway: null
480 container_type: null
481 container_name: null
482 -
483 ip: null
484 user: null
485 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700486 bng_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000487 bng_user: cord
488 bng_pass: cord
489 dp_iface_name: null
490 dp_iface_ip_qinq: '225.22.0.2'
491 dp_iface_ip: null
492 dp_iface_gateway: null
493 container_type: null
494 container_name: null
495 -
496 ip: null
497 user: null
498 pass: null
Girish Gowdra6c49d422021-10-16 17:16:08 -0700499 bng_ip: '10.93.1.12'
Huseyin Ahmet AYDINdcf2c632021-08-26 08:32:19 +0000500 bng_user: cord
501 bng_pass: cord
502 dp_iface_name: null
503 dp_iface_ip_qinq: '225.22.0.3'
504 dp_iface_ip: null
505 dp_iface_gateway: null
506 container_type: null
507 container_name: null
Hardik Windlass252539e2021-07-02 04:26:45 +0000508web_power_switch:
Matteo Scandolof9906db2021-10-14 16:32:34 -0700509 ip: '10.93.1.15'
Hardik Windlass252539e2021-07-02 04:26:45 +0000510 user: 'cord'
511 password: 'cord'
Matteo Scandolof9906db2021-10-14 16:32:34 -0700512 type: 'DLI'