blob: 2603e7f2744f54088c9c997762c9e45d3c5197a5 [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
Holger Hildebrandt29c63c92021-02-05 14:58:50 +000061
khenaidoo15c53fb2021-08-09 13:56:27 -040062# Probe values
63probe:
64 liveness:
65 initial_delay_seconds: 3
66 period_seconds: 3
67 readiness:
68 initial_delay_seconds: 3
69 period_seconds: 3
Matteo Scandolofcbb9252020-11-19 12:19:02 -080070
David Bainbridge8595b3b2020-06-05 12:23:05 -070071# Default security context under which the containers run
72securityContext:
73 enabled: true
74 fsGroup: 1001
75 runAsUser: 1001
76 runAsGroup: 1001
77
David Bainbridgecd30e542019-05-31 20:52:56 +000078# Define connectivity to required services
79services:
80 kafka:
David Bainbridgecd30e542019-05-31 20:52:56 +000081 cluster:
Matteo Scandolo1d80abd2021-01-28 11:30:12 -080082 address: kafka:9092
Matteo Scandoloe33ed152019-12-03 10:47:49 -080083
David Bainbridgecd30e542019-05-31 20:52:56 +000084 # Define connectivity to etcd
85 etcd:
Matteo Scandolo1d80abd2021-01-28 11:30:12 -080086 address: etcd:2379
David Bainbridgecd30e542019-05-31 20:52:56 +000087
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080088 # Define Tracing Agent connection details
89 tracing_agent:
90 address: jaeger-agent:6831
91
Andrea Campanellaaa46d3f2021-01-19 09:19:02 +010092allowed_onu_vendors:
93 - OPEN
94 - ALCL
95 - BRCM
96 - TWSH
97 - ALPH
98 - ISKT
99 - SFAA
100 - BBSM
101 - SCOM
102 - ARPX
103 - DACM
104 - ERSN
105 - HWTC
106 - CIGG
107 - ADTN
108 - ARCA
109 - AVMG
Andrea Campanella6f9653e2021-11-15 10:48:19 -0800110 - ZYWN
Mahir Gunyel7e04d072023-12-22 09:22:56 -0800111 - ZYXE
112 - ZYSG
Andrea Campanellaaa46d3f2021-01-19 09:19:02 +0100113
Andrea Campanella7739aae2021-02-11 11:00:03 +0100114# Expose the golang pprof webserver, if enabled
115profiler:
116 enabled: false
117
David Bainbridgecd30e542019-05-31 20:52:56 +0000118# Define the recplica count for everything
119replicas:
120 adapter_open_onu: 1
121
Matteo Scandoloe33ed152019-12-03 10:47:49 -0800122adapter_open_onu:
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -0800123 log_level: '{{ .Values.global.log_level }}'
124 incremental_evto_update: '{{ .Values.global.incremental_evto_update }}'
125 max_timeout_interadapter_comm: '{{ .Values.global.max_timeout_interadapter_comm }}'
Holger Hildebrandtade635b2021-02-18 16:28:39 +0000126 max_timeout_reconciling: '{{ .Values.global.max_timeout_reconciling }}'
Girish Gowdraa4535062021-03-09 13:21:58 -0800127 omci_timeout: '{{ .Values.global.omci_timeout }}'
khenaidoo15c53fb2021-08-09 13:56:27 -0400128 rpc_timeout: '{{ .Values.global.rpc_timeout }}'
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -0800129 kv_store_timeout: '{{ .Values.global.adapter_open_onu.timeout }}'
130 kv_store_data_prefix: 'service/{{ .Values.global.stack_name }}_voltha'
Himani Chawlae3454912021-03-15 19:23:49 +0530131 alarm_audit_interval: '{{ .Values.global.alarm_audit.interval }}'
Matteo Scandolo60b9c252021-06-10 17:21:08 +0200132 uni_port_mask: "0x0001"
khenaidoo15c53fb2021-08-09 13:56:27 -0400133 endpoints:
134 address: '{{ template "fullname" . }}-api'
135 port: 50060
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -0800136 topics:
Matteo Scandolo06ee58c2021-05-26 15:28:51 -0700137 event_topic: "voltha.events"
Matteo Scandoloe33ed152019-12-03 10:47:49 -0800138
David Bainbridgecd30e542019-05-31 20:52:56 +0000139images:
Holger Hildebrandtb67c3302020-02-25 13:48:59 +0000140 adapter_open_onu_go:
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -0800141 registry: '{{ .Values.global.image_registry }}'
142 repository: '{{ .Values.global.image_org }}voltha-openonu-adapter-go'
Matteo Scandolo14976fd2021-03-29 18:33:05 -0700143 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 -0800144 pullPolicy: '{{ .Values.global.image_pullPolicy }}'
Andrey Pozolotin7e928a92021-08-13 12:37:24 +0200145
146resources:
147 requests:
148 cpu: 0.5
149 memory: 512Mi
150 limits:
151 cpu: ~
152 memory: ~
Andrey Pozolotinda75c922021-08-24 17:41:08 +0200153
154# Define scheduling rules for stack pods
155scheduleRules:
156 preferStackPodsOnSameNode: false
157 preferStacksOnDifferentNodes: false