diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-12-06 21:57:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-06 21:57:08 +0000 |
commit | df7ccc04c86aa4b93c6f24b1e83d54c6a10fcc64 (patch) | |
tree | 2d268e147f86756af94a18160176c4b313376a70 | |
parent | 9cb56efe08d9ee7455bd8fa2813b4bca054879e1 (diff) | |
parent | aa61ac3fd70647084f70c267cd5d9f82f015edba (diff) |
Merge "Adding native policy types to defaultGroup"
-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, |