aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-08-20 20:07:09 +0300
committerMichael Lando <ml636r@att.com>2018-08-20 20:07:09 +0300
commit53c6462c6911d1ab375f1ebf355c8176bd55d37e (patch)
tree2db0ce20ebc38679ddd16b715973af0106baeb76 /catalog-be/src/main/resources/import/tosca/heat-types
parent2411466fbb0ae49cc0f4de11ccff20f31d5a646e (diff)
Import normative improvement
fix issue with git on windows and uppercase Change-Id: Iae0aede294d700852ba7251477e7831ef8a65abe Issue-ID: SDC-557 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/heat-types')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/extCP2/extCP2.json21
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/extCp2/extCp2.yml8
2 files changed, 0 insertions, 29 deletions
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"
- ]
-}
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/extCp2/extCp2.yml b/catalog-be/src/main/resources/import/tosca/heat-types/extCp2/extCp2.yml
deleted file mode 100644
index beae41d5ca..0000000000
--- a/catalog-be/src/main/resources/import/tosca/heat-types/extCp2/extCp2.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_0_0
-node_types:
- org.openecomp.resource.cp.v2.extCP:
- derived_from: org.openecomp.resource.cp.nodes.network.Port
- description: The SDC External Connection Point base type
- capabilities:
- port_mirroring:
- type: org.openecomp.capabilities.PortMirroring \ No newline at end of file