Merge "[HOLMES] Use direct name for consul"
[oom.git] / kubernetes / so / requirements.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2021 Orange
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 dependencies:
16   - name: common
17     version: ~9.x-0
18     # local reference to common chart, as it is
19     # a part of this chart's package and will not
20     # be published independently to a repo (at this point)
21     repository: '@local'
22   - name: certInitializer
23     version: ~9.x-0
24     repository: '@local'
25   - name: readinessCheck
26     version: ~9.x-0
27     repository: '@local'
28   - name: mariadb-galera
29     version: ~9.x-0
30     repository: '@local'
31     condition: global.mariadbGalera.localCluster
32   - name: repositoryGenerator
33     version: ~9.x-0
34     repository: '@local'
35   - name: soHelpers
36     version: ~9.x-0
37     repository: 'file://components/soHelpers'
38   - name: so-admin-cockpit
39     version: ~9.x-0
40     repository: 'file://components/so-admin-cockpit'
41     condition: so-admin-cockpit.enabled
42   - name: so-appc-orchestrator
43     version: ~9.x-0
44     repository: 'file://components/so-appc-orchestrator'
45     condition: so-appc-orchestrator.enabled
46   - name: so-bpmn-infra
47     version: ~9.x-0
48     repository: 'file://components/so-bpmn-infra'
49   - name: so-catalog-db-adapter
50     version: ~9.x-0
51     repository: 'file://components/so-catalog-db-adapter'
52     condition: so-catalog-db-adapter.enabled
53   - name: so-cnf-adapter
54     version: ~9.x-0
55     repository: "file://components/so-cnf-adapter"
56     condition: so-cnf-adapter.enabled
57   - name: so-etsi-nfvo-ns-lcm
58     version: ~9.x-0
59     repository: 'file://components/so-etsi-nfvo-ns-lcm'
60     condition: so-etsi-nfvo-ns-lcm.enabled
61   - name: so-etsi-sol003-adapter
62     version: ~9.x-0
63     repository: 'file://components/so-etsi-sol003-adapter'
64     condition: so-etsi-sol003-adapter.enabled
65   - name: so-mariadb
66     version: ~9.x-0
67     repository: 'file://components/so-mariadb'
68   - name: so-nssmf-adapter
69     version: ~9.x-0
70     repository: 'file://components/so-nssmf-adapter'
71     condition: so-nssmf-adapter.enabled
72   - name: so-oof-adapter
73     version: ~9.x-0
74     repository: 'file://components/so-oof-adapter'
75     condition: so-oof-adapter.enabled
76   - name: so-openstack-adapter
77     version: ~9.x-0
78     repository: 'file://components/so-openstack-adapter'
79     condition: so-openstack-adapter.enabled
80   - name: so-request-db-adapter
81     version: ~9.x-0
82     repository: 'file://components/so-request-db-adapter'
83   - name: so-sdc-controller
84     version: ~9.x-0
85     repository: 'file://components/so-sdc-controller'
86   - name: so-sdnc-adapter
87     version: ~9.x-0
88     repository: 'file://components/so-sdnc-adapter'
89     condition: so-sdnc-adapter.enabled
90   - name: so-ve-vnfm-adapter
91     version: ~9.x-0
92     repository: 'file://components/so-ve-vnfm-adapter'
93     condition: so-ve-vnfm-adapter.enabled
94   - name: so-etsi-sol005-adapter
95     version: ~9.x-0
96     repository: 'file://components/so-etsi-sol005-adapter'
97     condition: so-etsi-sol005-adapter.enabled
98   - name: serviceAccount
99     version: ~9.x-0
100     repository: '@local'