blob: f8182e009678188eb3ae5be502bb6aee7cd1363a [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
FrancescoFioraEst9c79e262022-02-22 13:12:19 +00004# Modifications Copyright © 2021, 2022 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 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 repository: '@local'
27 - name: mariadb-galera
Andreas Geissler86791bb2022-06-24 10:40:50 +020028 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010029 repository: '@local'
30 - name: policy-nexus
Andreas Geissler86791bb2022-06-24 10:40:50 +020031 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010032 repository: 'file://components/policy-nexus'
33 condition: policy-nexus.enabled
34 - name: policy-api
Andreas Geissler86791bb2022-06-24 10:40:50 +020035 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010036 repository: 'file://components/policy-api'
37 condition: policy-api.enabled
38 - name: policy-pap
Andreas Geissler86791bb2022-06-24 10:40:50 +020039 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010040 repository: 'file://components/policy-pap'
41 condition: policy-pap.enabled
42 - name: policy-xacml-pdp
Andreas Geissler86791bb2022-06-24 10:40:50 +020043 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010044 repository: 'file://components/policy-xacml-pdp'
45 condition: policy-xacml-pdp.enabled
46 - name: policy-apex-pdp
Andreas Geissler86791bb2022-06-24 10:40:50 +020047 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010048 repository: 'file://components/policy-apex-pdp'
49 condition: policy-apex-pdp.enabled
50 - name: policy-drools-pdp
Andreas Geissler86791bb2022-06-24 10:40:50 +020051 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010052 repository: 'file://components/policy-drools-pdp'
53 condition: policy-drools-pdp.enabled
54 - name: policy-distribution
Andreas Geissler86791bb2022-06-24 10:40:50 +020055 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010056 repository: 'file://components/policy-distribution'
57 condition: policy-distribution.enabled
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000058 - name: policy-clamp-ac-k8s-ppnt
Andreas Geissler86791bb2022-06-24 10:40:50 +020059 version: ~11.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000060 repository: 'file://components/policy-clamp-ac-k8s-ppnt'
61 condition: policy-clamp-ac-k8s-ppnt.enabled
62 - name: policy-clamp-ac-http-ppnt
Andreas Geissler86791bb2022-06-24 10:40:50 +020063 version: ~11.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000064 repository: 'file://components/policy-clamp-ac-http-ppnt'
65 condition: policy-clamp-ac-http-ppnt.enabled
66 - name: policy-clamp-ac-pf-ppnt
Andreas Geissler86791bb2022-06-24 10:40:50 +020067 version: ~11.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000068 repository: 'file://components/policy-clamp-ac-pf-ppnt'
69 condition: policy-clamp-ac-pf-ppnt.enabled
70 - name: policy-clamp-runtime-acm
Andreas Geissler86791bb2022-06-24 10:40:50 +020071 version: ~11.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000072 repository: 'file://components/policy-clamp-runtime-acm'
73 condition: policy-clamp-runtime-acm.enabled
efiacor370c6dc2021-10-12 14:10:49 +010074 - name: policy-gui
Andreas Geissler86791bb2022-06-24 10:40:50 +020075 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010076 repository: 'file://components/policy-gui'
77 condition: policy-gui.enabled
78 - name: repositoryGenerator
Andreas Geissler86791bb2022-06-24 10:40:50 +020079 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010080 repository: '@local'
81 - name: serviceAccount
Andreas Geissler86791bb2022-06-24 10:40:50 +020082 version: ~11.x-0
efiacor370c6dc2021-10-12 14:10:49 +010083 repository: '@local'
waynedunican368aced2022-02-15 08:27:57 +000084 - name: readinessCheck
Andreas Geissler86791bb2022-06-24 10:40:50 +020085 version: ~11.x-0
waynedunican368aced2022-02-15 08:27:57 +000086 repository: '@local'
87 - name: postgres
Andreas Geissler86791bb2022-06-24 10:40:50 +020088 version: ~11.x-0
waynedunican368aced2022-02-15 08:27:57 +000089 repository: '@local'
90 condition: global.postgres.localCluster