blob: c0dd8ae671f8008ed34efbfad36f8053c00998a5 [file] [log] [blame]
Mahir Gunyele1e1ca12022-11-28 00:48:23 -08001---
2
Joey Armstrong003e83e2023-01-09 20:23:48 -05003 # Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
Mahir Gunyele1e1ca12022-11-28 00:48:23 -08004 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 # http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 # Automated deployment configuration for Tucson pod
18
19 # Change default values in tests
20 ONOS_REST_PORT: 30120
21 ONOS_SSH_PORT: 30115
22 OLT_PORT: 9191
23 KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
24
25# This tells the control node how to reach the Kubernetes nodes.
26 nodes:
27 -
Cristina de Francisco1d344d82024-11-19 15:51:11 +010028 ip: 'node-3.berlin-lab.lfbroadband.org'
Mahir Gunyele1e1ca12022-11-28 00:48:23 -080029 user: 'community'
30 pass: 'admin'
31 -
Cristina de Francisco1d344d82024-11-19 15:51:11 +010032 ip: 'node-1.berlin-lab.lfbroadband.org'
Mahir Gunyele1e1ca12022-11-28 00:48:23 -080033 user: 'community'
34 pass: 'admin'
35 -
Cristina de Francisco1d344d82024-11-19 15:51:11 +010036 ip: 'node-2.berlin-lab.lfbroadband.org'
Mahir Gunyele1e1ca12022-11-28 00:48:23 -080037 user: 'community'
38 pass: 'admin'
39
40 fabric_switches: []
41 # The switch is shared across 2 PODs, thus is externally controlled
42 # -
43 # mac: '8c:ea:1b:a7:29:72'
44 # ip: 10.34.90.55
45 # user: root
46 # pass: onl
47 # bngPort: 157
48 # device_id: 'of:0000000000000001'
49
50 olts:
51 # Gpon OLT
52 -
Cristina de Francisco1d344d82024-11-19 15:51:11 +010053 ip: radisys-olt.berlin-lab.lfbroadband.org
54 sship: radisys-olt.berlin-lab.lfbroadband.org
Mahir Gunyele1e1ca12022-11-28 00:48:23 -080055 user: root
56 pass: onl
57 fortygig: False
Cristina de Francisco1d344d82024-11-19 15:51:11 +010058 aggPort: 1
59 serial: 722033038194
60 oltDebVersion: openolt_rlt-1600x-w-3.10.1-05bf9d424f4fae480cb0fe2c13ffbde5b6be27ee.deb
Mahir Gunyele1e1ca12022-11-28 00:48:23 -080061 board_technology: GPON
62
63 hosts:
Mahir Gunyel23c1e832022-11-28 12:33:36 -080064 src:
65 -
Cristina de Franciscod934cef2025-01-20 11:32:46 +010066 ip: node-5.berlin-lab.lfbroadband.org
Mahir Gunyel23c1e832022-11-28 12:33:36 -080067 user: community
68 pass: admin
69 dp_iface_name: eth1.35
70 container_type: LXC
Cristina de Franciscod934cef2025-01-20 11:32:46 +010071 container_name: SCOMA030600F
72 onu: SCOMa030600f
Cristina de Francisco1d344d82024-11-19 15:51:11 +010073 olt: 722033038194
Mahir Gunyel23c1e832022-11-28 12:33:36 -080074 c_tag: 801
75 s_tag: 111
Cristina de Franciscod934cef2025-01-20 11:32:46 +010076 power_switch_port: 8
Mahir Gunyel23c1e832022-11-28 12:33:36 -080077 onu_type: 'scom'
78 service_type: 'hsia'
79 uni_id: 1
Cristina de Franciscod934cef2025-01-20 11:32:46 +010080 -
81 ip: node-5.berlin-lab.lfbroadband.org
82 user: community
83 pass: admin
84 dp_iface_name: eth1.65
85 container_type: LXC
86 container_name: SCOMA030600F
87 onu: SCOMa030600f
88 olt: 722033038194
89 c_tag: 444
90 s_tag: 333
91 power_switch_port: 8
92 onu_type: 'scom'
93 service_type: 'voip'
94 uni_id: 1
95 -
96 ip: node-5.berlin-lab.lfbroadband.org
97 user: community
98 pass: admin
99 dp_iface_name: eth1.55
100 container_type: LXC
101 container_name: SCOMA030600F
102 onu: SCOMa030600f
103 olt: 722033038194
104 c_tag: 55
105 s_tag: 555
106 power_switch_port: 8
107 onu_type: 'scom'
108 service_type: 'vod'
109 uni_id: 1
110 -
111 ip: node-5.berlin-lab.lfbroadband.org
112 user: community
113 pass: admin
114 dp_iface_name: eth1.55
115 container_type: LXC
116 container_name: SCOMA030600F
117 onu: SCOMa030600f
118 olt: 722033038194
119 c_tag: 55
120 s_tag: 550
121 power_switch_port: 8
122 onu_type: 'scom'
123 mcast_rg: '10.11.6.3/24'
124 mcast_grp_subnet_mask: '224.0.0.0/4'
125 service_type: 'mcast'
126 uni_id: 1
127
128# -
129# ip: node-3.berlin-lab.lfbroadband.org
130# user: community
131# pass: admin
132# dp_iface_name: eth1.35
133# container_type: LXC
134# container_name: SCOM00001C82
135# onu: SCOM00001c82
136# olt: 722033038194
137# c_tag: 801
138# s_tag: 111
139# power_switch_port: 4
140# onu_type: 'scom'
141# service_type: 'hsia'
142# uni_id: 1
Mahir Gunyel14ef91b2023-12-20 12:51:58 -0800143# -
144# ip: 10.34.90.42
145# user: community
146# pass: admin
147# dp_iface_name: eth1.35
148# container_type: LXC
149# container_name: SCOM00001c89
150# onu: SCOM00001c89
151# olt: EC1912001823
152# c_tag: 802
153# s_tag: 222
154# power_switch_port: 2
155# onu_type: 'scom'
156# service_type: 'hsia'
157# uni_id: 1
Cristina de Franciscod934cef2025-01-20 11:32:46 +0100158# -
159# ip: node-3.berlin-lab.lfbroadband.org
160# user: community
161# pass: admin
162# dp_iface_name: eth1.65
163# container_type: LXC
164# container_name: SCOM00001C82
165# onu: SCOM00001c82
166# olt: 722033038194
167# c_tag: 444
168# s_tag: 333
169# power_switch_port: 4
170# onu_type: 'scom'
171# service_type: 'voip'
172# uni_id: 1
Mahir Gunyel14ef91b2023-12-20 12:51:58 -0800173# -
174# ip: 10.34.90.42
175# user: community
176# pass: admin
177# dp_iface_name: eth1.65
178# container_type: LXC
179# container_name: SCOM00001c89
180# onu: SCOM00001c89
181# olt: EC1912001823
182# c_tag: 444
183# s_tag: 333
184# power_switch_port: 2
185# onu_type: 'scom'
186# service_type: 'voip'
187# uni_id: 1
Cristina de Franciscod934cef2025-01-20 11:32:46 +0100188# -
189# ip: node-3.berlin-lab.lfbroadband.org
190# user: community
191# pass: admin
192# dp_iface_name: eth1.55
193# container_type: LXC
194# container_name: SCOM00001C82
195# onu: SCOM00001c82
196# olt: 722033038194
197# c_tag: 55
198# s_tag: 555
199# power_switch_port: 4
200# onu_type: 'scom'
201# service_type: 'vod'
202# uni_id: 1
Mahir Gunyel14ef91b2023-12-20 12:51:58 -0800203# -
204# ip: 10.34.90.42
205# user: community
206# pass: admin
207# dp_iface_name: eth1.55
208# container_type: LXC
209# container_name: SCOM00001c89
210# onu: SCOM00001c89
211# olt: EC1912001823
212# c_tag: 55
213# s_tag: 555
214# power_switch_port: 2
215# onu_type: 'scom'
216# service_type: 'vod'
217# uni_id: 1
Cristina de Franciscod934cef2025-01-20 11:32:46 +0100218# -
219# ip: node-3.berlin-lab.lfbroadband.org
220# user: community
221# pass: admin
222# dp_iface_name: eth1.55
223# container_type: LXC
224# container_name: SCOM00001C82
225# onu: SCOM00001c82
226# olt: 722033038194
227# c_tag: 55
228# s_tag: 550
229# power_switch_port: 4
230# onu_type: 'scom'
231# mcast_rg: '10.11.6.3/24'
232# mcast_grp_subnet_mask: '224.0.0.0/4'
233# service_type: 'mcast'
234# uni_id: 1
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800235 dst:
236 -
237 #HSI
238 ip: null
239 user: null
240 pass: null
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100241 dp_iface_name: enp7s0
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800242 dp_iface_ip_qinq: '10.11.1.254'
243 dp_iface_ip: null
244 dp_iface_gateway: null
245 container_type: null
246 container_name: null
Mahir Gunyel14ef91b2023-12-20 12:51:58 -0800247# -
248# #HSI
249# ip: null
250# user: null
251# pass: null
252# dp_iface_name: ens1f0
253# dp_iface_ip_qinq: '10.11.2.254'
254# dp_iface_ip: null
255# dp_iface_gateway: null
256# container_type: null
257# container_name: null
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800258 -
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800259 #VOIP
260 ip: null
261 user: null
262 pass: null
Cristina de Francisco727823d2024-11-22 08:49:32 +0100263 noroot_ip: 'bng.berlin-lab.lfbroadband.org'
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800264 noroot_user: community
265 noroot_pass: admin
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100266 dp_iface_name: enp7s0
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800267 dp_iface_ip_qinq: '10.11.4.254'
268 dp_iface_ip: null
269 dp_iface_gateway: null
270 container_type: null
271 container_name: null
Mahir Gunyel14ef91b2023-12-20 12:51:58 -0800272# -
273# #VOIP
274# ip: null
275# user: null
276# pass: null
277# noroot_ip: '10.34.90.43'
278# noroot_user: community
279# noroot_pass: admin
280# dp_iface_name: ens1f0
281# dp_iface_ip_qinq: '10.11.4.254'
282# dp_iface_ip: null
283# dp_iface_gateway: null
284# container_type: null
285# container_name: null
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800286 -
287 #VOD
288 ip: null
289 user: null
290 pass: null
Cristina de Francisco727823d2024-11-22 08:49:32 +0100291 noroot_ip: 'bng.berlin-lab.lfbroadband.org'
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800292 noroot_user: community
293 noroot_pass: admin
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100294 dp_iface_name: enp7s0
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800295 dp_iface_ip_qinq: '10.11.5.254'
296 dp_iface_ip: null
297 dp_iface_gateway: null
298 container_type: null
299 container_name: null
Mahir Gunyel14ef91b2023-12-20 12:51:58 -0800300# -
301# #VOD
302# ip: null
303# user: null
304# pass: null
305# noroot_ip: '10.34.90.43'
306# noroot_user: community
307# noroot_pass: admin
308# dp_iface_name: ens1f0
309# dp_iface_ip_qinq: '10.11.5.254'
310# dp_iface_ip: null
311# dp_iface_gateway: null
312# container_type: null
313# container_name: null
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800314 -
315 #MCAST
316 ip: null
317 user: null
318 pass: null
Cristina de Francisco727823d2024-11-22 08:49:32 +0100319 bng_ip: 'bng.berlin-lab.lfbroadband.org'
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800320 bng_user: community
321 bng_pass: admin
322 dp_iface_name: null
323 dp_iface_ip_qinq: '225.22.0.2'
324 dp_iface_ip: null
325 dp_iface_gateway: null
326 container_type: null
327 container_name: null
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800328
Mahir Gunyele1e1ca12022-11-28 00:48:23 -0800329 web_power_switch:
Cristina de Franciscod934cef2025-01-20 11:32:46 +0100330 ip: 'pdu01.berlin-lab.lfbroadband.org'
Mahir Gunyele1e1ca12022-11-28 00:48:23 -0800331 user: 'admin'
332 password: 'secret'
333 type: 'EPC'