aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2VMinterface/macAddressesValueMapOneItem/expectedoutputfiles/MainServiceTemplate.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2VMinterface/macAddressesValueMapOneItem/expectedoutputfiles/MainServiceTemplate.yaml')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2VMinterface/macAddressesValueMapOneItem/expectedoutputfiles/MainServiceTemplate.yaml147
1 files changed, 0 insertions, 147 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2VMinterface/macAddressesValueMapOneItem/expectedoutputfiles/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2VMinterface/macAddressesValueMapOneItem/expectedoutputfiles/MainServiceTemplate.yaml
deleted file mode 100644
index 977f6a6e57..0000000000
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2VMinterface/macAddressesValueMapOneItem/expectedoutputfiles/MainServiceTemplate.yaml
+++ /dev/null
@@ -1,147 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_0_0
-metadata:
- template_name: Main
-imports:
-- openecomp_heat_index:
- file: openecomp-heat/_index.yml
-topology_template:
- inputs:
- 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:
- template_VMInt_INT2_VLC_1:
- type: org.openecomp.resource.cp.nodes.heat.contrailV2.VirtualMachineInterface
- properties:
- security_group_refs:
- - get_input: security_group_int2_id
- virtual_network_refs:
- - get_input: internal_net_id_1
- virtual_machine_interface_properties:
- service_interface_type:
- get_input: vlc_st_interface_type_int2
- virtual_machine_interface_mac_addresses:
- - get_input: vlc1_Internal2_mac
- template_VMInt_INT1_VLC_1:
- type: org.openecomp.resource.cp.nodes.heat.contrailV2.VirtualMachineInterface
- properties:
- security_group_refs:
- - get_input: security_group_int1_id
- virtual_network_refs:
- - get_input: internal_net_id_0
- virtual_machine_interface_properties:
- service_interface_type:
- get_input: vlc_st_interface_type_int1
- virtual_machine_interface_mac_addresses:
- - get_input: vlc1_Internal1_mac
- groups:
- vmme_vlc_group:
- type: org.openecomp.groups.heat.HeatStack
- properties:
- heat_file: ../Artifacts/vmme_vlc.yml
- description: |
- Module HOT template to create vmme 2 vlc
- members:
- - template_VMInt_INT2_VLC_1
- - template_VMInt_INT1_VLC_1