blob: a5fd993402d24f62d930efaaa537b8847e9127fb [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
30
31
32nodes:
33 -
34 ip: '127.0.0.1'
35
36olts:
37 -
38 ip: bbsim0.voltha.svc
39 serial: BBSIM_OLT_10
40 -
41 ip: bbsim1.voltha.svc
42 serial: BBSIM_OLT_11
43
44hosts:
45 src:
46 -
47 onu: 'BBSM000a0001'
48 c_tag: '4096'
49 s_tag: '900'
50 olt: 'BBSIM_OLT_10'
51 uni_id: '1'
52 -
53 onu: 'BBSM000a0002'
54 c_tag: '4096'
55 s_tag: '904'
56 olt: 'BBSIM_OLT_10'
57 uni_id: '1'
58 -
59 onu: 'BBSM000a0101'
60 olt: 'BBSIM_OLT_10'
61 c_tag: '4096'
62 s_tag: '908'
63 uni_id: '1'
64 -
65 onu: 'BBSM000a0102'
66 olt: 'BBSIM_OLT_10'
67 c_tag: '4096'
68 s_tag: '912'
69 uni_id: '1'
70 -
71 onu: 'BBSM000b0001'
72 c_tag: '4096'
73 s_tag: '900'
74 olt: 'BBSIM_OLT_11'
75 uni_id: '1'
76 -
77 onu: 'BBSM000b0002'
78 c_tag: '4096'
79 s_tag: '904'
80 olt: 'BBSIM_OLT_11'
81 uni_id: '1'
82 -
83 onu: 'BBSM000b0101'
84 olt: 'BBSIM_OLT_11'
85 c_tag: '4096'
86 s_tag: '908'
87 uni_id: '1'
88 -
89 onu: 'BBSM000b0102'
90 olt: 'BBSIM_OLT_11'
91 c_tag: '4096'
92 s_tag: '912'
93 uni_id: '1'
94 dst:
95 - ip: null
96 - ip: null
97 - ip: null
98 - ip: null
99 - ip: null
100 - ip: null
101 - ip: null
102 - ip: null