aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/sdc/templates/vf_create.json.j2
blob: 1d9c701618b324ba746e57c04f1fd2da0788bcc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "artifacts": {},
    "attributes": [],
    "capabilities": {},
    {% include "sdc_resource_category.json.j2" %},
    "componentInstances": [],
    "componentInstancesAttributes": {},
    "componentInstancesProperties": {},
    "componentType": "RESOURCE",
    "contactId": "cs0008",
    {%- if category.name != "Allotted Resource" %}
        "csarUUID": "{{ vsp.csar_uuid }}",
        "csarVersion": "1.0",
    {%- endif %}
    "deploymentArtifacts": {},
    "description": "VF",
    "icon": "defaulticon",
    "name": "{{ name }}",
    "properties": [],
    "groups": [],
    "requirements": {},
    "resourceType": "VF",
    "tags": ["{{ name }}"],
    "toscaArtifacts": {},
    "vendorName": "{{ vendor.name }}",
    "vendorRelease": "1.0"
}