aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/sdc/templates/pnf_create.json.j2
blob: fe7e60cb416ee583eed28bd6146626fb81266505 (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
28
29
{
    "artifacts": {},
    "attributes": [],
    "capabilities": {},
    {% include "sdc_resource_category.json.j2" %},
    "componentInstances": [],
    "componentInstancesAttributes": {},
    "componentInstancesProperties": {},
    "componentType": "RESOURCE",
    "contactId": "cs0008",
    {% if vsp is not none %}
    "csarUUID": "{{ vsp.csar_uuid }}",
    "csarVersion": "1.0",
    "vendorName": "{{ vsp.vendor.name }}",
    {% else %}
    "vendorName": "{{ vendor.name }}",
    {% endif %}
    "deploymentArtifacts": {},
    "description": "PNF",
    "icon": "defaulticon",
    "name": "{{ name }}",
    "properties": [],
    "groups": [],
    "requirements": {},
    "resourceType": "PNF",
    "tags": ["{{ name }}"],
    "toscaArtifacts": {},
    "vendorRelease": "1.0"
}