From ee5eeb38c03a2e13c585cceafe5695a47fd39491 Mon Sep 17 00:00:00 2001 From: gururajarao79 Date: Fri, 20 Dec 2024 09:22:59 +0100 Subject: added opaGroup Issue-ID: POLICY-5214 Change-Id: I2d3d81d85df1988ce0b06ea0c44ec6870b67f528 Signed-off-by: gururajarao79 --- main/src/main/resources/PapDb.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'main/src') diff --git a/main/src/main/resources/PapDb.json b/main/src/main/resources/PapDb.json index 10722256..05800ae2 100644 --- a/main/src/main/resources/PapDb.json +++ b/main/src/main/resources/PapDb.json @@ -136,6 +136,25 @@ "policies": [] } ] + }, + { + "name": "opaGroup", + "pdpGroupState": "ACTIVE", + "properties": {}, + "pdpSubgroups": [ + { + "pdpType": "opa", + "desiredInstanceCount": 1, + "properties": {}, + "supportedPolicyTypes": [ + { + "name": "onap.policies.native.opa", + "version": "1.0.0" + } + ], + "policies": [] + } + ] } ] } -- cgit 1.2.3-korg