blob: 0a69a1b5624e4b31287357fc35cb2dddcb398a9e [file] [log] [blame]
Andrea Speranzaa8cf80b2022-05-26 10:09:59 +02001---
2
Joey Armstrong9fadcbe2024-01-17 19:00:37 -05003# Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors
Andrea Speranzaa8cf80b2022-05-26 10:09:59 +02004#
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 systems running BBSim
18
19# Change default values in tests
20workflow: TIM
21has_dataplane: false
22teardown_device: true
23ONOS_REST_PORT: 8181
24ONOS_SSH_PORT: 8101
25OLT_PORT: 50060
26
27# Actual Unused sadis.file but ready to future implementation
28# sadis.file: ../data/tim-sadis-config.json
29
30nodes:
31 -
32 ip: '127.0.0.1'
33
34olts:
LupoAndreaSperanza0f3fbc22023-05-16 21:02:40 +020035 - ip: bbsim0
Andrea Speranzaa8cf80b2022-05-26 10:09:59 +020036 serial: BBSIM_OLT_10
37
38hosts:
39 src:
40 - onu: 'BBSM000a0001'
41 olt: 'BBSIM_OLT_10'
42 uni_tag: '835'
43 c_tag: '100'
44 s_tag: '4096'
45 service_type: 'hsia'
46 uni_id: 1
47 tp_id: '64'
48 - onu: 'BBSM000a0002'
49 olt: 'BBSIM_OLT_10'
50 uni_tag: '835'
51 c_tag: '100'
52 s_tag: '4096'
53 service_type: 'hsia'
54 uni_id: 1
55 tp_id: '64'
56 - onu: 'BBSM000a0101'
57 olt: 'BBSIM_OLT_10'
58 uni_tag: '835'
59 c_tag: '100'
60 s_tag: '4096'
61 service_type: 'hsia'
62 uni_id: 1
63 tp_id: '64'
64 - onu: 'BBSM000a0102'
65 olt: 'BBSIM_OLT_10'
66 uni_tag: '835'
67 c_tag: '100'
68 s_tag: '4096'
69 service_type: 'hsia'
70 uni_id: 1
71 tp_id: '64'
72
73 dst:
74 - ip: null
75 - ip: null
76 - ip: null
77 - ip: null