From d5b4901c6a1ae136138c1300d377447e26bac4ef Mon Sep 17 00:00:00 2001 From: eleonorali Date: Sun, 11 Feb 2018 12:15:48 +0200 Subject: SRIOV - add annotations SRIOV - add annotations to input TOSCA parameter converted from HEAT file (2) Change-Id: Id0b0156730ae64093df42d09e2873de047c13ac9 Issue-ID: SDC-996 Signed-off-by: eleonorali --- .../expectedoutputfiles/MainServiceTemplate.yaml | 66 +++++++++++++++++++++- 1 file changed, 65 insertions(+), 1 deletion(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2VMinterface/macAddressesValueNotAList') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2VMinterface/macAddressesValueNotAList/expectedoutputfiles/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2VMinterface/macAddressesValueNotAList/expectedoutputfiles/MainServiceTemplate.yaml index 2f40129966..c17f56efc8 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2VMinterface/macAddressesValueNotAList/expectedoutputfiles/MainServiceTemplate.yaml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2VMinterface/macAddressesValueNotAList/expectedoutputfiles/MainServiceTemplate.yaml @@ -9,41 +9,105 @@ topology_template: vlc1_Internal2_mac: hidden: false immutable: false + annotations: + source: + type: org.openecomp.annotations.Source + properties: + vf_module_label: + - vmme_vlc + source_type: HEAT + param_name: vlc1_Internal2_mac type: string description: static mac address assigned to vlc1_Internal2 internal_net_id_1: hidden: false immutable: false + annotations: + source: + type: org.openecomp.annotations.Source + properties: + vf_module_label: + - vmme_vlc + source_type: HEAT + param_name: internal_net_id_1 type: string description: UUID of Internal2_net internal_net_id_0: hidden: false immutable: false + annotations: + source: + type: org.openecomp.annotations.Source + properties: + vf_module_label: + - vmme_vlc + source_type: HEAT + param_name: internal_net_id_0 type: string description: UUID of Internal1_net security_group_int2_id: hidden: false immutable: false + annotations: + source: + type: org.openecomp.annotations.Source + properties: + vf_module_label: + - vmme_vlc + source_type: HEAT + param_name: security_group_int2_id type: string description: Security Group UUID for output security_group_int1_id: hidden: false immutable: false + annotations: + source: + type: org.openecomp.annotations.Source + properties: + vf_module_label: + - vmme_vlc + source_type: HEAT + param_name: security_group_int1_id type: string description: Security Group UUID for output vlc1_Internal1_mac: hidden: false immutable: false + annotations: + source: + type: org.openecomp.annotations.Source + properties: + vf_module_label: + - vmme_vlc + source_type: HEAT + param_name: vlc1_Internal1_mac type: string description: static mac address assigned to vlc1_Internal1 vlc_st_interface_type_int1: hidden: false immutable: false + annotations: + source: + type: org.openecomp.annotations.Source + properties: + vf_module_label: + - vmme_vlc + source_type: HEAT + param_name: vlc_st_interface_type_int1 type: string description: service_interface_type for the ServiceTemplate vlc_st_interface_type_int2: hidden: false immutable: false + annotations: + source: + type: org.openecomp.annotations.Source + properties: + vf_module_label: + - vmme_vlc + source_type: HEAT + param_name: vlc_st_interface_type_int2 type: string description: service_interface_type for the ServiceTemplate node_templates: @@ -65,4 +129,4 @@ topology_template: description: | Module HOT template to create vmme 2 vlc members: - - template_VMInt_INT1_VLC_1 \ No newline at end of file + - template_VMInt_INT1_VLC_1 -- cgit 1.2.3-korg