blob: a2faea0cba4886c0b9076e3c06fc6f061256068d [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"
45 etcd:
46 address: "{{ .Values.global.voltha_infra_name }}-etcd.{{ .Values.global.voltha_infra_namespace }}.svc:2379"
47 tracing_agent:
48 address: "{{ .Values.global.voltha_infra_name }}-voltha-tracing-jaeger-agent.{{ .Values.global.voltha_infra_namespace }}.svc:6831"
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080049
50voltha-adapter-openonu:
51 enabled: true
52 adapter_open_onu:
53 kv_store_data_prefix: 'service/voltha/{{ .Release.Name }}_{{ .Values.global.stack_name }}'
khenaidoo15c53fb2021-08-09 13:56:27 -040054 endpoints:
55 address: '{{ .Release.Name }}-voltha-adapter-openonu-api'
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080056 services:
57 kafka:
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080058 cluster:
Matteo Scandolo1d80abd2021-01-28 11:30:12 -080059 address: "{{ .Values.global.voltha_infra_name }}-kafka.{{ .Values.global.voltha_infra_namespace }}.svc:9092"
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080060 etcd:
Matteo Scandolo1d80abd2021-01-28 11:30:12 -080061 address: "{{ .Values.global.voltha_infra_name }}-etcd.{{ .Values.global.voltha_infra_namespace }}.svc:2379"
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080062 tracing_agent:
63 address: "{{ .Values.global.voltha_infra_name }}-voltha-tracing-jaeger-agent.{{ .Values.global.voltha_infra_namespace }}.svc:6831"
64
65voltha-adapter-openolt:
66 enabled: true
67 adapter_open_olt:
68 kv_store_data_prefix: 'service/voltha/{{ .Release.Name }}_{{ .Values.global.stack_name }}'
khenaidoo15c53fb2021-08-09 13:56:27 -040069 endpoints:
70 address: '{{ .Release.Name }}-voltha-adapter-openolt-api'
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080071 services:
72 kafka:
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080073 cluster:
74 address: "{{ .Values.global.voltha_infra_name }}-kafka.{{ .Values.global.voltha_infra_namespace }}.svc:9092"
75 etcd:
76 address: "{{ .Values.global.voltha_infra_name }}-etcd.{{ .Values.global.voltha_infra_namespace }}.svc:2379"
77 tracing_agent:
78 address: "{{ .Values.global.voltha_infra_name }}-voltha-tracing-jaeger-agent.{{ .Values.global.voltha_infra_namespace }}.svc:6831"
Tinoj Josepha9e53c92022-08-23 10:08:46 +053079
80voltha-go-controller:
81 enabled: false
Akash Sonia02e9982022-12-09 10:11:41 +053082 services:
83 kafka:
84 cluster:
85 address: "{{ .Values.global.voltha_infra_name }}-kafka.{{ .Values.global.voltha_infra_namespace }}.svc:9092"