From: gururajarao79 Date: Fri, 20 Dec 2024 08:22:59 +0000 (+0100) Subject: added opaGroup X-Git-Tag: 4.1.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ee5eeb38c03a2e13c585cceafe5695a47fd39491;p=policy%2Fpap.git added opaGroup Issue-ID: POLICY-5214 Change-Id: I2d3d81d85df1988ce0b06ea0c44ec6870b67f528 Signed-off-by: gururajarao79 --- 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": [] + } + ] } ] }