blob: d3b3c7b2457f9726875697ad80df5a0f51048144 [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
efiacor370c6dc2021-10-12 14:10:49 +010021version: 10.0.0
22
23dependencies:
24 - name: common
25 version: ~10.x-0
26 repository: '@local'
27 - name: mariadb-galera
28 version: ~10.x-0
29 repository: '@local'
30 - name: policy-nexus
31 version: ~10.x-0
32 repository: 'file://components/policy-nexus'
33 condition: policy-nexus.enabled
34 - name: policy-api
35 version: ~10.x-0
36 repository: 'file://components/policy-api'
37 condition: policy-api.enabled
38 - name: policy-pap
39 version: ~10.x-0
40 repository: 'file://components/policy-pap'
41 condition: policy-pap.enabled
42 - name: policy-xacml-pdp
43 version: ~10.x-0
44 repository: 'file://components/policy-xacml-pdp'
45 condition: policy-xacml-pdp.enabled
46 - name: policy-apex-pdp
47 version: ~10.x-0
48 repository: 'file://components/policy-apex-pdp'
49 condition: policy-apex-pdp.enabled
50 - name: policy-drools-pdp
51 version: ~10.x-0
52 repository: 'file://components/policy-drools-pdp'
53 condition: policy-drools-pdp.enabled
54 - name: policy-distribution
55 version: ~10.x-0
56 repository: 'file://components/policy-distribution'
57 condition: policy-distribution.enabled
58 - name: policy-clamp-be
59 version: ~10.x-0
60 repository: 'file://components/policy-clamp-be'
61 condition: policy-clamp-be.enabled
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000062 - name: policy-clamp-ac-k8s-ppnt
efiacor370c6dc2021-10-12 14:10:49 +010063 version: ~10.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000064 repository: 'file://components/policy-clamp-ac-k8s-ppnt'
65 condition: policy-clamp-ac-k8s-ppnt.enabled
66 - name: policy-clamp-ac-http-ppnt
efiacorf98a2f82022-01-10 10:00:14 +000067 version: ~10.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000068 repository: 'file://components/policy-clamp-ac-http-ppnt'
69 condition: policy-clamp-ac-http-ppnt.enabled
70 - name: policy-clamp-ac-pf-ppnt
efiacorf98a2f82022-01-10 10:00:14 +000071 version: ~10.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000072 repository: 'file://components/policy-clamp-ac-pf-ppnt'
73 condition: policy-clamp-ac-pf-ppnt.enabled
74 - name: policy-clamp-runtime-acm
efiacor370c6dc2021-10-12 14:10:49 +010075 version: ~10.x-0
FrancescoFioraEst9c79e262022-02-22 13:12:19 +000076 repository: 'file://components/policy-clamp-runtime-acm'
77 condition: policy-clamp-runtime-acm.enabled
efiacor370c6dc2021-10-12 14:10:49 +010078 - name: policy-gui
79 version: ~10.x-0
80 repository: 'file://components/policy-gui'
81 condition: policy-gui.enabled
82 - name: repositoryGenerator
83 version: ~10.x-0
84 repository: '@local'
85 - name: serviceAccount
86 version: ~10.x-0
87 repository: '@local'
waynedunican368aced2022-02-15 08:27:57 +000088 - name: readinessCheck
89 version: ~10.x-0
90 repository: '@local'
91 - name: postgres
92 version: ~10.x-0
93 repository: '@local'
94 condition: global.postgres.localCluster