From: ramverma Date: Fri, 6 Dec 2019 11:46:42 +0000 (+0000) Subject: Adding native policy types to defaultGroup X-Git-Tag: 2.2.0~34^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=aa61ac3fd70647084f70c267cd5d9f82f015edba;p=policy%2Fpap.git Adding native policy types to defaultGroup Adding the native policy types for drools, apex & xacml to the supportedPolicyTypes of the individual subGroups in the defaultGroup. So that native policies can be deployed in the pdps belonging to defaultGroup. Issue-ID: POLICY-2279 Change-Id: I8707dfd3a9af055e02d29752386160631d022d08 Signed-off-by: ramverma --- diff --git a/main/src/main/resources/PapDb.json b/main/src/main/resources/PapDb.json index f58e3676..a6d0a006 100644 --- a/main/src/main/resources/PapDb.json +++ b/main/src/main/resources/PapDb.json @@ -64,6 +64,10 @@ { "name": "onap.policies.optimization.VnfPolicy", "version": "1.0.0" + }, + { + "name": "onap.policies.native.Xacml", + "version": "1.0.0" } ], "currentInstanceCount": 0, @@ -76,6 +80,10 @@ { "name": "onap.policies.controlloop.Operational", "version": "1.0.0" + }, + { + "name": "onap.policies.native.Drools", + "version": "1.0.0" } ], "currentInstanceCount": 0, @@ -88,6 +96,10 @@ { "name": "onap.policies.controlloop.operational.Apex", "version": "1.0.0" + }, + { + "name": "onap.policies.native.Apex", + "version": "1.0.0" } ], "currentInstanceCount": 0,