push addional code
[sdc.git] / 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
1 heat_template_version: 2013-05-23
2
3 description: heat template that creates PCRF Cluman stack
4
5 parameters:
6   not_null:
7     type: string
8
9   nove_001_vol:
10       type: string
11       label: volume
12       description: volume name
13
14
15
16 resources:
17   server_pcm_001:
18     type: nested-pcm_v0.1.yaml
19     properties:
20       nove_001_vol_property: { get_param: nove_001_vol }
21
22
23