From c91bc23979817c9c39815b25b34a449e89eacf45 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Fri, 30 May 2025 13:40:59 +0100 Subject: [PATCH] [POLICY] Update docker images to latest versions The image versions in policy values.yaml files have been updated - Add parameter for timeout in acmRuntimeParameters.yaml - Change http to mvc in acmRuntimeParamters.yaml - Add policytypes and policy for opa-pdp in policy-api/values.yaml - Removed VFC properties - Add customTimeout in policy-acm-runtime-acm/values.yaml *** This commit is generated by a PF release script *** Issue-ID: POLICY-5377 Change-Id: I883fef09d5e2465d870fb740dd7d6d9b313b951a Signed-off-by: waynedunican --- kubernetes/policy/Chart.yaml | 4 ++-- kubernetes/policy/components/policy-apex-pdp/Chart.yaml | 4 ++-- kubernetes/policy/components/policy-apex-pdp/values.yaml | 4 ++-- kubernetes/policy/components/policy-api/Chart.yaml | 4 ++-- .../components/policy-api/resources/config/apiParameters.yaml | 2 ++ kubernetes/policy/components/policy-api/values.yaml | 6 +++--- .../policy/components/policy-clamp-ac-a1pms-ppnt/Chart.yaml | 4 ++-- .../policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml | 4 ++-- kubernetes/policy/components/policy-clamp-ac-http-ppnt/Chart.yaml | 4 ++-- .../policy/components/policy-clamp-ac-http-ppnt/values.yaml | 4 ++-- kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml | 4 ++-- kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml | 4 ++-- .../policy/components/policy-clamp-ac-kserve-ppnt/Chart.yaml | 4 ++-- .../policy/components/policy-clamp-ac-kserve-ppnt/values.yaml | 4 ++-- kubernetes/policy/components/policy-clamp-ac-pf-ppnt/Chart.yaml | 4 ++-- kubernetes/policy/components/policy-clamp-ac-pf-ppnt/values.yaml | 4 ++-- kubernetes/policy/components/policy-clamp-runtime-acm/Chart.yaml | 4 ++-- .../resources/config/acRuntimeParameters.yaml | 7 ++++--- kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml | 8 ++++++-- kubernetes/policy/components/policy-distribution/Chart.yaml | 4 ++-- kubernetes/policy/components/policy-distribution/values.yaml | 4 ++-- kubernetes/policy/components/policy-drools-pdp/Chart.yaml | 4 ++-- .../components/policy-drools-pdp/resources/configmaps/base.conf | 8 +------- .../policy-drools-pdp/resources/secrets/credentials.conf | 4 +--- kubernetes/policy/components/policy-drools-pdp/values.yaml | 8 ++------ kubernetes/policy/components/policy-pap/Chart.yaml | 6 +++--- kubernetes/policy/components/policy-pap/values.yaml | 4 ++-- kubernetes/policy/components/policy-xacml-pdp/Chart.yaml | 4 ++-- kubernetes/policy/components/policy-xacml-pdp/values.yaml | 4 ++-- 29 files changed, 64 insertions(+), 69 deletions(-) diff --git a/kubernetes/policy/Chart.yaml b/kubernetes/policy/Chart.yaml index 1509c31356..d406b442c0 100644 --- a/kubernetes/policy/Chart.yaml +++ b/kubernetes/policy/Chart.yaml @@ -1,7 +1,7 @@ # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018, 2020 AT&T # Modifications Copyright © 2021 Orange -# Modifications Copyright © 2021-2025 Nordix Foundation +# Modifications Copyright © 2021-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024-2025 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -19,7 +19,7 @@ apiVersion: v2 description: ONAP Policy name: policy -version: 16.0.9 +version: 16.0.10 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-apex-pdp/Chart.yaml b/kubernetes/policy/components/policy-apex-pdp/Chart.yaml index b406c2032f..9288c8994a 100644 --- a/kubernetes/policy/components/policy-apex-pdp/Chart.yaml +++ b/kubernetes/policy/components/policy-apex-pdp/Chart.yaml @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2018 Ericsson. All rights reserved. # Modifications Copyright © 2021 Orange -# Modifications Copyright © 2021, 2024-2025 Nordix Foundation +# Modifications Copyright © 2021, 2024-2025 OpenInfra Europe. All rights reserved. # Modification (C) 2023-2025 Deutsche Telekom. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ apiVersion: v2 description: ONAP Policy APEX PDP name: policy-apex-pdp -version: 16.0.1 +version: 16.0.2 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-apex-pdp/values.yaml b/kubernetes/policy/components/policy-apex-pdp/values.yaml index 1157fc6d51..5a9d211302 100644 --- a/kubernetes/policy/components/policy-apex-pdp/values.yaml +++ b/kubernetes/policy/components/policy-apex-pdp/values.yaml @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2018 Ericsson. All rights reserved. # Modifications Copyright (C) 2019-2021 AT&T Intellectual Property. -# Modifications Copyright © 2022, 2025 Nordix Foundation +# Modifications Copyright © 2022, 2025 OpenInfra Europe. All rights reserved. # Modification (C) 2023-2024 Deutsche Telekom. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -47,7 +47,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-apex-pdp:4.1.0 +image: onap/policy-apex-pdp:4.2.0 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/policy/components/policy-api/Chart.yaml b/kubernetes/policy/components/policy-api/Chart.yaml index 8333f06825..89654873e1 100644 --- a/kubernetes/policy/components/policy-api/Chart.yaml +++ b/kubernetes/policy/components/policy-api/Chart.yaml @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. # Modifications Copyright © 2021 Orange -# Modifications Copyright © 2021, 2024-2025 Nordix Foundation +# Modifications Copyright © 2021, 2024-2025 OpenInfra Europe. All rights reserved. # Modification (C) 2023-2025 Deutsche Telekom. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ apiVersion: v2 description: ONAP Policy Design API name: policy-api -version: 16.0.3 +version: 16.0.4 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-api/resources/config/apiParameters.yaml b/kubernetes/policy/components/policy-api/resources/config/apiParameters.yaml index 15ee20e9f6..866cd319de 100644 --- a/kubernetes/policy/components/policy-api/resources/config/apiParameters.yaml +++ b/kubernetes/policy/components/policy-api/resources/config/apiParameters.yaml @@ -87,8 +87,10 @@ policy-preload: - policytypes/onap.policies.controlloop.operational.Common.yaml - policytypes/onap.policies.controlloop.operational.common.Apex.yaml - policytypes/onap.policies.controlloop.operational.common.Drools.yaml + - policytypes/onap.policies.native.opa.yaml policies: - policies/sdnc.policy.naming.input.tosca.yaml + - policies/opa.policy.slice.capacity.check.tosca.yaml management: endpoints: diff --git a/kubernetes/policy/components/policy-api/values.yaml b/kubernetes/policy/components/policy-api/values.yaml index a9d0449f86..562a0878e7 100644 --- a/kubernetes/policy/components/policy-api/values.yaml +++ b/kubernetes/policy/components/policy-api/values.yaml @@ -2,7 +2,7 @@ # Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2022 Bell Canada. All rights reserved. # Modification (C) 2023-2025 Deutsche Telekom. All rights reserved. -# Modifications Copyright © 2024-2025 Nordix Foundation. +# Modifications Copyright © 2024-2025 OpenInfra Europe. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -54,7 +54,7 @@ secrets: ################################################################# dbmigrator: - image: onap/policy-db-migrator:4.1.0 + image: onap/policy-db-migrator:4.2.0 schemas: "policyadmin clampacm pooling operationshistory" policy_home: "/opt/app/policy" @@ -64,7 +64,7 @@ postgresImage: library/postgres:17.2 # Application configuration defaults. ################################################################# # application image -image: onap/policy-api:4.1.0 +image: onap/policy-api:4.2.0 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/Chart.yaml b/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/Chart.yaml index 73015fab2f..bc980b60dd 100644 --- a/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/Chart.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/Chart.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2022-2025 Nordix Foundation. All rights reserved. +# Copyright (C) 2022-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,7 +20,7 @@ apiVersion: v2 description: ONAP Policy Clamp A1PMS Participant name: policy-clamp-ac-a1pms-ppnt -version: 16.0.2 +version: 16.0.3 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml index cee5eb8e92..edee611844 100644 --- a/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2022-2025 Nordix Foundation. +# Copyright (C) 2022-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -43,7 +43,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-ac-a1pms-ppnt:8.1.0 +image: onap/policy-clamp-ac-a1pms-ppnt:8.2.0 pullPolicy: Always componentName: &componentName policy-clamp-ac-a1pms-ppnt diff --git a/kubernetes/policy/components/policy-clamp-ac-http-ppnt/Chart.yaml b/kubernetes/policy/components/policy-clamp-ac-http-ppnt/Chart.yaml index 7ec0175f9f..621d42166e 100644 --- a/kubernetes/policy/components/policy-clamp-ac-http-ppnt/Chart.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-http-ppnt/Chart.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021-2022, 2024-2025 Nordix Foundation. +# Copyright (C) 2021-2022, 2024-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,7 +20,7 @@ apiVersion: v2 description: ONAP Policy Clamp Controlloop Http Participant name: policy-clamp-ac-http-ppnt -version: 16.0.1 +version: 16.0.2 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-clamp-ac-http-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-ac-http-ppnt/values.yaml index a422386ffc..ad195564b2 100644 --- a/kubernetes/policy/components/policy-clamp-ac-http-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-http-ppnt/values.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021-2023, 2025 Nordix Foundation. +# Copyright (C) 2021-2023, 2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -44,7 +44,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-ac-http-ppnt:8.1.0 +image: onap/policy-clamp-ac-http-ppnt:8.2.0 pullPolicy: Always componentName: &componentName policy-clamp-ac-http-ppnt diff --git a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml index b746cf80da..19d9fd25c1 100644 --- a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021, 2025 Nordix Foundation. All rights reserved. +# Copyright (C) 2021, 2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2021 Orange # Modifications Copyright © 2021-2022, 2024 Nordix Foundation # Modifications Copyright © 2024 Deutsche Telekom @@ -22,7 +22,7 @@ apiVersion: v2 description: ONAP Policy Clamp Controlloop K8s Participant name: policy-clamp-ac-k8s-ppnt -version: 16.0.1 +version: 16.0.2 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml index c9f3f9bdc3..5a05954e30 100644 --- a/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021-2025 Nordix Foundation. +# Copyright (C) 2021-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -45,7 +45,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-ac-k8s-ppnt:8.1.0 +image: onap/policy-clamp-ac-k8s-ppnt:8.2.0 pullPolicy: Always componentName: &componentName policy-clamp-ac-k8s-ppnt diff --git a/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/Chart.yaml b/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/Chart.yaml index 3b0094fce4..741d685405 100644 --- a/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/Chart.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/Chart.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2023-2025 Nordix Foundation. All rights reserved. +# Copyright (C) 2023-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,7 +20,7 @@ apiVersion: v2 description: ONAP Policy Clamp Kserve Participant name: policy-clamp-ac-kserve-ppnt -version: 16.0.1 +version: 16.0.2 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/values.yaml index 61cc461b41..62f833a7ab 100644 --- a/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/values.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2023, 2025 Nordix Foundation. +# Copyright (C) 2023, 2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -44,7 +44,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-ac-kserve-ppnt:8.1.0 +image: onap/policy-clamp-ac-kserve-ppnt:8.2.0 pullPolicy: Always componentName: &componentName policy-clamp-ac-kserve-ppnt diff --git a/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/Chart.yaml b/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/Chart.yaml index 9aa9e6c989..e52d03f67a 100644 --- a/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/Chart.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/Chart.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021-2022, 2024-2025 Nordix Foundation. +# Copyright (C) 2021-2022, 2024-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,7 +20,7 @@ apiVersion: v2 description: ONAP Policy Clamp Controlloop Policy Participant name: policy-clamp-ac-pf-ppnt -version: 16.0.1 +version: 16.0.2 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/values.yaml index 2bdbaa456a..3690eda31b 100644 --- a/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/values.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021-2025 Nordix Foundation. +# Copyright (C) 2021-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -56,7 +56,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-ac-pf-ppnt:8.1.0 +image: onap/policy-clamp-ac-pf-ppnt:8.2.0 pullPolicy: Always componentName: &componentName policy-clamp-ac-pf-ppnt diff --git a/kubernetes/policy/components/policy-clamp-runtime-acm/Chart.yaml b/kubernetes/policy/components/policy-clamp-runtime-acm/Chart.yaml index 61a95ce117..8d0b9e403a 100644 --- a/kubernetes/policy/components/policy-clamp-runtime-acm/Chart.yaml +++ b/kubernetes/policy/components/policy-clamp-runtime-acm/Chart.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021, 2025 Nordix Foundation. All rights reserved. +# Copyright (C) 2021, 2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2021 Orange # Modifications Copyright © 2021-2024 Nordix Foundation # Modifications Copyright © 2024-2025 Deutsche Telekom @@ -22,7 +22,7 @@ apiVersion: v2 description: ONAP Policy Clamp Controlloop Runtime name: policy-clamp-runtime-acm -version: 16.0.2 +version: 16.0.3 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml b/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml index d22d73a642..b9dfe4c6d3 100644 --- a/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml +++ b/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021-2025 Nordix Foundation. +# Copyright (C) 2021-2025 OpenInfra Foundation Europe. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ spring: user: name: ${RUNTIME_USER} password: ${RUNTIME_PASSWORD} - http: + mvc: converters: preferred-json-mapper: gson datasource: @@ -68,7 +68,8 @@ runtime: participantParameters: heartBeatMs: 120000 maxMessageAgeMs: 600000 - maxStatusWaitMs: 100000 + maxStatusWaitMs: {{ .Values.customTimeout.maxStatusWaitMs }} + maxOperationWaitMs: {{ .Values.customTimeout.maxOperationWaitMs }} updateParameters: maxRetryCount: 3 maxWaitMs: 100000 diff --git a/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml b/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml index 540b3732a5..95b186f640 100644 --- a/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml +++ b/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021-2025 Nordix Foundation. +# Copyright (C) 2021-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024-2025 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -57,7 +57,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-runtime-acm:8.1.0 +image: onap/policy-clamp-runtime-acm:8.2.0 pullPolicy: Always componentName: &componentName policy-clamp-runtime-acm @@ -175,3 +175,7 @@ readinessCheck: customNaming: toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement toscaCompositionName: org.onap.policy.clamp.acm.AutomationComposition + +customTimeout: + maxStatusWaitMs: 100000 + maxOperationWaitMs: 100000 diff --git a/kubernetes/policy/components/policy-distribution/Chart.yaml b/kubernetes/policy/components/policy-distribution/Chart.yaml index 339ffad2c8..a4bd7800c3 100644 --- a/kubernetes/policy/components/policy-distribution/Chart.yaml +++ b/kubernetes/policy/components/policy-distribution/Chart.yaml @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2018 Ericsson. All rights reserved. # Modifications Copyright © 2021 Orange -# Modifications Copyright © 2021, 2024-2025 Nordix Foundation +# Modifications Copyright © 2021, 2024-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ apiVersion: v2 description: ONAP Policy Distribution name: policy-distribution -version: 16.0.1 +version: 16.0.2 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-distribution/values.yaml b/kubernetes/policy/components/policy-distribution/values.yaml index f72d017dc1..d2848bb995 100644 --- a/kubernetes/policy/components/policy-distribution/values.yaml +++ b/kubernetes/policy/components/policy-distribution/values.yaml @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2018 Ericsson. All rights reserved. # Modifications Copyright (C) 2019-2021 AT&T Intellectual Property. -# Modifications Copyright (C) 2023, 2025 Nordix Foundation +# Modifications Copyright (C) 2023, 2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -59,7 +59,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/policy-distribution:4.1.0 +image: onap/policy-distribution:4.2.0 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/policy/components/policy-drools-pdp/Chart.yaml b/kubernetes/policy/components/policy-drools-pdp/Chart.yaml index fc81c4c4d0..870718de27 100644 --- a/kubernetes/policy/components/policy-drools-pdp/Chart.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/Chart.yaml @@ -1,7 +1,7 @@ # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018, 2020 AT&T Intellectual Property # Modifications Copyright © 2021 Orange -# Modifications Copyright © 2021, 2024-2025 Nordix Foundation +# Modifications Copyright © 2021, 2024-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024-2025 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -19,7 +19,7 @@ apiVersion: v2 description: ONAP Drools Policy Engine (PDP-D) name: policy-drools-pdp -version: 16.0.3 +version: 16.0.4 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/base.conf b/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/base.conf index e4bc752bf9..decd359239 100644 --- a/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/base.conf +++ b/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/base.conf @@ -2,7 +2,7 @@ # Copyright © 2017-2018 Amdocs, Bell Canada. # Modifications Copyright (C) 2018-2020, 2022 AT&T Intellectual Property. # Modifications Copyright (C) 2021 Bell Canada. All rights reserved. -# Modifications Copyright (C) 2024-2025 Nordix Foundation. +# Modifications Copyright (C) 2024-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright (C) 2025 Deutsche Telekom. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -117,12 +117,6 @@ SO_PORT=8080 SO_CONTEXT_URI=onap/so/infra/ SO_URL=https://so.{{.Release.Namespace}}:8080/onap/so/infra -# VFC - -VFC_HOST= -VFC_PORT= -VFC_CONTEXT_URI=api/nslcm/v1/ - # SDNC SDNC_HOST=sdnc.{{.Release.Namespace}} diff --git a/kubernetes/policy/components/policy-drools-pdp/resources/secrets/credentials.conf b/kubernetes/policy/components/policy-drools-pdp/resources/secrets/credentials.conf index c535a950b5..e03fe447a3 100755 --- a/kubernetes/policy/components/policy-drools-pdp/resources/secrets/credentials.conf +++ b/kubernetes/policy/components/policy-drools-pdp/resources/secrets/credentials.conf @@ -1,6 +1,7 @@ {{/* # ============LICENSE_START======================================================= # Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. +# Modifications Copyright (C) 2025 OpenInfra Europe. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -48,9 +49,6 @@ AAI_PASSWORD={{.Values.aai.password}} SO_USERNAME={{.Values.so.user}} SO_PASSWORD={{.Values.so.password}} -VFC_USERNAME={{.Values.vfc.user}} -VFC_PASSWORD={{.Values.vfc.password}} - SDNC_USERNAME={{.Values.sdnc.user}} SDNC_PASSWORD={{.Values.sdnc.password}} diff --git a/kubernetes/policy/components/policy-drools-pdp/values.yaml b/kubernetes/policy/components/policy-drools-pdp/values.yaml index 40de912ef0..1dc1127b8e 100644 --- a/kubernetes/policy/components/policy-drools-pdp/values.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/values.yaml @@ -1,7 +1,7 @@ # Copyright © 2017 Amdocs # Copyright © 2017, 2021 Bell Canada # Modifications Copyright © 2018-2022 AT&T Intellectual Property -# Modifications Copyright (C) 2024-2025 Nordix Foundation. +# Modifications Copyright (C) 2024-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024-2025 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -50,7 +50,7 @@ secrets: ################################################################# # application image # The newest images have been tested with SASL and Postgres. The images released next will have the relevant fixes -image: onap/policy-pdpd-cl:3.1.0 +image: onap/policy-pdpd-cl:3.2.0 pullPolicy: Always @@ -136,10 +136,6 @@ so: user: InfraPortalClient password: password1$ -vfc: - user: - password: - sdnc: user: admin password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U diff --git a/kubernetes/policy/components/policy-pap/Chart.yaml b/kubernetes/policy/components/policy-pap/Chart.yaml index 5a676e94d7..7bfcffabe2 100644 --- a/kubernetes/policy/components/policy-pap/Chart.yaml +++ b/kubernetes/policy/components/policy-pap/Chart.yaml @@ -1,8 +1,8 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2019 Nordix Foundation. +# Copyright (C) 2019 OpenInfra Europe. All rights reserved. # Modified Copyright (C) 2020 AT&T Intellectual Property. # Modifications Copyright © 2021 Orange -# Modifications Copyright © 2021, 2024-2025 Nordix Foundation +# Modifications Copyright © 2021, 2024-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024-2025 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,7 +23,7 @@ apiVersion: v2 description: ONAP Policy Administration (PAP) name: policy-pap -version: 16.0.3 +version: 16.0.4 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-pap/values.yaml b/kubernetes/policy/components/policy-pap/values.yaml index a7b3c5a4f2..8370f63e2a 100755 --- a/kubernetes/policy/components/policy-pap/values.yaml +++ b/kubernetes/policy/components/policy-pap/values.yaml @@ -2,7 +2,7 @@ # Copyright (C) 2019 Nordix Foundation. # Modifications Copyright (C) 2019-2021 AT&T Intellectual Property. # Modifications Copyright (C) 2020-2022 Bell Canada. All rights reserved. -# Modifications Copyright © 2022-2025 Nordix Foundation +# Modifications Copyright © 2022-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024-2025 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -73,7 +73,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-pap:4.1.0 +image: onap/policy-pap:4.2.0 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/policy/components/policy-xacml-pdp/Chart.yaml b/kubernetes/policy/components/policy-xacml-pdp/Chart.yaml index 347ca0dda2..2494382592 100644 --- a/kubernetes/policy/components/policy-xacml-pdp/Chart.yaml +++ b/kubernetes/policy/components/policy-xacml-pdp/Chart.yaml @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. # Modifications Copyright © 2021 Orange -# Modifications Copyright © 2021, 2024-2025 Nordix Foundation +# Modifications Copyright © 2021, 2024-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024-2025 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ apiVersion: v2 description: ONAP Policy XACML PDP (PDP-X) name: policy-xacml-pdp -version: 16.0.3 +version: 16.0.4 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-xacml-pdp/values.yaml b/kubernetes/policy/components/policy-xacml-pdp/values.yaml index ff0bea4ce6..061ceed3cd 100644 --- a/kubernetes/policy/components/policy-xacml-pdp/values.yaml +++ b/kubernetes/policy/components/policy-xacml-pdp/values.yaml @@ -1,6 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. -# Modifications Copyright (C) 2024-2025 Nordix Foundation. +# Modifications Copyright (C) 2024-2025 OpenInfra Europe. All rights reserved. # Modifications Copyright © 2024-2025 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -57,7 +57,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-xacml-pdp:4.1.0 +image: onap/policy-xacml-pdp:4.2.0 pullPolicy: Always componentName: &componentName policy-xacml-pdp -- 2.16.6