diff options
author | DR695H <dr695h@att.com> | 2019-07-30 10:20:32 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-30 10:20:32 -0400 |
commit | 8cd8e394d2552c676d92a3e85078e755a4bafdae (patch) | |
tree | 692b7aa48c6f55e57a325269b6b9c708d1af1805 /robot/assets/templates/sdc/catalog_resource.jinja | |
parent | 5a31ec18576dcf1698c88a33dd7ae746b5b3f5c0 (diff) |
renaming the tempalte folder to be correct
Issue-ID: TEST-174
Change-Id: I2909b87e8c3c7b70c4af7c475788fcb0d03c0b26
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/assets/templates/sdc/catalog_resource.jinja')
-rw-r--r-- | robot/assets/templates/sdc/catalog_resource.jinja | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/robot/assets/templates/sdc/catalog_resource.jinja b/robot/assets/templates/sdc/catalog_resource.jinja new file mode 100644 index 00000000..6839beda --- /dev/null +++ b/robot/assets/templates/sdc/catalog_resource.jinja @@ -0,0 +1,43 @@ +{ + "artifacts": {}, + "toscaArtifacts": {}, + "contactId": "cs0008", + "categories": [ + { + "name": "Generic", + "normalizedName": "generic", + "uniqueId": "resourceNewCategory.generic", + "subcategories": [ + { + "name": "Abstract", + "normalizedName": "abstract", + "uniqueId": "resourceNewCategory.generic.abstract", + "icons": [ + "database" + ] + } + ] + } + ], + "description": "vendor software product", + "icon": "defaulticon", + "componentInstancesProperties": {}, + "componentInstancesAttributes": {}, + "name": "{{software_product_name}}", + "tags": [ + "{{software_product_name}}" + ], + "capabilities": {}, + "requirements": {}, + "deploymentArtifacts": {}, + "componentType": "RESOURCE", + "vendorName": "{{vendor_name}}", + "vendorRelease": "1.0", + "componentInstances": [], + "properties": [], + "attributes": [], + "groups": [], + "resourceType": "VF", + "csarUUID": "{{software_product_id}}", + "csarVersion": "1.0" +}
\ No newline at end of file |