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
148 port_pd02_port_subinterface_indicator:
151 get_input: pd_image_name
152 port_pd02_port_ip_requirements:
156 floating_ip_count_required:
158 port_pd02_port_network:
159 - get_input: oam_net_name
160 compute_pd_server_user_data_format:
162 service_template_filter:
163 substitute_service_template: Nested_pd_serverServiceTemplate.yaml
168 - service_template_filter
170 abstract_pd_server_1:
171 type: org.openecomp.resource.abstract.nodes.pd_server_1
175 compute_pd_server_availability_zone:
176 - get_input: availabilityzone_name
177 compute_pd_server_name:
182 get_input: pd_flavor_name
183 port_pd01_port_mac_requirements:
187 get_input: pd_image_name
188 port_pd01_port_ip_requirements:
192 floating_ip_count_required:
194 port_pd01_port_network:
195 - get_input: oam_net_name
196 port_pd01_port_subinterface_indicator:
198 port_pd01_port_network_role_tag: oam
199 compute_pd_server_user_data_format:
201 service_template_filter:
202 substitute_service_template: Nested_pd_server_1ServiceTemplate.yaml
207 - service_template_filter
211 type: org.openecomp.groups.heat.HeatStack
213 heat_file: ../Artifacts/main.yml
215 Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
219 - abstract_pd_server_1