[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-enrichment-lib / openecomp-sdc-enrichment-impl / src / test / resources / mock / toscaGlobalServiceTemplates / openecomp-heat / groups.yml
1 tosca_definitions_version: tosca_simple_openecomp_1_0
2 metadata:
3   filename: openecomp-heat/groups.yml
4   version: '1.0'
5 imports:
6 - heat_index:
7     file: _index.yml
8 group_types:
9   org.openecomp.groups.heat.HeatStack:
10     derived_from: org.openecomp.groups.VfModule
11     description: Grouped all heat resources which are in the same heat stack
12     properties:
13       heat_file:
14         type: string
15         description: Heat file which associate to this group/heat stack
16         required: true
17         status: SUPPORTED
18       description:
19         type: string
20         description: group description
21         required: true
22         status: SUPPORTED