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 | 10 +--------- .../expectedoutputfiles/MainServiceTemplate.yaml | 4 +--- 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/novatovolumeconnection') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/novatovolumeconnection/innerHeatVolNestedMultiLevel/expectedoutputfiles/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/novatovolumeconnection/innerHeatVolNestedMultiLevel/expectedoutputfiles/MainServiceTemplate.yaml index 773101be16..d2d5a928dd 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/novatovolumeconnection/innerHeatVolNestedMultiLevel/expectedoutputfiles/MainServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/novatovolumeconnection/innerHeatVolNestedMultiLevel/expectedoutputfiles/MainServiceTemplate.yaml @@ -29,8 +29,6 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - vol_b - - vol_a - main source_type: HEAT param_name: cmaui_cinder_volume_size @@ -55,8 +53,6 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - vol_b - - vol_a - main source_type: HEAT param_name: contrail_net_name @@ -70,8 +66,6 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - vol_b - - vol_a - main source_type: HEAT param_name: CMAUI_volume_type @@ -84,8 +78,6 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - vol_b - - vol_a - main source_type: HEAT param_name: jsa_name @@ -219,4 +211,4 @@ topology_template: p2: value: test_vol2 exposed_vol1: - value: test_vol1 + value: test_vol1 \ No newline at end of file diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/novatovolumeconnection/innernestedconnection/expectedoutputfiles/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/novatovolumeconnection/innernestedconnection/expectedoutputfiles/MainServiceTemplate.yaml index 0f6b7e72c0..0c89037b87 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/novatovolumeconnection/innernestedconnection/expectedoutputfiles/MainServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/novatovolumeconnection/innernestedconnection/expectedoutputfiles/MainServiceTemplate.yaml @@ -32,7 +32,6 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - a_vol - main source_type: HEAT param_name: cmaui_cinder_volume_size @@ -256,7 +255,6 @@ topology_template: type: org.openecomp.annotations.Source properties: vf_module_label: - - a_vol - main source_type: HEAT param_name: CMAUI_volume_type @@ -325,4 +323,4 @@ topology_template: inner_cmaui_volume_b3: value: inner_cmaui_volume_a1 inner_cmaui_volume_a1: - value: inner_cmaui_volume_a1 + value: inner_cmaui_volume_a1 \ No newline at end of file -- cgit 1.2.3-korg