blob: 56177a51be1ad3ed179105dd4d63b6a23df55763 [file] [log] [blame]
TorstenThieme379c3da2021-03-23 10:27:32 +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
Andrea Campanellad945fd92021-09-30 11:39:59 +020017# Automated deployment configuration for systems running BBSim
TorstenThieme379c3da2021-03-23 10:27:32 +000018
19# Change default values in tests
20workflow: TT
21has_dataplane: false
22external_libs: false
23teardown_device: true
24ONOS_REST_PORT: 8181
25ONOS_SSH_PORT: 8101
26OLT_PORT: 50060
27
28nodes:
29 -
30 ip: '127.0.0.1'
31
32olts:
33 -
34 ip: bbsim0.voltha.svc
35 serial: BBSIM_OLT_10
36 -
37 ip: bbsim1.voltha.svc
38 serial: BBSIM_OLT_11
39
40hosts:
41 src:
42 -
43 onu: 'BBSM000a0001'
44 olt: 'BBSIM_OLT_10'
45 c_tag: '900'
46 s_tag: '900'
47 service_type: 'hsia'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000048 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +000049 -
50 onu: 'BBSM000a0001'
51 olt: 'BBSIM_OLT_10'
52 c_tag: '444'
53 s_tag: '333'
54 service_type: 'voip'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000055 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +000056 -
57 onu: 'BBSM000a0001'
58 olt: 'BBSIM_OLT_10'
59 c_tag: '55'
60 s_tag: '555'
61 service_type: 'vod'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000062 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +000063 -
64 onu: 'BBSM000a0001'
65 olt: 'BBSIM_OLT_10'
66 c_tag: '55'
67 s_tag: '550'
68 service_type: 'mcast'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000069 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +000070 -
71 onu: 'BBSM000a0002'
72 olt: 'BBSIM_OLT_10'
Matteo Scandolo69c933a2021-06-23 17:44:47 +020073 c_tag: '904'
TorstenThieme379c3da2021-03-23 10:27:32 +000074 s_tag: '900'
75 service_type: 'hsia'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000076 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +000077 -
78 onu: 'BBSM000a0002'
79 olt: 'BBSIM_OLT_10'
80 c_tag: '444'
81 s_tag: '333'
82 service_type: 'voip'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000083 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +000084 -
85 onu: 'BBSM000a0002'
86 olt: 'BBSIM_OLT_10'
87 c_tag: '55'
88 s_tag: '555'
89 service_type: 'vod'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000090 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +000091 -
92 onu: 'BBSM000a0002'
93 olt: 'BBSIM_OLT_10'
94 c_tag: '55'
95 s_tag: '550'
96 service_type: 'mcast'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +000097 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +000098 -
99 onu: 'BBSM000a0101'
100 olt: 'BBSIM_OLT_10'
Matteo Scandolo69c933a2021-06-23 17:44:47 +0200101 c_tag: '908'
TorstenThieme379c3da2021-03-23 10:27:32 +0000102 s_tag: '900'
103 service_type: 'hsia'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000104 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000105 -
106 onu: 'BBSM000a0101'
107 olt: 'BBSIM_OLT_10'
108 c_tag: '444'
109 s_tag: '333'
110 service_type: 'voip'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000111 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000112 -
113 onu: 'BBSM000a0101'
114 olt: 'BBSIM_OLT_10'
115 c_tag: '55'
116 s_tag: '555'
117 service_type: 'vod'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000118 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000119 -
120 onu: 'BBSM000a0101'
121 olt: 'BBSIM_OLT_10'
122 c_tag: '55'
123 s_tag: '550'
124 service_type: 'mcast'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000125 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000126 -
127 onu: 'BBSM000a0102'
128 olt: 'BBSIM_OLT_10'
Matteo Scandolo69c933a2021-06-23 17:44:47 +0200129 c_tag: '912'
TorstenThieme379c3da2021-03-23 10:27:32 +0000130 s_tag: '900'
131 service_type: 'hsia'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000132 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000133 -
134 onu: 'BBSM000a0102'
135 olt: 'BBSIM_OLT_10'
136 c_tag: '444'
137 s_tag: '333'
138 service_type: 'voip'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000139 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000140 -
141 onu: 'BBSM000a0102'
142 olt: 'BBSIM_OLT_10'
143 c_tag: '55'
144 s_tag: '555'
145 service_type: 'vod'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000146 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000147 -
148 onu: 'BBSM000a0102'
149 olt: 'BBSIM_OLT_10'
150 c_tag: '55'
151 s_tag: '550'
152 service_type: 'mcast'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000153 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000154 -
155 onu: 'BBSM000b0001'
156 olt: 'BBSIM_OLT_11'
157 c_tag: '900'
158 s_tag: '901'
159 service_type: 'hsia'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000160 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000161 -
162 onu: 'BBSM000b0001'
163 olt: 'BBSIM_OLT_11'
164 c_tag: '444'
165 s_tag: '333'
166 service_type: 'voip'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000167 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000168 -
169 onu: 'BBSM000b0001'
170 olt: 'BBSIM_OLT_11'
171 c_tag: '55'
172 s_tag: '555'
173 service_type: 'vod'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000174 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000175 -
176 onu: 'BBSM000b0001'
177 olt: 'BBSIM_OLT_11'
178 c_tag: '55'
179 s_tag: '550'
180 service_type: 'mcast'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000181 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000182 -
183 onu: 'BBSM000b0002'
184 olt: 'BBSIM_OLT_11'
Matteo Scandolo69c933a2021-06-23 17:44:47 +0200185 c_tag: '904'
TorstenThieme379c3da2021-03-23 10:27:32 +0000186 s_tag: '901'
187 service_type: 'hsia'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000188 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000189 -
190 onu: 'BBSM000b0002'
191 olt: 'BBSIM_OLT_11'
192 c_tag: '444'
193 s_tag: '333'
194 service_type: 'voip'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000195 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000196 -
197 onu: 'BBSM000b0002'
198 olt: 'BBSIM_OLT_11'
199 c_tag: '55'
200 s_tag: '555'
201 service_type: 'vod'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000202 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000203 -
204 onu: 'BBSM000b0002'
205 olt: 'BBSIM_OLT_11'
206 c_tag: '55'
207 s_tag: '550'
208 service_type: 'mcast'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000209 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000210 -
211 onu: 'BBSM000b0101'
212 olt: 'BBSIM_OLT_11'
Matteo Scandolo69c933a2021-06-23 17:44:47 +0200213 c_tag: '908'
TorstenThieme379c3da2021-03-23 10:27:32 +0000214 s_tag: '901'
215 service_type: 'hsia'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000216 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000217 -
218 onu: 'BBSM000b0101'
219 olt: 'BBSIM_OLT_11'
220 c_tag: '444'
221 s_tag: '333'
222 service_type: 'voip'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000223 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000224 -
225 onu: 'BBSM000b0101'
226 olt: 'BBSIM_OLT_11'
227 c_tag: '55'
228 s_tag: '555'
229 service_type: 'vod'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000230 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000231 -
232 onu: 'BBSM000b0101'
233 olt: 'BBSIM_OLT_11'
234 c_tag: '55'
235 s_tag: '550'
236 service_type: 'mcast'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000237 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000238 -
239 onu: 'BBSM000b0102'
240 olt: 'BBSIM_OLT_11'
Matteo Scandolo69c933a2021-06-23 17:44:47 +0200241 c_tag: '912'
TorstenThieme379c3da2021-03-23 10:27:32 +0000242 s_tag: '901'
243 service_type: 'hsia'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000244 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000245 -
246 onu: 'BBSM000b0102'
247 olt: 'BBSIM_OLT_11'
248 c_tag: '444'
249 s_tag: '333'
250 service_type: 'voip'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000251 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000252 -
253 onu: 'BBSM000b0102'
254 olt: 'BBSIM_OLT_11'
255 c_tag: '55'
256 s_tag: '555'
257 service_type: 'vod'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000258 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000259 -
260 onu: 'BBSM000b0102'
261 olt: 'BBSIM_OLT_11'
262 c_tag: '55'
263 s_tag: '550'
264 service_type: 'mcast'
Hardik Windlass1ed2eee2021-06-25 09:51:03 +0000265 uni_id: '1'
TorstenThieme379c3da2021-03-23 10:27:32 +0000266 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