blob: 7e999241d8522cbafa3aedd35e59375011bd797e [file] [log] [blame]
bharat raj58488b32023-05-11 22:46:18 +05301---
2
Joey Armstrong9fadcbe2024-01-17 19:00:37 -05003# Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors
bharat raj58488b32023-05-11 22:46:18 +05304#
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
20has_dataplane: false
21external_libs: false
22teardown_device: true
23VGC_REST_PORT: 8181
24VGC_SSH_PORT: 8101
25OLT_PORT: 50060
26
27
28# Actual Unused sadis.file but ready to future implementation
29sadis.file: ../data/dt-sadis-multiolt-config-vgc.json
Abhay Kumar107b03b2026-01-30 07:20:08 +000030oltconfig.file: ../data/oltdeviceconfig.json
31oltconfig1.file: ../data/oltdeviceconfig_1.json
bharat raj58488b32023-05-11 22:46:18 +053032
33nodes:
34 -
35 ip: '127.0.0.1'
36
37olts:
38 -
39 ip: bbsim0.voltha.svc
40 serial: BBSIM_OLT_10
41 -
42 ip: bbsim1.voltha.svc
43 serial: BBSIM_OLT_11
44
45hosts:
46 src:
47 -
48 onu: 'BBSM000a0001'
49 c_tag: '4096'
50 s_tag: '900'
51 olt: 'BBSIM_OLT_10'
52 uni_id: '1'
53 -
54 onu: 'BBSM000a0002'
55 c_tag: '4096'
56 s_tag: '904'
57 olt: 'BBSIM_OLT_10'
58 uni_id: '1'
59 -
60 onu: 'BBSM000a0101'
61 olt: 'BBSIM_OLT_10'
62 c_tag: '4096'
63 s_tag: '908'
64 uni_id: '1'
65 -
66 onu: 'BBSM000a0102'
67 olt: 'BBSIM_OLT_10'
68 c_tag: '4096'
69 s_tag: '912'
70 uni_id: '1'
71 -
72 onu: 'BBSM000b0001'
73 c_tag: '4096'
74 s_tag: '900'
75 olt: 'BBSIM_OLT_11'
76 uni_id: '1'
77 -
78 onu: 'BBSM000b0002'
79 c_tag: '4096'
80 s_tag: '904'
81 olt: 'BBSIM_OLT_11'
82 uni_id: '1'
83 -
84 onu: 'BBSM000b0101'
85 olt: 'BBSIM_OLT_11'
86 c_tag: '4096'
87 s_tag: '908'
88 uni_id: '1'
89 -
90 onu: 'BBSM000b0102'
91 olt: 'BBSIM_OLT_11'
92 c_tag: '4096'
93 s_tag: '912'
94 uni_id: '1'
95 dst:
96 - ip: null
97 - ip: null
98 - ip: null
99 - ip: null
100 - ip: null
101 - ip: null
102 - ip: null
103 - ip: null