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:
165 port_pd01_port_network:
166 - packet_mirror_network
167 - packet_mirror_network
168 port_pd01_port_subinterface_indicator:
171 compute_pd_server_user_data_format:
174 service_template_filter:
175 substitute_service_template: Nested_pd_serverServiceTemplate.yaml
180 - service_template_filter
183 - dependency_pd_server:
184 capability: tosca.capabilities.Node
185 node: packet_mirror_network
186 relationship: tosca.relationships.DependsOn
187 - link_pd_server_pd01_port:
188 capability: tosca.capabilities.network.Linkable
189 node: packet_mirror_network
190 relationship: tosca.relationships.network.LinksTo
191 - local_storage_pd_server:
192 capability: tosca.capabilities.Attachment
194 relationship: pd02_volume_attachment
195 - local_storage_pd_server:
196 capability: tosca.capabilities.Attachment
198 relationship: pd01_volume_attachment
199 relationship_templates:
200 pd01_volume_attachment:
201 type: org.openecomp.relationships.VolumeAttachesTo
203 volume_id: pd01_volume
204 instance_uuid: abstract_pd_server
205 pd02_volume_attachment:
206 type: org.openecomp.relationships.VolumeAttachesTo
208 volume_id: pd01_volume
209 instance_uuid: abstract_pd_server
211 hot-mog-0108-bs1271_group:
212 type: org.openecomp.groups.heat.HeatStack
214 heat_file: ../Artifacts/hot-mog-0108-bs1271.yml
215 description: heat template that creates MOG stack
217 - packet_mirror_network