1 tosca_definitions_version: tosca_simple_yaml_1_0_0
5 - openecomp_heat_index:
6 file: openecomp-heat/_index.yml
14 type: org.openecomp.annotations.Source
19 param_name: vlc1_Internal2_mac
21 description: static mac address assigned to vlc1_Internal2
27 type: org.openecomp.annotations.Source
32 param_name: internal_net_id_1
34 description: UUID of Internal2_net
40 type: org.openecomp.annotations.Source
45 param_name: internal_net_id_0
47 description: UUID of Internal1_net
48 security_group_int2_id:
53 type: org.openecomp.annotations.Source
58 param_name: security_group_int2_id
60 description: Security Group UUID for output
61 security_group_int1_id:
66 type: org.openecomp.annotations.Source
71 param_name: security_group_int1_id
73 description: Security Group UUID for output
79 type: org.openecomp.annotations.Source
84 param_name: vlc1_Internal1_mac
86 description: static mac address assigned to vlc1_Internal1
87 vlc_st_interface_type_int1:
92 type: org.openecomp.annotations.Source
97 param_name: vlc_st_interface_type_int1
99 description: service_interface_type for the ServiceTemplate
100 vlc_st_interface_type_int2:
105 type: org.openecomp.annotations.Source
110 param_name: vlc_st_interface_type_int2
112 description: service_interface_type for the ServiceTemplate
114 template_VMInt_INT1_VLC_1:
115 type: org.openecomp.resource.cp.nodes.heat.contrailV2.VirtualMachineInterface
118 - get_input: security_group_int1_id
119 virtual_network_refs:
120 - get_input: internal_net_id_0
121 virtual_machine_interface_properties:
122 service_interface_type:
123 get_input: vlc_st_interface_type_int1
126 type: org.openecomp.groups.heat.HeatStack
128 heat_file: ../Artifacts/vmme_vlc.yml
130 Module HOT template to create vmme 2 vlc
132 - template_VMInt_INT1_VLC_1