From d6982006c27288936d8b0d9eee18068854036f45 Mon Sep 17 00:00:00 2001 From: siddharth0905 Date: Tue, 3 Apr 2018 20:24:59 +0530 Subject: Added new nodes type Added new nodes type and new property in Port. All test data need to be updated, so file count is much more. Change-Id: Ic21befe8d7feee912fbed1d3eb676488db1fb68c Issue-ID: SDC-1183 Signed-off-by: siddharth0905 --- .../oneComputeMultiplePortsSameType/out/MainServiceTemplate.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsSameType/out/MainServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsSameType/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsSameType/out/MainServiceTemplate.yaml index 6305a7cae6..5c86ef6c5b 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsSameType/out/MainServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsSameType/out/MainServiceTemplate.yaml @@ -69,6 +69,7 @@ topology_template: mac_address: get_input: fsb1-Internal2-mac network: Internal2-net + subinterface_indicator: true requirements: - binding: capability: tosca.capabilities.network.Bindable @@ -80,6 +81,7 @@ topology_template: mac_address: get_input: fsb1-Internal1-mac network: Internal1-net + subinterface_indicator: true requirements: - binding: capability: tosca.capabilities.network.Bindable @@ -158,6 +160,8 @@ topology_template: directives: - substitutable properties: + port_FSB1_Internal_2_subinterface_indicator: + - true vm_flavor_name: get_input: fsb-flavor vm_image_name: @@ -166,6 +170,8 @@ topology_template: - STATIC-DATA-FSB1 port_FSB1_Internal_1_mac_address: get_input: fsb1-Internal1-mac + port_FSB1_Internal_1_subinterface_indicator: + - true port_FSB1_Internal_1_network: - Internal1-net port_FSB1_Internal_2_mac_address: -- cgit 1.2.3-korg