blob: eb69410121122e61f48c2b4638a464b25e8eda4c [file] [log] [blame]
BorislavGe904ab22018-04-03 16:55:55 +03001# Copyright © 2018 Amdocs, AT&T, 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.
16
efiacor370c6dc2021-10-12 14:10:49 +010017apiVersion: v2
BorislavGe904ab22018-04-03 16:55:55 +030018description: ONAP DCAE Gen2
Mandeep Khindade8d47e2017-09-21 18:22:10 +000019name: dcaegen2
efiacor370c6dc2021-10-12 14:10:49 +010020version: 10.0.0
21
22dependencies:
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 Lucasc1aa1602022-01-11 12:57:19 -050062