aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/test/resources/CI/importTypesTest/myHeatStack2/myHeatStack2.yml
blob: 017aac2f5735b987c6e719f49d4a52fe03a1eda3 (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