Merge "[COMMON] Add missing .helmignore files and "components/" entries"
[oom.git] / kubernetes / oof / components / oof-cmso / requirements.yaml
1 # Copyright © 2018 AT&T
2 # Copyright (C) 2020 Wipro Limited.
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: ~8.x-0
19     # local reference to common chart, as it is
20     # a part of this chart's package and will not
21     # be published independently to a repo (at this point)
22     repository: '@local'
23   - name: mariadb-galera
24     version: ~8.x-0
25     repository: '@local'
26     condition: global.mariadbGalera.localCluster
27   - name: mariadb-init
28     version: ~8.x-0
29     repository: '@local'
30   - name: oof-cmso-optimizer
31     version: ~8.x-0
32     repository: 'file://components/oof-cmso-optimizer'
33     condition: oof-cmso-optimizer.enabled
34   - name: oof-cmso-service
35     version: ~8.x-0
36     repository: 'file://components/oof-cmso-service'
37     condition: oof-cmso-service.enabled
38   - name: oof-cmso-ticketmgt
39     version: ~8.x-0
40     repository: 'file://components/oof-cmso-ticketmgt'
41     condition: oof-cmso-ticketmgt.enabled
42   - name: oof-cmso-topology
43     version: ~8.x-0
44     repository: 'file://components/oof-cmso-topology'
45     condition: oof-cmso-topology.enabled
46   - name: repositoryGenerator
47     version: ~8.x-0
48     repository: '@local'