aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/sdc/templates/service_create.json.j2
blob: f2470593299a42f714d69d26bce5173215147ad3 (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
{
  "componentType": "SERVICE",
  "properties": [],
  "requirements": {},
  "toscaArtifacts": {},
  "tags": ["{{ name }}"],
  "artifacts": {},
  "description": "service",
  "serviceApiArtifacts": {},
  "capabilities": {},
  "name": "{{ name }}",
  "componentInstancesProperties": {},
  "componentInstancesAttributes": {},
  "contactId": "cs0008",
  "groups": [],
  "projectCode": "123456",
  "deploymentArtifacts": {},
  "attributes": [],
  "componentInstances": [],
  "ecompGeneratedNaming": true,
  "instantiationType": "{{ instantiation_type }}",
  "environmentContext": "General_Revenue-Bearing",
  {% include "sdc_resource_category.json.j2" %},
  "icon": "network_l_1-3",
  "serviceFunction": "{{ function }}",
  "serviceRole": "{{ role }}",
  "serviceType": "{{ service_type }}"
}