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-no_vfc_v0.1ServiceTemplate.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/oneAppearancePerPattern/out/nested-no_vfc_v0.1ServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/oneAppearancePerPattern/out/nested-no_vfc_v0.1ServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/oneAppearancePerPattern/out/nested-no_vfc_v0.1ServiceTemplate.yaml index bbc0a64921..422dcdb061 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/oneAppearancePerPattern/out/nested-no_vfc_v0.1ServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/mixPatterns/oneAppearancePerPattern/out/nested-no_vfc_v0.1ServiceTemplate.yaml @@ -108,6 +108,8 @@ topology_template: directives: - substitutable properties: + port_pcm_port_0_subinterface_indicator: + - true port_pcm_port_1_network_role_tag: oam port_pcm_port_0_fixed_ips: - ip_address: @@ -121,6 +123,8 @@ topology_template: vm_image_name: get_input: pcma_image_name port_pcm_port_0_network_role_tag: cps + port_pcm_port_1_subinterface_indicator: + - true port_pcm_port_1_network: - get_input: oam_net_name port_pcm_port_0_ip_requirements: @@ -183,6 +187,8 @@ topology_template: port_pcm_port_2_fixed_ips: - ip_address: get_input: cps_net_ip + port_pcm_port_2_subinterface_indicator: + - true vm_flavor_name: get_input: pcma_flavor_name port_pcm_port_3_security_groups: @@ -215,6 +221,8 @@ topology_template: get_input: oam_net_ip compute_pcma_server_user_data_format: - RAW + port_pcm_port_3_subinterface_indicator: + - true port_pcm_port_2_network: - get_input: cps_net_name port_pcm_port_2_ip_requirements: -- cgit 1.2.3-korg