From: Pamela Dragosh Date: Mon, 17 Aug 2020 20:44:39 +0000 (-0400) Subject: Add new guard filter to defaultGroup X-Git-Tag: 2.3.1~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4d5f13cb9e57ccc8394bc1c79d02e16fd7147536;p=policy%2Fpap.git 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 --- 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"