blob: a3f07ebeb5553a1804d3392dd526b97bb9b0b47a [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 Geisslereb4598b2022-11-10 15:08:21 +010020version: 12.0.0
efiacor370c6dc2021-10-12 14:10:49 +010021
22dependencies:
23 - name: common
Andreas Geisslereb4598b2022-11-10 15:08:21 +010024 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010025 repository: '@local'
26 - name: certInitializer
Andreas Geisslereb4598b2022-11-10 15:08:21 +010027 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010028 repository: '@local'
29 - name: certManagerCertificate
Andreas Geisslereb4598b2022-11-10 15:08:21 +010030 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010031 repository: '@local'
32 - name: logConfiguration
Andreas Geisslereb4598b2022-11-10 15:08:21 +010033 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010034 repository: '@local'
35 - name: network-name-gen
Andreas Geisslereb4598b2022-11-10 15:08:21 +010036 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010037 repository: '@local'
38 condition: network-name-gen.enabled
39 - name: dgbuilder
Andreas Geisslereb4598b2022-11-10 15:08:21 +010040 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010041 repository: '@local'
42 condition: dgbuilder.enabled
43 - name: sdnc-prom
Andreas Geisslereb4598b2022-11-10 15:08:21 +010044 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010045 repository: '@local'
46 condition: config.geoEnabled
47 - name: mariadb-galera
Andreas Geisslereb4598b2022-11-10 15:08:21 +010048 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010049 repository: '@local'
50 condition: global.mariadbGalera.localCluster
51 - name: elasticsearch
Andreas Geisslereb4598b2022-11-10 15:08:21 +010052 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010053 repository: '@local'
54 condition: config.sdnr.enabled
55 # conditions for sdnc-subcharts
56 - name: dmaap-listener
Andreas Geisslereb4598b2022-11-10 15:08:21 +010057 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010058 repository: 'file://components/dmaap-listener/'
59 condition: sdnc.dmaap-listener.enabled,dmaap-listener.enabled
60 - name: ueb-listener
Andreas Geisslereb4598b2022-11-10 15:08:21 +010061 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010062 repository: 'file://components/ueb-listener/'
63 condition: sdnc.ueb-listener.enabled,ueb-listener.enabled
64 - name: sdnc-ansible-server
Andreas Geisslereb4598b2022-11-10 15:08:21 +010065 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010066 repository: 'file://components/sdnc-ansible-server/'
67 condition: sdnc.sdnc-ansible-server.enabled,sdnc-ansible-server.enabled
68 - name: sdnc-web
Andreas Geisslereb4598b2022-11-10 15:08:21 +010069 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010070 repository: 'file://components/sdnc-web/'
71 condition: sdnc.sdnc-web.enabled,sdnc-web.enabled
72 - name: repositoryGenerator
Andreas Geisslereb4598b2022-11-10 15:08:21 +010073 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010074 repository: '@local'
75 - name: serviceAccount
Andreas Geisslereb4598b2022-11-10 15:08:21 +010076 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010077 repository: '@local'