push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / novatovolumeconnection / sharednestedconnection / inputfiles / addOn.yml
1 heat_template_version: 2013-05-23
2
3 description: >
4   Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
5
6 parameters:
7     shared_vol1:
8       type: string
9       description: volume name
10     shared_vol2:
11       type: string
12       description: volume name
13     cmaui_cinder_volume_size:
14        type: number
15        label: CMAUI Cinder volume size
16        description: the size of the CMAUI Cinder volume
17     CMAUI_volume_type:
18       type: string
19       label: CMAUI vm volume type
20       description: the name of the target volume backend
21
22 resources:
23   test_nested:
24     type: nested.yml
25     properties:
26       shared_vol1: { get_param: shared_vol1}
27       cmaui_volume_param2: { get_param: shared_vol2}
28 outputs:
29     out1_not_shared:
30       value: {get_resource: test_nested}