blob: fd028a718f1b57eb9ee73f296f29d5e0935d01fe [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
Nishukumar376ba1e2018-08-03 09:17:23 +00002# Modifications Copyright © 2018 AT&T
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +02003# Modifications Copyright © 2021 Orange
efiacor370c6dc2021-10-12 14:10:49 +01004# Modifications Copyright © 2021 Nordix Foundation
Andreas Geissler6fd28212024-10-22 11:33:38 +02005# Modifications Copyright © 2024 Deutsche Telekom
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00006#
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18
efiacor370c6dc2021-10-12 14:10:49 +010019apiVersion: v2
kj41ef22e2018-04-02 13:34:07 +030020description: ONAP multicloud broker
liangkec5861802017-09-12 15:41:20 +080021name: multicloud
Andreas Geisslera00b9032024-11-27 13:21:36 +010022version: 15.0.2
efiacor370c6dc2021-10-12 14:10:49 +010023
24dependencies:
25 - name: common
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020026 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010027 repository: '@local'
28 - name: repositoryGenerator
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020029 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010030 repository: '@local'
31 - name: multicloud-fcaps
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020032 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010033 repository: 'file://components/multicloud-fcaps'
34 condition: multicloud-fcaps.enabled
35 - name: multicloud-k8s
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020036 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010037 repository: 'file://components/multicloud-k8s'
38 condition: multicloud-k8s.enabled
efiacor370c6dc2021-10-12 14:10:49 +010039 - name: serviceAccount
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020040 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010041 repository: '@local'