aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/heat/nested/nestedvolumeseperatefile/inputs/hot-nimbus-pcm_v0.4.yaml
blob: f6cfa047ef841956ed462963f914c7d203a6d721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
heat_template_version: 2013-05-23

description: heat template that creates PCRF Cluman stack

parameters:
  not_null:
    type: string

  nove_001_vol:
      type: string
      label: volume
      description: volume name



resources:
  server_pcm_001:
    type: nested-pcm_v0.1.yaml
    properties:
      nove_001_vol_property: { get_param: nove_001_vol }