[SO] Change sub component names
[oom.git] / kubernetes / so / requirements.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 dependencies:
15   - name: common
16     version: ~8.x-0
17     # local reference to common chart, as it is
18     # a part of this chart's package and will not
19     # be published independently to a repo (at this point)
20     repository: '@local'
21   - name: readinessCheck
22     version: ~8.x-0
23     repository: '@local'
24   - name: mariadb-galera
25     version: ~8.x-0
26     repository: '@local'
27     condition: global.mariadbGalera.localCluster
28   - name: repositoryGenerator
29     version: ~8.x-0
30     repository: '@local'
31   - name: soHelpers
32     version: ~8.x-0
33     repository: 'file://components/soHelpers'
34   - name: so-admin-cockpit
35     version: ~8.x-0
36     repository: 'file://components/so-admin-cockpit'
37     condition: so-admin-cockpit.enabled
38   - name: so-appc-orchestrator
39     version: ~8.x-0
40     repository: 'file://components/so-appc-orchestrator'
41     condition: so-appc-orchestrator.enabled
42   - name: so-bpmn-infra
43     version: ~8.x-0
44     repository: 'file://components/so-bpmn-infra'
45   - name: so-catalog-db-adapter
46     version: ~8.x-0
47     repository: 'file://components/so-catalog-db-adapter'
48     condition: so-catalog-db-adapter.enabled
49   - name: so-cnf-adapter
50     version: ~8.x-0
51     repository: "file://components/so-cnf-adapter"
52     condition: so-cnf-adapter.enabled
53   - name: so-etsi-nfvo-ns-lcm
54     version: ~8.x-0
55     repository: 'file://components/so-etsi-nfvo-ns-lcm'
56     condition: so-etsi-nfvo-ns-lcm.enabled
57   - name: so-etsi-sol003-adapter
58     version: ~8.x-0
59     repository: 'file://components/so-etsi-sol003-adapter'
60     condition: so-etsi-sol003-adapter.enabled
61   - name: so-mariadb
62     version: ~8.x-0
63     repository: 'file://components/so-mariadb'
64   - name: so-nssmf-adapter
65     version: ~8.x-0
66     repository: 'file://components/so-nssmf-adapter'
67     condition: so-nssmf-adapter.enabled
68   - name: so-oof-adapter
69     version: ~8.x-0
70     repository: 'file://components/so-oof-adapter'
71     condition: so-oof-adapter.enabled
72   - name: so-openstack-adapter
73     version: ~8.x-0
74     repository: 'file://components/so-openstack-adapter'
75     condition: so-openstack-adapter.enabled
76   - name: so-request-db-adapter
77     version: ~8.x-0
78     repository: 'file://components/so-request-db-adapter'
79   - name: so-sdc-controller
80     version: ~8.x-0
81     repository: 'file://components/so-sdc-controller'
82   - name: so-sdnc-adapter
83     version: ~8.x-0
84     repository: 'file://components/so-sdnc-adapter'
85     condition: so-sdnc-adapter.enabled
86   - name: so-ve-vnfm-adapter
87     version: ~8.x-0
88     repository: 'file://components/so-ve-vnfm-adapter'
89     condition: so-ve-vnfm-adapter.enabled
90   - name: so-vfc-adapter
91     version: ~8.x-0
92     repository: 'file://components/so-vfc-adapter'
93     condition: so-vfc-adapter.enabled