diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-04-07 14:26:35 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-04-07 14:26:44 -0400 |
commit | 7ba409e998ee824e2e485a7688c171b5fb5b712c (patch) | |
tree | 80280e5583a108c994e22625c5c8bc009b3cf35c /main | |
parent | 0eb710fb03ef8242bad72be8850a2ecbc7a55229 (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>
Diffstat (limited to 'main')
-rw-r--r-- | main/src/main/resources/PapDb.json | 7 |
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", |