Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 1 | # 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 | --- |
| 15 | apiVersion: v2 |
| 16 | description: A Helm chart to install the required infrastructure for VOLTHA |
| 17 | keywords: |
| 18 | - "onf" |
| 19 | - "voltha" |
| 20 | - "onos" |
| 21 | - "radius" |
| 22 | - "sadis-server" |
| 23 | home: "https://www.opennetworking.org/voltha" |
| 24 | icon: "https://guide.opencord.org/logos/voltha.svg" |
| 25 | maintainers: |
| 26 | - name: "Open Networking Foundation" |
| 27 | email: "info@opennetworking.org" |
| 28 | url: "https://www.opennetworking.org" |
| 29 | name: voltha-infra |
| 30 | |
Andrea Campanella | 4c76b79 | 2022-06-30 17:00:59 +0200 | [diff] [blame] | 31 | appVersion: "2.10" |
Tinoj Joseph | 8189b8a | 2022-09-14 09:41:16 +0530 | [diff] [blame] | 32 | version: 2.10.8 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 33 | |
| 34 | dependencies: |
| 35 | - name: onos-classic |
| 36 | repository: https://charts.onosproject.org |
Andrea Campanella | c829d4f | 2022-03-09 14:56:01 +0100 | [diff] [blame] | 37 | version: 0.1.29 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 38 | condition: onos-classic.enabled |
Tinoj Joseph | dd1fd9d | 2022-08-01 23:59:26 +0530 | [diff] [blame] | 39 | - name: redis |
Tinoj Joseph | a9e53c9 | 2022-08-23 10:08:46 +0530 | [diff] [blame] | 40 | repository: https://charts.bitnami.com/bitnami |
| 41 | version: 17.0.10 |
Tinoj Joseph | dd1fd9d | 2022-08-01 23:59:26 +0530 | [diff] [blame] | 42 | condition: redis.enabled |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 43 | - name: bbsim-sadis-server |
Matteo Scandolo | 23611c3 | 2021-10-06 10:28:29 -0700 | [diff] [blame] | 44 | repository: file://../bbsim-sadis-server |
Matteo Scandolo | 41c0e27 | 2022-03-23 09:48:51 -0700 | [diff] [blame] | 45 | version: 0.3.1 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 46 | condition: bbsim-sadis-server.enabled |
| 47 | - name: etcd |
| 48 | repository: https://charts.bitnami.com/bitnami |
Andrea Campanella | 14f3db7 | 2022-06-10 09:12:34 -0700 | [diff] [blame] | 49 | version: 6.13.9 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 50 | condition: etcd.enabled |
| 51 | - name: kafka |
| 52 | repository: https://charts.bitnami.com/bitnami |
Andrea Campanella | 14f3db7 | 2022-06-10 09:12:34 -0700 | [diff] [blame] | 53 | version: 14.9.0 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 54 | 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 |