From 1b700c8606f319cbda416a8abb70ea16dceb7a29 Mon Sep 17 00:00:00 2001 From: "Assaf, Shay (sa726r)" Date: Sun, 26 Aug 2018 11:53:35 +0300 Subject: related-networks property support as input Change-Id: I2d6fb011f7440127559a8f02b1c8a72095694403 Issue-ID: SDC-1658 Signed-off-by: Assaf, Shay (sa726r) --- .../out/Nested_smpServiceTemplate.yaml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortTypeAndServerGroup/out/Nested_smpServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortTypeAndServerGroup/out/Nested_smpServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortTypeAndServerGroup/out/Nested_smpServiceTemplate.yaml index 2aa43774c9..b705dc911c 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortTypeAndServerGroup/out/Nested_smpServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/computeWithDiffPortTypeAndServerGroup/out/Nested_smpServiceTemplate.yaml @@ -63,6 +63,11 @@ topology_template: vm_image_name: type: string required: true + port_port1_related_networks: + type: list + required: true + entry_schema: + type: org.openecomp.datatypes.network.RelatedNetworksAssignments port_port1_exCP_naming: type: org.openecomp.datatypes.Naming required: true @@ -91,23 +96,25 @@ topology_template: smp_port1: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: - exCP_naming: - get_input: port_port1_exCP_naming replacement_policy: get_input: - port_port1_replacement_policy - index_value + mac_requirements: + get_input: port_port1_mac_requirements + order: + get_input: port_port1_order + exCP_naming: + get_input: port_port1_exCP_naming vlan_requirements: get_input: port_port1_vlan_requirements subinterface_indicator: false ip_requirements: get_input: port_port1_ip_requirements + related_networks: + get_input: port_port1_related_networks network_role_tag: get_input: port_port1_network_role_tag - mac_requirements: - get_input: port_port1_mac_requirements - order: - get_input: port_port1_order network_role: get_input: port_port1_network_role subnetpoolid: @@ -322,4 +329,4 @@ topology_template: - link local_storage_smp: - smp - - local_storage + - local_storage \ No newline at end of file -- cgit 1.2.3-korg