aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-08-17 16:44:39 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-08-17 16:44:43 -0400
commit4d5f13cb9e57ccc8394bc1c79d02e16fd7147536 (patch)
tree6483d0e1337bc892fc0fbbf45ff295dec81ae2c0
parentdb5b469ca8698f7bf7110389de08b8233dfc7d6d (diff)
Add new guard filter to defaultGroup
New guard filter should be advertised by pap. Issue-ID: POLICY-2590 Change-Id: I7652057d4d759e60c358ee9fad84a8c6a9af6898 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--main/src/main/resources/PapDb.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/src/main/resources/PapDb.json b/main/src/main/resources/PapDb.json
index 0fa00b2f..d2fff54c 100644
--- a/main/src/main/resources/PapDb.json
+++ b/main/src/main/resources/PapDb.json
@@ -22,6 +22,10 @@
"version": "1.0.0"
},
{
+ "name": "onap.policies.controlloop.guard.common.Filter",
+ "version": "1.0.0"
+ },
+ {
"name": "onap.policies.controlloop.guard.coordination.FirstBlocksSecond",
"version": "1.0.0"
},