push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / heat / nested / nestedvolumelocal / inputs / nested-pcm_v0.1.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat template that creates PCRF Cluman stack
4
5 parameters:
6   pcm_server_name:
7     type: string
8     label: PCRF CM server name
9     description: PCRF CM server name
10   nove_001_vol_property:
11     type: string
12     label: PCRF CM server name
13     description: PCRF CM server name
14   nova_image_name:
15     type: string
16     label: nova_001 image name
17     description: PCRF CM server name
18
19 resources:
20   nova_001:
21     type: OS::Nova::Server
22     properties:
23       not_null: not_null
24       image: {get_param: nova_image_name}
25   nove_001_vol_attach:
26     type: OS::Cinder::VolumeAttachment
27     properties:
28       volume_id: {get_param: nove_001_vol_property}
29       instance_uuid: {get_resource: nova_001}