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:
160 port_pd01_port_network:
161 - packet_mirror_network
162 - packet_mirror_network
163 compute_pd_server_user_data_format:
166 service_template_filter:
167 substitute_service_template: Nested_pd_serverServiceTemplate.yaml
172 - service_template_filter
175 - dependency_pd_server:
176 capability: tosca.capabilities.Node
177 node: packet_mirror_network
178 relationship: tosca.relationships.DependsOn
179 - link_pd_server_pd01_port:
180 capability: tosca.capabilities.network.Linkable
181 node: packet_mirror_network
182 relationship: tosca.relationships.network.LinksTo
183 - local_storage_pd_server:
184 capability: tosca.capabilities.Attachment
186 relationship: pd02_volume_attachment
187 - local_storage_pd_server:
188 capability: tosca.capabilities.Attachment
190 relationship: pd01_volume_attachment
191 relationship_templates:
192 pd01_volume_attachment:
193 type: org.openecomp.relationships.VolumeAttachesTo
195 volume_id: pd01_volume
196 instance_uuid: abstract_pd_server
197 pd02_volume_attachment:
198 type: org.openecomp.relationships.VolumeAttachesTo
200 volume_id: pd01_volume
201 instance_uuid: abstract_pd_server
203 hot-mog-0108-bs1271_group:
204 type: org.openecomp.groups.heat.HeatStack
206 heat_file: ../Artifacts/hot-mog-0108-bs1271.yml
207 description: heat template that creates MOG stack
209 - packet_mirror_network