From 4d5f13cb9e57ccc8394bc1c79d02e16fd7147536 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 17 Aug 2020 16:44:39 -0400 Subject: 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 --- main/src/main/resources/PapDb.json | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ -21,6 +21,10 @@ "name": "onap.policies.controlloop.guard.common.Blacklist", "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" -- cgit 1.2.3-korg