blob: 9bab1ee1abe013c92551c46850c72fbc933e6843 [file] [log] [blame]
Sylvain Desbureaux70070412020-11-09 21:58:48 +01001# Copyright © 2017 Amdocs, Bell Canada
2# 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
Sylvain Desbureaux70070412020-11-09 21:58:48 +01005#
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17
efiacor370c6dc2021-10-12 14:10:49 +010018apiVersion: v2
Sylvain Desbureaux70070412020-11-09 21:58:48 +010019description: ONAP Active and Available Inventory
20name: aai
Andreas Geissler86791bb2022-06-24 10:40:50 +020021version: 11.0.0
efiacor370c6dc2021-10-12 14:10:49 +010022
23dependencies:
24 - name: common
Andreas Geissler86791bb2022-06-24 10:40:50 +020025 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010026 # local reference to common chart, as it is
27 # a part of this chart's package and will not
28 # be published independently to a repo (at this point)
29 repository: '@local'
30 - name: cassandra
Andreas Geissler86791bb2022-06-24 10:40:50 +020031 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010032 # local reference to common chart, as it is
33 # a part of this chart's package and will not
34 # be published independently to a repo (at this point)
35 repository: '@local'
36 condition: global.cassandra.localCluster
37 - name: certInitializer
Andreas Geissler86791bb2022-06-24 10:40:50 +020038 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010039 repository: '@local'
40 - name: repositoryGenerator
Andreas Geissler86791bb2022-06-24 10:40:50 +020041 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010042 repository: '@local'
43 - name: aai-babel
Andreas Geissler86791bb2022-06-24 10:40:50 +020044 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010045 repository: 'file://components/aai-babel'
46 condition: aai-babel.enabled
47 - name: aai-graphadmin
Andreas Geissler86791bb2022-06-24 10:40:50 +020048 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010049 repository: 'file://components/aai-graphadmin'
50 condition: aai-graphadmin.enabled
51 - name: aai-modelloader
Andreas Geissler86791bb2022-06-24 10:40:50 +020052 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010053 repository: 'file://components/aai-modelloader'
54 condition: aai-modelloader.enabled
55 - name: aai-resources
Andreas Geissler86791bb2022-06-24 10:40:50 +020056 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010057 repository: 'file://components/aai-resources'
58 condition: aai-resources.enabled
59 - name: aai-schema-service
Andreas Geissler86791bb2022-06-24 10:40:50 +020060 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010061 repository: 'file://components/aai-schema-service'
62 condition: aai-schema-service.enabled
63 - name: aai-sparky-be
Andreas Geissler86791bb2022-06-24 10:40:50 +020064 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010065 repository: 'file://components/aai-sparky-be'
66 condition: aai-sparky-be.enabled
67 - name: aai-traversal
Andreas Geissler86791bb2022-06-24 10:40:50 +020068 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010069 repository: 'file://components/aai-traversal'
70 condition: aai-traversal.enabled
71 - name: serviceAccount
Andreas Geissler86791bb2022-06-24 10:40:50 +020072 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010073 repository: '@local'