blob: fd57517e32dbb1de48abd6e87e7d4a979a521fad [file] [log] [blame]
Alexander Dehn9b797d62020-04-21 09:53:50 +00001# Copyright © 2017 Amdocs, Bell Canada,
2# Copyright © 2020 highstreet technologies GmbH
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
jmac065e2ce2018-03-29 01:18:02 +000016dependencies:
17 - name: common
Sylvain Desbureaux1ef4caf2020-04-02 14:08:50 +020018 version: ~6.x-0
jmac065e2ce2018-03-29 01:18:02 +000019 repository: '@local'
Krzysztof Opasiak8ab45472020-05-12 12:53:50 +020020 - name: certInitializer
21 version: ~6.x-0
22 repository: '@local'
Sylvain Desbureauxbcf72512020-07-22 10:45:18 +020023 - name: logConfiguration
24 version: ~6.x-0
25 repository: '@local'
Alexis de Talhouët5fdb8c32018-09-21 14:23:00 -040026 - name: network-name-gen
Sylvain Desbureaux1ef4caf2020-04-02 14:08:50 +020027 version: ~6.x-0
Alexis de Talhouët5fdb8c32018-09-21 14:23:00 -040028 repository: '@local'
Alexander Dehn9b797d62020-04-21 09:53:50 +000029 condition: network-name-gen.enabled
jmac065e2ce2018-03-29 01:18:02 +000030 - name: dgbuilder
Sylvain Desbureaux1ef4caf2020-04-02 14:08:50 +020031 version: ~6.x-0
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040032 repository: '@local'
Alexander Dehn9b797d62020-04-21 09:53:50 +000033 condition: dgbuilder.enabled
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040034 - name: sdnc-prom
Sylvain Desbureaux1ef4caf2020-04-02 14:08:50 +020035 version: ~6.x-0
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -040036 repository: '@local'
37 condition: config.geoEnabled
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000038 - name: mariadb-galera
Sylvain Desbureaux1ef4caf2020-04-02 14:08:50 +020039 version: ~6.x-0
Mahendra Raghuwanshib76cb282019-04-09 10:13:07 +000040 repository: '@local'
Krzysztof Opasiakcc97c732020-02-25 23:31:20 +010041 condition: .global.mariadbGalera.localCluster
Alexander Dehnab86ec12020-02-05 14:38:54 +000042 - name: elasticsearch
43 version: ~6.x-0
44 repository: '@local'
Alexander Dehn9b797d62020-04-21 09:53:50 +000045 condition: config.sdnr.enabled
46 # conditions for sdnc-subcharts
47 - name: dmaap-listener
48 version: ~6.x-0
49 repository: 'file://components/dmaap-listener/'
50 condition: sdnc.dmaap-listener.enabled,dmaap-listener.enabled
51 - name: ueb-listener
52 version: ~6.x-0
53 repository: 'file://components/ueb-listener/'
54 condition: sdnc.ueb-listener.enabled,ueb-listener.enabled
55 - name: sdnc-ansible-server
56 version: ~6.x-0
57 repository: 'file://components/sdnc-ansible-server/'
58 condition: sdnc.sdnc-ansible-server.enabled,sdnc-ansible-server.enabled
59 - name: sdnc-web
60 version: ~6.x-0
61 repository: 'file://components/sdnc-web/'
62 condition: sdnc.sdnc-web.enabled,sdnc-web.enabled
63
64
65