From 8cd8e394d2552c676d92a3e85078e755a4bafdae Mon Sep 17 00:00:00 2001 From: DR695H Date: Tue, 30 Jul 2019 10:20:32 -0400 Subject: renaming the tempalte folder to be correct Issue-ID: TEST-174 Change-Id: I2909b87e8c3c7b70c4af7c475788fcb0d03c0b26 Signed-off-by: DR695H --- robot/assets/templates/asdc/catalog_service.jinja | 42 ----------------------- 1 file changed, 42 deletions(-) delete mode 100644 robot/assets/templates/asdc/catalog_service.jinja (limited to 'robot/assets/templates/asdc/catalog_service.jinja') diff --git a/robot/assets/templates/asdc/catalog_service.jinja b/robot/assets/templates/asdc/catalog_service.jinja deleted file mode 100644 index 09c56301..00000000 --- a/robot/assets/templates/asdc/catalog_service.jinja +++ /dev/null @@ -1,42 +0,0 @@ -{ - "artifacts": {}, - "toscaArtifacts": {}, - "contactId": "cs0008", - "categories": [ - { - "name": "Network L1-3", - "normalizedName": "network l1-3", - "uniqueId": "serviceNewCategory.network l1-3", - "icons": [ - "network_l_1-3" - ], - "subcategories": null, - "version": null, - "ownerId": null, - "empty": false, - "type": null - } - ], - "description": "catalog service description", - "icon": "network_l_1-3", - "componentInstancesProperties": {}, - "componentInstancesAttributes": {}, - "name": "{{service_name}}", - "tags": [ - "robot-ete", - "{{service_name}}" - ], - "capabilities": {}, - "requirements": {}, - "deploymentArtifacts": {}, - "componentType": "SERVICE", - "projectCode": "123456", - "componentInstances": [], - "properties": [], - "attributes": [], - "forwardingPaths": {}, - "ecompGeneratedNaming": true, - "serviceApiArtifacts": {}, - "instantiationType": "A-la-carte", - "environmentContext": "General_Revenue-Bearing" -} \ No newline at end of file -- cgit 1.2.3-korg