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 --- .../oneComputeMultiplePortsDiffType/out/MainServiceTemplate.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsDiffType/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/oneComputeMultiplePortsDiffType/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsDiffType/out/MainServiceTemplate.yaml index 62e3c5574a..bc08b781f9 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsDiffType/out/MainServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsDiffType/out/MainServiceTemplate.yaml @@ -74,6 +74,7 @@ topology_template: mac_address: get_input: fsb1-Internal2-mac network: Internal2-net + subinterface_indicator: true requirements: - binding: capability: tosca.capabilities.network.Bindable @@ -85,6 +86,7 @@ topology_template: mac_address: get_input: fsb1-Internal1-mac network: Internal1-net + subinterface_indicator: true requirements: - binding: capability: tosca.capabilities.network.Bindable @@ -101,6 +103,7 @@ topology_template: - ip_address: get_input: fsb1-oam-ip network: jsa_net1 + subinterface_indicator: true requirements: - binding: capability: tosca.capabilities.network.Bindable @@ -181,12 +184,16 @@ topology_template: properties: port_FSB1_Internal_mac_address: get_input: fsb1-Internal1-mac + port_FSB1_OAM_subinterface_indicator: + - true vm_flavor_name: get_input: fsb-flavor vm_image_name: get_input: fsb-image compute_FSB_admin_pass: - STATIC-DATA-FSB1 + port_FSB1_Internal_subinterface_indicator: + - true port_FSB1_Internal_network: - Internal1-net port_FSB2_Internal_mac_address: @@ -199,6 +206,8 @@ topology_template: - write_files: - path: /path1/etc/sysconfig/network-scripts/ifcfg-eth0 - path: /path2/etc/sysconfig/network-scripts/ifcfg-eth1 + port_FSB2_Internal_subinterface_indicator: + - true compute_FSB_availability_zone: - get_input: fsb1_zone port_FSB1_OAM_fixed_ips: -- cgit 1.2.3-korg