1 tosca_definitions_version: tosca_simple_yaml_1_0_0
5 - openecomp_heat_index:
6 file: openecomp-heat/_index.yml
8 org.openecomp.resource.vfc.nodes.heat.cmaui:
9 derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
17 type: org.openecomp.annotations.Source
22 param_name: cmaui_names
24 description: CMAUI1, CMAUI2 server names
32 type: org.openecomp.annotations.Source
39 description: UID of OAM network
40 template_PortTuple_LB1:
45 type: org.openecomp.annotations.Source
50 param_name: template_PortTuple_LB1
57 type: org.openecomp.annotations.Source
62 param_name: oam_sec_group_name
64 lb_st_interface_type_oam:
69 type: org.openecomp.annotations.Source
74 param_name: lb_st_interface_type_oam
81 type: org.openecomp.annotations.Source
86 param_name: security_group_name
88 description: CMAUI1, CMAUI2 server names
96 type: org.openecomp.annotations.Source
101 param_name: shared_network_id
103 description: Flavor for CMAUI server
109 type: org.openecomp.annotations.Source
114 param_name: jsa_net_name
116 description: network name of jsa log network
122 type: org.openecomp.annotations.Source
127 param_name: shared_network_id1
129 description: Flavor for CMAUI server
135 type: org.openecomp.annotations.Source
140 param_name: cmaui_image
142 description: Image for CMAUI server
148 type: org.openecomp.annotations.Source
153 param_name: cmaui_flavor
155 description: Flavor for CMAUI server
161 type: org.openecomp.annotations.Source
166 param_name: shared_network_id2
168 description: Flavor for CMAUI server
172 label: availabilityzone name
177 type: org.openecomp.annotations.Source
182 param_name: availability_zone_0
184 description: availabilityzone name
190 type: org.openecomp.annotations.Source
195 param_name: cmaui_oam_ips
198 template_VMInt_OAM_lb_1:
199 type: org.openecomp.resource.cp.nodes.heat.contrailV2.VirtualMachineInterface
202 - get_input: oam_sec_group_name
203 virtual_network_refs:
204 - get_input: shared_network_id
205 virtual_machine_interface_properties:
206 service_interface_type:
207 get_input: lb_st_interface_type_oam
209 - get_input: template_PortTuple_LB1
212 capability: tosca.capabilities.network.Linkable
214 relationship: tosca.relationships.network.LinksTo
216 capability: tosca.capabilities.network.Bindable
218 relationship: tosca.relationships.network.BindsTo
219 template_VMInt_OAM_lb_2:
220 type: org.openecomp.resource.cp.nodes.heat.contrailV2.VirtualMachineInterface
223 - get_input: oam_sec_group_name
224 virtual_network_refs:
225 - get_input: shared_network_id
226 - get_input: shared_network_id1
227 virtual_machine_interface_properties:
228 service_interface_type:
229 get_input: lb_st_interface_type_oam
231 - get_input: template_PortTuple_LB1
234 capability: tosca.capabilities.network.Linkable
236 relationship: tosca.relationships.network.LinksTo
238 capability: tosca.capabilities.network.Bindable
240 relationship: tosca.relationships.network.BindsTo
241 template_VMInt_OAM_lb_3:
242 type: org.openecomp.resource.cp.nodes.heat.contrailV2.VirtualMachineInterface
245 - get_input: oam_sec_group_name
246 virtual_network_refs:
250 virtual_machine_interface_properties:
251 service_interface_type:
252 get_input: lb_st_interface_type_oam
254 - get_input: template_PortTuple_LB1
256 type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
260 get_input: jsa_net_name
262 type: org.openecomp.resource.vfc.nodes.heat.cmaui
265 get_input: cmaui_flavor
267 get_input: availability_zone_0
269 get_input: cmaui_image
270 contrail_service_instance_ind: true
276 type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
280 get_input: jsa_net_name
283 type: org.openecomp.groups.heat.HeatStack
285 heat_file: ../Artifacts/main.yml
287 Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
292 type: org.openecomp.groups.heat.HeatStack
294 heat_file: ../Artifacts/addOn.yml
295 description: cmaui server template for vMMSC
297 - template_VMInt_OAM_lb_1
298 - template_VMInt_OAM_lb_2
299 - template_VMInt_OAM_lb_3