blob: 294a011cad15acecc71e2b994fe8a54e0e5cb318 [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 Francisco1d344d82024-11-19 15:51:11 +010066 ip: node-3.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 Francisco1d344d82024-11-19 15:51:11 +010071 container_name: SCOM00001C82
Mahir Gunyel23c1e832022-11-28 12:33:36 -080072 onu: SCOM00001c82
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 Francisco1d344d82024-11-19 15:51:11 +010076 power_switch_port: 4
Mahir Gunyel23c1e832022-11-28 12:33:36 -080077 onu_type: 'scom'
78 service_type: 'hsia'
79 uni_id: 1
Mahir Gunyel14ef91b2023-12-20 12:51:58 -080080# -
81# ip: 10.34.90.42
82# user: community
83# pass: admin
84# dp_iface_name: eth1.35
85# container_type: LXC
86# container_name: SCOM00001c89
87# onu: SCOM00001c89
88# olt: EC1912001823
89# c_tag: 802
90# s_tag: 222
91# power_switch_port: 2
92# onu_type: 'scom'
93# service_type: 'hsia'
94# uni_id: 1
Mahir Gunyel0f2a0042023-11-14 16:20:28 -080095 -
Cristina de Francisco1d344d82024-11-19 15:51:11 +010096 ip: node-3.berlin-lab.lfbroadband.org
Mahir Gunyel0f2a0042023-11-14 16:20:28 -080097 user: community
98 pass: admin
Mahir Gunyel23c1e832022-11-28 12:33:36 -080099 dp_iface_name: eth1.65
100 container_type: LXC
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100101 container_name: SCOM00001C82
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800102 onu: SCOM00001c82
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100103 olt: 722033038194
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800104 c_tag: 444
105 s_tag: 333
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100106 power_switch_port: 4
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800107 onu_type: 'scom'
108 service_type: 'voip'
109 uni_id: 1
Mahir Gunyel14ef91b2023-12-20 12:51:58 -0800110# -
111# ip: 10.34.90.42
112# user: community
113# pass: admin
114# dp_iface_name: eth1.65
115# container_type: LXC
116# container_name: SCOM00001c89
117# onu: SCOM00001c89
118# olt: EC1912001823
119# c_tag: 444
120# s_tag: 333
121# power_switch_port: 2
122# onu_type: 'scom'
123# service_type: 'voip'
124# uni_id: 1
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800125 -
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100126 ip: node-3.berlin-lab.lfbroadband.org
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800127 user: community
128 pass: admin
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800129 dp_iface_name: eth1.55
130 container_type: LXC
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100131 container_name: SCOM00001C82
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800132 onu: SCOM00001c82
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100133 olt: 722033038194
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800134 c_tag: 55
135 s_tag: 555
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100136 power_switch_port: 4
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800137 onu_type: 'scom'
138 service_type: 'vod'
139 uni_id: 1
Mahir Gunyel14ef91b2023-12-20 12:51:58 -0800140# -
141# ip: 10.34.90.42
142# user: community
143# pass: admin
144# dp_iface_name: eth1.55
145# container_type: LXC
146# container_name: SCOM00001c89
147# onu: SCOM00001c89
148# olt: EC1912001823
149# c_tag: 55
150# s_tag: 555
151# power_switch_port: 2
152# onu_type: 'scom'
153# service_type: 'vod'
154# uni_id: 1
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800155 -
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100156 ip: node-3.berlin-lab.lfbroadband.org
157 user: community
158 pass: admin
159 dp_iface_name: eth1.55
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800160 container_type: LXC
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100161 container_name: SCOM00001C82
162 onu: SCOM00001c82
163 olt: 722033038194
164 c_tag: 55
165 s_tag: 550
166 power_switch_port: 4
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800167 onu_type: 'scom'
168 mcast_rg: '10.11.6.3/24'
169 mcast_grp_subnet_mask: '224.0.0.0/4'
170 service_type: 'mcast'
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100171 uni_id: 1
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800172 dst:
173 -
174 #HSI
175 ip: null
176 user: null
177 pass: null
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100178 dp_iface_name: enp7s0
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800179 dp_iface_ip_qinq: '10.11.1.254'
180 dp_iface_ip: null
181 dp_iface_gateway: null
182 container_type: null
183 container_name: null
Mahir Gunyel14ef91b2023-12-20 12:51:58 -0800184# -
185# #HSI
186# ip: null
187# user: null
188# pass: null
189# dp_iface_name: ens1f0
190# dp_iface_ip_qinq: '10.11.2.254'
191# dp_iface_ip: null
192# dp_iface_gateway: null
193# container_type: null
194# container_name: null
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800195 -
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800196 #VOIP
197 ip: null
198 user: null
199 pass: null
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100200 noroot_ip: 'node-3.berlin-lab.lfbroadband.org'
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800201 noroot_user: community
202 noroot_pass: admin
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100203 dp_iface_name: enp7s0
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800204 dp_iface_ip_qinq: '10.11.4.254'
205 dp_iface_ip: null
206 dp_iface_gateway: null
207 container_type: null
208 container_name: null
Mahir Gunyel14ef91b2023-12-20 12:51:58 -0800209# -
210# #VOIP
211# ip: null
212# user: null
213# pass: null
214# noroot_ip: '10.34.90.43'
215# noroot_user: community
216# noroot_pass: admin
217# dp_iface_name: ens1f0
218# dp_iface_ip_qinq: '10.11.4.254'
219# dp_iface_ip: null
220# dp_iface_gateway: null
221# container_type: null
222# container_name: null
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800223 -
224 #VOD
225 ip: null
226 user: null
227 pass: null
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100228 noroot_ip: 'node-3.berlin-lab.lfbroadband.org'
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800229 noroot_user: community
230 noroot_pass: admin
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100231 dp_iface_name: enp7s0
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800232 dp_iface_ip_qinq: '10.11.5.254'
233 dp_iface_ip: null
234 dp_iface_gateway: null
235 container_type: null
236 container_name: null
Mahir Gunyel14ef91b2023-12-20 12:51:58 -0800237# -
238# #VOD
239# ip: null
240# user: null
241# pass: null
242# noroot_ip: '10.34.90.43'
243# noroot_user: community
244# noroot_pass: admin
245# dp_iface_name: ens1f0
246# dp_iface_ip_qinq: '10.11.5.254'
247# dp_iface_ip: null
248# dp_iface_gateway: null
249# container_type: null
250# container_name: null
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800251 -
252 #MCAST
253 ip: null
254 user: null
255 pass: null
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100256 bng_ip: 'node-3.berlin-lab.lfbroadband.org'
Mahir Gunyel23c1e832022-11-28 12:33:36 -0800257 bng_user: community
258 bng_pass: admin
259 dp_iface_name: null
260 dp_iface_ip_qinq: '225.22.0.2'
261 dp_iface_ip: null
262 dp_iface_gateway: null
263 container_type: null
264 container_name: null
Mahir Gunyel0f2a0042023-11-14 16:20:28 -0800265
Mahir Gunyele1e1ca12022-11-28 00:48:23 -0800266 web_power_switch:
Cristina de Francisco1d344d82024-11-19 15:51:11 +0100267 ip: 'pdu02.berlin-lab.lfbroadband.org'
Mahir Gunyele1e1ca12022-11-28 00:48:23 -0800268 user: 'admin'
269 password: 'secret'
270 type: 'EPC'