diff options
author | Jim Hahn <jrh3@att.com> | 2019-11-14 17:24:26 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-11-14 17:24:26 -0500 |
commit | aa45f6ca247e0143689073b95ad27001522aa1f7 (patch) | |
tree | 685c655d09a263a815452dab0f1a2d68e937b475 | |
parent | c0856253027668067b85890d9e065872e5a81481 (diff) |
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 <jrh3@att.com>
Change-Id: I108fe72c28bd20495e72bdaa517f7c7f80de3071
-rw-r--r-- | main/src/main/resources/PapDb.json | 14 |
1 files changed, 1 insertions, 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" }, { |