vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
Nishukumar | 376ba1e | 2018-08-03 09:17:23 +0000 | [diff] [blame] | 2 | # Modifications Copyright © 2018 AT&T |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 3 | # Modifications Copyright © 2021 Orange |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 4 | # Modifications Copyright © 2021 Nordix Foundation |
Andreas Geissler | 6fd2821 | 2024-10-22 11:33:38 +0200 | [diff] [blame] | 5 | # Modifications Copyright © 2024 Deutsche Telekom |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 6 | # |
| 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 | |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 19 | apiVersion: v2 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 20 | description: ONAP multicloud broker |
liangke | c586180 | 2017-09-12 15:41:20 +0800 | [diff] [blame] | 21 | name: multicloud |
Andreas Geissler | a00b903 | 2024-11-27 13:21:36 +0100 | [diff] [blame^] | 22 | version: 15.0.2 |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 23 | |
| 24 | dependencies: |
| 25 | - name: common |
Andreas Geissler | 6e00a8b | 2023-06-22 13:37:32 +0200 | [diff] [blame] | 26 | version: ~13.x-0 |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 27 | repository: '@local' |
| 28 | - name: repositoryGenerator |
Andreas Geissler | 6e00a8b | 2023-06-22 13:37:32 +0200 | [diff] [blame] | 29 | version: ~13.x-0 |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 30 | repository: '@local' |
| 31 | - name: multicloud-fcaps |
Andreas Geissler | 6e00a8b | 2023-06-22 13:37:32 +0200 | [diff] [blame] | 32 | version: ~13.x-0 |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 33 | repository: 'file://components/multicloud-fcaps' |
| 34 | condition: multicloud-fcaps.enabled |
| 35 | - name: multicloud-k8s |
Andreas Geissler | 6e00a8b | 2023-06-22 13:37:32 +0200 | [diff] [blame] | 36 | version: ~13.x-0 |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 37 | repository: 'file://components/multicloud-k8s' |
| 38 | condition: multicloud-k8s.enabled |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 39 | - name: serviceAccount |
Andreas Geissler | 6e00a8b | 2023-06-22 13:37:32 +0200 | [diff] [blame] | 40 | version: ~13.x-0 |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 41 | repository: '@local' |