[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / contrailv2VMinterface / macAddressesValueNotAList / expectedoutputfiles / MainServiceTemplate.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: Main
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 topology_template:
8   inputs:
9     vlc1_Internal2_mac:
10       hidden: false
11       immutable: false
12       type: string
13       description: static mac address assigned to vlc1_Internal2
14     internal_net_id_1:
15       hidden: false
16       immutable: false
17       type: string
18       description: UUID of Internal2_net
19     internal_net_id_0:
20       hidden: false
21       immutable: false
22       type: string
23       description: UUID of Internal1_net
24     security_group_int2_id:
25       hidden: false
26       immutable: false
27       type: string
28       description: Security Group UUID for output
29     security_group_int1_id:
30       hidden: false
31       immutable: false
32       type: string
33       description: Security Group UUID for output
34     vlc1_Internal1_mac:
35       hidden: false
36       immutable: false
37       type: string
38       description: static mac address assigned to vlc1_Internal1
39     vlc_st_interface_type_int1:
40       hidden: false
41       immutable: false
42       type: string
43       description: service_interface_type for the ServiceTemplate
44     vlc_st_interface_type_int2:
45       hidden: false
46       immutable: false
47       type: string
48       description: service_interface_type for the ServiceTemplate
49   node_templates:
50     template_VMInt_INT1_VLC_1:
51       type: org.openecomp.resource.cp.nodes.heat.contrailV2.VirtualMachineInterface
52       properties:
53         security_group_refs:
54         - get_input: security_group_int1_id
55         virtual_network_refs:
56         - get_input: internal_net_id_0
57         virtual_machine_interface_properties:
58           service_interface_type:
59             get_input: vlc_st_interface_type_int1
60   groups:
61     vmme_vlc_group:
62       type: org.openecomp.groups.heat.HeatStack
63       properties:
64         heat_file: ../Artifacts/vmme_vlc.yml
65         description: |
66           Module HOT template to create vmme 2 vlc
67       members:
68       - template_VMInt_INT1_VLC_1