Durgpal | 7ad4069 | 2018-08-03 07:28:36 +0000 | [diff] [blame] | 1 | # Copyright © 2018 AT&T, Amdocs, Bell Canada Intellectual Property. All rights reserved. |
Michal Banka | 3d48748 | 2021-02-11 10:36:47 +0100 | [diff] [blame] | 2 | # Modifications Copyright © 2021 Nokia |
Durgpal | 7ad4069 | 2018-08-03 07:28:36 +0000 | [diff] [blame] | 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
BorislavG | 3c751b3 | 2018-03-26 21:13:34 +0300 | [diff] [blame] | 16 | dependencies: |
| 17 | - name: common |
Sylvain Desbureaux | 557628a | 2021-03-24 14:59:16 +0100 | [diff] [blame] | 18 | version: ~8.x-0 |
BorislavG | 3c751b3 | 2018-03-26 21:13:34 +0300 | [diff] [blame] | 19 | repository: '@local' |
Ubuntu | e9cd1ee | 2019-11-07 16:26:50 +0000 | [diff] [blame] | 20 | - name: dcae-bootstrap |
Sylvain Desbureaux | 557628a | 2021-03-24 14:59:16 +0100 | [diff] [blame] | 21 | version: ~8.x-0 |
Ubuntu | e9cd1ee | 2019-11-07 16:26:50 +0000 | [diff] [blame] | 22 | repository: 'file://components/dcae-bootstrap' |
| 23 | condition: dcae-bootstrap.enabled |
| 24 | - name: dcae-cloudify-manager |
Sylvain Desbureaux | 557628a | 2021-03-24 14:59:16 +0100 | [diff] [blame] | 25 | version: ~8.x-0 |
Ubuntu | e9cd1ee | 2019-11-07 16:26:50 +0000 | [diff] [blame] | 26 | repository: 'file://components/dcae-cloudify-manager' |
| 27 | condition: dcae-cloudify-manager.enabled |
| 28 | - name: dcae-config-binding-service |
Sylvain Desbureaux | 557628a | 2021-03-24 14:59:16 +0100 | [diff] [blame] | 29 | version: ~8.x-0 |
Ubuntu | e9cd1ee | 2019-11-07 16:26:50 +0000 | [diff] [blame] | 30 | repository: 'file://components/dcae-config-binding-service' |
| 31 | condition: dcae-config-binding-service.enabled |
| 32 | - name: dcae-healthcheck |
Sylvain Desbureaux | 557628a | 2021-03-24 14:59:16 +0100 | [diff] [blame] | 33 | version: ~8.x-0 |
Ubuntu | e9cd1ee | 2019-11-07 16:26:50 +0000 | [diff] [blame] | 34 | repository: 'file://components/dcae-healthcheck' |
| 35 | condition: dcae-healthcheck.enabled |
Ubuntu | e9cd1ee | 2019-11-07 16:26:50 +0000 | [diff] [blame] | 36 | - name: dcae-servicechange-handler |
Sylvain Desbureaux | 557628a | 2021-03-24 14:59:16 +0100 | [diff] [blame] | 37 | version: ~8.x-0 |
Ubuntu | e9cd1ee | 2019-11-07 16:26:50 +0000 | [diff] [blame] | 38 | repository: 'file://components/dcae-servicechange-handler' |
| 39 | condition: dcae-servicechange-handler.enabled |
| 40 | - name: dcae-inventory-api |
Sylvain Desbureaux | 557628a | 2021-03-24 14:59:16 +0100 | [diff] [blame] | 41 | version: ~8.x-0 |
Ubuntu | e9cd1ee | 2019-11-07 16:26:50 +0000 | [diff] [blame] | 42 | repository: 'file://components/dcae-inventory-api' |
| 43 | condition: dcae-inventory-api.enabled |
| 44 | - name: dcae-deployment-handler |
Sylvain Desbureaux | 557628a | 2021-03-24 14:59:16 +0100 | [diff] [blame] | 45 | version: ~8.x-0 |
Ubuntu | e9cd1ee | 2019-11-07 16:26:50 +0000 | [diff] [blame] | 46 | repository: 'file://components/dcae-deployment-handler' |
| 47 | condition: dcae-deployment-handler.enabled |
| 48 | - name: dcae-policy-handler |
Sylvain Desbureaux | 557628a | 2021-03-24 14:59:16 +0100 | [diff] [blame] | 49 | version: ~8.x-0 |
Ubuntu | e9cd1ee | 2019-11-07 16:26:50 +0000 | [diff] [blame] | 50 | repository: 'file://components/dcae-policy-handler' |
| 51 | condition: dcae-policy-handler.enabled |
| 52 | - name: dcae-dashboard |
Sylvain Desbureaux | 557628a | 2021-03-24 14:59:16 +0100 | [diff] [blame] | 53 | version: ~8.x-0 |
Ubuntu | e9cd1ee | 2019-11-07 16:26:50 +0000 | [diff] [blame] | 54 | repository: 'file://components/dcae-dashboard' |
| 55 | condition: dcae-dashboard.enabled |
Michal Banka | 3d48748 | 2021-02-11 10:36:47 +0100 | [diff] [blame] | 56 | - name: dcae-ves-openapi-manager |
Sylvain Desbureaux | 557628a | 2021-03-24 14:59:16 +0100 | [diff] [blame] | 57 | version: ~8.x-0 |
Michal Banka | 3d48748 | 2021-02-11 10:36:47 +0100 | [diff] [blame] | 58 | repository: 'file://components/dcae-ves-openapi-manager' |
| 59 | condition: dcae-ves-openapi-manager.enabled |