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_b_single_2b_1ServiceTemplate.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_b_single_2b_1ServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_b_single_2b_1ServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_b_single_2b_1ServiceTemplate.yaml index a7f96eb52f..25a923862c 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_b_single_2b_1ServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_b_single_2b_1ServiceTemplate.yaml @@ -23,6 +23,11 @@ topology_template: vm_flavor_name: type: string required: true + port_1b_t2_port_related_networks: + type: list + required: true + entry_schema: + type: org.openecomp.datatypes.network.RelatedNetworksAssignments compute_b_single_2b_metadata: type: list required: true @@ -56,6 +61,11 @@ topology_template: port_1b_t2_port_subnetpoolid: type: string required: true + port_1b_t1_port_related_networks: + type: list + required: true + entry_schema: + type: org.openecomp.datatypes.network.RelatedNetworksAssignments compute_b_single_2b_availability_zone: type: list required: true @@ -146,6 +156,8 @@ topology_template: vlan_requirements: get_input: port_1b_t1_port_vlan_requirements subinterface_indicator: false + related_networks: + get_input: port_1b_t1_port_related_networks ip_requirements: get_input: port_1b_t1_port_ip_requirements network_role_tag: @@ -175,6 +187,8 @@ topology_template: vlan_requirements: get_input: port_1b_t2_port_vlan_requirements subinterface_indicator: false + related_networks: + get_input: port_1b_t2_port_related_networks ip_requirements: get_input: port_1b_t2_port_ip_requirements network_role_tag: @@ -419,4 +433,4 @@ topology_template: - dependency dependency_b_single_2b_1b_t1_port: - b_single_2b_1b_t1_port - - dependency + - dependency \ No newline at end of file -- cgit 1.2.3-korg