Merge "[HOLMES] Use direct name for consul"
[oom.git] / kubernetes / sdnc / requirements.yaml
1
2 # Copyright © 2017 Amdocs, Bell Canada,
3 # Copyright © 2020 highstreet technologies GmbH
4 # Copyright © 2021 Nokia
5 # Modifications Copyright © 2021 Orange
6 #
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.
18 dependencies:
19   - name: common
20     version: ~9.x-0
21     repository: '@local'
22   - name: certInitializer
23     version: ~9.x-0
24     repository: '@local'
25   - name: certManagerCertificate
26     version: ~9.x-0
27     repository: '@local'
28   - name: logConfiguration
29     version: ~9.x-0
30     repository: '@local'
31   - name: network-name-gen
32     version: ~9.x-0
33     repository: '@local'
34     condition: network-name-gen.enabled
35   - name: dgbuilder
36     version: ~9.x-0
37     repository: '@local'
38     condition: dgbuilder.enabled
39   - name: sdnc-prom
40     version: ~9.x-0
41     repository: '@local'
42     condition: config.geoEnabled
43   - name: mariadb-galera
44     version: ~9.x-0
45     repository: '@local'
46     condition: global.mariadbGalera.localCluster
47   - name: elasticsearch
48     version: ~9.x-0
49     repository: '@local'
50     condition: config.sdnr.enabled
51   # conditions for sdnc-subcharts
52   - name: dmaap-listener
53     version: ~9.x-0
54     repository: 'file://components/dmaap-listener/'
55     condition: sdnc.dmaap-listener.enabled,dmaap-listener.enabled
56   - name: ueb-listener
57     version: ~9.x-0
58     repository: 'file://components/ueb-listener/'
59     condition: sdnc.ueb-listener.enabled,ueb-listener.enabled
60   - name: sdnc-ansible-server
61     version: ~9.x-0
62     repository: 'file://components/sdnc-ansible-server/'
63     condition: sdnc.sdnc-ansible-server.enabled,sdnc-ansible-server.enabled
64   - name: sdnc-web
65     version: ~9.x-0
66     repository: 'file://components/sdnc-web/'
67     condition: sdnc.sdnc-web.enabled,sdnc-web.enabled
68   - name: repositoryGenerator
69     version: ~9.x-0
70     repository: '@local'
71   - name: serviceAccount
72     version: ~9.x-0
73     repository: '@local'