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/nestedServiceTemplate.yaml | 342 ++++++++++----------- 1 file changed, 171 insertions(+), 171 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern1a/subInterfaceGetAttrInOut/out/nestedServiceTemplate.yaml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern1a/subInterfaceGetAttrInOut/out/nestedServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern1a/subInterfaceGetAttrInOut/out/nestedServiceTemplate.yaml index ae6961c098..a78c165ac4 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern1a/subInterfaceGetAttrInOut/out/nestedServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern1a/subInterfaceGetAttrInOut/out/nestedServiceTemplate.yaml @@ -1,171 +1,171 @@ -tosca_definitions_version: tosca_simple_yaml_1_0_0 -metadata: - template_name: nested -imports: -- openecomp_heat_index: - file: openecomp-heat/_index.yml -- GlobalSubstitutionTypes: - file: GlobalSubstitutionTypesServiceTemplate.yaml -topology_template: - inputs: - aap_untrusted_ip_prefix: - hidden: false - immutable: false - type: string - description: ip prefix for primary vDBE VM on the VAN untrusted network - aap_sec_untrusted_ip_prefix: - hidden: false - immutable: false - type: string - description: ip prefix for secondary vDBE VM aap on the VAN untrusted network - vdbe_subport_network: - hidden: false - immutable: false - type: string - description: List of Contrail VLAN networks to use for the subinterfaces. The order and number of these must match the VLAN ID list - ip_v6_address: - hidden: false - immutable: false - type: string - description: IPv6 address associated with subinterfaces - counter: - hidden: false - immutable: false - type: float - description: Index of instance among multiple instances. Use to retrieve correct parameter for this instance when passed all parameters for all instances. - subinterfaces_name_prefix: - hidden: false - immutable: false - type: string - description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource - ip_address: - hidden: false - immutable: false - type: string - description: IPv4 address associated with subinterfaces - aap_address_mode: - hidden: false - immutable: false - type: string - description: Address mode for the vDBE cluster IP - aap_untrusted_v6_ip_prefix: - hidden: false - immutable: false - type: string - description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network - parent_interface: - hidden: false - immutable: false - type: string - description: Parent Contrail interface - mac_address: - hidden: false - immutable: false - type: string - description: HW MAC address to use for subinterface - vlan_tag_list: - hidden: false - immutable: false - type: list - description: List of VLAN IDs to use for subinterfaces - entry_schema: - type: string - aap_sec_untrusted_ip_prefix_len: - hidden: false - immutable: false - type: string - description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network - vmac_address: - hidden: false - immutable: false - type: string - description: virtual MAC address to use for subinterface - aap_untrusted_v6_ip_prefix_len: - hidden: false - immutable: false - type: string - description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network - aap_untrusted_ip_prefix_len: - hidden: false - immutable: false - type: string - description: ip prefix length for the primary vDBE VM on the VAN untrusted network - node_templates: - vdbe_untr_x_subport: - type: org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface - properties: - virtual_machine_interface_refs: - - get_input: parent_interface - name: - str_replace: - template: $NAME_$INDEX - params: - $NAME: - get_input: subinterfaces_name_prefix - $INDEX: - get_input: - - vlan_tag_list - - get_input: counter - virtual_network_refs: - - get_input: vdbe_subport_network - virtual_machine_interface_properties: - sub_interface_vlan_tag: - get_input: - - vlan_tag_list - - get_input: counter - virtual_machine_interface_allowed_address_pairs: - allowed_address_pair: - - address_mode: - get_input: aap_address_mode - ip: - ip_prefix: - get_input: aap_untrusted_ip_prefix - ip_prefix_len: - get_input: aap_untrusted_ip_prefix_len - mac: - get_input: vmac_address - - address_mode: - get_input: aap_address_mode - ip: - ip_prefix: - get_input: aap_sec_untrusted_ip_prefix - ip_prefix_len: - get_input: aap_sec_untrusted_ip_prefix_len - mac: - get_input: mac_address - - address_mode: - get_input: aap_address_mode - ip: - ip_prefix: - get_input: aap_untrusted_v6_ip_prefix - ip_prefix_len: - get_input: aap_untrusted_v6_ip_prefix_len - mac: - get_input: vmac_address - virtual_machine_interface_mac_addresses: - mac_address: - - get_input: mac_address - groups: - nested_group: - type: org.openecomp.groups.heat.HeatStack - properties: - heat_file: ../Artifacts/nested.yml - description: cmaui server template for vMMSC - members: - - vdbe_untr_x_subport - substitution_mappings: - node_type: org.openecomp.resource.abstract.nodes.heat.subinterface.nested - capabilities: - feature_vdbe_untr_x_subport: - - vdbe_untr_x_subport - - feature - requirements: - link_vdbe_untr_x_subport: - - vdbe_untr_x_subport - - link - dependency_vdbe_untr_x_subport: - - vdbe_untr_x_subport - - dependency - binding_vdbe_untr_x_subport: - - vdbe_untr_x_subport - - binding \ No newline at end of file +tosca_definitions_version: tosca_simple_yaml_1_0_0 +metadata: + template_name: nested +imports: +- openecomp_heat_index: + file: openecomp-heat/_index.yml +- GlobalSubstitutionTypes: + file: GlobalSubstitutionTypesServiceTemplate.yaml +topology_template: + inputs: + aap_untrusted_ip_prefix: + hidden: false + immutable: false + type: string + description: ip prefix for primary vDBE VM on the VAN untrusted network + aap_sec_untrusted_ip_prefix: + hidden: false + immutable: false + type: string + description: ip prefix for secondary vDBE VM aap on the VAN untrusted network + vdbe_subport_network: + hidden: false + immutable: false + type: string + description: List of Contrail VLAN networks to use for the subinterfaces. The order and number of these must match the VLAN ID list + ip_v6_address: + hidden: false + immutable: false + type: string + description: IPv6 address associated with subinterfaces + counter: + hidden: false + immutable: false + type: float + description: Index of instance among multiple instances. Use to retrieve correct parameter for this instance when passed all parameters for all instances. + subinterfaces_name_prefix: + hidden: false + immutable: false + type: string + description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource + ip_address: + hidden: false + immutable: false + type: string + description: IPv4 address associated with subinterfaces + aap_address_mode: + hidden: false + immutable: false + type: string + description: Address mode for the vDBE cluster IP + aap_untrusted_v6_ip_prefix: + hidden: false + immutable: false + type: string + description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network + parent_interface: + hidden: false + immutable: false + type: string + description: Parent Contrail interface + mac_address: + hidden: false + immutable: false + type: string + description: HW MAC address to use for subinterface + vlan_tag_list: + hidden: false + immutable: false + type: list + description: List of VLAN IDs to use for subinterfaces + entry_schema: + type: string + aap_sec_untrusted_ip_prefix_len: + hidden: false + immutable: false + type: string + description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network + vmac_address: + hidden: false + immutable: false + type: string + description: virtual MAC address to use for subinterface + aap_untrusted_v6_ip_prefix_len: + hidden: false + immutable: false + type: string + description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network + aap_untrusted_ip_prefix_len: + hidden: false + immutable: false + type: string + description: ip prefix length for the primary vDBE VM on the VAN untrusted network + node_templates: + vdbe_untr_x_subport: + type: org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface + properties: + virtual_machine_interface_refs: + - get_input: parent_interface + name: + str_replace: + template: $NAME_$INDEX + params: + $NAME: + get_input: subinterfaces_name_prefix + $INDEX: + get_input: + - vlan_tag_list + - get_input: counter + virtual_network_refs: + - get_input: vdbe_subport_network + virtual_machine_interface_properties: + sub_interface_vlan_tag: + get_input: + - vlan_tag_list + - get_input: counter + virtual_machine_interface_allowed_address_pairs: + allowed_address_pair: + - address_mode: + get_input: aap_address_mode + ip: + ip_prefix: + get_input: aap_untrusted_ip_prefix + ip_prefix_len: + get_input: aap_untrusted_ip_prefix_len + mac: + get_input: vmac_address + - address_mode: + get_input: aap_address_mode + ip: + ip_prefix: + get_input: aap_sec_untrusted_ip_prefix + ip_prefix_len: + get_input: aap_sec_untrusted_ip_prefix_len + mac: + get_input: mac_address + - address_mode: + get_input: aap_address_mode + ip: + ip_prefix: + get_input: aap_untrusted_v6_ip_prefix + ip_prefix_len: + get_input: aap_untrusted_v6_ip_prefix_len + mac: + get_input: vmac_address + virtual_machine_interface_mac_addresses: + mac_address: + - get_input: mac_address + groups: + nested_group: + type: org.openecomp.groups.heat.HeatStack + properties: + heat_file: ../Artifacts/nested.yml + description: cmaui server template for vMMSC + members: + - vdbe_untr_x_subport + substitution_mappings: + node_type: org.openecomp.resource.abstract.nodes.heat.subinterface.nested + capabilities: + feature_vdbe_untr_x_subport: + - vdbe_untr_x_subport + - feature + requirements: + dependency_vdbe_untr_x_subport: + - vdbe_untr_x_subport + - dependency + binding_vdbe_untr_x_subport: + - vdbe_untr_x_subport + - binding + subinterface_link_vdbe_untr_x_subport: + - vdbe_untr_x_subport + - subinterface_link -- cgit 1.2.3-korg