blob: ba1e47a3536467053ad8a214157cf2b37aceea2e [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
Andreas Geissler86791bb2022-06-24 10:40:50 +020020version: 11.0.0
efiacor370c6dc2021-10-12 14:10:49 +010021
22dependencies:
23 - name: common
Andreas Geissler86791bb2022-06-24 10:40:50 +020024 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010025 repository: '@local'
26 - name: dcae-bootstrap
Andreas Geissler86791bb2022-06-24 10:40:50 +020027 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010028 repository: 'file://components/dcae-bootstrap'
29 condition: dcae-bootstrap.enabled
30 - name: dcae-cloudify-manager
Andreas Geissler86791bb2022-06-24 10:40:50 +020031 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010032 repository: 'file://components/dcae-cloudify-manager'
33 condition: dcae-cloudify-manager.enabled
34 - name: dcae-config-binding-service
Andreas Geissler86791bb2022-06-24 10:40:50 +020035 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010036 repository: 'file://components/dcae-config-binding-service'
37 condition: dcae-config-binding-service.enabled
38 - name: dcae-healthcheck
Andreas Geissler86791bb2022-06-24 10:40:50 +020039 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010040 repository: 'file://components/dcae-healthcheck'
41 condition: dcae-healthcheck.enabled
42 - name: dcae-servicechange-handler
Andreas Geissler86791bb2022-06-24 10:40:50 +020043 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010044 repository: 'file://components/dcae-servicechange-handler'
45 condition: dcae-servicechange-handler.enabled
46 - name: dcae-inventory-api
Andreas Geissler86791bb2022-06-24 10:40:50 +020047 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010048 repository: 'file://components/dcae-inventory-api'
49 condition: dcae-inventory-api.enabled
50 - name: dcae-deployment-handler
Andreas Geissler86791bb2022-06-24 10:40:50 +020051 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010052 repository: 'file://components/dcae-deployment-handler'
53 condition: dcae-deployment-handler.enabled
54 - name: dcae-policy-handler
Andreas Geissler86791bb2022-06-24 10:40:50 +020055 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010056 repository: 'file://components/dcae-policy-handler'
57 condition: dcae-policy-handler.enabled
58 - name: dcae-dashboard
Andreas Geissler86791bb2022-06-24 10:40:50 +020059 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010060 repository: 'file://components/dcae-dashboard'
61 condition: dcae-dashboard.enabled
Jack Lucasc1aa1602022-01-11 12:57:19 -050062