From 77f9150cf6a9081740e5cbe8667f061c13782eb9 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 14 Sep 2020 09:44:10 -0400 Subject: Remove legacy Policy Types no longer used These were loaded in Dublin as a stop gap solution as we built up the self-serve control loop infrastructure over the last 3 releases. CLAMP does not use these anymore, so cleaning them out of the repo. Issue-ID: SDC-3229 Change-Id: I39e3a8b8146629f4b9dbb02abe7a0acf9166e716 Signed-off-by: Pamela Dragosh --- .../import/tosca/policy-types/policyTypes.json | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json') diff --git a/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json b/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json index fea0f2fa55..a7934e9385 100644 --- a/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json +++ b/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json @@ -47,26 +47,6 @@ "displayName": "External", "icon": "policy-external" }, - "onap.policies.Monitoring": { - "displayName": "Monitoring", - "icon": "policy-monitoring" - }, - "onap.policies.monitoring.cdap.tca.hi.lo.app": { - "displayName": "TCA", - "icon": "policy-tca" - }, - "onap.policies.monitoring.dcae-pm-mapper": { - "displayName": "PM Mapper", - "icon": "policy-dcae-pm-mapper" - }, - "onap.policies.monitoring.dcae-pm-subscription-handler": { - "displayName": "PM Subscription Handler", - "icon": "policy-dcae-pm-subscription-handler" - }, - "onap.policies.monitoring.dcae-restconfcollector": { - "displayName": "Restconf Collector", - "icon": "policy-dcae-restconfcollector" - }, "tosca.policies.nfv.InstantiationLevels": { "displayName": "NFV InstantiationLevels", "icon": "policy-nfv-instantiationlevels" -- cgit 1.2.3-korg