blob: db9935db01baa0ff6a666d6358d687d6bd4e888f [file] [log] [blame]
Joey Armstrong6a104e92024-02-10 15:27:58 -05001# Copyright 2019-2024 Open Networking Foundation (ONF) and the ONF Contributors
David Bainbridgecd30e542019-05-31 20:52:56 +00002#
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.
David Bainbridge8595b3b2020-06-05 12:23:05 -070014---
Holger Hildebrandtb67c3302020-02-25 13:48:59 +000015
David Bainbridge2bdd4302020-06-09 17:13:18 -070016nameOverride: ~
17fullNameOverride: ~
18
David Bainbridgecd30e542019-05-31 20:52:56 +000019# Default overrides
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080020global:
khenaidoo15c53fb2021-08-09 13:56:27 -040021 voltha_release_name: voltha
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080022 stack_name: voltha
Matteo Scandolo1d7ab922019-12-10 13:41:23 -080023 log_level: "WARN"
David Bainbridge5cb5d172019-07-24 02:30:19 +000024 image_registry: ""
Andy Bavier9a4566b2019-11-05 09:24:58 -070025 image_tag: ~
David Bainbridge5cb5d172019-07-24 02:30:19 +000026 image_org: "voltha/"
27 image_pullPolicy: "Always"
khenaidoo15c53fb2021-08-09 13:56:27 -040028 core_endpoint: "{{ .Values.global.voltha_release_name }}-{{ .Values.global.stack_name }}-core.{{ .Release.Namespace }}.svc:55558"
Girish Gowdra30e3ab02020-06-24 12:59:34 -070029 incremental_evto_update: False
Himani Chawla5a33c502020-09-25 13:08:33 +053030 # timeout for deadline for interadapter communication
31 # should be in format as expected by parseDuration golang.
32 max_timeout_interadapter_comm: "30s"
Holger Hildebrandtade635b2021-02-18 16:28:39 +000033 # timeout for ONU reconciling
34 max_timeout_reconciling: "10s"
Girish Gowdraa4535062021-03-09 13:21:58 -080035 # timeout for OMCI channel
Holger Hildebrandtbf70c6a2022-02-23 09:34:43 +000036 omci_timeout: "3s"
khenaidoo15c53fb2021-08-09 13:56:27 -040037 # timeout for RPC request
38 rpc_timeout: "10s"
Andrea Campanella6838a802020-11-19 15:50:23 +010039 # kv store timeout
40 adapter_open_onu:
41 timeout: "5s"
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080042 # Configure Log Correlation
43 log_correlation:
44 enabled: true
45 # Configure Tracing
46 tracing:
47 enabled: true
Holger Hildebrandt29c63c92021-02-05 14:58:50 +000048 # Configure Performance Metrics
Girish Gowdrae05c0182021-01-28 15:02:37 -080049 metrics:
50 enabled: true
Holger Hildebrandt80d1f0a2022-06-24 07:53:59 +000051 # Configure Extended OMCI Support
52 extended_omci_support:
53 enabled: false
Holger Hildebrandt29c63c92021-02-05 14:58:50 +000054 # Configure Mib Audit
55 mib_audit:
56 # configure "0s" to disable Mib Audit
57 interval: 0s
Himani Chawlae3454912021-03-15 19:23:49 +053058 alarm_audit:
59 # configure "0s" to disable omci alarm audit
60 interval: 300s
Praneeth Kumar Nalmas5cd48d72024-04-17 10:37:40 +053061 # Configure reconciling by skipping onu configuration by default
62 skip_onu_config:
63 enabled: false
Sridhar Ravindra42790b02025-08-04 16:57:28 +053064 # Check for device tech profile on ONU reboot and configure the device
65 check_device_tech_prof_on_reboot:
66 enabled: false
Praneeth Kumar Nalmas5cd48d72024-04-17 10:37:40 +053067
Holger Hildebrandt29c63c92021-02-05 14:58:50 +000068
khenaidoo15c53fb2021-08-09 13:56:27 -040069# Probe values
70probe:
71 liveness:
72 initial_delay_seconds: 3
73 period_seconds: 3
74 readiness:
75 initial_delay_seconds: 3
76 period_seconds: 3
Matteo Scandolofcbb9252020-11-19 12:19:02 -080077
David Bainbridge8595b3b2020-06-05 12:23:05 -070078# Default security context under which the containers run
79securityContext:
80 enabled: true
81 fsGroup: 1001
82 runAsUser: 1001
83 runAsGroup: 1001
84
David Bainbridgecd30e542019-05-31 20:52:56 +000085# Define connectivity to required services
86services:
87 kafka:
David Bainbridgecd30e542019-05-31 20:52:56 +000088 cluster:
Matteo Scandolo1d80abd2021-01-28 11:30:12 -080089 address: kafka:9092
Matteo Scandoloe33ed152019-12-03 10:47:49 -080090
David Bainbridgecd30e542019-05-31 20:52:56 +000091 # Define connectivity to etcd
abhaycd295062024-12-12 11:05:07 +053092 kvstore:
93 # type: etcd, redis or redis-sentinel
94 type: etcd
Matteo Scandolo1d80abd2021-01-28 11:30:12 -080095 address: etcd:2379
David Bainbridgecd30e542019-05-31 20:52:56 +000096
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080097 # Define Tracing Agent connection details
98 tracing_agent:
99 address: jaeger-agent:6831
100
Andrea Campanellaaa46d3f2021-01-19 09:19:02 +0100101allowed_onu_vendors:
102 - OPEN
103 - ALCL
104 - BRCM
105 - TWSH
106 - ALPH
107 - ISKT
108 - SFAA
109 - BBSM
110 - SCOM
111 - ARPX
112 - DACM
113 - ERSN
114 - HWTC
115 - CIGG
116 - ADTN
117 - ARCA
118 - AVMG
Andrea Campanella6f9653e2021-11-15 10:48:19 -0800119 - ZYWN
Mahir Gunyel7e04d072023-12-22 09:22:56 -0800120 - ZYXE
121 - ZYSG
Andrea Campanellaaa46d3f2021-01-19 09:19:02 +0100122
Andrea Campanella7739aae2021-02-11 11:00:03 +0100123# Expose the golang pprof webserver, if enabled
124profiler:
125 enabled: false
126
David Bainbridgecd30e542019-05-31 20:52:56 +0000127# Define the recplica count for everything
128replicas:
129 adapter_open_onu: 1
130
Matteo Scandoloe33ed152019-12-03 10:47:49 -0800131adapter_open_onu:
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -0800132 log_level: '{{ .Values.global.log_level }}'
133 incremental_evto_update: '{{ .Values.global.incremental_evto_update }}'
134 max_timeout_interadapter_comm: '{{ .Values.global.max_timeout_interadapter_comm }}'
Holger Hildebrandtade635b2021-02-18 16:28:39 +0000135 max_timeout_reconciling: '{{ .Values.global.max_timeout_reconciling }}'
Girish Gowdraa4535062021-03-09 13:21:58 -0800136 omci_timeout: '{{ .Values.global.omci_timeout }}'
khenaidoo15c53fb2021-08-09 13:56:27 -0400137 rpc_timeout: '{{ .Values.global.rpc_timeout }}'
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -0800138 kv_store_timeout: '{{ .Values.global.adapter_open_onu.timeout }}'
139 kv_store_data_prefix: 'service/{{ .Values.global.stack_name }}_voltha'
Himani Chawlae3454912021-03-15 19:23:49 +0530140 alarm_audit_interval: '{{ .Values.global.alarm_audit.interval }}'
Matteo Scandolo60b9c252021-06-10 17:21:08 +0200141 uni_port_mask: "0x0001"
khenaidoo15c53fb2021-08-09 13:56:27 -0400142 endpoints:
143 address: '{{ template "fullname" . }}-api'
144 port: 50060
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -0800145 topics:
Matteo Scandolo06ee58c2021-05-26 15:28:51 -0700146 event_topic: "voltha.events"
Matteo Scandoloe33ed152019-12-03 10:47:49 -0800147
David Bainbridgecd30e542019-05-31 20:52:56 +0000148images:
Holger Hildebrandtb67c3302020-02-25 13:48:59 +0000149 adapter_open_onu_go:
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -0800150 registry: '{{ .Values.global.image_registry }}'
151 repository: '{{ .Values.global.image_org }}voltha-openonu-adapter-go'
Matteo Scandolo14976fd2021-03-29 18:33:05 -0700152 tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}{{ .Chart.AppVersion }}{{- end }}{{- else }}{{ .Chart.AppVersion }}{{- end }}'
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -0800153 pullPolicy: '{{ .Values.global.image_pullPolicy }}'
Andrey Pozolotin7e928a92021-08-13 12:37:24 +0200154
155resources:
156 requests:
157 cpu: 0.5
158 memory: 512Mi
159 limits:
160 cpu: ~
161 memory: ~
Andrey Pozolotinda75c922021-08-24 17:41:08 +0200162
163# Define scheduling rules for stack pods
164scheduleRules:
165 preferStackPodsOnSameNode: false
166 preferStacksOnDifferentNodes: false