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