blob: a03509700471bfcf0c3999de0993f23354f1d6a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
# Copyright © 2017 Amdocs, Bell Canada
# Modifications Copyright © 2021 Nordix Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: v2
name: onap
version: 15.0.0
appVersion: Oslo
description: Open Network Automation Platform (ONAP)
home: https://www.onap.org/
sources:
- https://gerrit.onap.org/r/#/admin/projects/
icon: https://wiki.onap.org/download/thumbnails/1015829/onap_704x271%20copy.png?version=1&modificationDate=1488326334000&api=v2
kubeVersion: ">=1.19.11-0"
dependencies:
- name: authentication
version: ~14.x-0
repository: '@local'
condition: authentication:enabled
- name: aai
version: ~14.x-0
repository: '@local'
condition: aai.enabled
- name: cassandra
version: ~13.x-0
repository: '@local'
condition: cassandra.enabled
- name: cds
version: ~13.x-0
repository: '@local'
condition: cds.enabled
- name: common
version: ~13.x-0
repository: '@local'
- name: cps
version: ~13.x-0
repository: '@local'
condition: cps.enabled
- name: dcaegen2-services
version: ~15.x-0
repository: '@local'
condition: dcaegen2-services.enabled
- name: mariadb-galera
version: ~13.x-0
repository: '@local'
condition: mariadb-galera.enabled
- name: multicloud
version: ~15.x-0
repository: '@local'
condition: multicloud.enabled
- name: policy
version: ~14.x-0
repository: '@local'
condition: policy.enabled
- name: portal-ng
version: ~13.x-0
repository: '@local'
condition: portal-ng.enabled
- name: postgres
version: ~13.x-0
repository: '@local'
condition: postgres.enabled
- name: repository-wrapper
version: ~13.x-0
repository: '@local'
- name: robot
version: ~13.x-0
repository: '@local'
condition: robot.enabled
- name: sdc
version: ~13.x-0
repository: '@local'
condition: sdc.enabled
- name: sdnc
version: ~15.x-0
repository: '@local'
condition: sdnc.enabled
- name: so
version: ~13.x-0
repository: '@local'
condition: so.enabled
- name: strimzi
version: ~13.x-0
repository: '@local'
condition: strimzi.enabled
- name: uui
version: ~13.x-0
repository: '@local'
condition: uui.enabled
- name: platform
version: ~13.x-0
repository: '@local'
condition: platform.enabled
- name: a1policymanagement
version: ~13.x-0
repository: '@local'
condition: a1policymanagement.enabled
- name: roles-wrapper
version: ~13.x-0
repository: '@local'
condition: roles-wrapper.enabled
|