Renamed docker image versions, Corrected Api's as per 1.0.0 image 33/139833/2
authormuraliparthatechm <muraliparthasarathy.k@techmahindra.com>
Mon, 6 Jan 2025 13:15:41 +0000 (14:15 +0100)
committermuraliparthatechm <muraliparthasarathy.k@techmahindra.com>
Mon, 6 Jan 2025 14:05:05 +0000 (15:05 +0100)
Issue-ID: POLICY-5224
Change-Id: I1325bbfb17c5ae9007bfe6d9286fb3ba91f09a2a
Signed-off-by: muraliparthatechm <muraliparthasarathy.k@techmahindra.com>
compose/get-versions.sh
csit/resources/tests/opa-pdp-test.robot
helm/policy/components/policy-opa-pdp/values.yaml

index a592dec..0c2ef30 100755 (executable)
@@ -3,7 +3,7 @@
 #  Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
 #  Modification Copyright 2021-2024 Nordix Foundation.
 #  Modifications Copyright (C) 2021 Bell Canada. All rights reserved.
-#  Modifications Copyright 2024 Deutsche Telekom
+#  Modifications Copyright 2024-2025 Deutsche Telekom
 # =============================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -146,7 +146,7 @@ else
     getDockerVersion xacml-pdp
     export POLICY_XACML_PDP_VERSION="$docker_image_version"
 
-    export POLICY_OPA_PDP_VERSION="1.0.5-SNAPSHOT"
+    export POLICY_OPA_PDP_VERSION="1.0.0-SNAPSHOT"
 
     getDockerVersion distribution
     export POLICY_DISTRIBUTION_VERSION="$docker_image_version"
index 908314f..a6d4c6d 100644 (file)
@@ -7,8 +7,8 @@ Library     json
 Resource   common-library.robot
 
 *** Variables ***
-${OPA_PDP_HOST}    /policy/pdpx/v1/healthcheck
-${url}    /policy/pdpx/v1/decision
+${OPA_PDP_HOST}    /policy/pdpo/v1/healthcheck
+${url}    /policy/pdpo/v1/decision
 
 *** Test Cases ***
 Healthcheck
index 0667987..615b652 100755 (executable)
@@ -1,5 +1,5 @@
 #  ============LICENSE_START=======================================================\r
-#   Copyright (C) 2024 Deutsche Telekom Intellectual Property. All rights reserved.\r
+#   Copyright (C) 2024-2025 Deutsche Telekom Intellectual Property. All rights reserved.\r
 #  ================================================================================\r
 #  Licensed under the Apache License, Version 2.0 (the "License");\r
 #  you may not use this file except in compliance with the License.\r
@@ -22,7 +22,7 @@
 global:\r
   persistence: {}\r
   image:\r
-    opapdp: nexus3.onap.org:10001/onap/policy-opa-pdp:1.0.5-SNAPSHOT\r
+    opapdp: nexus3.onap.org:10001/onap/policy-opa-pdp:1.0.0-SNAPSHOT\r
 log:\r
   loglevel: "debug"\r
 \r