blob: 123cc8fdd4984ac47e2d6ad66650a0dd20bf69e1 [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
Girish Gowdra54b64a52021-07-14 11:52:41 -070031appVersion: "2.9-dev"
Himani Chawla81472cd2021-11-08 17:14:11 +053032version: 2.9.9
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080033
34dependencies:
35 - name: onos-classic
36 repository: https://charts.onosproject.org
Matteo Scandolo82e36402021-10-11 15:17:15 -070037 version: 0.1.24
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080038 condition: onos-classic.enabled
39 - name: bbsim-sadis-server
Matteo Scandolo23611c32021-10-06 10:28:29 -070040 repository: file://../bbsim-sadis-server
Himani Chawla81472cd2021-11-08 17:14:11 +053041 version: 0.2.2
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080042 condition: bbsim-sadis-server.enabled
43 - name: etcd
44 repository: https://charts.bitnami.com/bitnami
Girish Gowdra75ae4db2021-05-27 15:52:04 -070045 version: 6.2.5
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080046 condition: etcd.enabled
47 - name: kafka
48 repository: https://charts.bitnami.com/bitnami
49 version: 12.5.0
50 condition: kafka.enabled
51 - name: freeradius
52 repository: https://charts.opencord.org
53 version: 1.0.2
54 condition: radius.enabled
55 - name: voltha-tracing
56 repository: https://charts.opencord.org
57 version: 1.0.0
58 condition: voltha-tracing.enabled
59 - name: elasticsearch
60 repository: https://helm.elastic.co
61 version: 7.10.1
62 condition: efk.enabled
63 - name: kibana
64 repository: https://helm.elastic.co
65 version: 7.10.1
66 condition: efk.enabled
67 - name: fluentd-elasticsearch
68 repository: https://kiwigrid.github.io
69 version: 9.6.2
70 # TODO kiwigrid is deprecated, use: https://github.com/kokuwaio/helm-charts/tree/main/charts/fluentd-elasticsearch
71 # repository: https://kokuwaio.github.io/helm-charts
72 # version: 11.7.1
73 condition: efk.enabled