vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 2 | # Modifications Copyright © 2021 Orange |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame^] | 3 | # Modifications Copyright © 2021 Nordix Foundation |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 4 | # |
| 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. |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame^] | 16 | apiVersion: v2 |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 17 | description: ONAP Service Orchestrator |
| 18 | name: so |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame^] | 19 | version: 10.0.0 |
| 20 | |
| 21 | dependencies: |
| 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' |
| 31 | - name: readinessCheck |
| 32 | version: ~10.x-0 |
| 33 | repository: '@local' |
| 34 | - name: mariadb-galera |
| 35 | version: ~10.x-0 |
| 36 | repository: '@local' |
| 37 | condition: global.mariadbGalera.localCluster |
| 38 | - name: repositoryGenerator |
| 39 | version: ~10.x-0 |
| 40 | repository: '@local' |
| 41 | - name: soHelpers |
| 42 | version: ~10.x-0 |
| 43 | repository: 'file://components/soHelpers' |
| 44 | - name: so-admin-cockpit |
| 45 | version: ~10.x-0 |
| 46 | repository: 'file://components/so-admin-cockpit' |
| 47 | condition: so-admin-cockpit.enabled |
| 48 | - name: so-appc-orchestrator |
| 49 | version: ~10.x-0 |
| 50 | repository: 'file://components/so-appc-orchestrator' |
| 51 | condition: so-appc-orchestrator.enabled |
| 52 | - name: so-bpmn-infra |
| 53 | version: ~10.x-0 |
| 54 | repository: 'file://components/so-bpmn-infra' |
| 55 | - name: so-catalog-db-adapter |
| 56 | version: ~10.x-0 |
| 57 | repository: 'file://components/so-catalog-db-adapter' |
| 58 | condition: so-catalog-db-adapter.enabled |
| 59 | - name: so-cnf-adapter |
| 60 | version: ~10.x-0 |
| 61 | repository: "file://components/so-cnf-adapter" |
| 62 | condition: so-cnf-adapter.enabled |
| 63 | - name: so-etsi-nfvo-ns-lcm |
| 64 | version: ~10.x-0 |
| 65 | repository: 'file://components/so-etsi-nfvo-ns-lcm' |
| 66 | condition: so-etsi-nfvo-ns-lcm.enabled |
| 67 | - name: so-etsi-sol003-adapter |
| 68 | version: ~10.x-0 |
| 69 | repository: 'file://components/so-etsi-sol003-adapter' |
| 70 | condition: so-etsi-sol003-adapter.enabled |
| 71 | - name: so-mariadb |
| 72 | version: ~10.x-0 |
| 73 | repository: 'file://components/so-mariadb' |
| 74 | - name: so-nssmf-adapter |
| 75 | version: ~10.x-0 |
| 76 | repository: 'file://components/so-nssmf-adapter' |
| 77 | condition: so-nssmf-adapter.enabled |
| 78 | - name: so-oof-adapter |
| 79 | version: ~10.x-0 |
| 80 | repository: 'file://components/so-oof-adapter' |
| 81 | condition: so-oof-adapter.enabled |
| 82 | - name: so-openstack-adapter |
| 83 | version: ~10.x-0 |
| 84 | repository: 'file://components/so-openstack-adapter' |
| 85 | condition: so-openstack-adapter.enabled |
| 86 | - name: so-request-db-adapter |
| 87 | version: ~10.x-0 |
| 88 | repository: 'file://components/so-request-db-adapter' |
| 89 | - name: so-sdc-controller |
| 90 | version: ~10.x-0 |
| 91 | repository: 'file://components/so-sdc-controller' |
| 92 | - name: so-sdnc-adapter |
| 93 | version: ~10.x-0 |
| 94 | repository: 'file://components/so-sdnc-adapter' |
| 95 | condition: so-sdnc-adapter.enabled |
| 96 | - name: so-ve-vnfm-adapter |
| 97 | version: ~10.x-0 |
| 98 | repository: 'file://components/so-ve-vnfm-adapter' |
| 99 | condition: so-ve-vnfm-adapter.enabled |
| 100 | - name: so-etsi-sol005-adapter |
| 101 | version: ~10.x-0 |
| 102 | repository: 'file://components/so-etsi-sol005-adapter' |
| 103 | condition: so-etsi-sol005-adapter.enabled |
| 104 | - name: serviceAccount |
| 105 | version: ~10.x-0 |
| 106 | repository: '@local' |