From aa45f6ca247e0143689073b95ad27001522aa1f7 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 14 Nov 2019 17:24:26 -0500 Subject: Preload wildcard supported type in PAP Removed the specific monitoring policy types and added the wild-card flavor to the list of policy types to be pre-loaded into the Default PDP Group. Issue-ID: POLICY-2224 Signed-off-by: Jim Hahn Change-Id: I108fe72c28bd20495e72bdaa517f7c7f80de3071 --- main/src/main/resources/PapDb.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/main/src/main/resources/PapDb.json b/main/src/main/resources/PapDb.json index a92ec063..f58e3676 100644 --- a/main/src/main/resources/PapDb.json +++ b/main/src/main/resources/PapDb.json @@ -26,19 +26,7 @@ "version": "1.0.0" }, { - "name": "onap.Monitoring", - "version": "1.0.0" - }, - { - "name": "onap.policies.monitoring.cdap.tca.hi.lo.app", - "version": "1.0.0" - }, - { - "name": "onap.policies.monitoring.dcaegen2.collectors.datafile.datafile-app-server", - "version": "1.0.0" - }, - { - "name": "onap.policies.monitoring.docker.sonhandler.app", + "name": "onap.policies.monitoring.*", "version": "1.0.0" }, { -- cgit 1.2.3-korg