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_rd_server_1bServiceTemplate.yaml | 25 +++++++++++++++------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/multiLevel/twoNestedLevelsWithAllPatternsAndConnectivities/out/Nested_rd_server_1bServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/multiLevel/twoNestedLevelsWithAllPatternsAndConnectivities/out/Nested_rd_server_1bServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/multiLevel/twoNestedLevelsWithAllPatternsAndConnectivities/out/Nested_rd_server_1bServiceTemplate.yaml index 0cd9331bfd..33fc9dafc2 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/multiLevel/twoNestedLevelsWithAllPatternsAndConnectivities/out/Nested_rd_server_1bServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/multiLevel/twoNestedLevelsWithAllPatternsAndConnectivities/out/Nested_rd_server_1bServiceTemplate.yaml @@ -31,6 +31,11 @@ topology_template: required: true entry_schema: type: string + port_rd_server_1b_port_subinterface_indicator: + type: list + required: true + entry_schema: + type: boolean vm_flavor_name: type: string required: true @@ -81,30 +86,34 @@ topology_template: rd_server_1b_rd_server_1b_port: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: - exCP_naming: - get_input: port_rd_server_1b_port_exCP_naming replacement_policy: get_input: - port_rd_server_1b_port_replacement_policy - index_value + mac_requirements: + get_input: port_rd_server_1b_port_mac_requirements + order: + get_input: port_rd_server_1b_port_order + exCP_naming: + get_input: port_rd_server_1b_port_exCP_naming vlan_requirements: get_input: port_rd_server_1b_port_vlan_requirements + subinterface_indicator: + get_input: + - port_rd_server_1b_port_subinterface_indicator + - index_value ip_requirements: get_input: port_rd_server_1b_port_ip_requirements network_role_tag: get_input: port_rd_server_1b_port_network_role_tag - mac_requirements: - get_input: port_rd_server_1b_port_mac_requirements - order: - get_input: port_rd_server_1b_port_order network_role: get_input: port_rd_server_1b_port_network_role - subnetpoolid: - get_input: port_rd_server_1b_port_subnetpoolid fixed_ips: get_input: - port_rd_server_1b_port_fixed_ips - index_value + subnetpoolid: + get_input: port_rd_server_1b_port_subnetpoolid network: get_input: - port_rd_server_1b_port_network -- cgit 1.2.3-korg