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_ps_serverServiceTemplate.yaml | 30 ++++++++-------------- 1 file changed, 10 insertions(+), 20 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/twoSetsOfSingle/out/Nested_ps_serverServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/twoSetsOfSingle/out/Nested_ps_serverServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/twoSetsOfSingle/out/Nested_ps_serverServiceTemplate.yaml index a447cf0714..6050581dc8 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/twoSetsOfSingle/out/Nested_ps_serverServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/singleSubstitution/twoSetsOfSingle/out/Nested_ps_serverServiceTemplate.yaml @@ -42,7 +42,7 @@ topology_template: type: list required: true entry_schema: - type: json + type: org.openecomp.datatypes.network.VlanRequirements vm_flavor_name: type: string required: true @@ -73,13 +73,13 @@ topology_template: entry_schema: type: org.openecomp.datatypes.network.IpRequirements port_ps01_port_network_role_tag: - type: string - required: true - port_ps01_port_exCP_naming: type: list required: true entry_schema: - type: json + type: string + port_ps01_port_exCP_naming: + type: org.openecomp.datatypes.Naming + required: true node_templates: ps_server: type: org.openecomp.resource.vfc.nodes.heat.ps_server @@ -104,13 +104,9 @@ topology_template: type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port properties: exCP_naming: - get_input: - - port_ps01_port_exCP_naming - - index_value + get_input: port_ps01_port_exCP_naming vlan_requirements: - get_input: - - port_ps01_port_vlan_requirements - - index_value + get_input: port_ps01_port_vlan_requirements ip_requirements: get_input: port_ps01_port_ip_requirements network_role_tag: @@ -118,17 +114,11 @@ topology_template: mac_requirements: get_input: port_ps01_port_mac_requirements order: - get_input: - - port_ps01_port_order - - index_value + get_input: port_ps01_port_order network_role: - get_input: - - port_ps01_port_network_role - - index_value + get_input: port_ps01_port_network_role subnetpoolid: - get_input: - - port_ps01_port_subnetpoolid - - index_value + get_input: port_ps01_port_subnetpoolid network: get_input: - port_ps01_port_network -- cgit 1.2.3-korg