From 7c2f9647b0d271ff400392372225a4e4a30dcc47 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Mon, 20 Aug 2018 11:46:43 +0300 Subject: Import normative improvement Change-Id: I16ce270a745f10297a8a09cf3fa031f0b568990f Issue-ID: SDC-557 Signed-off-by: Tal Gitelman --- .../import/tosca/heat-types/extCP2/extCP2.json | 21 +++++++++++++++++++++ .../import/tosca/heat-types/extCp2/extCp2.json | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 catalog-be/src/main/resources/import/tosca/heat-types/extCP2/extCP2.json delete mode 100644 catalog-be/src/main/resources/import/tosca/heat-types/extCp2/extCp2.json (limited to 'catalog-be') diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/extCP2/extCP2.json b/catalog-be/src/main/resources/import/tosca/heat-types/extCP2/extCP2.json new file mode 100644 index 0000000000..c3f3f501b1 --- /dev/null +++ b/catalog-be/src/main/resources/import/tosca/heat-types/extCP2/extCP2.json @@ -0,0 +1,21 @@ +{ + "payloadName": "extCP2.yml", + "contactId": "DS200P", + "name": "ExtCP2", + "description": "The AT&T Connection Point base type all other CP derive from", + "resourceIconPath": "network", + "resourceType": "CP", + "categories": [ + { + "name": "Generic", + "subcategories": [ + { + "name": "Network Elements" + } + ] + } +], + "tags": [ + "ExtCP2" + ] +} diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/extCp2/extCp2.json b/catalog-be/src/main/resources/import/tosca/heat-types/extCp2/extCp2.json deleted file mode 100644 index c3f3f501b1..0000000000 --- a/catalog-be/src/main/resources/import/tosca/heat-types/extCp2/extCp2.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "payloadName": "extCP2.yml", - "contactId": "DS200P", - "name": "ExtCP2", - "description": "The AT&T Connection Point base type all other CP derive from", - "resourceIconPath": "network", - "resourceType": "CP", - "categories": [ - { - "name": "Generic", - "subcategories": [ - { - "name": "Network Elements" - } - ] - } -], - "tags": [ - "ExtCP2" - ] -} -- cgit 1.2.3-korg