aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vol_att/nested_with_inner_vol/inputfiles/a_vol.yml
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vol_att/nested_with_inner_vol/inputfiles/a_vol.yml')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vol_att/nested_with_inner_vol/inputfiles/a_vol.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vol_att/nested_with_inner_vol/inputfiles/a_vol.yml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vol_att/nested_with_inner_vol/inputfiles/a_vol.yml
deleted file mode 100644
index a9f72bcecf..0000000000
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vol_att/nested_with_inner_vol/inputfiles/a_vol.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-heat_template_version: 2013-05-23
-
-description: volume
-
-parameters:
- cmaui_cinder_volume_size:
- type: number
- label: CMAUI Cinder volume size
- description: the size of the CMAUI Cinder volume
- CMAUI_volume_type:
- type: string
- label: CMAUI vm volume type
- description: the name of the target volume backend
-
-resources:
- cmaui_volume:
- type: OS::Cinder::Volume
- properties:
- size: {get_param: cmaui_cinder_volume_size}
- volume_type: {get_param: CMAUI_volume_type}
-
-outputs:
- out_cmaui_volume:
- value: {get_resource: cmaui_volume} \ No newline at end of file