Alexander Dehn | 9b797d6 | 2020-04-21 09:53:50 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada, |
| 2 | # Copyright © 2020 highstreet technologies GmbH |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 3 | # |
| 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 | |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 16 | dependencies: |
| 17 | - name: common |
Sylvain Desbureaux | 1ef4caf | 2020-04-02 14:08:50 +0200 | [diff] [blame] | 18 | version: ~6.x-0 |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 19 | repository: '@local' |
Krzysztof Opasiak | 8ab4547 | 2020-05-12 12:53:50 +0200 | [diff] [blame] | 20 | - name: certInitializer |
| 21 | version: ~6.x-0 |
| 22 | repository: '@local' |
Sylvain Desbureaux | bcf7251 | 2020-07-22 10:45:18 +0200 | [diff] [blame] | 23 | - name: logConfiguration |
| 24 | version: ~6.x-0 |
| 25 | repository: '@local' |
Alexis de Talhouët | 5fdb8c3 | 2018-09-21 14:23:00 -0400 | [diff] [blame] | 26 | - name: network-name-gen |
Sylvain Desbureaux | 1ef4caf | 2020-04-02 14:08:50 +0200 | [diff] [blame] | 27 | version: ~6.x-0 |
Alexis de Talhouët | 5fdb8c3 | 2018-09-21 14:23:00 -0400 | [diff] [blame] | 28 | repository: '@local' |
Alexander Dehn | 9b797d6 | 2020-04-21 09:53:50 +0000 | [diff] [blame] | 29 | condition: network-name-gen.enabled |
jmac | 065e2ce | 2018-03-29 01:18:02 +0000 | [diff] [blame] | 30 | - name: dgbuilder |
Sylvain Desbureaux | 1ef4caf | 2020-04-02 14:08:50 +0200 | [diff] [blame] | 31 | version: ~6.x-0 |
Mohammadreza Pasandideh | b642ee5 | 2018-06-19 15:19:53 -0400 | [diff] [blame] | 32 | repository: '@local' |
Alexander Dehn | 9b797d6 | 2020-04-21 09:53:50 +0000 | [diff] [blame] | 33 | condition: dgbuilder.enabled |
Mohammadreza Pasandideh | b642ee5 | 2018-06-19 15:19:53 -0400 | [diff] [blame] | 34 | - name: sdnc-prom |
Sylvain Desbureaux | 1ef4caf | 2020-04-02 14:08:50 +0200 | [diff] [blame] | 35 | version: ~6.x-0 |
Mohammadreza Pasandideh | b642ee5 | 2018-06-19 15:19:53 -0400 | [diff] [blame] | 36 | repository: '@local' |
| 37 | condition: config.geoEnabled |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 38 | - name: mariadb-galera |
Sylvain Desbureaux | 1ef4caf | 2020-04-02 14:08:50 +0200 | [diff] [blame] | 39 | version: ~6.x-0 |
Mahendra Raghuwanshi | b76cb28 | 2019-04-09 10:13:07 +0000 | [diff] [blame] | 40 | repository: '@local' |
Krzysztof Opasiak | cc97c73 | 2020-02-25 23:31:20 +0100 | [diff] [blame] | 41 | condition: .global.mariadbGalera.localCluster |
Alexander Dehn | ab86ec1 | 2020-02-05 14:38:54 +0000 | [diff] [blame] | 42 | - name: elasticsearch |
| 43 | version: ~6.x-0 |
| 44 | repository: '@local' |
Alexander Dehn | 9b797d6 | 2020-04-21 09:53:50 +0000 | [diff] [blame] | 45 | 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 | |