From 7dae646e5b5f1168fa395394254664f27a3493f3 Mon Sep 17 00:00:00 2001 From: eleonorali Date: Mon, 16 Apr 2018 09:45:17 +0300 Subject: SIROV - add parent heat name for volume SIROV - add parent heat name for parameter came from volume HEAT Change-Id: I5592dc8b292037e740a1d7ac11e7ee0576cc2ec8 Issue-ID: SDC-996 Signed-off-by: eleonorali --- .../expectedoutputfiles/MainServiceTemplate.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vmme_small') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vmme_small/expectedoutputfiles/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vmme_small/expectedoutputfiles/MainServiceTemplate.yaml index 7ca5c8d941..44df0e1b00 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vmme_small/expectedoutputfiles/MainServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/vmme_small/expectedoutputfiles/MainServiceTemplate.yaml @@ -181,7 +181,7 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - vmme_small_create_fsb + - vmme_small source_type: HEAT param_name: FSB_1_image type: string @@ -687,7 +687,7 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - vmme_small_create_fsb + - vmme_small source_type: HEAT param_name: FSB_2_image type: string @@ -755,7 +755,7 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - vmme_small_create_fsb + - vmme_small source_type: HEAT param_name: FSB1_volume_name type: string @@ -919,7 +919,7 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - vmme_small_create_fsb + - vmme_small source_type: HEAT param_name: FSB2_volume_name type: string @@ -1163,7 +1163,7 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - vmme_small_create_fsb + - vmme_small source_type: HEAT param_name: volume_size type: float @@ -1248,7 +1248,7 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - vmme_small_create_fsb + - vmme_small source_type: HEAT param_name: volume_type type: string @@ -2286,4 +2286,4 @@ topology_template: description: server template for vMME members: - FSB1_volume - - FSB2_volume + - FSB2_volume \ No newline at end of file -- cgit 1.2.3-korg