From 7b492b5f191cd5c22e3c4254f5f3ef7476122e9d Mon Sep 17 00:00:00 2001 From: vempo Date: Sun, 5 Nov 2017 17:14:25 +0200 Subject: Port scaling not working properly Made changes in evaluating port naming pattern. Change-Id: If9a3fc9c3d50fa5c4da319d2ff7d5f8ce6ca8ffe Issue-ID: SDC-573 Signed-off-by: vempo --- .../updVolumes/noConsolidation/out/MainServiceTemplate.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/updVolumes/noConsolidation/out/MainServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/updVolumes/noConsolidation/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/updVolumes/noConsolidation/out/MainServiceTemplate.yaml index f5dd56531d..44523935d7 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/updVolumes/noConsolidation/out/MainServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/updVolumes/noConsolidation/out/MainServiceTemplate.yaml @@ -201,15 +201,12 @@ topology_template: get_input: fsb-image compute_FSB_admin_pass: - STATIC-DATA-FSB1 - port_FSB_OAM_network: - - jsa_net1 port_FSB1_Internal_network: - Internal1-net port_FSB2_Internal_mac_address: get_input: fsb1-Internal2-mac - port_FSB_OAM_fixed_ips: - - ip_address: - get_input: fsb1-oam-ip + port_FSB1_OAM_network: + - jsa_net1 port_FSB2_Internal_network: - Internal2-net compute_FSB_metadata: @@ -218,6 +215,9 @@ topology_template: - path: /path2/etc/sysconfig/network-scripts/ifcfg-eth1 compute_FSB_availability_zone: - get_input: fsb1_zone + port_FSB1_OAM_fixed_ips: + - ip_address: + get_input: fsb1-oam-ip compute_FSB_name: - get_input: fsb1-name service_template_filter: @@ -237,7 +237,7 @@ topology_template: capability: tosca.capabilities.network.Linkable node: jsa_net1 relationship: tosca.relationships.network.LinksTo - - link_FSB_FSB_OAM: + - link_FSB_FSB1_OAM: capability: tosca.capabilities.network.Linkable node: jsa_net1 relationship: tosca.relationships.network.LinksTo -- cgit 1.2.3-korg