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: oam network netmask
75 type: org.openecomp.annotations.Source
80 param_name: oam_network_netmask
82 description: oam network gateway
88 type: org.openecomp.annotations.Source
93 param_name: cmaui_image
95 description: Image for CMAUI server
101 type: org.openecomp.annotations.Source
108 description: Unique ID for this VNF instance
109 default: This_is_ths_MMSC-CMAUI_id
115 type: org.openecomp.annotations.Source
120 param_name: cmaui_flavor
122 description: Flavor for CMAUI server
124 label: oam network gateway
129 type: org.openecomp.annotations.Source
134 param_name: oam_network_gateway
136 description: oam network gateway
138 label: availabilityzone name
143 type: org.openecomp.annotations.Source
148 param_name: availability_zone_0
150 description: availabilityzone name
152 label: CMAUI oam_net IP addresses
157 type: org.openecomp.annotations.Source
162 param_name: cmaui_oam_ips
164 description: CMAUI oam_net IP addresses
173 type: org.openecomp.annotations.Source
178 param_name: external_dns
180 description: dns server
186 type: org.openecomp.annotations.Source
191 param_name: oam_net_name
193 description: UID of OAM network
200 type: org.openecomp.annotations.Source
205 param_name: external_ntp
207 description: ntp server
209 label: CMAUI vm volume type
214 type: org.openecomp.annotations.Source
219 param_name: CMAUI_volume_type
221 description: the name of the target volume backend
223 server_dependOnString:
224 type: org.openecomp.resource.vfc.nodes.heat.cmaui
227 get_input: cmaui_flavor
229 get_input: availability_zone_0
231 get_input: cmaui_image
237 type: org.openecomp.resource.vfc.nodes.heat.cmaui
240 get_input: cmaui_flavor
242 get_input: availability_zone_0
244 get_input: cmaui_image
248 user_data_format: RAW
255 capability: tosca.capabilities.Attachment
257 relationship: cmaui_volume_attachment
259 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
262 get_input: CMAUI_volume_type
263 size: '(get_input : cmaui_cinder_volume_size) * 1024'
265 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
267 replacement_policy: AUTO
272 floating_ip_count_required:
277 floating_ip_count_required:
280 - get_input: security_group_name
289 network_role_tag: oam
291 get_input: oam_net_name
294 capability: tosca.capabilities.network.Bindable
296 relationship: tosca.relationships.network.BindsTo
297 relationship_templates:
298 cmaui_volume_attachment:
299 type: org.openecomp.relationships.VolumeAttachesTo
301 volume_id: cmaui_volume
302 instance_uuid: server_cmaui
305 type: org.openecomp.groups.heat.HeatStack
307 heat_file: ../Artifacts/hot_template.yml
308 description: cmaui server template for vMMSC
310 - server_dependOnString