blob: 393a0903eed183cca1dab0b5bdcf762456f75965 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +02002# Modifications Copyright © 2021 Orange
efiacor370c6dc2021-10-12 14:10:49 +01003# Modifications Copyright © 2021 Nordix Foundation
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00004#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
efiacor370c6dc2021-10-12 14:10:49 +010017apiVersion: v2
jmac065e2ce2018-03-29 01:18:02 +000018description: SDN Controller
kerenj9daad022017-08-23 13:35:43 +000019name: sdnc
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020020version: 13.0.0
efiacor370c6dc2021-10-12 14:10:49 +010021
22dependencies:
23 - name: common
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020024 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010025 repository: '@local'
efiacor370c6dc2021-10-12 14:10:49 +010026 - name: certManagerCertificate
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020027 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010028 repository: '@local'
29 - name: logConfiguration
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020030 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010031 repository: '@local'
32 - name: network-name-gen
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020033 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010034 repository: '@local'
35 condition: network-name-gen.enabled
36 - name: dgbuilder
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020037 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010038 repository: '@local'
39 condition: dgbuilder.enabled
40 - name: sdnc-prom
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020041 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010042 repository: '@local'
43 condition: config.geoEnabled
44 - name: mariadb-galera
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020045 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010046 repository: '@local'
47 condition: global.mariadbGalera.localCluster
48 - name: elasticsearch
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020049 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010050 repository: '@local'
51 condition: config.sdnr.enabled
52 # conditions for sdnc-subcharts
53 - name: dmaap-listener
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020054 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010055 repository: 'file://components/dmaap-listener/'
56 condition: sdnc.dmaap-listener.enabled,dmaap-listener.enabled
57 - name: ueb-listener
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020058 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010059 repository: 'file://components/ueb-listener/'
60 condition: sdnc.ueb-listener.enabled,ueb-listener.enabled
61 - name: sdnc-ansible-server
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020062 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010063 repository: 'file://components/sdnc-ansible-server/'
64 condition: sdnc.sdnc-ansible-server.enabled,sdnc-ansible-server.enabled
65 - name: sdnc-web
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020066 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010067 repository: 'file://components/sdnc-web/'
68 condition: sdnc.sdnc-web.enabled,sdnc-web.enabled
69 - name: repositoryGenerator
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020070 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010071 repository: '@local'
72 - name: serviceAccount
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020073 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010074 repository: '@local'