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:
317 - get_input: security_group_name
326 network_role_tag: oam
328 get_input: oam_net_name
331 capability: tosca.capabilities.network.Bindable
333 relationship: tosca.relationships.network.BindsTo
335 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
337 replacement_policy: AUTO
342 floating_ip_count_required:
345 - get_input: security_group_name
354 network_role_tag: oam
356 get_input: oam_net_name
359 capability: tosca.capabilities.network.Bindable
361 relationship: tosca.relationships.network.BindsTo
363 type: org.openecomp.resource.vfc.nodes.heat.cmaui
366 get_input: cmaui_flavor
368 get_input: availability_zone_0
370 get_input: cmaui_image
374 user_data_format: RAW
381 capability: tosca.capabilities.Attachment
383 relationship: cmaui_volume_attachment3
385 type: org.openecomp.resource.vfc.nodes.heat.cmaui
388 get_input: cmaui_flavor
390 get_input: availability_zone_0
392 get_input: cmaui_image
396 user_data_format: RAW
403 capability: tosca.capabilities.Attachment
405 relationship: cmaui_volume_attachment2
407 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
410 get_input: CMAUI_volume_type
411 size: '(get_input : cmaui_cinder_volume_size) * 1024'
413 type: org.openecomp.resource.vfc.nodes.heat.cmaui
416 get_input: cmaui_flavor
418 get_input: availability_zone_10
420 get_input: cmaui_image
424 user_data_format: RAW
430 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
433 get_input: CMAUI_volume_type
434 size: '(get_input : cmaui_cinder_volume_size) * 1024'
436 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
438 replacement_policy: AUTO
443 floating_ip_count_required:
446 - get_input: security_group_name
455 network_role_tag: oam
457 get_input: oam_net_name
460 capability: tosca.capabilities.network.Bindable
462 relationship: tosca.relationships.network.BindsTo
463 relationship_templates:
464 cmaui_volume_attachment2:
465 type: org.openecomp.relationships.VolumeAttachesTo
468 get_input: cmaui_volume_param2
469 instance_uuid: server_cmaui1
470 cmaui_volume_attachment3:
471 type: org.openecomp.relationships.VolumeAttachesTo
474 get_input: cmaui_volume_param2
475 instance_uuid: server_cmaui2
478 type: org.openecomp.groups.heat.HeatStack
480 heat_file: ../Artifacts/main.yml
488 type: org.openecomp.groups.heat.HeatStack
490 heat_file: ../Artifacts/addOn.yml
491 description: cmaui server template for vMMSC