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
17 type: org.openecomp.annotations.Source
22 param_name: pd_flavor_name
24 description: flavor name of PD instance
30 type: org.openecomp.annotations.Source
37 description: UID of OAM network
38 availabilityzone_name:
39 label: availabilityzone name
44 type: org.openecomp.annotations.Source
49 param_name: availabilityzone_name
51 description: availabilityzone name
57 type: org.openecomp.annotations.Source
62 param_name: security_group_name
64 description: network name of jsa log network
71 type: org.openecomp.annotations.Source
76 param_name: pd_image_name
78 description: PD image name
80 label: PD server names
85 type: org.openecomp.annotations.Source
90 param_name: pd_server_names
92 description: name of the PD instance
100 type: org.openecomp.annotations.Source
105 param_name: oam_net_name
107 description: net name
113 type: org.openecomp.annotations.Source
120 description: network name of jsa log network
123 type: org.openecomp.resource.abstract.nodes.heat.nested1
129 service_template_filter:
130 substitute_service_template: nested1ServiceTemplate.yaml
132 type: org.openecomp.resource.abstract.nodes.pd_server
136 compute_pd_server_availability_zone:
137 - get_input: availabilityzone_name
138 compute_pd_server_name:
142 port_pd02_port_mac_requirements:
146 get_input: pd_flavor_name
147 port_pd02_port_network_role_tag: oam
149 get_input: pd_image_name
150 port_pd02_port_ip_requirements:
154 floating_ip_count_required:
159 floating_ip_count_required:
161 port_pd02_port_network:
162 - get_input: oam_net_name
163 compute_pd_server_user_data_format:
165 service_template_filter:
166 substitute_service_template: Nested_pd_serverServiceTemplate.yaml
171 - service_template_filter
173 abstract_pd_server_1:
174 type: org.openecomp.resource.abstract.nodes.pd_server_1
178 compute_pd_server_availability_zone:
179 - get_input: availabilityzone_name
180 compute_pd_server_name:
185 get_input: pd_flavor_name
186 port_pd01_port_mac_requirements:
190 get_input: pd_image_name
191 port_pd01_port_ip_requirements:
195 floating_ip_count_required:
200 floating_ip_count_required:
202 port_pd01_port_network:
203 - get_input: oam_net_name
204 port_pd01_port_network_role_tag: oam
205 compute_pd_server_user_data_format:
207 service_template_filter:
208 substitute_service_template: Nested_pd_server_1ServiceTemplate.yaml
213 - service_template_filter
217 type: org.openecomp.groups.heat.HeatStack
219 heat_file: ../Artifacts/main.yml
221 Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
225 - abstract_pd_server_1