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
27 cmaui_cinder_volume_size:
28 label: CMAUI Cinder volume size
33 type: org.openecomp.annotations.Source
38 param_name: cmaui_cinder_volume_size
40 description: the size of the CMAUI Cinder volume
47 type: org.openecomp.annotations.Source
56 label: security group name
61 type: org.openecomp.annotations.Source
66 param_name: security_group_name
68 description: the name of security group
70 label: CMAUI server name
75 type: org.openecomp.annotations.Source
80 param_name: server_cmaui
82 description: the name of the cmaui server
84 label: oam network netmask
89 type: org.openecomp.annotations.Source
94 param_name: oam_network_netmask
96 description: oam network gateway
102 type: org.openecomp.annotations.Source
107 param_name: cmaui_image
109 description: Image for CMAUI server
115 type: org.openecomp.annotations.Source
122 description: Unique ID for this VNF instance
123 default: This_is_ths_MMSC-CMAUI_id
129 type: org.openecomp.annotations.Source
134 param_name: cmaui_flavor
136 description: Flavor for CMAUI server
138 label: oam network gateway
143 type: org.openecomp.annotations.Source
148 param_name: oam_network_gateway
150 description: oam network gateway
152 label: availabilityzone name
157 type: org.openecomp.annotations.Source
162 param_name: availability_zone_0
164 description: availabilityzone name
166 label: CMAUI oam_net IP addresses
171 type: org.openecomp.annotations.Source
176 param_name: cmaui_oam_ips
178 description: CMAUI oam_net IP addresses
187 type: org.openecomp.annotations.Source
192 param_name: external_dns
194 description: dns server
200 type: org.openecomp.annotations.Source
205 param_name: oam_net_name
207 description: UID of OAM network
214 type: org.openecomp.annotations.Source
219 param_name: external_ntp
221 description: ntp server
223 label: CMAUI vm volume type
228 type: org.openecomp.annotations.Source
233 param_name: CMAUI_volume_type
235 description: the name of the target volume backend
238 type: org.openecomp.resource.vfc.nodes.heat.cmaui
241 get_input: cmaui_flavor
243 get_input: availability_zone_0
245 get_input: cmaui_image
249 user_data_format: RAW
256 capability: tosca.capabilities.Attachment
258 relationship: cmaui_volume_attachment
260 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
263 get_input: CMAUI_volume_type
264 size: '(get_input : cmaui_cinder_volume_size) * 1024'
266 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
268 replacement_policy: AUTO
273 floating_ip_count_required:
276 - get_input: security_group_name
285 network_role_tag: oam
287 get_input: oam_net_name
290 capability: tosca.capabilities.network.Bindable
292 relationship: tosca.relationships.network.BindsTo
293 relationship_templates:
294 cmaui_volume_attachment:
295 type: org.openecomp.relationships.VolumeAttachesTo
297 volume_id: cmaui_volume
298 instance_uuid: server_cmaui
301 type: org.openecomp.groups.heat.HeatStack
303 heat_file: ../Artifacts/hot_template.yml
304 description: cmaui server template for vMMSC