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 | |
Girish Gowdra | 4762fc7 | 2021-07-09 11:01:17 -0700 | [diff] [blame] | 31 | appVersion: "2.8" |
Andrea Campanella | 377d9f2 | 2021-09-20 21:19:59 +0200 | [diff] [blame] | 32 | version: 2.8.1 |
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 | 1d28445 | 2021-04-20 10:23:42 +0200 | [diff] [blame] | 37 | version: 0.1.16 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 38 | condition: onos-classic.enabled |
| 39 | - name: bbsim-sadis-server |
Matteo Scandolo | 866e59b | 2021-01-22 10:49:04 -0800 | [diff] [blame] | 40 | repository: https://charts.opencord.org |
Matteo Scandolo | b65a5a7 | 2021-04-30 16:16:05 -0700 | [diff] [blame] | 41 | version: 0.2.0 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 42 | condition: bbsim-sadis-server.enabled |
| 43 | - name: etcd |
| 44 | repository: https://charts.bitnami.com/bitnami |
Girish Gowdra | 75ae4db | 2021-05-27 15:52:04 -0700 | [diff] [blame] | 45 | version: 6.2.5 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 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 |