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
26 availabilityzone_name:
27 label: availabilityzone name
32 type: org.openecomp.annotations.Source
37 param_name: availabilityzone_name
39 description: availabilityzone name
41 pd01_cinder_volume_size:
47 type: org.openecomp.annotations.Source
52 param_name: pd01_cinder_volume_size
54 description: volume size
57 label: OAM flavor name
62 type: org.openecomp.annotations.Source
67 param_name: oam_flavor_name
69 description: flavor name of OAM instance
77 type: org.openecomp.annotations.Source
82 param_name: pd_image_name
84 description: PD image name
86 packet_mirror_network_name:
87 label: packet mirror network name
92 type: org.openecomp.annotations.Source
97 param_name: packet_mirror_network_name
99 description: name of the network
100 default: packet-net-1
102 label: PD server names
107 type: org.openecomp.annotations.Source
110 - hot-mog-0108-bs1271
112 param_name: pd_server_names
114 description: name of the PD instance
126 type: org.openecomp.annotations.Source
129 - hot-mog-0108-bs1271
131 param_name: pd01_volume_type
133 description: volume type
134 default: volume_type_1
136 label: oam network name
141 type: org.openecomp.annotations.Source
144 - hot-mog-0108-bs1271
146 param_name: oam_net_name
148 description: name of the oam network
149 default: oam_protected_net_0
151 packet_mirror_network:
152 type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
155 get_input: packet_mirror_network_name
157 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
160 get_input: pd01_volume_type
161 size: '(get_input : pd01_cinder_volume_size) * 1024'
163 type: org.openecomp.resource.abstract.nodes.pd_server
167 compute_pd_server_availability_zone:
168 - get_input: availabilityzone_name
169 compute_pd_server_name:
173 port_pd01_port_replacement_policy:
176 get_input: pd_flavor_name
177 port_pd02_port_subinterface_indicator:
179 port_pd01_port_mac_requirements:
183 get_input: pd_image_name
184 port_pd02_port_replacement_policy:
186 port_pd01_port_ip_requirements:
190 floating_ip_count_required:
195 floating_ip_count_required:
197 port_pd01_port_subinterface_indicator:
199 compute_pd_server_user_data_format:
201 port_pd02_port_mac_requirements:
204 port_pd01_port_network:
205 - packet_mirror_network
206 port_pd02_port_ip_requirements:
210 floating_ip_count_required:
215 floating_ip_count_required:
217 port_pd02_port_network:
218 - packet_mirror_network
219 service_template_filter:
220 substitute_service_template: Nested_pd_serverServiceTemplate.yaml
225 - service_template_filter
228 - dependency_pd_server:
229 capability: tosca.capabilities.Node
230 node: packet_mirror_network
231 relationship: tosca.relationships.DependsOn
232 - link_pd_server_pd01_port:
233 capability: tosca.capabilities.network.Linkable
234 node: packet_mirror_network
235 relationship: tosca.relationships.network.LinksTo
236 - link_pd_server_pd02_port:
237 capability: tosca.capabilities.network.Linkable
238 node: packet_mirror_network
239 relationship: tosca.relationships.network.LinksTo
240 - local_storage_pd_server:
241 capability: tosca.capabilities.Attachment
243 relationship: pd01_volume_attachment
244 relationship_templates:
245 pd01_volume_attachment:
246 type: org.openecomp.relationships.VolumeAttachesTo
248 volume_id: pd01_volume
249 instance_uuid: abstract_pd_server
251 hot-mog-0108-bs1271_group:
252 type: org.openecomp.groups.heat.HeatStack
254 heat_file: ../Artifacts/hot-mog-0108-bs1271.yml
255 description: heat template that creates MOG stack
257 - packet_mirror_network