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 --- .../out/Nested_pcma_server_1ServiceTemplate.yaml | 42 +++++++++++++++------- 1 file changed, 30 insertions(+), 12 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_pcma_server_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_pcma_server_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_pcma_server_1ServiceTemplate.yaml index 7cc130e234..7a3ec20712 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/twoAppearancePerPatternWithConnectivities/out/Nested_pcma_server_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_pcma_server_1ServiceTemplate.yaml @@ -14,6 +14,11 @@ topology_template: port_pcm_port_0_network_role: type: string required: true + port_pcm_port_0_subinterface_indicator: + type: list + required: true + entry_schema: + type: boolean port_pcm_port_1_network_role_tag: type: string required: true @@ -64,6 +69,11 @@ topology_template: port_pcm_port_1_network_role: type: string required: true + port_pcm_port_1_subinterface_indicator: + type: list + required: true + entry_schema: + type: boolean port_pcm_port_1_network: type: list required: true @@ -157,6 +167,10 @@ topology_template: pcma_server_pcm_port_0: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: + mac_requirements: + get_input: port_pcm_port_0_mac_requirements + order: + get_input: port_pcm_port_0_order security_groups: get_input: - port_pcm_port_0_security_groups @@ -165,22 +179,22 @@ topology_template: get_input: port_pcm_port_0_exCP_naming vlan_requirements: get_input: port_pcm_port_0_vlan_requirements + subinterface_indicator: + get_input: + - port_pcm_port_0_subinterface_indicator + - index_value ip_requirements: get_input: port_pcm_port_0_ip_requirements network_role_tag: get_input: port_pcm_port_0_network_role_tag - mac_requirements: - get_input: port_pcm_port_0_mac_requirements - order: - get_input: port_pcm_port_0_order network_role: get_input: port_pcm_port_0_network_role - subnetpoolid: - get_input: port_pcm_port_0_subnetpoolid fixed_ips: get_input: - port_pcm_port_0_fixed_ips - index_value + subnetpoolid: + get_input: port_pcm_port_0_subnetpoolid network: get_input: - port_pcm_port_0_network @@ -193,6 +207,10 @@ topology_template: pcma_server_pcm_port_1: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: + mac_requirements: + get_input: port_pcm_port_1_mac_requirements + order: + get_input: port_pcm_port_1_order security_groups: get_input: - port_pcm_port_1_security_groups @@ -201,22 +219,22 @@ topology_template: get_input: port_pcm_port_1_exCP_naming vlan_requirements: get_input: port_pcm_port_1_vlan_requirements + subinterface_indicator: + get_input: + - port_pcm_port_1_subinterface_indicator + - index_value ip_requirements: get_input: port_pcm_port_1_ip_requirements network_role_tag: get_input: port_pcm_port_1_network_role_tag - mac_requirements: - get_input: port_pcm_port_1_mac_requirements - order: - get_input: port_pcm_port_1_order network_role: get_input: port_pcm_port_1_network_role - subnetpoolid: - get_input: port_pcm_port_1_subnetpoolid fixed_ips: get_input: - port_pcm_port_1_fixed_ips - index_value + subnetpoolid: + get_input: port_pcm_port_1_subnetpoolid network: get_input: - port_pcm_port_1_network -- cgit 1.2.3-korg