diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-12-06 11:46:42 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-12-06 11:46:51 +0000 |
commit | aa61ac3fd70647084f70c267cd5d9f82f015edba (patch) | |
tree | 7bc89feeb45c73c9ff33f1d2237de7ffd6cbf7c5 /main/src | |
parent | 6e96359492029ca9309ea367372ab81bf396bdde (diff) |
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 <ram.krishna.verma@est.tech>
Diffstat (limited to 'main/src')
-rw-r--r-- | main/src/main/resources/PapDb.json | 12 |
1 files changed, 12 insertions, 0 deletions
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, |