blob: 58c8e60ae32e6b14802f0193f29826aeb6e4ec01 [file] [log] [blame]
farida azmy32c5ed82021-08-04 14:46:09 +02001
Alexander Dehn9b797d62020-04-21 09:53:50 +00002# Copyright © 2017 Amdocs, Bell Canada,
3# Copyright © 2020 highstreet technologies GmbH
Remigiusz Janeczek42177a12020-12-10 13:10:15 +01004# Copyright © 2021 Nokia
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +02005# Modifications Copyright © 2021 Orange
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00006#
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
jmac065e2ce2018-03-29 01:18:02 +000018dependencies:
19 - name: common
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020020 version: ~9.x-0
jmac065e2ce2018-03-29 01:18:02 +000021 repository: '@local'
Krzysztof Opasiak8ab45472020-05-12 12:53:50 +020022 - name: certInitializer
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020023 version: ~9.x-0
Krzysztof Opasiak8ab45472020-05-12 12:53:50 +020024 repository: '@local'
Piotr Marcinkiewicz59571012021-01-12 17:37:08 +010025 - name: certManagerCertificate
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020026 version: ~9.x-0
Piotr Marcinkiewicz59571012021-01-12 17:37:08 +010027 repository: '@local'
Sylvain Desbureauxbcf72512020-07-22 10:45:18 +020028 - name: logConfiguration
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020029 version: ~9.x-0
Sylvain Desbureauxbcf72512020-07-22 10:45:18 +020030 repository: '@local'
Alexis de Talhouët5fdb8c32018-09-21 14:23:00 -040031 - name: network-name-gen
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020032 version: ~9.x-0
Alexis de Talhouët5fdb8c32018-09-21 14:23:00 -040033 repository: '@local'
Alexander Dehn9b797d62020-04-21 09:53:50 +000034 condition: network-name-gen.enabled
jmac065e2ce2018-03-29 01:18:02 +000035 - name: dgbuilder
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020036 version: ~9.x-0
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040037 repository: '@local'
Alexander Dehn9b797d62020-04-21 09:53:50 +000038 condition: dgbuilder.enabled
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040039 - name: sdnc-prom
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020040 version: ~9.x-0
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040041 repository: '@local'
42 condition: config.geoEnabled
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000043 - name: mariadb-galera
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020044 version: ~9.x-0
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000045 repository: '@local'
Sylvain Desbureaux93a5b492020-11-27 11:07:42 +010046 condition: global.mariadbGalera.localCluster
Alexander Dehnab86ec12020-02-05 14:38:54 +000047 - name: elasticsearch
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020048 version: ~9.x-0
Alexander Dehnab86ec12020-02-05 14:38:54 +000049 repository: '@local'
Alexander Dehn9b797d62020-04-21 09:53:50 +000050 condition: config.sdnr.enabled
51 # conditions for sdnc-subcharts
52 - name: dmaap-listener
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020053 version: ~9.x-0
Alexander Dehn9b797d62020-04-21 09:53:50 +000054 repository: 'file://components/dmaap-listener/'
55 condition: sdnc.dmaap-listener.enabled,dmaap-listener.enabled
56 - name: ueb-listener
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020057 version: ~9.x-0
Alexander Dehn9b797d62020-04-21 09:53:50 +000058 repository: 'file://components/ueb-listener/'
59 condition: sdnc.ueb-listener.enabled,ueb-listener.enabled
60 - name: sdnc-ansible-server
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020061 version: ~9.x-0
Alexander Dehn9b797d62020-04-21 09:53:50 +000062 repository: 'file://components/sdnc-ansible-server/'
63 condition: sdnc.sdnc-ansible-server.enabled,sdnc-ansible-server.enabled
64 - name: sdnc-web
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020065 version: ~9.x-0
Alexander Dehn9b797d62020-04-21 09:53:50 +000066 repository: 'file://components/sdnc-web/'
67 condition: sdnc.sdnc-web.enabled,sdnc-web.enabled
Sylvain Desbureauxcbc703c2020-11-19 17:52:07 +010068 - name: repositoryGenerator
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020069 version: ~9.x-0
Sylvain Desbureauxcbc703c2020-11-19 17:52:07 +010070 repository: '@local'
farida azmy32c5ed82021-08-04 14:46:09 +020071 - name: serviceAccount
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +020072 version: ~9.x-0
farida azmy32c5ed82021-08-04 14:46:09 +020073 repository: '@local'