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