summaryrefslogtreecommitdiffstats
path: root/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
blob: 93dd4470b8267089e3d394e60a26721101d7c407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
heat_template_version: 2013-05-23

description: heat template that creates PCRF Cluman stack

parameters:
  not_null:
    type: string



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

  nove_001_vol:
    type: OS::Cinder::Volume
    properties:
      not_null: not_null