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
61 type: org.openecomp.annotations.Source
66 param_name: pd_image_name
68 description: PD image name
70 packet_mirror_network_name:
71 label: packet mirror network name
76 type: org.openecomp.annotations.Source
81 param_name: packet_mirror_network_name
83 description: name of the network
85 label: PD server names
90 type: org.openecomp.annotations.Source
95 param_name: pd_server_names
97 description: name of the PD instance
109 type: org.openecomp.annotations.Source
112 - hot-mog-0108-bs1271
114 param_name: pd01_volume_type
116 description: volume type
118 packet_mirror_network:
119 type: org.openecomp.resource.vl.nodes.heat.network.neutron.Net
122 get_input: packet_mirror_network_name
124 type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
127 get_input: pd01_volume_type
128 size: '(get_input : pd01_cinder_volume_size) * 1024'
130 type: org.openecomp.resource.abstract.nodes.pd_server
134 compute_pd_server_availability_zone:
135 - get_input: availabilityzone_name
136 - get_input: availabilityzone_name
137 compute_pd_server_name:
144 port_pd01_port_replacement_policy:
148 get_input: pd_flavor_name
149 port_pd01_port_mac_requirements:
153 get_input: pd_image_name
154 port_pd01_port_ip_requirements:
158 floating_ip_count_required:
163 floating_ip_count_required:
168 floating_ip_count_required:
173 floating_ip_count_required:
175 port_pd01_port_network:
176 - packet_mirror_network
177 - packet_mirror_network
178 port_pd01_port_subinterface_indicator:
181 compute_pd_server_user_data_format:
184 service_template_filter:
185 substitute_service_template: Nested_pd_serverServiceTemplate.yaml
190 - service_template_filter
193 - dependency_pd_server:
194 capability: tosca.capabilities.Node
195 node: packet_mirror_network
196 relationship: tosca.relationships.DependsOn
197 - link_pd_server_pd01_port:
198 capability: tosca.capabilities.network.Linkable
199 node: packet_mirror_network
200 relationship: tosca.relationships.network.LinksTo
201 - local_storage_pd_server:
202 capability: tosca.capabilities.Attachment
204 relationship: pd02_volume_attachment
205 - local_storage_pd_server:
206 capability: tosca.capabilities.Attachment
208 relationship: pd01_volume_attachment
209 relationship_templates:
210 pd01_volume_attachment:
211 type: org.openecomp.relationships.VolumeAttachesTo
213 volume_id: pd01_volume
214 instance_uuid: abstract_pd_server
215 pd02_volume_attachment:
216 type: org.openecomp.relationships.VolumeAttachesTo
218 volume_id: pd01_volume
219 instance_uuid: abstract_pd_server
221 hot-mog-0108-bs1271_group:
222 type: org.openecomp.groups.heat.HeatStack
224 heat_file: ../Artifacts/hot-mog-0108-bs1271.yml
225 description: heat template that creates MOG stack
227 - packet_mirror_network