blob: d30a723682a830da51114934631d7046b0ee7c40 [file] [log] [blame]
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -08001# Copyright 2020-present Open Networking Foundation
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---
15apiVersion: v2
16description: A Helm chart to install the required infrastructure for VOLTHA
17keywords:
18 - "onf"
19 - "voltha"
20 - "onos"
21 - "radius"
22 - "sadis-server"
23home: "https://www.opennetworking.org/voltha"
24icon: "https://guide.opencord.org/logos/voltha.svg"
25maintainers:
26 - name: "Open Networking Foundation"
27 email: "info@opennetworking.org"
28 url: "https://www.opennetworking.org"
29name: voltha-infra
30
Andrea Campanella4c76b792022-06-30 17:00:59 +020031appVersion: "2.10"
Mahir Gunyel4c254b12023-01-03 10:11:28 -080032version: 2.10.9
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080033
34dependencies:
35 - name: onos-classic
36 repository: https://charts.onosproject.org
Andrea Campanellac829d4f2022-03-09 14:56:01 +010037 version: 0.1.29
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080038 condition: onos-classic.enabled
Tinoj Josephdd1fd9d2022-08-01 23:59:26 +053039 - name: redis
Tinoj Josepha9e53c92022-08-23 10:08:46 +053040 repository: https://charts.bitnami.com/bitnami
41 version: 17.0.10
Tinoj Josephdd1fd9d2022-08-01 23:59:26 +053042 condition: redis.enabled
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080043 - name: bbsim-sadis-server
Matteo Scandolo23611c32021-10-06 10:28:29 -070044 repository: file://../bbsim-sadis-server
Matteo Scandolo41c0e272022-03-23 09:48:51 -070045 version: 0.3.1
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080046 condition: bbsim-sadis-server.enabled
47 - name: etcd
48 repository: https://charts.bitnami.com/bitnami
Mahir Gunyel4c254b12023-01-03 10:11:28 -080049 version: 8.5.11
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080050 condition: etcd.enabled
51 - name: kafka
52 repository: https://charts.bitnami.com/bitnami
Mahir Gunyel4c254b12023-01-03 10:11:28 -080053 version: 20.0.2
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080054 condition: kafka.enabled
55 - name: freeradius
56 repository: https://charts.opencord.org
57 version: 1.0.2
58 condition: radius.enabled
59 - name: voltha-tracing
60 repository: https://charts.opencord.org
61 version: 1.0.0
62 condition: voltha-tracing.enabled
63 - name: elasticsearch
64 repository: https://helm.elastic.co
65 version: 7.10.1
66 condition: efk.enabled
67 - name: kibana
68 repository: https://helm.elastic.co
69 version: 7.10.1
70 condition: efk.enabled
71 - name: fluentd-elasticsearch
72 repository: https://kiwigrid.github.io
73 version: 9.6.2
74 # TODO kiwigrid is deprecated, use: https://github.com/kokuwaio/helm-charts/tree/main/charts/fluentd-elasticsearch
75 # repository: https://kokuwaio.github.io/helm-charts
76 # version: 11.7.1
77 condition: efk.enabled