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