aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/novatovolumeconnection/innerHeatVolNestedMultiLevel/inputfiles/vol_a.yml
blob: ab0de5b19ebfa13c1d5d4c775446358a7aba1621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
heat_template_version: 2013-05-23

description: >
  Version 2.0 02-09-2016 (Authors: John Doe, user PROD)

parameters:
  cmaui_cinder_volume_size:
    type: string
  CMAUI_volume_type:
    type: string
  jsa_name:
    type: string
    description: network name of jsa log network
  contrail_net_name:
    type: string
    description: network name of jsa log network

resources:
  test_vol1:
     type: OS::Cinder::Volume
     properties:
       size: {get_param: cmaui_cinder_volume_size}
       volume_type: {get_param: CMAUI_volume_type}

outputs:
    exposed_vol1:
      value: {get_resource: test_vol1}