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 |
ktimoney | b3aef7b | 2021-09-13 08:27:58 +0100 | [diff] [blame] | 3 | # Modifications Copyright (C) 2021 Nordix Foundation. |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 4 | # Modifications Copyright © 2021 Orange |
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 | |
mayankg2703 | ced8514 | 2018-03-20 05:42:53 +0000 | [diff] [blame] | 18 | dependencies: |
| 19 | - name: common |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 20 | version: ~9.x-0 |
mayankg2703 | c798546 | 2018-03-29 14:24:23 +0000 | [diff] [blame] | 21 | repository: '@local' |
Sylvain Desbureaux | 4898dc0 | 2019-11-14 13:35:13 +0100 | [diff] [blame] | 22 | - name: mariadb-galera |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 23 | version: ~9.x-0 |
Sylvain Desbureaux | 4898dc0 | 2019-11-14 13:35:13 +0100 | [diff] [blame] | 24 | repository: '@local' |
jhh | d425867 | 2020-08-09 12:08:08 -0500 | [diff] [blame] | 25 | - name: policy-nexus |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 26 | version: ~9.x-0 |
jhh | d425867 | 2020-08-09 12:08:08 -0500 | [diff] [blame] | 27 | repository: 'file://components/policy-nexus' |
| 28 | condition: policy-nexus.enabled |
| 29 | - name: policy-api |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 30 | version: ~9.x-0 |
jhh | d425867 | 2020-08-09 12:08:08 -0500 | [diff] [blame] | 31 | repository: 'file://components/policy-api' |
| 32 | condition: policy-api.enabled |
| 33 | - name: policy-pap |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 34 | version: ~9.x-0 |
jhh | d425867 | 2020-08-09 12:08:08 -0500 | [diff] [blame] | 35 | repository: 'file://components/policy-pap' |
| 36 | condition: policy-pap.enabled |
| 37 | - name: policy-xacml-pdp |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 38 | version: ~9.x-0 |
jhh | d425867 | 2020-08-09 12:08:08 -0500 | [diff] [blame] | 39 | repository: 'file://components/policy-xacml-pdp' |
| 40 | condition: policy-xacml-pdp.enabled |
| 41 | - name: policy-apex-pdp |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 42 | version: ~9.x-0 |
jhh | d425867 | 2020-08-09 12:08:08 -0500 | [diff] [blame] | 43 | repository: 'file://components/policy-apex-pdp' |
| 44 | condition: policy-apex-pdp.enabled |
| 45 | - name: policy-drools-pdp |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 46 | version: ~9.x-0 |
jhh | d425867 | 2020-08-09 12:08:08 -0500 | [diff] [blame] | 47 | repository: 'file://components/policy-drools-pdp' |
| 48 | condition: policy-drools-pdp.enabled |
| 49 | - name: policy-distribution |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 50 | version: ~9.x-0 |
jhh | d425867 | 2020-08-09 12:08:08 -0500 | [diff] [blame] | 51 | repository: 'file://components/policy-distribution' |
| 52 | condition: policy-distribution.enabled |
sebdet | 5c44988 | 2021-01-13 11:35:56 +0100 | [diff] [blame] | 53 | - name: policy-clamp-be |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 54 | version: ~9.x-0 |
sebdet | 5c44988 | 2021-01-13 11:35:56 +0100 | [diff] [blame] | 55 | repository: 'file://components/policy-clamp-be' |
| 56 | condition: policy-clamp-be.enabled |
| 57 | - name: policy-clamp-fe |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 58 | version: ~9.x-0 |
sebdet | 5c44988 | 2021-01-13 11:35:56 +0100 | [diff] [blame] | 59 | repository: 'file://components/policy-clamp-fe' |
| 60 | condition: policy-clamp-fe.enabled |
rameshiyer27 | 01b8cc0 | 2021-09-21 15:07:50 +0100 | [diff] [blame] | 61 | - name: policy-clamp-cl-k8s-ppnt |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 62 | version: ~9.x-0 |
rameshiyer27 | 01b8cc0 | 2021-09-21 15:07:50 +0100 | [diff] [blame] | 63 | repository: 'file://components/policy-clamp-cl-k8s-ppnt' |
| 64 | condition: policy-clamp-cl-k8s-ppnt.enabled |
saul.gill | 7124a4b | 2021-09-09 12:02:49 +0100 | [diff] [blame] | 65 | - name: policy-clamp-cl-runtime |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 66 | version: ~9.x-0 |
saul.gill | 7124a4b | 2021-09-09 12:02:49 +0100 | [diff] [blame] | 67 | repository: 'file://components/policy-clamp-cl-runtime' |
| 68 | condition: policy-clamp-cl-runtime.enabled |
ktimoney | b3aef7b | 2021-09-13 08:27:58 +0100 | [diff] [blame] | 69 | - name: policy-gui |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 70 | version: ~9.x-0 |
ktimoney | b3aef7b | 2021-09-13 08:27:58 +0100 | [diff] [blame] | 71 | repository: 'file://components/policy-gui' |
| 72 | condition: policy-gui.enabled |
Sylvain Desbureaux | 7c8c686 | 2020-11-19 18:02:37 +0100 | [diff] [blame] | 73 | - name: repositoryGenerator |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 74 | version: ~9.x-0 |
Sylvain Desbureaux | 7c8c686 | 2020-11-19 18:02:37 +0100 | [diff] [blame] | 75 | repository: '@local' |
farida azmy | c117837 | 2021-04-11 12:55:33 +0200 | [diff] [blame] | 76 | - name: serviceAccount |
Sylvain Desbureaux | c47ce73 | 2021-10-12 15:15:10 +0200 | [diff] [blame] | 77 | version: ~9.x-0 |
farida azmy | c117837 | 2021-04-11 12:55:33 +0200 | [diff] [blame] | 78 | repository: '@local' |