blob: ab7cc7cff672527f6459cdb96f9ed5942931db6d [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
Matteo Scandolo986a4c62021-03-31 07:13:11 -070031appVersion: "2.8-dev"
Andrea Campanellad87c6c72021-05-07 13:16:34 +020032version: 0.2.4
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080033
34dependencies:
35 - name: onos-classic
36 repository: https://charts.onosproject.org
Andrea Campanella1d284452021-04-20 10:23:42 +020037 version: 0.1.16
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080038 condition: onos-classic.enabled
39 - name: bbsim-sadis-server
Matteo Scandolo866e59b2021-01-22 10:49:04 -080040 repository: https://charts.opencord.org
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080041 version: 0.1.1
42 condition: bbsim-sadis-server.enabled
43 - name: etcd
44 repository: https://charts.bitnami.com/bitnami
45 version: 5.4.2
46 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