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
23 param_name: cmaui_names
25 description: CMAUI1, CMAUI2 server names
29 label: availabilityzone name
34 type: org.openecomp.annotations.Source
39 param_name: availability_zone_10
41 description: availabilityzone name
42 cmaui_cinder_volume_size:
43 label: CMAUI Cinder volume size
48 type: org.openecomp.annotations.Source
54 param_name: cmaui_cinder_volume_size
56 description: the size of the CMAUI Cinder volume
63 type: org.openecomp.annotations.Source
73 label: security group name
78 type: org.openecomp.annotations.Source
84 param_name: security_group_name
86 description: the name of security group
88 label: CMAUI vm volume type
93 type: org.openecomp.annotations.Source
99 param_name: cmaui_volume
101 description: the name of the target volume backend
103 label: oam network netmask
108 type: org.openecomp.annotations.Source
114 param_name: oam_network_netmask
116 description: oam network gateway
122 type: org.openecomp.annotations.Source
128 param_name: cmaui_image
130 description: Image for CMAUI server
136 type: org.openecomp.annotations.Source
141 param_name: cmaui_volume_param1
143 description: nova server id
149 type: org.openecomp.annotations.Source
157 description: Unique ID for this VNF instance
158 default: This_is_ths_MMSC-CMAUI_id
164 type: org.openecomp.annotations.Source
170 param_name: cmaui_flavor
172 description: Flavor for CMAUI server
174 label: oam network gateway
179 type: org.openecomp.annotations.Source
185 param_name: oam_network_gateway
187 description: oam network gateway
193 type: org.openecomp.annotations.Source
198 param_name: cmaui_volume_param2
200 description: nova server id
202 label: availabilityzone name
207 type: org.openecomp.annotations.Source
213 param_name: availability_zone_0
215 description: availabilityzone name
217 label: CMAUI oam_net IP addresses
222 type: org.openecomp.annotations.Source
228 param_name: cmaui_oam_ips
230 description: CMAUI oam_net IP addresses
239 type: org.openecomp.annotations.Source
245 param_name: external_dns
247 description: dns server
253 type: org.openecomp.annotations.Source
258 param_name: server_cmaui21
260 description: nova server id
266 type: org.openecomp.annotations.Source
272 param_name: oam_net_name
274 description: UID of OAM network
276 label: CMAUI vm volume type
281 type: org.openecomp.annotations.Source
287 param_name: CMAUI_volume_type
289 description: the name of the target volume backend
296 type: org.openecomp.annotations.Source
302 param_name: external_ntp
304 description: ntp server
307 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
309 replacement_policy: AUTO
314 floating_ip_count_required:
319 floating_ip_count_required:
322 - get_input: security_group_name
331 network_role_tag: oam
333 get_input: oam_net_name
336 capability: tosca.capabilities.network.Bindable
338 relationship: tosca.relationships.network.BindsTo
340 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
342 replacement_policy: AUTO
347 floating_ip_count_required:
352 floating_ip_count_required:
355 - get_input: security_group_name
364 network_role_tag: oam
366 get_input: oam_net_name
369 capability: tosca.capabilities.network.Bindable
371 relationship: tosca.relationships.network.BindsTo
373 type: org.openecomp.resource.vfc.nodes.heat.cmaui
376 get_input: cmaui_flavor
378 get_input: availability_zone_0
380 get_input: cmaui_image
384 user_data_format: RAW
391 capability: tosca.capabilities.Attachment
393 relationship: cmaui_volume_attachment3
395 type: org.openecomp.resource.vfc.nodes.heat.cmaui
398 get_input: cmaui_flavor
400 get_input: availability_zone_0
402 get_input: cmaui_image
406 user_data_format: RAW
413 capability: tosca.capabilities.Attachment
415 relationship: cmaui_volume_attachment2
417 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
420 get_input: CMAUI_volume_type
421 size: '(get_input : cmaui_cinder_volume_size) * 1024'
423 type: org.openecomp.resource.vfc.nodes.heat.cmaui
426 get_input: cmaui_flavor
428 get_input: availability_zone_10
430 get_input: cmaui_image
434 user_data_format: RAW
440 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
443 get_input: CMAUI_volume_type
444 size: '(get_input : cmaui_cinder_volume_size) * 1024'
446 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
448 replacement_policy: AUTO
453 floating_ip_count_required:
458 floating_ip_count_required:
461 - get_input: security_group_name
470 network_role_tag: oam
472 get_input: oam_net_name
475 capability: tosca.capabilities.network.Bindable
477 relationship: tosca.relationships.network.BindsTo
478 relationship_templates:
479 cmaui_volume_attachment2:
480 type: org.openecomp.relationships.VolumeAttachesTo
483 get_input: cmaui_volume_param2
484 instance_uuid: server_cmaui1
485 cmaui_volume_attachment3:
486 type: org.openecomp.relationships.VolumeAttachesTo
489 get_input: cmaui_volume_param2
490 instance_uuid: server_cmaui2
493 type: org.openecomp.groups.heat.HeatStack
495 heat_file: ../Artifacts/main.yml
503 type: org.openecomp.groups.heat.HeatStack
505 heat_file: ../Artifacts/addOn.yml
506 description: cmaui server template for vMMSC