blob: fbb94b32c7b3d9452dddf33d3f17ecae328e0d58 [file] [log] [blame]
TorstenThiemeffb33922020-06-18 08:41:17 +00001---
2
3# Copyright 2017-present Open Networking Foundation
4#
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 kind-voltha running BBSim
18
19# Change default values in tests
20has_dataplane: false
21teardown_device: true
22ONOS_REST_PORT: 8181
23ONOS_SSH_PORT: 8101
24OLT_PORT: 50060
25
26nodes:
27 -
28 ip: '127.0.0.1'
29
30olts:
31 -
32 ip: bbsim0
33 serial: BBSIM_OLT_0
34
35hosts:
36 src:
37 - onu: 'BBSM00000001'
38 c_tag: '900'
39 s_tag: '900'
40 olt: BBSIM_OLT_0
41 - onu: 'BBSM00000002'
42 c_tag: '901'
43 s_tag: '900'
44 olt: BBSIM_OLT_0
45 - onu: 'BBSM00000003'
46 c_tag: '902'
47 s_tag: '900'
48 olt: BBSIM_OLT_0
49 - onu: 'BBSM00000004'
50 c_tag: '903'
51 s_tag: '900'
52 olt: BBSIM_OLT_0
53 - onu: 'BBSM00000005'
54 c_tag: '904'
55 s_tag: '900'
56 olt: BBSIM_OLT_0
57 - onu: 'BBSM00000006'
58 c_tag: '905'
59 s_tag: '900'
60 olt: BBSIM_OLT_0
61 - onu: 'BBSM00000007'
62 c_tag: '906'
63 s_tag: '900'
64 olt: BBSIM_OLT_0
65 - onu: 'BBSM00000008'
66 c_tag: '907'
67 s_tag: '900'
68 olt: BBSIM_OLT_0
69 - onu: 'BBSM00000101'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -080070 c_tag: '908'
71 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +000072 olt: BBSIM_OLT_0
73 - onu: 'BBSM00000102'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -080074 c_tag: '909'
75 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +000076 olt: BBSIM_OLT_0
77 - onu: 'BBSM00000103'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -080078 c_tag: '910'
79 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +000080 olt: BBSIM_OLT_0
81 - onu: 'BBSM00000104'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -080082 c_tag: '911'
83 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +000084 olt: BBSIM_OLT_0
85 - onu: 'BBSM00000105'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -080086 c_tag: '912'
87 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +000088 olt: BBSIM_OLT_0
89 - onu: 'BBSM00000106'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -080090 c_tag: '913'
91 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +000092 olt: BBSIM_OLT_0
93 - onu: 'BBSM00000107'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -080094 c_tag: '914'
95 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +000096 olt: BBSIM_OLT_0
97 - onu: 'BBSM00000108'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -080098 c_tag: '915'
99 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000100 olt: BBSIM_OLT_0
101 - onu: 'BBSM00000201'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800102 c_tag: '916'
103 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000104 olt: BBSIM_OLT_0
105 - onu: 'BBSM00000202'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800106 c_tag: '917'
107 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000108 olt: BBSIM_OLT_0
109 - onu: 'BBSM00000203'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800110 c_tag: '918'
111 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000112 olt: BBSIM_OLT_0
113 - onu: 'BBSM00000204'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800114 c_tag: '919'
115 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000116 olt: BBSIM_OLT_0
117 - onu: 'BBSM00000205'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800118 c_tag: '920'
119 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000120 olt: BBSIM_OLT_0
121 - onu: 'BBSM00000206'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800122 c_tag: '921'
123 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000124 olt: BBSIM_OLT_0
125 - onu: 'BBSM00000207'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800126 c_tag: '922'
127 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000128 olt: BBSIM_OLT_0
129 - onu: 'BBSM00000208'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800130 c_tag: '923'
131 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000132 olt: BBSIM_OLT_0
133 - onu: 'BBSM00000301'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800134 c_tag: '924'
135 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000136 olt: BBSIM_OLT_0
137 - onu: 'BBSM00000302'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800138 c_tag: '925'
139 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000140 olt: BBSIM_OLT_0
141 - onu: 'BBSM00000303'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800142 c_tag: '926'
143 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000144 olt: BBSIM_OLT_0
145 - onu: 'BBSM00000304'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800146 c_tag: '927'
147 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000148 olt: BBSIM_OLT_0
149 - onu: 'BBSM00000305'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800150 c_tag: '928'
151 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000152 olt: BBSIM_OLT_0
153 - onu: 'BBSM00000306'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800154 c_tag: '929'
155 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000156 olt: BBSIM_OLT_0
157 - onu: 'BBSM00000307'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800158 c_tag: '930'
159 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000160 olt: BBSIM_OLT_0
161 - onu: 'BBSM00000308'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800162 c_tag: '931'
163 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000164 olt: BBSIM_OLT_0
165 - onu: 'BBSM00000401'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800166 c_tag: '932'
167 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000168 olt: BBSIM_OLT_0
169 - onu: 'BBSM00000402'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800170 c_tag: '933'
171 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000172 olt: BBSIM_OLT_0
173 - onu: 'BBSM00000403'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800174 c_tag: '934'
175 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000176 olt: BBSIM_OLT_0
177 - onu: 'BBSM00000404'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800178 c_tag: '935'
179 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000180 olt: BBSIM_OLT_0
181 - onu: 'BBSM00000405'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800182 c_tag: '936'
183 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000184 olt: BBSIM_OLT_0
185 - onu: 'BBSM00000406'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800186 c_tag: '937'
187 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000188 olt: BBSIM_OLT_0
189 - onu: 'BBSM00000407'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800190 c_tag: '938'
191 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000192 olt: BBSIM_OLT_0
193 - onu: 'BBSM00000408'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800194 c_tag: '939'
195 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000196 olt: BBSIM_OLT_0
197 - onu: 'BBSM00000501'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800198 c_tag: '940'
199 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000200 olt: BBSIM_OLT_0
201 - onu: 'BBSM00000502'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800202 c_tag: '941'
203 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000204 olt: BBSIM_OLT_0
205 - onu: 'BBSM00000503'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800206 c_tag: '942'
207 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000208 olt: BBSIM_OLT_0
209 - onu: 'BBSM00000504'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800210 c_tag: '943'
211 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000212 olt: BBSIM_OLT_0
213 - onu: 'BBSM00000505'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800214 c_tag: '944'
215 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000216 olt: BBSIM_OLT_0
217 - onu: 'BBSM00000506'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800218 c_tag: '945'
219 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000220 olt: BBSIM_OLT_0
221 - onu: 'BBSM00000507'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800222 c_tag: '946'
223 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000224 olt: BBSIM_OLT_0
225 - onu: 'BBSM00000508'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800226 c_tag: '947'
227 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000228 olt: BBSIM_OLT_0
229 - onu: 'BBSM00000601'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800230 c_tag: '948'
231 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000232 olt: BBSIM_OLT_0
233 - onu: 'BBSM00000602'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800234 c_tag: '949'
235 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000236 olt: BBSIM_OLT_0
237 - onu: 'BBSM00000603'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800238 c_tag: '950'
239 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000240 olt: BBSIM_OLT_0
241 - onu: 'BBSM00000604'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800242 c_tag: '951'
243 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000244 olt: BBSIM_OLT_0
245 - onu: 'BBSM00000605'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800246 c_tag: '952'
247 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000248 olt: BBSIM_OLT_0
249 - onu: 'BBSM00000606'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800250 c_tag: '953'
251 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000252 olt: BBSIM_OLT_0
253 - onu: 'BBSM00000607'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800254 c_tag: '954'
255 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000256 olt: BBSIM_OLT_0
257 - onu: 'BBSM00000608'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800258 c_tag: '955'
259 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000260 olt: BBSIM_OLT_0
261 - onu: 'BBSM00000701'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800262 c_tag: '956'
263 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000264 olt: BBSIM_OLT_0
265 - onu: 'BBSM00000702'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800266 c_tag: '957'
267 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000268 olt: BBSIM_OLT_0
269 - onu: 'BBSM00000703'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800270 c_tag: '958'
271 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000272 olt: BBSIM_OLT_0
273 - onu: 'BBSM00000704'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800274 c_tag: '959'
275 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000276 olt: BBSIM_OLT_0
277 - onu: 'BBSM00000705'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800278 c_tag: '960'
279 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000280 olt: BBSIM_OLT_0
281 - onu: 'BBSM00000706'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800282 c_tag: '961'
283 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000284 olt: BBSIM_OLT_0
285 - onu: 'BBSM00000707'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800286 c_tag: '962'
287 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000288 olt: BBSIM_OLT_0
289 - onu: 'BBSM00000708'
Matteo Scandolo8d22b9a2020-12-01 12:38:19 -0800290 c_tag: '963'
291 s_tag: '900'
TorstenThiemeffb33922020-06-18 08:41:17 +0000292 olt: BBSIM_OLT_0
293
294 dst:
295 - ip: null
296 - ip: null
297 - ip: null
298 - ip: null
299 - ip: null
300 - ip: null
301 - ip: null
302 - ip: null
303 - ip: null
304 - ip: null
305 - ip: null
306 - ip: null
307 - ip: null
308 - ip: null
309 - ip: null
310 - ip: null
311 - ip: null
312 - ip: null
313 - ip: null
314 - ip: null
315 - ip: null
316 - ip: null
317 - ip: null
318 - ip: null
319 - ip: null
320 - ip: null
321 - ip: null
322 - ip: null
323 - ip: null
324 - ip: null
325 - ip: null
326 - ip: null
327 - ip: null
328 - ip: null
329 - ip: null
330 - ip: null
331 - ip: null
332 - ip: null
333 - ip: null
334 - ip: null
335 - ip: null
336 - ip: null
337 - ip: null
338 - ip: null
339 - ip: null
340 - ip: null
341 - ip: null
342 - ip: null
343 - ip: null
344 - ip: null
345 - ip: null
346 - ip: null
347 - ip: null
348 - ip: null
349 - ip: null
350 - ip: null
351 - ip: null
352 - ip: null
353 - ip: null
354 - ip: null
355 - ip: null
356 - ip: null
357 - ip: null
358 - ip: null