BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 1 | # Copyright © 2018 Amdocs, AT&T, 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. |
| 16 | |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 17 | apiVersion: v2 |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 18 | description: ONAP DCAE Gen2 |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 19 | name: dcaegen2 |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 20 | version: 10.0.0 |
| 21 | |
| 22 | dependencies: |
| 23 | - name: common |
| 24 | version: ~10.x-0 |
| 25 | repository: '@local' |
| 26 | - name: dcae-bootstrap |
| 27 | version: ~10.x-0 |
| 28 | repository: 'file://components/dcae-bootstrap' |
| 29 | condition: dcae-bootstrap.enabled |
| 30 | - name: dcae-cloudify-manager |
| 31 | version: ~10.x-0 |
| 32 | repository: 'file://components/dcae-cloudify-manager' |
| 33 | condition: dcae-cloudify-manager.enabled |
| 34 | - name: dcae-config-binding-service |
| 35 | version: ~10.x-0 |
| 36 | repository: 'file://components/dcae-config-binding-service' |
| 37 | condition: dcae-config-binding-service.enabled |
| 38 | - name: dcae-healthcheck |
| 39 | version: ~10.x-0 |
| 40 | repository: 'file://components/dcae-healthcheck' |
| 41 | condition: dcae-healthcheck.enabled |
| 42 | - name: dcae-servicechange-handler |
| 43 | version: ~10.x-0 |
| 44 | repository: 'file://components/dcae-servicechange-handler' |
| 45 | condition: dcae-servicechange-handler.enabled |
| 46 | - name: dcae-inventory-api |
| 47 | version: ~10.x-0 |
| 48 | repository: 'file://components/dcae-inventory-api' |
| 49 | condition: dcae-inventory-api.enabled |
| 50 | - name: dcae-deployment-handler |
| 51 | version: ~10.x-0 |
| 52 | repository: 'file://components/dcae-deployment-handler' |
| 53 | condition: dcae-deployment-handler.enabled |
| 54 | - name: dcae-policy-handler |
| 55 | version: ~10.x-0 |
| 56 | repository: 'file://components/dcae-policy-handler' |
| 57 | condition: dcae-policy-handler.enabled |
| 58 | - name: dcae-dashboard |
| 59 | version: ~10.x-0 |
| 60 | repository: 'file://components/dcae-dashboard' |
| 61 | condition: dcae-dashboard.enabled |
Jack Lucas | c1aa160 | 2022-01-11 12:57:19 -0500 | [diff] [blame] | 62 | |