blob: 1354d9414c34e0b84bd64986f341047f473b2ae7 [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
31appVersion: "1.0"
32version: 0.1.0
33
34dependencies:
35 - name: onos-classic
36 repository: https://charts.onosproject.org
37 version: 0.1.10
38 condition: onos-classic.enabled
39 - name: bbsim-sadis-server
40 # repository: https://charts.opencord.org
41 repository: "file://../bbsim-sadis-server"
42 version: 0.1.1
43 condition: bbsim-sadis-server.enabled
44 - name: etcd
45 repository: https://charts.bitnami.com/bitnami
46 version: 5.4.2
47 condition: etcd.enabled
48 - name: kafka
49 repository: https://charts.bitnami.com/bitnami
50 version: 12.5.0
51 condition: kafka.enabled
52 - name: freeradius
53 repository: https://charts.opencord.org
54 version: 1.0.2
55 condition: radius.enabled
56 - name: voltha-tracing
57 repository: https://charts.opencord.org
58 version: 1.0.0
59 condition: voltha-tracing.enabled
60 - name: elasticsearch
61 repository: https://helm.elastic.co
62 version: 7.10.1
63 condition: efk.enabled
64 - name: kibana
65 repository: https://helm.elastic.co
66 version: 7.10.1
67 condition: efk.enabled
68 - name: fluentd-elasticsearch
69 repository: https://kiwigrid.github.io
70 version: 9.6.2
71 # TODO kiwigrid is deprecated, use: https://github.com/kokuwaio/helm-charts/tree/main/charts/fluentd-elasticsearch
72 # repository: https://kokuwaio.github.io/helm-charts
73 # version: 11.7.1
74 condition: efk.enabled