aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/etc/payloads/catalog_resource.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'onap-client/onap_client/etc/payloads/catalog_resource.jinja')
-rw-r--r--onap-client/onap_client/etc/payloads/catalog_resource.jinja27
1 files changed, 27 insertions, 0 deletions
diff --git a/onap-client/onap_client/etc/payloads/catalog_resource.jinja b/onap-client/onap_client/etc/payloads/catalog_resource.jinja
new file mode 100644
index 0000000..7489912
--- /dev/null
+++ b/onap-client/onap_client/etc/payloads/catalog_resource.jinja
@@ -0,0 +1,27 @@
+{
+ "artifacts": {},
+ "toscaArtifacts": {},
+ "contactId": "{{contact_id}}",
+ "categories": {{categories|tojson(indent=4)}},
+ "description": "{{vnf_description}}",
+ "icon": "defaulticon",
+ "componentInstancesProperties": {},
+ "componentInstancesAttributes": {},
+ "name": "{{vnf_name}}",
+ "tags": [
+ "{{vnf_name}}"
+ ],
+ "capabilities": {},
+ "requirements": {},
+ "deploymentArtifacts": {},
+ "componentType": "RESOURCE",
+ "vendorName": "{{vendor_name}}",
+ "vendorRelease": "1.0",
+ "componentInstances": [],
+ "properties": [],
+ "attributes": [],
+ "groups": [],
+ "resourceType": "{{resource_type}}",
+ "csarUUID": "{{software_product_id}}",
+ "csarVersion": "1.0"
+} \ No newline at end of file