blob: c61f522b314dd0b69fad4b9f26010990eb6d0770 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# 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.
Mike Elliottd32d36e2018-02-12 15:54:03 -050014dependencies:
Mandeep Khindaa57d8dd2018-03-09 14:29:37 +000015 - name: common
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010016 version: ~7.x-0
Mike Elliottd32d36e2018-02-12 15:54:03 -050017 # 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)
Sylvain Desbureauxd055a172020-10-30 14:32:03 +010020 repository: '@local'
21 - name: readinessCheck
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010022 version: ~7.x-0
Sylvain Desbureauxd055a172020-10-30 14:32:03 +010023 repository: '@local'
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +000024 - name: mariadb-galera
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010025 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000026 repository: '@local'
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +000027 condition: global.mariadbGalera.localCluster
Sylvain Desbureaux747982c2020-11-19 17:40:05 +010028 - name: repositoryGenerator
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010029 version: ~7.x-0
Sylvain Desbureaux747982c2020-11-19 17:40:05 +010030 repository: '@local'
seshukm0df1f8e2020-08-17 21:45:49 +053031 - name: soHelpers
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010032 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000033 repository: 'file://components/soHelpers'
seshukm0df1f8e2020-08-17 21:45:49 +053034 - name: so-appc-orchestrator
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010035 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000036 repository: 'file://components/so-appc-orchestrator'
seshukm0df1f8e2020-08-17 21:45:49 +053037 condition: so-appc-orchestrator.enabled
38 - name: so-bpmn-infra
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010039 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000040 repository: 'file://components/so-bpmn-infra'
seshukm0df1f8e2020-08-17 21:45:49 +053041 - name: so-catalog-db-adapter
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010042 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000043 repository: 'file://components/so-catalog-db-adapter'
seshukm0df1f8e2020-08-17 21:45:49 +053044 condition: so-catalog-db-adapter.enabled
sekharhuawei2e799e92020-11-14 17:06:56 +053045 - name: so-cnf-adapter
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010046 version: ~7.x-0
sekharhuawei2e799e92020-11-14 17:06:56 +053047 repository: "file://components/so-cnf-adapter"
48 condition: so-cnf-adapter.enabled
AndrewLamb8e090442020-10-15 09:28:09 +010049 - name: so-etsi-nfvo-ns-lcm
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010050 version: ~7.x-0
AndrewLamb8e090442020-10-15 09:28:09 +010051 repository: 'file://components/so-etsi-nfvo-ns-lcm'
52 condition: so-etsi-nfvo-ns-lcm.enabled
seshukm0df1f8e2020-08-17 21:45:49 +053053 - name: so-mariadb
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010054 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000055 repository: 'file://components/so-mariadb'
seshukm0df1f8e2020-08-17 21:45:49 +053056 - name: so-monitoring
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010057 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000058 repository: 'file://components/so-monitoring'
seshukm0df1f8e2020-08-17 21:45:49 +053059 condition: so-monitoring.enabled
60 - name: so-nssmf-adapter
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010061 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000062 repository: 'file://components/so-nssmf-adapter'
seshukm0df1f8e2020-08-17 21:45:49 +053063 condition: so-nssmf-adapter.enabled
Priyadharshini7dc03852020-08-27 04:36:03 -070064 - name: so-oof-adapter
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010065 version: ~7.x-0
Priyadharshini7dc03852020-08-27 04:36:03 -070066 repository: 'file://components/so-oof-adapter'
67 condition: so-oof-adapter.enabled
seshukm0df1f8e2020-08-17 21:45:49 +053068 - name: so-openstack-adapter
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010069 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000070 repository: 'file://components/so-openstack-adapter'
seshukm0df1f8e2020-08-17 21:45:49 +053071 condition: so-openstack-adapter.enabled
72 - name: so-request-db-adapter
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010073 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000074 repository: 'file://components/so-request-db-adapter'
seshukm0df1f8e2020-08-17 21:45:49 +053075 - name: so-sdc-controller
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010076 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000077 repository: 'file://components/so-sdc-controller'
seshukm0df1f8e2020-08-17 21:45:49 +053078 - name: so-sdnc-adapter
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010079 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000080 repository: 'file://components/so-sdnc-adapter'
seshukm0df1f8e2020-08-17 21:45:49 +053081 condition: so-sdnc-adapter.enabled
seshukm0df1f8e2020-08-17 21:45:49 +053082 - name: so-ve-vnfm-adapter
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010083 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000084 repository: 'file://components/so-ve-vnfm-adapter'
seshukm0df1f8e2020-08-17 21:45:49 +053085 condition: so-ve-vnfm-adapter.enabled
86 - name: so-vfc-adapter
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010087 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000088 repository: 'file://components/so-vfc-adapter'
seshukm0df1f8e2020-08-17 21:45:49 +053089 condition: so-vfc-adapter.enabled
90 - name: so-vnfm-adapter
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010091 version: ~7.x-0
Sylvain Desbureauxd24825b2020-11-03 15:52:44 +000092 repository: 'file://components/so-vnfm-adapter'
seshukm0df1f8e2020-08-17 21:45:49 +053093 condition: so-vnfm-adapter.enabled