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