blob: 3544a8ac500aff06ed483e0dbdb538422ef84b31 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
jhhd4258672020-08-09 12:08:08 -05002# Modifications Copyright © 2018, 2020 AT&T
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +02003# Modifications Copyright © 2021 Orange
saul.gillef208b02023-04-26 16:16:05 +01004# Modifications Copyright © 2021, 2022, 2023 Nordix Foundation
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00005#
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
jhhd4258672020-08-09 12:08:08 -050019description: ONAP Policy
kerenj3b697f62017-08-23 11:21:21 +000020name: policy
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020021version: 13.0.0
efiacor370c6dc2021-10-12 14:10:49 +010022
23dependencies:
24 - name: common
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020025 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010026 repository: '@local'
27 - name: mariadb-galera
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020028 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010029 repository: '@local'
saul.gillef208b02023-04-26 16:16:05 +010030 condition: global.mariadb.localCluster
efiacor370c6dc2021-10-12 14:10:49 +010031 - name: policy-nexus
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020032 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010033 repository: 'file://components/policy-nexus'
34 condition: policy-nexus.enabled
35 - name: policy-api
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020036 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010037 repository: 'file://components/policy-api'
38 condition: policy-api.enabled
39 - name: policy-pap
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020040 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010041 repository: 'file://components/policy-pap'
42 condition: policy-pap.enabled
43 - name: policy-xacml-pdp
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020044 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010045 repository: 'file://components/policy-xacml-pdp'
46 condition: policy-xacml-pdp.enabled
47 - name: policy-apex-pdp
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020048 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010049 repository: 'file://components/policy-apex-pdp'
50 condition: policy-apex-pdp.enabled
51 - name: policy-drools-pdp
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020052 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010053 repository: 'file://components/policy-drools-pdp'
54 condition: policy-drools-pdp.enabled
55 - name: policy-distribution
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020056 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010057 repository: 'file://components/policy-distribution'
58 condition: policy-distribution.enabled
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000059 - name: policy-clamp-ac-k8s-ppnt
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020060 version: ~13.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000061 repository: 'file://components/policy-clamp-ac-k8s-ppnt'
62 condition: policy-clamp-ac-k8s-ppnt.enabled
63 - name: policy-clamp-ac-http-ppnt
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020064 version: ~13.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000065 repository: 'file://components/policy-clamp-ac-http-ppnt'
66 condition: policy-clamp-ac-http-ppnt.enabled
aravind.est8d728302022-12-07 12:26:28 +000067 - name: policy-clamp-ac-a1pms-ppnt
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020068 version: ~13.x-0
aravind.est8d728302022-12-07 12:26:28 +000069 repository: 'file://components/policy-clamp-ac-a1pms-ppnt'
70 condition: policy-clamp-ac-a1pms-ppnt.enabled
aravind.est0879dfc2023-02-22 09:05:50 +000071 - name: policy-clamp-ac-kserve-ppnt
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020072 version: ~13.x-0
aravind.est0879dfc2023-02-22 09:05:50 +000073 repository: 'file://components/policy-clamp-ac-kserve-ppnt'
74 condition: policy-clamp-ac-kserve-ppnt.enabled
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000075 - name: policy-clamp-ac-pf-ppnt
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020076 version: ~13.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000077 repository: 'file://components/policy-clamp-ac-pf-ppnt'
78 condition: policy-clamp-ac-pf-ppnt.enabled
79 - name: policy-clamp-runtime-acm
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020080 version: ~13.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000081 repository: 'file://components/policy-clamp-runtime-acm'
82 condition: policy-clamp-runtime-acm.enabled
efiacor370c6dc2021-10-12 14:10:49 +010083 - name: policy-gui
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020084 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010085 repository: 'file://components/policy-gui'
86 condition: policy-gui.enabled
87 - name: repositoryGenerator
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020088 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010089 repository: '@local'
90 - name: serviceAccount
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020091 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010092 repository: '@local'
waynedunican368aced2022-02-15 08:27:57 +000093 - name: readinessCheck
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020094 version: ~13.x-0
waynedunican368aced2022-02-15 08:27:57 +000095 repository: '@local'
96 - name: postgres
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020097 version: ~13.x-0
waynedunican368aced2022-02-15 08:27:57 +000098 repository: '@local'
99 condition: global.postgres.localCluster