aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-04-07 14:26:35 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2020-04-07 14:26:44 -0400
commit7ba409e998ee824e2e485a7688c171b5fb5b712c (patch)
tree80280e5583a108c994e22625c5c8bc009b3cf35c
parent0eb710fb03ef8242bad72be8850a2ecbc7a55229 (diff)
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 <ram_krishna.verma@bell.ca>
-rw-r--r--main/src/main/resources/PapDb.json7
1 files changed, 6 insertions, 1 deletions
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",