summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importTypesTest/myHeatStack2/myHeatStack2.yml
blob: 94fbb0451e521f58e2eaa59bdcb6992b9fd3a4c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
org.openecomp.groups.MyHeatStack2:
  derived_from: tosca.groups.Root
  description: Grouped all heat resources which are in the same heat stack
  members: [ tosca.nodes.Compute ]
  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