From aa61ac3fd70647084f70c267cd5d9f82f015edba Mon Sep 17 00:00:00 2001 From: ramverma Date: Fri, 6 Dec 2019 11:46:42 +0000 Subject: 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 --- main/src/main/resources/PapDb.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'main/src') 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, -- cgit 1.2.3-korg