blob: b30efc10c18148989957bc439b573b6f04fbed75 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +02002# Modifications Copyright © 2021 Orange
efiacor370c6dc2021-10-12 14:10:49 +01003# Modifications Copyright © 2021 Nordix Foundation
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00004#
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
efiacor370c6dc2021-10-12 14:10:49 +010017apiVersion: v2
jmac065e2ce2018-03-29 01:18:02 +000018description: SDN Controller
kerenj9daad022017-08-23 13:35:43 +000019name: sdnc
efiacor370c6dc2021-10-12 14:10:49 +010020version: 10.0.0
21
22dependencies:
23 - name: common
24 version: ~10.x-0
25 repository: '@local'
26 - name: certInitializer
27 version: ~10.x-0
28 repository: '@local'
29 - name: certManagerCertificate
30 version: ~10.x-0
31 repository: '@local'
32 - name: logConfiguration
33 version: ~10.x-0
34 repository: '@local'
35 - name: network-name-gen
36 version: ~10.x-0
37 repository: '@local'
38 condition: network-name-gen.enabled
39 - name: dgbuilder
40 version: ~10.x-0
41 repository: '@local'
42 condition: dgbuilder.enabled
43 - name: sdnc-prom
44 version: ~10.x-0
45 repository: '@local'
46 condition: config.geoEnabled
47 - name: mariadb-galera
48 version: ~10.x-0
49 repository: '@local'
50 condition: global.mariadbGalera.localCluster
51 - name: elasticsearch
52 version: ~10.x-0
53 repository: '@local'
54 condition: config.sdnr.enabled
55 # conditions for sdnc-subcharts
56 - name: dmaap-listener
57 version: ~10.x-0
58 repository: 'file://components/dmaap-listener/'
59 condition: sdnc.dmaap-listener.enabled,dmaap-listener.enabled
60 - name: ueb-listener
61 version: ~10.x-0
62 repository: 'file://components/ueb-listener/'
63 condition: sdnc.ueb-listener.enabled,ueb-listener.enabled
64 - name: sdnc-ansible-server
65 version: ~10.x-0
66 repository: 'file://components/sdnc-ansible-server/'
67 condition: sdnc.sdnc-ansible-server.enabled,sdnc-ansible-server.enabled
68 - name: sdnc-web
69 version: ~10.x-0
70 repository: 'file://components/sdnc-web/'
71 condition: sdnc.sdnc-web.enabled,sdnc-web.enabled
72 - name: repositoryGenerator
73 version: ~10.x-0
74 repository: '@local'
75 - name: serviceAccount
76 version: ~10.x-0
77 repository: '@local'