blob: 9136b448b7e69f904fa5d5e13261ce750a0dc4ce [file] [log] [blame]
Zack Williams1849e612018-10-05 15:26:44 -07001# Copyright 2018-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# bbsim values
16
17# CLI switches passed to bbsim
18
Zack Williams1849e612018-10-05 15:26:44 -070019olt_id: 0
Matteo Scandolo3ed02892019-10-07 09:57:06 -070020nni: 1
21pon: 1
22onu: 1
Matteo Scandoloeb401ad2019-10-30 13:32:11 -070023auth: false
24dhcp: false
Matteo Scandolo6b662292019-12-03 14:49:41 -080025delay: 200
Jonathan Hart1b9ae5c2020-02-11 16:54:45 -080026c_tag: 900
27s_tag: 900
Zack Williams1849e612018-10-05 15:26:44 -070028
Matteo Scandolo3ed02892019-10-07 09:57:06 -070029# TODO read this values in the config
Zack Williams1849e612018-10-05 15:26:44 -070030olt_tcp_port: 50060
Matteo Scandolo3ed02892019-10-07 09:57:06 -070031bbsim_api_port: 50070
Matteo Scandolo812688a2019-12-11 09:16:53 -080032bbsim_sadis_port: 50074
Matteo Scandolo7df3ee02018-11-06 16:28:11 -080033
Luca Prete61164ae2018-11-28 16:15:59 -080034images:
35 bbsim:
Matteo Scandolo3ed02892019-10-07 09:57:06 -070036 repository: 'voltha/bbsim'
Luca Prete61164ae2018-11-28 16:15:59 -080037 tag: '{{ .Chart.AppVersion }}'
38 pullPolicy: 'Always'
Zack Williams1849e612018-10-05 15:26:44 -070039
40global:
41 registry: ''
42
Zack Williams1849e612018-10-05 15:26:44 -070043serviceAccountName: default
44
45nameOverride: ""
46fullnameOverride: ""
47
48replicaCount: 1
49
50resources: {}
51
52nodeSelector: {}
53
54tolerations: []
55
Matteo Scandoloeb401ad2019-10-30 13:32:11 -070056affinity: {}