From: Ram Krishna Verma Date: Tue, 7 Apr 2020 18:26:35 +0000 (-0400) Subject: Preload sdnc naming policy in xacml-pdp X-Git-Tag: 2.2.1~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7ba409e998ee824e2e485a7688c171b5fb5b712c;p=policy%2Fpap.git Preload sdnc naming policy in xacml-pdp Adding sdnc naming policy to xacml subgroup in defaultGroup so that the policy can be auto deployed to the xacml-pdp after registration with PAP. Issue-ID: POLICY-2476 Change-Id: I355e7b5e56b9a6a7f0fda96a7b2dfd640b7bd930 Signed-off-by: Ram Krishna Verma --- diff --git a/main/src/main/resources/PapDb.json b/main/src/main/resources/PapDb.json index 2d34d795..e53ef192 100644 --- a/main/src/main/resources/PapDb.json +++ b/main/src/main/resources/PapDb.json @@ -80,7 +80,12 @@ ], "currentInstanceCount": 0, "desiredInstanceCount": 1, - "policies": [] + "policies": [ + { + "name": "SDNC_Policy.ONAP_VNF_NAMING_TIMESTAMP", + "version": "1.0.0" + } + ] }, { "pdpType": "drools",