From 68ccc45de18f41cddb79de33a245bceb3b063ffb Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Thu, 22 Jun 2017 18:23:07 +0300 Subject: [sdc] - latest code changes Change-Id: I861387094b000367218bb417624fe50d3c37f70e Signed-off-by: Tal Gitelman --- .../out/Nested_pd_serverServiceTemplate.yaml | 60 ++++++---------------- 1 file changed, 16 insertions(+), 44 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/computeWithSamePortTypeNodeConnectedOut/out/Nested_pd_serverServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/computeWithSamePortTypeNodeConnectedOut/out/Nested_pd_serverServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/computeWithSamePortTypeNodeConnectedOut/out/Nested_pd_serverServiceTemplate.yaml index 9a7f6ae224..5fc367779c 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/computeWithSamePortTypeNodeConnectedOut/out/Nested_pd_serverServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/computeWithSamePortTypeNodeConnectedOut/out/Nested_pd_serverServiceTemplate.yaml @@ -108,15 +108,13 @@ topology_template: entry_schema: type: integer port_pd01_port_0_exCP_naming: - type: list + type: org.openecomp.datatypes.Naming required: true - entry_schema: - type: json port_pd01_port_1_vlan_requirements: type: list required: true entry_schema: - type: json + type: org.openecomp.datatypes.network.VlanRequirements port_pd01_port_1_mac_requirements: type: org.openecomp.datatypes.network.MacRequirements required: true @@ -126,15 +124,13 @@ topology_template: entry_schema: type: string port_pd01_port_1_exCP_naming: - type: list + type: org.openecomp.datatypes.Naming required: true - entry_schema: - type: json port_pd01_port_0_vlan_requirements: type: list required: true entry_schema: - type: json + type: org.openecomp.datatypes.network.VlanRequirements node_templates: pd_server: type: org.openecomp.resource.vfc.nodes.heat.pd_server @@ -159,37 +155,25 @@ topology_template: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: exCP_naming: - get_input: - - port_pd01_port_1_exCP_naming - - index_value + get_input: port_pd01_port_1_exCP_naming replacement_policy: get_input: - port_pd01_port_1_replacement_policy - index_value vlan_requirements: - get_input: - - port_pd01_port_1_vlan_requirements - - index_value + get_input: port_pd01_port_1_vlan_requirements ip_requirements: get_input: port_pd01_port_1_ip_requirements network_role_tag: - get_input: - - port_pd01_port_1_network_role_tag - - index_value + get_input: port_pd01_port_1_network_role_tag mac_requirements: get_input: port_pd01_port_1_mac_requirements order: - get_input: - - port_pd01_port_1_order - - index_value + get_input: port_pd01_port_1_order network_role: - get_input: - - port_pd01_port_1_network_role - - index_value + get_input: port_pd01_port_1_network_role subnetpoolid: - get_input: - - port_pd01_port_1_subnetpoolid - - index_value + get_input: port_pd01_port_1_subnetpoolid network: get_input: - port_pd01_port_1_network @@ -203,37 +187,25 @@ topology_template: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: exCP_naming: - get_input: - - port_pd01_port_0_exCP_naming - - index_value + get_input: port_pd01_port_0_exCP_naming replacement_policy: get_input: - port_pd01_port_0_replacement_policy - index_value vlan_requirements: - get_input: - - port_pd01_port_0_vlan_requirements - - index_value + get_input: port_pd01_port_0_vlan_requirements ip_requirements: get_input: port_pd01_port_0_ip_requirements network_role_tag: - get_input: - - port_pd01_port_0_network_role_tag - - index_value + get_input: port_pd01_port_0_network_role_tag mac_requirements: get_input: port_pd01_port_0_mac_requirements order: - get_input: - - port_pd01_port_0_order - - index_value + get_input: port_pd01_port_0_order network_role: - get_input: - - port_pd01_port_0_network_role - - index_value + get_input: port_pd01_port_0_network_role subnetpoolid: - get_input: - - port_pd01_port_0_subnetpoolid - - index_value + get_input: port_pd01_port_0_subnetpoolid network: get_input: - port_pd01_port_0_network -- cgit 1.2.3-korg