vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
jhh | d425867 | 2020-08-09 12:08:08 -0500 | [diff] [blame] | 2 | # Modifications Copyright © 2018, 2020 AT&T |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 3 | # Modifications Copyright © 2021 Orange |
FrancescoFioraEst | 9c79e26 | 2022-02-22 13:12:19 +0000 | [diff] [blame^] | 4 | # Modifications Copyright © 2021, 2022 Nordix Foundation |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 5 | # |
| 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 | |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 18 | apiVersion: v2 |
jhh | d425867 | 2020-08-09 12:08:08 -0500 | [diff] [blame] | 19 | description: ONAP Policy |
kerenj | 3b697f6 | 2017-08-23 11:21:21 +0000 | [diff] [blame] | 20 | name: policy |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 21 | version: 10.0.0 |
| 22 | |
| 23 | dependencies: |
| 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 |
FrancescoFioraEst | 9c79e26 | 2022-02-22 13:12:19 +0000 | [diff] [blame^] | 62 | - name: policy-clamp-ac-k8s-ppnt |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 63 | version: ~10.x-0 |
FrancescoFioraEst | 9c79e26 | 2022-02-22 13:12:19 +0000 | [diff] [blame^] | 64 | repository: 'file://components/policy-clamp-ac-k8s-ppnt' |
| 65 | condition: policy-clamp-ac-k8s-ppnt.enabled |
| 66 | - name: policy-clamp-ac-http-ppnt |
efiacor | f98a2f8 | 2022-01-10 10:00:14 +0000 | [diff] [blame] | 67 | version: ~10.x-0 |
FrancescoFioraEst | 9c79e26 | 2022-02-22 13:12:19 +0000 | [diff] [blame^] | 68 | repository: 'file://components/policy-clamp-ac-http-ppnt' |
| 69 | condition: policy-clamp-ac-http-ppnt.enabled |
| 70 | - name: policy-clamp-ac-pf-ppnt |
efiacor | f98a2f8 | 2022-01-10 10:00:14 +0000 | [diff] [blame] | 71 | version: ~10.x-0 |
FrancescoFioraEst | 9c79e26 | 2022-02-22 13:12:19 +0000 | [diff] [blame^] | 72 | repository: 'file://components/policy-clamp-ac-pf-ppnt' |
| 73 | condition: policy-clamp-ac-pf-ppnt.enabled |
| 74 | - name: policy-clamp-runtime-acm |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 75 | version: ~10.x-0 |
FrancescoFioraEst | 9c79e26 | 2022-02-22 13:12:19 +0000 | [diff] [blame^] | 76 | repository: 'file://components/policy-clamp-runtime-acm' |
| 77 | condition: policy-clamp-runtime-acm.enabled |
efiacor | 370c6dc | 2021-10-12 14:10:49 +0100 | [diff] [blame] | 78 | - 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' |