blob: 0c47c3b95500dde562185a4c742ab10f8847f782 [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.
efiacor370c6dc2021-10-12 14:10:49 +010016apiVersion: v2
Mike Elliottd32d36e2018-02-12 15:54:03 -050017description: ONAP Service Orchestrator
18name: so
efiacor370c6dc2021-10-12 14:10:49 +010019version: 10.0.0
20
21dependencies:
22 - name: common
23 version: ~10.x-0
24 # local reference to common chart, as it is
25 # a part of this chart's package and will not
26 # be published independently to a repo (at this point)
27 repository: '@local'
28 - name: certInitializer
29 version: ~10.x-0
30 repository: '@local'
Andreas Geissler17be9622022-04-29 13:33:02 +020031 condition: global.aafEnabled
efiacor370c6dc2021-10-12 14:10:49 +010032 - name: readinessCheck
33 version: ~10.x-0
34 repository: '@local'
35 - name: mariadb-galera
36 version: ~10.x-0
37 repository: '@local'
38 condition: global.mariadbGalera.localCluster
39 - name: repositoryGenerator
40 version: ~10.x-0
41 repository: '@local'
42 - name: soHelpers
43 version: ~10.x-0
44 repository: 'file://components/soHelpers'
45 - name: so-admin-cockpit
46 version: ~10.x-0
47 repository: 'file://components/so-admin-cockpit'
48 condition: so-admin-cockpit.enabled
49 - name: so-appc-orchestrator
50 version: ~10.x-0
51 repository: 'file://components/so-appc-orchestrator'
52 condition: so-appc-orchestrator.enabled
53 - name: so-bpmn-infra
54 version: ~10.x-0
55 repository: 'file://components/so-bpmn-infra'
56 - name: so-catalog-db-adapter
57 version: ~10.x-0
58 repository: 'file://components/so-catalog-db-adapter'
59 condition: so-catalog-db-adapter.enabled
60 - name: so-cnf-adapter
61 version: ~10.x-0
62 repository: "file://components/so-cnf-adapter"
63 condition: so-cnf-adapter.enabled
64 - name: so-etsi-nfvo-ns-lcm
65 version: ~10.x-0
66 repository: 'file://components/so-etsi-nfvo-ns-lcm'
67 condition: so-etsi-nfvo-ns-lcm.enabled
68 - name: so-etsi-sol003-adapter
69 version: ~10.x-0
70 repository: 'file://components/so-etsi-sol003-adapter'
71 condition: so-etsi-sol003-adapter.enabled
72 - name: so-mariadb
73 version: ~10.x-0
74 repository: 'file://components/so-mariadb'
75 - name: so-nssmf-adapter
76 version: ~10.x-0
77 repository: 'file://components/so-nssmf-adapter'
78 condition: so-nssmf-adapter.enabled
79 - name: so-oof-adapter
80 version: ~10.x-0
81 repository: 'file://components/so-oof-adapter'
82 condition: so-oof-adapter.enabled
83 - name: so-openstack-adapter
84 version: ~10.x-0
85 repository: 'file://components/so-openstack-adapter'
86 condition: so-openstack-adapter.enabled
87 - name: so-request-db-adapter
88 version: ~10.x-0
89 repository: 'file://components/so-request-db-adapter'
90 - name: so-sdc-controller
91 version: ~10.x-0
92 repository: 'file://components/so-sdc-controller'
93 - name: so-sdnc-adapter
94 version: ~10.x-0
95 repository: 'file://components/so-sdnc-adapter'
96 condition: so-sdnc-adapter.enabled
97 - name: so-ve-vnfm-adapter
98 version: ~10.x-0
99 repository: 'file://components/so-ve-vnfm-adapter'
100 condition: so-ve-vnfm-adapter.enabled
101 - name: so-etsi-sol005-adapter
102 version: ~10.x-0
103 repository: 'file://components/so-etsi-sol005-adapter'
104 condition: so-etsi-sol005-adapter.enabled
105 - name: serviceAccount
106 version: ~10.x-0
107 repository: '@local'