c982bffa9d7063674950954dbcb851a2aa2279cd
[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: ~6.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: mariadb-galera
22     version: ~6.x-0
23     repository: "@local"
24     condition: global.mariadbGalera.localCluster
25   - name: soHelpers
26     version: ~6.x-0
27     repository: "file://components/soHelpers"
28   - name: so-appc-orchestrator
29     version: ~6.x-0
30     repository: "file://components/so-appc-orchestrator"
31     condition: so-appc-orchestrator.enabled
32   - name: so-bpmn-infra
33     version: ~6.x-0
34     repository: "file://components/so-bpmn-infra"
35   - name: so-catalog-db-adapter
36     version: ~6.x-0
37     repository: "file://components/so-catalog-db-adapter"
38     condition: so-catalog-db-adapter.enabled
39   - name: so-cnf-adapter
40     version: ~6.x-0
41     repository: "file://components/so-cnf-adapter"
42     condition: so-cnf-adapter.enabled
43   - name: so-db-secrets
44     version: ~6.x-0
45     repository: "file://components/so-db-secrets"
46     condition: so-etsi-nfvo-ns-lcm.enabled
47   - name: so-etsi-nfvo-ns-lcm
48     version: ~6.x-0
49     repository: 'file://components/so-etsi-nfvo-ns-lcm'
50     condition: so-etsi-nfvo-ns-lcm.enabled
51   - name: so-mariadb
52     version: ~6.x-0
53     repository: "file://components/so-mariadb"
54   - name: so-monitoring
55     version: ~6.x-0
56     repository: "file://components/so-monitoring"
57     condition: so-monitoring.enabled
58   - name: so-nssmf-adapter
59     version: ~6.x-0
60     repository: "file://components/so-nssmf-adapter"
61     condition: so-nssmf-adapter.enabled
62   - name: so-oof-adapter
63     version: ~6.x-0
64     repository: 'file://components/so-oof-adapter'
65     condition: so-oof-adapter.enabled
66   - name: so-openstack-adapter
67     version: ~6.x-0
68     repository: "file://components/so-openstack-adapter"
69     condition: so-openstack-adapter.enabled
70   - name: so-request-db-adapter
71     version: ~6.x-0
72     repository: "file://components/so-request-db-adapter"
73   - name: so-sdc-controller
74     version: ~6.x-0
75     repository: "file://components/so-sdc-controller"
76   - name: so-sdnc-adapter
77     version: ~6.x-0
78     repository: "file://components/so-sdnc-adapter"
79     condition: so-sdnc-adapter.enabled
80   - name: so-secrets
81     version: ~6.x-0
82     repository: "file://components/so-secrets"
83   - name: so-ve-vnfm-adapter
84     version: ~6.x-0
85     repository: "file://components/so-ve-vnfm-adapter"
86     condition: so-ve-vnfm-adapter.enabled
87   - name: so-vfc-adapter
88     version: ~6.x-0
89     repository: "file://components/so-vfc-adapter"
90     condition: so-vfc-adapter.enabled
91   - name: so-vnfm-adapter
92     version: ~6.x-0
93     repository: "file://components/so-vnfm-adapter"
94     condition: so-vnfm-adapter.enabled