summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.json
blob: caea6a80630caa7694371d99ab1785df7109f3ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "tosca.groups.Root": {
    "displayName": "Root",
    "icon": "group-root"
  },
  "org.openecomp.groups.heat.HeatStack": {
    "displayName": "Heat Stack",
    "icon": "group-heat-stack"
  },
  "org.openecomp.groups.VfModule": {
    "displayName": "VF Module",
    "icon": "group-vf-module"
  },
  "org.openecomp.groups.NetworkCollection": {
    "displayName": "Network Collection",
    "icon": "group-network-collection"
  },
  "org.openecomp.groups.VfcInstanceGroup": {
    "displayName": "Vfc Instance",
    "icon": "group-vfc-instance"
  }
}