TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 1 | --- |
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 | ||||
20 | workflow: TT | ||||
21 | has_dataplane: false | ||||
22 | external_libs: false | ||||
23 | teardown_device: true | ||||
24 | ONOS_REST_PORT: 8181 | ||||
25 | ONOS_SSH_PORT: 8101 | ||||
26 | OLT_PORT: 50060 | ||||
27 | |||||
28 | nodes: | ||||
29 | - | ||||
30 | ip: '127.0.0.1' | ||||
31 | |||||
32 | olts: | ||||
33 | - | ||||
34 | ip: bbsim0.voltha.svc | ||||
35 | serial: BBSIM_OLT_10 | ||||
36 | - | ||||
37 | ip: bbsim1.voltha.svc | ||||
38 | serial: BBSIM_OLT_11 | ||||
39 | |||||
40 | hosts: | ||||
41 | src: | ||||
42 | - | ||||
43 | onu: 'BBSM000a0001' | ||||
44 | olt: 'BBSIM_OLT_10' | ||||
45 | c_tag: '900' | ||||
46 | s_tag: '900' | ||||
47 | service_type: 'hsia' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 48 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 49 | - |
50 | onu: 'BBSM000a0001' | ||||
51 | olt: 'BBSIM_OLT_10' | ||||
52 | c_tag: '444' | ||||
53 | s_tag: '333' | ||||
54 | service_type: 'voip' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 55 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 56 | - |
57 | onu: 'BBSM000a0001' | ||||
58 | olt: 'BBSIM_OLT_10' | ||||
59 | c_tag: '55' | ||||
60 | s_tag: '555' | ||||
61 | service_type: 'vod' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 62 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 63 | - |
64 | onu: 'BBSM000a0001' | ||||
65 | olt: 'BBSIM_OLT_10' | ||||
66 | c_tag: '55' | ||||
67 | s_tag: '550' | ||||
68 | service_type: 'mcast' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 69 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 70 | - |
71 | onu: 'BBSM000a0002' | ||||
72 | olt: 'BBSIM_OLT_10' | ||||
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 73 | c_tag: '904' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 74 | s_tag: '900' |
75 | service_type: 'hsia' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 76 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 77 | - |
78 | onu: 'BBSM000a0002' | ||||
79 | olt: 'BBSIM_OLT_10' | ||||
80 | c_tag: '444' | ||||
81 | s_tag: '333' | ||||
82 | service_type: 'voip' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 83 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 84 | - |
85 | onu: 'BBSM000a0002' | ||||
86 | olt: 'BBSIM_OLT_10' | ||||
87 | c_tag: '55' | ||||
88 | s_tag: '555' | ||||
89 | service_type: 'vod' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 90 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 91 | - |
92 | onu: 'BBSM000a0002' | ||||
93 | olt: 'BBSIM_OLT_10' | ||||
94 | c_tag: '55' | ||||
95 | s_tag: '550' | ||||
96 | service_type: 'mcast' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 97 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 98 | - |
99 | onu: 'BBSM000a0101' | ||||
100 | olt: 'BBSIM_OLT_10' | ||||
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 101 | c_tag: '908' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 102 | s_tag: '900' |
103 | service_type: 'hsia' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 104 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 105 | - |
106 | onu: 'BBSM000a0101' | ||||
107 | olt: 'BBSIM_OLT_10' | ||||
108 | c_tag: '444' | ||||
109 | s_tag: '333' | ||||
110 | service_type: 'voip' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 111 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 112 | - |
113 | onu: 'BBSM000a0101' | ||||
114 | olt: 'BBSIM_OLT_10' | ||||
115 | c_tag: '55' | ||||
116 | s_tag: '555' | ||||
117 | service_type: 'vod' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 118 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 119 | - |
120 | onu: 'BBSM000a0101' | ||||
121 | olt: 'BBSIM_OLT_10' | ||||
122 | c_tag: '55' | ||||
123 | s_tag: '550' | ||||
124 | service_type: 'mcast' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 125 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 126 | - |
127 | onu: 'BBSM000a0102' | ||||
128 | olt: 'BBSIM_OLT_10' | ||||
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 129 | c_tag: '912' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 130 | s_tag: '900' |
131 | service_type: 'hsia' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 132 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 133 | - |
134 | onu: 'BBSM000a0102' | ||||
135 | olt: 'BBSIM_OLT_10' | ||||
136 | c_tag: '444' | ||||
137 | s_tag: '333' | ||||
138 | service_type: 'voip' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 139 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 140 | - |
141 | onu: 'BBSM000a0102' | ||||
142 | olt: 'BBSIM_OLT_10' | ||||
143 | c_tag: '55' | ||||
144 | s_tag: '555' | ||||
145 | service_type: 'vod' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 146 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 147 | - |
148 | onu: 'BBSM000a0102' | ||||
149 | olt: 'BBSIM_OLT_10' | ||||
150 | c_tag: '55' | ||||
151 | s_tag: '550' | ||||
152 | service_type: 'mcast' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 153 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 154 | - |
155 | onu: 'BBSM000b0001' | ||||
156 | olt: 'BBSIM_OLT_11' | ||||
157 | c_tag: '900' | ||||
158 | s_tag: '901' | ||||
159 | service_type: 'hsia' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 160 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 161 | - |
162 | onu: 'BBSM000b0001' | ||||
163 | olt: 'BBSIM_OLT_11' | ||||
164 | c_tag: '444' | ||||
165 | s_tag: '333' | ||||
166 | service_type: 'voip' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 167 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 168 | - |
169 | onu: 'BBSM000b0001' | ||||
170 | olt: 'BBSIM_OLT_11' | ||||
171 | c_tag: '55' | ||||
172 | s_tag: '555' | ||||
173 | service_type: 'vod' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 174 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 175 | - |
176 | onu: 'BBSM000b0001' | ||||
177 | olt: 'BBSIM_OLT_11' | ||||
178 | c_tag: '55' | ||||
179 | s_tag: '550' | ||||
180 | service_type: 'mcast' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 181 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 182 | - |
183 | onu: 'BBSM000b0002' | ||||
184 | olt: 'BBSIM_OLT_11' | ||||
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 185 | c_tag: '904' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 186 | s_tag: '901' |
187 | service_type: 'hsia' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 188 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 189 | - |
190 | onu: 'BBSM000b0002' | ||||
191 | olt: 'BBSIM_OLT_11' | ||||
192 | c_tag: '444' | ||||
193 | s_tag: '333' | ||||
194 | service_type: 'voip' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 195 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 196 | - |
197 | onu: 'BBSM000b0002' | ||||
198 | olt: 'BBSIM_OLT_11' | ||||
199 | c_tag: '55' | ||||
200 | s_tag: '555' | ||||
201 | service_type: 'vod' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 202 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 203 | - |
204 | onu: 'BBSM000b0002' | ||||
205 | olt: 'BBSIM_OLT_11' | ||||
206 | c_tag: '55' | ||||
207 | s_tag: '550' | ||||
208 | service_type: 'mcast' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 209 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 210 | - |
211 | onu: 'BBSM000b0101' | ||||
212 | olt: 'BBSIM_OLT_11' | ||||
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 213 | c_tag: '908' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 214 | s_tag: '901' |
215 | service_type: 'hsia' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 216 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 217 | - |
218 | onu: 'BBSM000b0101' | ||||
219 | olt: 'BBSIM_OLT_11' | ||||
220 | c_tag: '444' | ||||
221 | s_tag: '333' | ||||
222 | service_type: 'voip' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 223 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 224 | - |
225 | onu: 'BBSM000b0101' | ||||
226 | olt: 'BBSIM_OLT_11' | ||||
227 | c_tag: '55' | ||||
228 | s_tag: '555' | ||||
229 | service_type: 'vod' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 230 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 231 | - |
232 | onu: 'BBSM000b0101' | ||||
233 | olt: 'BBSIM_OLT_11' | ||||
234 | c_tag: '55' | ||||
235 | s_tag: '550' | ||||
236 | service_type: 'mcast' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 237 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 238 | - |
239 | onu: 'BBSM000b0102' | ||||
240 | olt: 'BBSIM_OLT_11' | ||||
Matteo Scandolo | 69c933a | 2021-06-23 17:44:47 +0200 | [diff] [blame] | 241 | c_tag: '912' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 242 | s_tag: '901' |
243 | service_type: 'hsia' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 244 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 245 | - |
246 | onu: 'BBSM000b0102' | ||||
247 | olt: 'BBSIM_OLT_11' | ||||
248 | c_tag: '444' | ||||
249 | s_tag: '333' | ||||
250 | service_type: 'voip' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 251 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 252 | - |
253 | onu: 'BBSM000b0102' | ||||
254 | olt: 'BBSIM_OLT_11' | ||||
255 | c_tag: '55' | ||||
256 | s_tag: '555' | ||||
257 | service_type: 'vod' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 258 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 259 | - |
260 | onu: 'BBSM000b0102' | ||||
261 | olt: 'BBSIM_OLT_11' | ||||
262 | c_tag: '55' | ||||
263 | s_tag: '550' | ||||
264 | service_type: 'mcast' | ||||
Hardik Windlass | 1ed2eee | 2021-06-25 09:51:03 +0000 | [diff] [blame] | 265 | uni_id: '1' |
TorstenThieme | 379c3da | 2021-03-23 10:27:32 +0000 | [diff] [blame] | 266 | dst: |
267 | - ip: null | ||||
268 | - ip: null | ||||
269 | - ip: null | ||||
270 | - ip: null | ||||
271 | - ip: null | ||||
272 | - ip: null | ||||
273 | - ip: null | ||||
274 | - ip: null | ||||
275 | - ip: null | ||||
276 | - ip: null | ||||
277 | - ip: null | ||||
278 | - ip: null | ||||
279 | - ip: null | ||||
280 | - ip: null | ||||
281 | - ip: null | ||||
282 | - ip: null | ||||
283 | - ip: null | ||||
284 | - ip: null | ||||
285 | - ip: null | ||||
286 | - ip: null | ||||
287 | - ip: null | ||||
288 | - ip: null | ||||
289 | - ip: null | ||||
290 | - ip: null | ||||
291 | - ip: null | ||||
292 | - ip: null | ||||
293 | - ip: null | ||||
294 | - ip: null | ||||
295 | - ip: null | ||||
296 | - ip: null | ||||
297 | - ip: null | ||||
298 | - ip: null |