blob: 68cffdf7b4909c56acaeaa68d72da2c9779ae76e [file] [log] [blame]
Joey Armstrong1c399052024-02-10 13:23:13 -05001# Copyright 2020-2024 Open Networking Foundation (ONF) and the ONF Contributors
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -08002#
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
16global:
17 stack_name: voltha
18 log_level: "WARN"
19 voltha_infra_name: "voltha-infra"
20 voltha_infra_namespace: "infra"
Matteo Scandolof873e022021-10-05 16:22:54 -070021 core_endpoint: "{{ .Release.Name }}-voltha-core.{{ .Release.Namespace }}.svc:55558"
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080022 log_correlation:
Matteo Scandolo32519612021-06-29 10:26:17 +020023 enabled: true
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080024 tracing:
25 enabled: false
26
27voltha:
28 enabled: true
Matteo Scandolob65a5a72021-04-30 16:16:05 -070029 onos_classic:
30 onosOfPort: 6653
31 replicas: 1
David K. Bainbridge637751d2021-03-25 22:18:08 +000032 ingress:
33 enabled: false
34 enableVirtualHosts: false
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080035 rw_core:
36 kv_store_data_prefix: 'service/voltha/{{ .Release.Name }}_{{ .Values.global.stack_name }}'
Himani Chawlaafd8e842021-03-25 01:32:59 +053037 stack_id: "{{ .Values.global.stack_name }}"
Marcos Aurelio Carrero (Furukawa)f6844f42023-06-06 15:18:58 -030038 ofagent:
39 kv_store_data_prefix: 'service/voltha/{{ .Release.Name }}_{{ .Values.global.stack_name }}'
40 stack_id: "{{ .Values.global.stack_name }}"
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080041 services:
42 kafka:
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080043 cluster:
44 address: "{{ .Values.global.voltha_infra_name }}-kafka.{{ .Values.global.voltha_infra_namespace }}.svc:9092"
abhaycd295062024-12-12 11:05:07 +053045 kvstore:
46 type: "etcd"
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080047 address: "{{ .Values.global.voltha_infra_name }}-etcd.{{ .Values.global.voltha_infra_namespace }}.svc:2379"
48 tracing_agent:
49 address: "{{ .Values.global.voltha_infra_name }}-voltha-tracing-jaeger-agent.{{ .Values.global.voltha_infra_namespace }}.svc:6831"
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080050
51voltha-adapter-openonu:
52 enabled: true
53 adapter_open_onu:
54 kv_store_data_prefix: 'service/voltha/{{ .Release.Name }}_{{ .Values.global.stack_name }}'
khenaidoo15c53fb2021-08-09 13:56:27 -040055 endpoints:
56 address: '{{ .Release.Name }}-voltha-adapter-openonu-api'
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080057 services:
58 kafka:
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080059 cluster:
Matteo Scandolo1d80abd2021-01-28 11:30:12 -080060 address: "{{ .Values.global.voltha_infra_name }}-kafka.{{ .Values.global.voltha_infra_namespace }}.svc:9092"
abhaycd295062024-12-12 11:05:07 +053061 kvstore:
62 type: "etcd"
Matteo Scandolo1d80abd2021-01-28 11:30:12 -080063 address: "{{ .Values.global.voltha_infra_name }}-etcd.{{ .Values.global.voltha_infra_namespace }}.svc:2379"
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080064 tracing_agent:
65 address: "{{ .Values.global.voltha_infra_name }}-voltha-tracing-jaeger-agent.{{ .Values.global.voltha_infra_namespace }}.svc:6831"
66
67voltha-adapter-openolt:
68 enabled: true
69 adapter_open_olt:
70 kv_store_data_prefix: 'service/voltha/{{ .Release.Name }}_{{ .Values.global.stack_name }}'
khenaidoo15c53fb2021-08-09 13:56:27 -040071 endpoints:
72 address: '{{ .Release.Name }}-voltha-adapter-openolt-api'
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080073 services:
74 kafka:
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080075 cluster:
76 address: "{{ .Values.global.voltha_infra_name }}-kafka.{{ .Values.global.voltha_infra_namespace }}.svc:9092"
abhaycd295062024-12-12 11:05:07 +053077 kvstore:
78 type: "etcd"
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080079 address: "{{ .Values.global.voltha_infra_name }}-etcd.{{ .Values.global.voltha_infra_namespace }}.svc:2379"
80 tracing_agent:
81 address: "{{ .Values.global.voltha_infra_name }}-voltha-tracing-jaeger-agent.{{ .Values.global.voltha_infra_namespace }}.svc:6831"
Tinoj Josepha9e53c92022-08-23 10:08:46 +053082
83voltha-go-controller:
84 enabled: false
Akash Sonia02e9982022-12-09 10:11:41 +053085 services:
abhaycd295062024-12-12 11:05:07 +053086 kvstore:
87 type: "redis"
88 address: "voltha-infra-redis-headless.{{ .Values.global.voltha_infra_namespace }}.svc.cluster.local"
89 port: "6379"
90 kafka:
91 cluster:
92 address: "{{ .Values.global.voltha_infra_name }}-kafka.{{ .Values.global.voltha_infra_namespace }}.svc:9092"