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 --------- .../import/tosca/policy-types/policyTypes.yml | 50 ---------------------- 2 files changed, 70 deletions(-) (limited to 'catalog-be/src/main/resources/import/tosca/policy-types') 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" diff --git a/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml b/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml index c896e3aa63..724df7b5f8 100644 --- a/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml +++ b/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.yml @@ -116,56 +116,6 @@ org.openecomp.policies.External: description: The name of the policy, that related to specific type, same as it is defined in the source. required: false -### Policy types for closed loop ### -onap.policies.Monitoring: - derived_from: tosca.policies.Root - description: A base policy type for all policies that governs monitoring provisioning -onap.policies.monitoring.cdap.tca.hi.lo.app: - derived_from: onap.policies.Monitoring - version: 1.0.0 - properties: - tca_policy: - type: map - description: TCA Policy JSON - entry_schema: - type: onap.datatypes.monitoring.tca_policy - -## PM Mapper policies for closed loop ## - -onap.policies.monitoring.dcae-pm-mapper: - derived_from: onap.policies.Monitoring - version : 1.0.0 - properties: - pm-mapper-filter: - type: map - description: PM mapper filter on measInfo, measInfoId, measType, instanceId - entry_schema: - type: onap.datatypes.monitoring.pm-mapper-filter - -## PM Subscription Handler policy for closed loop ## - -onap.policies.monitoring.dcae-pm-subscription-handler: - derived_from: onap.policies.Monitoring - version : 1.0.0 - properties: - subscription: - type: map - description: PM Subscription Handler Subscription - entry_schema: - type: onap.datatypes.monitoring.subscription - -## Restconf collector policy for closed loop ## - -onap.policies.monitoring.dcae-restconfcollector: - derived_from: onap.policies.Monitoring - version: 1.0.0 - properties: - rcc_policy: - type: list - description: RCC Policy JSON - entry_schema: - type: onap.datatypes.monitoring.rcc_policy - ## NFV policies ## tosca.policies.nfv.InstantiationLevels: derived_from: tosca.policies.Root -- cgit 1.2.3-korg