summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-12-06 21:57:08 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-06 21:57:08 +0000
commitdf7ccc04c86aa4b93c6f24b1e83d54c6a10fcc64 (patch)
tree2d268e147f86756af94a18160176c4b313376a70 /main
parent9cb56efe08d9ee7455bd8fa2813b4bca054879e1 (diff)
parentaa61ac3fd70647084f70c267cd5d9f82f015edba (diff)
Merge "Adding native policy types to defaultGroup"
Diffstat (limited to 'main')
-rw-r--r--main/src/main/resources/PapDb.json12
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,