From 7ba409e998ee824e2e485a7688c171b5fb5b712c Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Tue, 7 Apr 2020 14:26:35 -0400 Subject: 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 --- main/src/main/resources/PapDb.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'main/src') 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", -- cgit 1.2.3-korg