Joey Armstrong | 1c39905 | 2024-02-10 13:23:13 -0500 | [diff] [blame] | 1 | # Copyright 2020-2024 Open Networking Foundation (ONF) and the ONF Contributors |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 2 | # |
| 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 | |
| 16 | global: |
| 17 | stack_name: voltha |
| 18 | log_level: "WARN" |
| 19 | voltha_infra_name: "voltha-infra" |
| 20 | voltha_infra_namespace: "infra" |
Matteo Scandolo | f873e02 | 2021-10-05 16:22:54 -0700 | [diff] [blame] | 21 | core_endpoint: "{{ .Release.Name }}-voltha-core.{{ .Release.Namespace }}.svc:55558" |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 22 | log_correlation: |
Matteo Scandolo | 3251961 | 2021-06-29 10:26:17 +0200 | [diff] [blame] | 23 | enabled: true |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 24 | tracing: |
| 25 | enabled: false |
| 26 | |
| 27 | voltha: |
| 28 | enabled: true |
Matteo Scandolo | b65a5a7 | 2021-04-30 16:16:05 -0700 | [diff] [blame] | 29 | onos_classic: |
| 30 | onosOfPort: 6653 |
| 31 | replicas: 1 |
David K. Bainbridge | 637751d | 2021-03-25 22:18:08 +0000 | [diff] [blame] | 32 | ingress: |
| 33 | enabled: false |
| 34 | enableVirtualHosts: false |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 35 | rw_core: |
| 36 | kv_store_data_prefix: 'service/voltha/{{ .Release.Name }}_{{ .Values.global.stack_name }}' |
Himani Chawla | afd8e84 | 2021-03-25 01:32:59 +0530 | [diff] [blame] | 37 | stack_id: "{{ .Values.global.stack_name }}" |
Marcos Aurelio Carrero (Furukawa) | f6844f4 | 2023-06-06 15:18:58 -0300 | [diff] [blame] | 38 | ofagent: |
| 39 | kv_store_data_prefix: 'service/voltha/{{ .Release.Name }}_{{ .Values.global.stack_name }}' |
| 40 | stack_id: "{{ .Values.global.stack_name }}" |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 41 | services: |
| 42 | kafka: |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 43 | cluster: |
| 44 | address: "{{ .Values.global.voltha_infra_name }}-kafka.{{ .Values.global.voltha_infra_namespace }}.svc:9092" |
abhay | cd29506 | 2024-12-12 11:05:07 +0530 | [diff] [blame^] | 45 | kvstore: |
| 46 | type: "etcd" |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 47 | 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 Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 50 | |
| 51 | voltha-adapter-openonu: |
| 52 | enabled: true |
| 53 | adapter_open_onu: |
| 54 | kv_store_data_prefix: 'service/voltha/{{ .Release.Name }}_{{ .Values.global.stack_name }}' |
khenaidoo | 15c53fb | 2021-08-09 13:56:27 -0400 | [diff] [blame] | 55 | endpoints: |
| 56 | address: '{{ .Release.Name }}-voltha-adapter-openonu-api' |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 57 | services: |
| 58 | kafka: |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 59 | cluster: |
Matteo Scandolo | 1d80abd | 2021-01-28 11:30:12 -0800 | [diff] [blame] | 60 | address: "{{ .Values.global.voltha_infra_name }}-kafka.{{ .Values.global.voltha_infra_namespace }}.svc:9092" |
abhay | cd29506 | 2024-12-12 11:05:07 +0530 | [diff] [blame^] | 61 | kvstore: |
| 62 | type: "etcd" |
Matteo Scandolo | 1d80abd | 2021-01-28 11:30:12 -0800 | [diff] [blame] | 63 | address: "{{ .Values.global.voltha_infra_name }}-etcd.{{ .Values.global.voltha_infra_namespace }}.svc:2379" |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 64 | tracing_agent: |
| 65 | address: "{{ .Values.global.voltha_infra_name }}-voltha-tracing-jaeger-agent.{{ .Values.global.voltha_infra_namespace }}.svc:6831" |
| 66 | |
| 67 | voltha-adapter-openolt: |
| 68 | enabled: true |
| 69 | adapter_open_olt: |
| 70 | kv_store_data_prefix: 'service/voltha/{{ .Release.Name }}_{{ .Values.global.stack_name }}' |
khenaidoo | 15c53fb | 2021-08-09 13:56:27 -0400 | [diff] [blame] | 71 | endpoints: |
| 72 | address: '{{ .Release.Name }}-voltha-adapter-openolt-api' |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 73 | services: |
| 74 | kafka: |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 75 | cluster: |
| 76 | address: "{{ .Values.global.voltha_infra_name }}-kafka.{{ .Values.global.voltha_infra_namespace }}.svc:9092" |
abhay | cd29506 | 2024-12-12 11:05:07 +0530 | [diff] [blame^] | 77 | kvstore: |
| 78 | type: "etcd" |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 79 | 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 Joseph | a9e53c9 | 2022-08-23 10:08:46 +0530 | [diff] [blame] | 82 | |
| 83 | voltha-go-controller: |
| 84 | enabled: false |
Akash Soni | a02e998 | 2022-12-09 10:11:41 +0530 | [diff] [blame] | 85 | services: |
abhay | cd29506 | 2024-12-12 11:05:07 +0530 | [diff] [blame^] | 86 | 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" |