summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importTypesTest/myHeatStack1/myHeatStack1.yml
blob: 484ed4dff60af44799faeaf7485afa10e8f0a97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
org.openecomp.groups.MyHeatStack1:
  derived_from: tosca.groups.Root
  description: Grouped all heat resources which are in the same heat stack
  properties:
    heat_files:
      type: list
      description: Heat files which associate to this group/heat stack
      required: true
      status: SUPPORTED
      entry_schema:
        type: string
    url_credential:
      type: tosca.datatypes.Credential