push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / heat / nested / nestedvolumelocal / 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
10
11 resources:
12   server_pcm_001:
13     type: nested-pcm_v0.1.yaml
14     properties:
15       nove_001_vol_property: { get_resource: nove_001_vol }
16
17   nove_001_vol:
18     type: OS::Cinder::Volume
19     properties:
20       not_null: not_null
21
22