blob: f760aa170a5660157a9e4cf4349234663cc0c99c [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
efiacord12c1672023-03-23 12:10:50 +00004# Modifications Copyright © 2021-2023 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 Geisslereb4598b2022-11-10 15:08:21 +010021version: 12.0.0
efiacor370c6dc2021-10-12 14:10:49 +010022
23dependencies:
24 - name: common
Andreas Geisslereb4598b2022-11-10 15:08:21 +010025 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010026 repository: '@local'
27 - name: cassandra
Andreas Geisslereb4598b2022-11-10 15:08:21 +010028 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010029 # local reference to common chart, as it is
30 # a part of this chart's package and will not
31 # be published independently to a repo (at this point)
32 repository: '@local'
33 condition: global.cassandra.localCluster
efiacor370c6dc2021-10-12 14:10:49 +010034 - name: repositoryGenerator
Andreas Geisslereb4598b2022-11-10 15:08:21 +010035 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010036 repository: '@local'
37 - name: aai-babel
Andreas Geisslereb4598b2022-11-10 15:08:21 +010038 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010039 repository: 'file://components/aai-babel'
40 condition: aai-babel.enabled
41 - name: aai-graphadmin
Andreas Geisslereb4598b2022-11-10 15:08:21 +010042 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010043 repository: 'file://components/aai-graphadmin'
44 condition: aai-graphadmin.enabled
45 - name: aai-modelloader
Andreas Geisslereb4598b2022-11-10 15:08:21 +010046 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010047 repository: 'file://components/aai-modelloader'
48 condition: aai-modelloader.enabled
49 - name: aai-resources
Andreas Geisslereb4598b2022-11-10 15:08:21 +010050 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010051 repository: 'file://components/aai-resources'
52 condition: aai-resources.enabled
53 - name: aai-schema-service
Andreas Geisslereb4598b2022-11-10 15:08:21 +010054 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010055 repository: 'file://components/aai-schema-service'
56 condition: aai-schema-service.enabled
57 - name: aai-sparky-be
Andreas Geisslereb4598b2022-11-10 15:08:21 +010058 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010059 repository: 'file://components/aai-sparky-be'
60 condition: aai-sparky-be.enabled
61 - name: aai-traversal
Andreas Geisslereb4598b2022-11-10 15:08:21 +010062 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010063 repository: 'file://components/aai-traversal'
64 condition: aai-traversal.enabled
65 - name: serviceAccount
Andreas Geisslereb4598b2022-11-10 15:08:21 +010066 version: ~12.x-0
efiacor370c6dc2021-10-12 14:10:49 +010067 repository: '@local'