blob: 26278c6e9ccac88efba6a0133c0fea6ab7ef6602 [file] [log] [blame]
# Copyright 2018-present Open Networking Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# bbsim values
# Default overrides
defaults:
log_level: "DEBUG"
image_registry: ""
image_tag: ~
image_org: "voltha/"
image_pullPolicy: "Always"
# CLI switches passed to bbsim
olt_id: 0
nni: 1
pon: 1
onu: 1
auth: false
dhcp: false
delay: 200
c_tag: 900
c_tag_allocation: unique
s_tag: 900
s_tag_allocation: shared
sadisFormat: att
log_level: '{{ .Values.defaults.log_level }}'
# TODO read this values in the config
olt_tcp_port: 50060
bbsim_api_port: 50070
bbsim_sadis_port: 50074
enablePerf: false
enableEvents: false
kafkaAddress: ":9092"
images:
bbsim:
registry: '{{ .Values.defaults.image_registry }}'
repository: '{{ .Values.defaults.image_org }}bbsim'
tag: '{{- if hasKey .Values.defaults "image_tag" }}{{- if .Values.defaults.image_tag }}{{ .Values.defaults.image_tag }}{{- else }}{{ .Chart.AppVersion }}{{- end }}{{- else }}{{ .Chart.AppVersion }}{{- end }}'
pullPolicy: '{{ .Values.defaults.image_pullPolicy | default "Always" }}'
global:
registry: ''
serviceAccountName: default
nameOverride: ""
fullnameOverride: ""
replicaCount: 1
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}