blob: f58ecb16bea43334975a6d0eb296f641b0886115 [file] [log] [blame]
Alexander Dehn9b797d62020-04-21 09:53:50 +00001# Copyright © 2017 Amdocs, Bell Canada,
2# Copyright © 2020 highstreet technologies GmbH
Remigiusz Janeczek42177a12020-12-10 13:10:15 +01003# Copyright © 2021 Nokia
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
jmac065e2ce2018-03-29 01:18:02 +000017dependencies:
18 - name: common
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010019 version: ~7.x-0
jmac065e2ce2018-03-29 01:18:02 +000020 repository: '@local'
Krzysztof Opasiak8ab45472020-05-12 12:53:50 +020021 - name: certInitializer
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010022 version: ~7.x-0
Krzysztof Opasiak8ab45472020-05-12 12:53:50 +020023 repository: '@local'
Remigiusz Janeczek42177a12020-12-10 13:10:15 +010024 - name: cmpv2Certificate
25 version: ~7.x-0
26 repository: '@local'
Sylvain Desbureauxbcf72512020-07-22 10:45:18 +020027 - name: logConfiguration
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010028 version: ~7.x-0
Sylvain Desbureauxbcf72512020-07-22 10:45:18 +020029 repository: '@local'
Alexis de Talhouët5fdb8c32018-09-21 14:23:00 -040030 - name: network-name-gen
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010031 version: ~7.x-0
Alexis de Talhouët5fdb8c32018-09-21 14:23:00 -040032 repository: '@local'
Alexander Dehn9b797d62020-04-21 09:53:50 +000033 condition: network-name-gen.enabled
jmac065e2ce2018-03-29 01:18:02 +000034 - name: dgbuilder
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010035 version: ~7.x-0
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040036 repository: '@local'
Alexander Dehn9b797d62020-04-21 09:53:50 +000037 condition: dgbuilder.enabled
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040038 - name: sdnc-prom
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010039 version: ~7.x-0
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040040 repository: '@local'
41 condition: config.geoEnabled
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000042 - name: mariadb-galera
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010043 version: ~7.x-0
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000044 repository: '@local'
Sylvain Desbureaux93a5b492020-11-27 11:07:42 +010045 condition: global.mariadbGalera.localCluster
Alexander Dehnab86ec12020-02-05 14:38:54 +000046 - name: elasticsearch
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010047 version: ~7.x-0
Alexander Dehnab86ec12020-02-05 14:38:54 +000048 repository: '@local'
Alexander Dehn9b797d62020-04-21 09:53:50 +000049 condition: config.sdnr.enabled
50 # conditions for sdnc-subcharts
51 - name: dmaap-listener
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010052 version: ~7.x-0
Alexander Dehn9b797d62020-04-21 09:53:50 +000053 repository: 'file://components/dmaap-listener/'
54 condition: sdnc.dmaap-listener.enabled,dmaap-listener.enabled
55 - name: ueb-listener
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010056 version: ~7.x-0
Alexander Dehn9b797d62020-04-21 09:53:50 +000057 repository: 'file://components/ueb-listener/'
58 condition: sdnc.ueb-listener.enabled,ueb-listener.enabled
59 - name: sdnc-ansible-server
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010060 version: ~7.x-0
Alexander Dehn9b797d62020-04-21 09:53:50 +000061 repository: 'file://components/sdnc-ansible-server/'
62 condition: sdnc.sdnc-ansible-server.enabled,sdnc-ansible-server.enabled
63 - name: sdnc-web
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010064 version: ~7.x-0
Alexander Dehn9b797d62020-04-21 09:53:50 +000065 repository: 'file://components/sdnc-web/'
66 condition: sdnc.sdnc-web.enabled,sdnc-web.enabled
Sylvain Desbureauxcbc703c2020-11-19 17:52:07 +010067 - name: repositoryGenerator
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010068 version: ~7.x-0
Sylvain Desbureauxcbc703c2020-11-19 17:52:07 +010069 repository: '@local'
Alexander Dehn9b797d62020-04-21 09:53:50 +000070
71