1 tosca_definitions_version: tosca_simple_yaml_1_0_0
5 - openecomp_heat_index:
6 file: openecomp-heat/_index.yml
7 - GlobalSubstitutionTypes:
8 file: GlobalSubstitutionTypesServiceTemplate.yaml
10 org.openecomp.resource.vfc.nodes.heat.cmaui:
11 derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
19 type: org.openecomp.annotations.Source
24 param_name: cmaui_names
26 description: CMAUI1, CMAUI2 server names
34 type: org.openecomp.annotations.Source
41 description: UID of OAM network
47 type: org.openecomp.annotations.Source
52 param_name: cmaui_image
54 description: Image for CMAUI server
60 type: org.openecomp.annotations.Source
65 param_name: cmaui_flavor
67 description: Flavor for CMAUI server
68 cmaui_cinder_volume_size:
69 label: CMAUI Cinder volume size
74 type: org.openecomp.annotations.Source
79 param_name: cmaui_cinder_volume_size
81 description: the size of the CMAUI Cinder volume
87 type: org.openecomp.annotations.Source
92 param_name: security_group_name
94 description: CMAUI1, CMAUI2 server names
98 label: availabilityzone name
103 type: org.openecomp.annotations.Source
108 param_name: availability_zone_0
110 description: availabilityzone name
116 type: org.openecomp.annotations.Source
121 param_name: cmaui_oam_ips
124 label: CMAUI vm volume type
129 type: org.openecomp.annotations.Source
134 param_name: CMAUI_volume_type
136 description: the name of the target volume backend
139 type: org.openecomp.resource.vfc.nodes.heat.cmaui
142 get_input: cmaui_flavor
144 get_input: availability_zone_0
146 get_input: cmaui_image
152 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
155 get_input: CMAUI_volume_type
156 size: '(get_input : cmaui_cinder_volume_size) * 1024'
158 type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
160 replacement_policy: AUTO
165 floating_ip_count_required:
170 floating_ip_count_required:
173 - get_input: security_group_name
186 capability: tosca.capabilities.network.Bindable
188 relationship: tosca.relationships.network.BindsTo
190 type: org.openecomp.resource.abstract.nodes.heat.nested
194 service_template_filter:
195 substitute_service_template: nestedServiceTemplate.yaml
196 cmaui_volume_param: server_cmaui1
199 type: org.openecomp.groups.heat.HeatStack
201 heat_file: ../Artifacts/main.yml
203 Version 2.0 02-09-2016 (Authors: John Doe, user PROD)