aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/sdc/catalog_service.jinja
blob: 09c5630168871c75c32300b21ef094e63cd384df (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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "artifacts": {},
  "toscaArtifacts": {},
  "contactId": "cs0008",
  "categories": [
    {
      "name": "Network L1-3",
      "normalizedName": "network l1-3",
      "uniqueId": "serviceNewCategory.network l1-3",
      "icons": [
        "network_l_1-3"
      ],
      "subcategories": null,
      "version": null,
      "ownerId": null,
      "empty": false,
      "type": null
   }
  ],
  "description": "catalog service description",
  "icon": "network_l_1-3",
  "componentInstancesProperties": {},
  "componentInstancesAttributes": {},
  "name": "{{service_name}}",
  "tags": [
    "robot-ete",
    "{{service_name}}"
  ],
  "capabilities": {},
  "requirements": {},
  "deploymentArtifacts": {},
  "componentType": "SERVICE",
  "projectCode": "123456",
  "componentInstances": [],
  "properties": [],
  "attributes": [],
  "forwardingPaths": {},
  "ecompGeneratedNaming": true,
  "serviceApiArtifacts": {},
  "instantiationType": "A-la-carte",
  "environmentContext": "General_Revenue-Bearing"
}