vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 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. |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 14 | dependencies: |
Mandeep Khinda | a57d8dd | 2018-03-09 14:29:37 +0000 | [diff] [blame] | 15 | - name: common |
Sylvain Desbureaux | 1ef4caf | 2020-04-02 14:08:50 +0200 | [diff] [blame] | 16 | version: ~6.x-0 |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 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) |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 20 | repository: "@local" |
Mahendra Raghuwanshi | 72b69c1 | 2019-04-04 10:43:25 +0000 | [diff] [blame] | 21 | - name: mariadb-galera |
Sylvain Desbureaux | 1ef4caf | 2020-04-02 14:08:50 +0200 | [diff] [blame] | 22 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 23 | repository: "@local" |
Mahendra Raghuwanshi | 72b69c1 | 2019-04-04 10:43:25 +0000 | [diff] [blame] | 24 | condition: global.mariadbGalera.localCluster |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 25 | - name: soHelpers |
| 26 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 27 | repository: "file://components/soHelpers" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 28 | - name: so-appc-orchestrator |
| 29 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 30 | repository: "file://components/so-appc-orchestrator" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 31 | condition: so-appc-orchestrator.enabled |
| 32 | - name: so-bpmn-infra |
| 33 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 34 | repository: "file://components/so-bpmn-infra" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 35 | - name: so-catalog-db-adapter |
| 36 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 37 | repository: "file://components/so-catalog-db-adapter" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 38 | condition: so-catalog-db-adapter.enabled |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 39 | - name: so-cnf-adapter |
| 40 | version: ~6.x-0 |
| 41 | repository: "file://components/so-cnf-adapter" |
| 42 | condition: so-cnf-adapter.enabled |
AndrewLamb | 8e09044 | 2020-10-15 09:28:09 +0100 | [diff] [blame] | 43 | - name: so-etsi-nfvo-ns-lcm |
| 44 | version: ~6.x-0 |
| 45 | repository: 'file://components/so-etsi-nfvo-ns-lcm' |
| 46 | condition: so-etsi-nfvo-ns-lcm.enabled |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 47 | - name: so-mariadb |
| 48 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 49 | repository: "file://components/so-mariadb" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 50 | - name: so-monitoring |
| 51 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 52 | repository: "file://components/so-monitoring" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 53 | condition: so-monitoring.enabled |
| 54 | - name: so-nssmf-adapter |
| 55 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 56 | repository: "file://components/so-nssmf-adapter" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 57 | condition: so-nssmf-adapter.enabled |
Priyadharshini | 7dc0385 | 2020-08-27 04:36:03 -0700 | [diff] [blame] | 58 | - name: so-oof-adapter |
| 59 | version: ~6.x-0 |
| 60 | repository: 'file://components/so-oof-adapter' |
| 61 | condition: so-oof-adapter.enabled |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 62 | - name: so-openstack-adapter |
| 63 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 64 | repository: "file://components/so-openstack-adapter" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 65 | condition: so-openstack-adapter.enabled |
| 66 | - name: so-request-db-adapter |
| 67 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 68 | repository: "file://components/so-request-db-adapter" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 69 | - name: so-sdc-controller |
| 70 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 71 | repository: "file://components/so-sdc-controller" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 72 | - name: so-sdnc-adapter |
| 73 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 74 | repository: "file://components/so-sdnc-adapter" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 75 | condition: so-sdnc-adapter.enabled |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 76 | - name: so-ve-vnfm-adapter |
| 77 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 78 | repository: "file://components/so-ve-vnfm-adapter" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 79 | condition: so-ve-vnfm-adapter.enabled |
| 80 | - name: so-vfc-adapter |
| 81 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 82 | repository: "file://components/so-vfc-adapter" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 83 | condition: so-vfc-adapter.enabled |
| 84 | - name: so-vnfm-adapter |
| 85 | version: ~6.x-0 |
sekharhuawei | a2145f7 | 2020-10-12 14:57:13 +0530 | [diff] [blame] | 86 | repository: "file://components/so-vnfm-adapter" |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 87 | condition: so-vnfm-adapter.enabled |