dccdb9508508cdfdb10019c4d8d9b24acd652ee7
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: nested
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 - GlobalSubstitutionTypes:
8     file: GlobalSubstitutionTypesServiceTemplate.yaml
9 node_types:
10   org.openecomp.resource.vfc.nodes.heat.cmaui:
11     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
12 topology_template:
13   inputs:
14     cmaui_names:
15       hidden: false
16       immutable: false
17       type: list
18       description: CMAUI1, CMAUI2 server names
19       entry_schema:
20         type: string
21     p2:
22       hidden: false
23       immutable: false
24       type: string
25       description: UID of OAM network
26     cmaui_image:
27       hidden: false
28       immutable: false
29       type: string
30       description: Image for CMAUI server
31     cmaui_flavor:
32       hidden: false
33       immutable: false
34       type: string
35       description: Flavor for CMAUI server
36     availability_zone_0:
37       label: availabilityzone name
38       hidden: false
39       immutable: false
40       type: string
41       description: availabilityzone name
42     cmaui_oam_ips:
43       hidden: false
44       immutable: false
45       type: string
46       description: cmaui_port_1
47     net:
48       hidden: false
49       immutable: false
50       type: string
51       description: UID of OAM network
52     shared_security_group_id1:
53       hidden: false
54       immutable: false
55       type: string
56       description: UID of OAM network
57   node_templates:
58     cmaui_port_2:
59       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
60       properties:
61         replacement_policy: AUTO
62         ip_requirements:
63         - ip_version: 4
64           ip_count_required:
65             is_required: true
66           floating_ip_count_required:
67             is_required: false
68         security_groups:
69         - get_input: shared_security_group_id1
70         fixed_ips:
71         - ip_address:
72             get_input:
73             - cmaui_oam_ips
74             - 0
75         mac_requirements:
76           mac_count_required:
77             is_required: false
78         network:
79           get_input: net
80       requirements:
81       - binding:
82           capability: tosca.capabilities.network.Bindable
83           node: server_cmaui_1
84           relationship: tosca.relationships.network.BindsTo
85     server_cmaui_1:
86       type: org.openecomp.resource.vfc.nodes.heat.cmaui
87       properties:
88         flavor:
89           get_input: cmaui_flavor
90         availability_zone:
91           get_input: availability_zone_0
92         image:
93           get_input: cmaui_image
94         name:
95           get_input:
96           - cmaui_names
97           - 0
98     test_nested2:
99       type: org.openecomp.resource.abstract.nodes.heat.nested2level
100       directives:
101       - substitutable
102       properties:
103         service_template_filter:
104           substitute_service_template: nested2levelServiceTemplate.yaml
105         p2:
106           get_input: p2
107         shared_security_group_id1:
108           get_input: shared_security_group_id1
109     cmaui_port_1:
110       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
111       properties:
112         replacement_policy: AUTO
113         ip_requirements:
114         - ip_version: 4
115           ip_count_required:
116             is_required: true
117           floating_ip_count_required:
118             is_required: false
119         security_groups:
120         - get_input: shared_security_group_id1
121         - get_input: p2
122         fixed_ips:
123         - ip_address:
124             get_input:
125             - cmaui_oam_ips
126             - 0
127         mac_requirements:
128           mac_count_required:
129             is_required: false
130         network:
131           get_input: net
132       requirements:
133       - binding:
134           capability: tosca.capabilities.network.Bindable
135           node: server_cmaui_1
136           relationship: tosca.relationships.network.BindsTo
137   groups:
138     nested_group:
139       type: org.openecomp.groups.heat.HeatStack
140       properties:
141         heat_file: ../Artifacts/nested.yml
142         description: cmaui server template for vMMSC
143       members:
144       - cmaui_port_2
145       - server_cmaui_1
146       - test_nested2
147       - cmaui_port_1
148   substitution_mappings:
149     node_type: org.openecomp.resource.abstract.nodes.heat.nested
150     capabilities:
151       disk.iops_server_cmaui_3_test_nested3_test_nested2:
152       - test_nested2
153       - disk.iops_server_cmaui_3_test_nested3
154       network.outpoing.packets_cmaui_port_222_test_nested2:
155       - test_nested2
156       - network.outpoing.packets_cmaui_port_222
157       memory.usage_server_cmaui_3_test_nested3_test_nested2:
158       - test_nested2
159       - memory.usage_server_cmaui_3_test_nested3
160       feature_test_nested3_test_nested2:
161       - test_nested2
162       - feature_test_nested3
163       disk.device.latency_server_cmaui_1:
164       - server_cmaui_1
165       - disk.device.latency
166       disk.device.usage_server_cmaui_2_test_nested2:
167       - test_nested2
168       - disk.device.usage_server_cmaui_2
169       host_server_cmaui_2_test_nested2:
170       - test_nested2
171       - host_server_cmaui_2
172       disk.root.size_server_cmaui_2_test_nested2:
173       - test_nested2
174       - disk.root.size_server_cmaui_2
175       endpoint_server_cmaui_3_test_nested3_test_nested2:
176       - test_nested2
177       - endpoint_server_cmaui_3_test_nested3
178       feature_cmaui_port_311_test_nested3_test_nested2:
179       - test_nested2
180       - feature_cmaui_port_311_test_nested3
181       disk.device.write.bytes.rate_server_cmaui_2_test_nested2:
182       - test_nested2
183       - disk.device.write.bytes.rate_server_cmaui_2
184       feature_cmaui_port_322_test_nested3_test_nested2:
185       - test_nested2
186       - feature_cmaui_port_322_test_nested3
187       disk.root.size_server_cmaui_1:
188       - server_cmaui_1
189       - disk.root.size
190       network.outpoing.packets_cmaui_port_311_test_nested3_test_nested2:
191       - test_nested2
192       - network.outpoing.packets_cmaui_port_311_test_nested3
193       network.outpoing.packets_cmaui_port_322_test_nested3_test_nested2:
194       - test_nested2
195       - network.outpoing.packets_cmaui_port_322_test_nested3
196       disk.iops_server_cmaui_2_test_nested2:
197       - test_nested2
198       - disk.iops_server_cmaui_2
199       network.outgoing.packets.rate_cmaui_port_322_test_nested3_test_nested2:
200       - test_nested2
201       - network.outgoing.packets.rate_cmaui_port_322_test_nested3
202       network.outgoing.bytes_cmaui_port_2:
203       - cmaui_port_2
204       - network.outgoing.bytes
205       disk.read.requests_server_cmaui_1:
206       - server_cmaui_1
207       - disk.read.requests
208       network.outgoing.packets.rate_cmaui_port_311_test_nested3_test_nested2:
209       - test_nested2
210       - network.outgoing.packets.rate_cmaui_port_311_test_nested3
211       network.outgoing.packets.rate_cmaui_port_222_test_nested2:
212       - test_nested2
213       - network.outgoing.packets.rate_cmaui_port_222
214       network.outgoing.bytes_cmaui_port_1:
215       - cmaui_port_1
216       - network.outgoing.bytes
217       cpu.delta_server_cmaui_3_test_nested3_test_nested2:
218       - test_nested2
219       - cpu.delta_server_cmaui_3_test_nested3
220       network.incoming.packets_cmaui_port_311_test_nested3_test_nested2:
221       - test_nested2
222       - network.incoming.packets_cmaui_port_311_test_nested3
223       disk.latency_server_cmaui_3_test_nested3_test_nested2:
224       - test_nested2
225       - disk.latency_server_cmaui_3_test_nested3
226       disk.device.read.bytes.rate_server_cmaui_1:
227       - server_cmaui_1
228       - disk.device.read.bytes.rate
229       disk.read.bytes_server_cmaui_1:
230       - server_cmaui_1
231       - disk.read.bytes
232       host_server_cmaui_3_test_nested3_test_nested2:
233       - test_nested2
234       - host_server_cmaui_3_test_nested3
235       disk.device.read.bytes_server_cmaui_1:
236       - server_cmaui_1
237       - disk.device.read.bytes
238       disk.device.read.bytes.rate_server_cmaui_2_test_nested2:
239       - test_nested2
240       - disk.device.read.bytes.rate_server_cmaui_2
241       disk.write.requests.rate_server_cmaui_1:
242       - server_cmaui_1
243       - disk.write.requests.rate
244       network.outgoing.packets.rate_cmaui_port_211_test_nested2:
245       - test_nested2
246       - network.outgoing.packets.rate_cmaui_port_211
247       disk.device.read.bytes.rate_server_cmaui_3_test_nested3_test_nested2:
248       - test_nested2
249       - disk.device.read.bytes.rate_server_cmaui_3_test_nested3
250       cpu.delta_server_cmaui_2_test_nested2:
251       - test_nested2
252       - cpu.delta_server_cmaui_2
253       instance_server_cmaui_2_test_nested2:
254       - test_nested2
255       - instance_server_cmaui_2
256       network.incoming.packets.rate_cmaui_port_311_test_nested3_test_nested2:
257       - test_nested2
258       - network.incoming.packets.rate_cmaui_port_311_test_nested3
259       memory.usage_server_cmaui_2_test_nested2:
260       - test_nested2
261       - memory.usage_server_cmaui_2
262       disk.write.requests.rate_server_cmaui_2_test_nested2:
263       - test_nested2
264       - disk.write.requests.rate_server_cmaui_2
265       disk.capacity_server_cmaui_3_test_nested3_test_nested2:
266       - test_nested2
267       - disk.capacity_server_cmaui_3_test_nested3
268       disk.device.write.bytes_server_cmaui_2_test_nested2:
269       - test_nested2
270       - disk.device.write.bytes_server_cmaui_2
271       disk.write.requests_server_cmaui_3_test_nested3_test_nested2:
272       - test_nested2
273       - disk.write.requests_server_cmaui_3_test_nested3
274       disk.ephemeral.size_server_cmaui_1:
275       - server_cmaui_1
276       - disk.ephemeral.size
277       disk.latency_server_cmaui_2_test_nested2:
278       - test_nested2
279       - disk.latency_server_cmaui_2
280       network.incoming.bytes.rate_cmaui_port_211_test_nested2:
281       - test_nested2
282       - network.incoming.bytes.rate_cmaui_port_211
283       binding_server_cmaui_2_test_nested2:
284       - test_nested2
285       - binding_server_cmaui_2
286       binding_cmaui_port_1:
287       - cmaui_port_1
288       - binding
289       binding_cmaui_port_2:
290       - cmaui_port_2
291       - binding
292       binding_server_cmaui_3_test_nested3_test_nested2:
293       - test_nested2
294       - binding_server_cmaui_3_test_nested3
295       disk.device.write.requests_server_cmaui_1:
296       - server_cmaui_1
297       - disk.device.write.requests
298       disk.device.write.bytes.rate_server_cmaui_1:
299       - server_cmaui_1
300       - disk.device.write.bytes.rate
301       cpu_util_server_cmaui_1:
302       - server_cmaui_1
303       - cpu_util
304       network.incoming.bytes_cmaui_port_2:
305       - cmaui_port_2
306       - network.incoming.bytes
307       network.incoming.bytes_cmaui_port_1:
308       - cmaui_port_1
309       - network.incoming.bytes
310       network.incoming.packets_cmaui_port_222_test_nested2:
311       - test_nested2
312       - network.incoming.packets_cmaui_port_222
313       network.incoming.packets.rate_cmaui_port_322_test_nested3_test_nested2:
314       - test_nested2
315       - network.incoming.packets.rate_cmaui_port_322_test_nested3
316       disk.write.bytes.rate_server_cmaui_1:
317       - server_cmaui_1
318       - disk.write.bytes.rate
319       disk.device.write.bytes_server_cmaui_1:
320       - server_cmaui_1
321       - disk.device.write.bytes
322       disk.read.bytes_server_cmaui_3_test_nested3_test_nested2:
323       - test_nested2
324       - disk.read.bytes_server_cmaui_3_test_nested3
325       memory.resident_server_cmaui_3_test_nested3_test_nested2:
326       - test_nested2
327       - memory.resident_server_cmaui_3_test_nested3
328       attachment_cmaui_port_222_test_nested2:
329       - test_nested2
330       - attachment_cmaui_port_222
331       network.incoming.packets.rate_cmaui_port_1:
332       - cmaui_port_1
333       - network.incoming.packets.rate
334       network.incoming.packets.rate_cmaui_port_2:
335       - cmaui_port_2
336       - network.incoming.packets.rate
337       feature_server_cmaui_3_test_nested3_test_nested2:
338       - test_nested2
339       - feature_server_cmaui_3_test_nested3
340       network.incoming.bytes.rate_cmaui_port_222_test_nested2:
341       - test_nested2
342       - network.incoming.bytes.rate_cmaui_port_222
343       attachment_cmaui_port_311_test_nested3_test_nested2:
344       - test_nested2
345       - attachment_cmaui_port_311_test_nested3
346       feature_cmaui_port_1:
347       - cmaui_port_1
348       - feature
349       feature_cmaui_port_2:
350       - cmaui_port_2
351       - feature
352       attachment_cmaui_port_322_test_nested3_test_nested2:
353       - test_nested2
354       - attachment_cmaui_port_322_test_nested3
355       disk.device.capacity_server_cmaui_3_test_nested3_test_nested2:
356       - test_nested2
357       - disk.device.capacity_server_cmaui_3_test_nested3
358       network.incoming.packets_cmaui_port_211_test_nested2:
359       - test_nested2
360       - network.incoming.packets_cmaui_port_211
361       binding_server_cmaui_1:
362       - server_cmaui_1
363       - binding
364       network.incoming.bytes_cmaui_port_311_test_nested3_test_nested2:
365       - test_nested2
366       - network.incoming.bytes_cmaui_port_311_test_nested3
367       scalable_server_cmaui_2_test_nested2:
368       - test_nested2
369       - scalable_server_cmaui_2
370       feature_test_nested2:
371       - test_nested2
372       - feature
373       scalable_server_cmaui_1:
374       - server_cmaui_1
375       - scalable
376       disk.write.requests_server_cmaui_2_test_nested2:
377       - test_nested2
378       - disk.write.requests_server_cmaui_2
379       disk.read.requests_server_cmaui_2_test_nested2:
380       - test_nested2
381       - disk.read.requests_server_cmaui_2
382       endpoint_server_cmaui_1:
383       - server_cmaui_1
384       - endpoint
385       memory.resident_server_cmaui_2_test_nested2:
386       - test_nested2
387       - memory.resident_server_cmaui_2
388       disk.usage_server_cmaui_2_test_nested2:
389       - test_nested2
390       - disk.usage_server_cmaui_2
391       disk.device.read.requests_server_cmaui_3_test_nested3_test_nested2:
392       - test_nested2
393       - disk.device.read.requests_server_cmaui_3_test_nested3
394       forwarder_cmaui_port_2:
395       - cmaui_port_2
396       - forwarder
397       forwarder_cmaui_port_1:
398       - cmaui_port_1
399       - forwarder
400       disk.device.write.requests.rate_server_cmaui_2_test_nested2:
401       - test_nested2
402       - disk.device.write.requests.rate_server_cmaui_2
403       feature_server_cmaui_2_test_nested2:
404       - test_nested2
405       - feature_server_cmaui_2
406       disk.device.allocation_server_cmaui_1:
407       - server_cmaui_1
408       - disk.device.allocation
409       network.outgoing.bytes_cmaui_port_311_test_nested3_test_nested2:
410       - test_nested2
411       - network.outgoing.bytes_cmaui_port_311_test_nested3
412       memory_server_cmaui_1:
413       - server_cmaui_1
414       - memory
415       disk.read.requests_server_cmaui_3_test_nested3_test_nested2:
416       - test_nested2
417       - disk.read.requests_server_cmaui_3_test_nested3
418       instance_server_cmaui_3_test_nested3_test_nested2:
419       - test_nested2
420       - instance_server_cmaui_3_test_nested3
421       disk.write.requests.rate_server_cmaui_3_test_nested3_test_nested2:
422       - test_nested2
423       - disk.write.requests.rate_server_cmaui_3_test_nested3
424       network.outgoing.bytes.rate_cmaui_port_311_test_nested3_test_nested2:
425       - test_nested2
426       - network.outgoing.bytes.rate_cmaui_port_311_test_nested3
427       disk.device.capacity_server_cmaui_1:
428       - server_cmaui_1
429       - disk.device.capacity
430       disk.device.latency_server_cmaui_2_test_nested2:
431       - test_nested2
432       - disk.device.latency_server_cmaui_2
433       disk.usage_server_cmaui_3_test_nested3_test_nested2:
434       - test_nested2
435       - disk.usage_server_cmaui_3_test_nested3
436       network.outgoing.bytes.rate_cmaui_port_322_test_nested3_test_nested2:
437       - test_nested2
438       - network.outgoing.bytes.rate_cmaui_port_322_test_nested3
439       network.outpoing.packets_cmaui_port_211_test_nested2:
440       - test_nested2
441       - network.outpoing.packets_cmaui_port_211
442       disk.device.allocation_server_cmaui_2_test_nested2:
443       - test_nested2
444       - disk.device.allocation_server_cmaui_2
445       instance_server_cmaui_1:
446       - server_cmaui_1
447       - instance
448       scalable_server_cmaui_3_test_nested3_test_nested2:
449       - test_nested2
450       - scalable_server_cmaui_3_test_nested3
451       disk.write.bytes_server_cmaui_3_test_nested3_test_nested2:
452       - test_nested2
453       - disk.write.bytes_server_cmaui_3_test_nested3
454       network.outpoing.packets_cmaui_port_1:
455       - cmaui_port_1
456       - network.outpoing.packets
457       network.outpoing.packets_cmaui_port_2:
458       - cmaui_port_2
459       - network.outpoing.packets
460       disk.device.read.requests_server_cmaui_1:
461       - server_cmaui_1
462       - disk.device.read.requests
463       cpu.delta_server_cmaui_1:
464       - server_cmaui_1
465       - cpu.delta
466       disk.device.usage_server_cmaui_1:
467       - server_cmaui_1
468       - disk.device.usage
469       memory_server_cmaui_3_test_nested3_test_nested2:
470       - test_nested2
471       - memory_server_cmaui_3_test_nested3
472       network.outgoing.bytes_cmaui_port_222_test_nested2:
473       - test_nested2
474       - network.outgoing.bytes_cmaui_port_222
475       binding_cmaui_port_322_test_nested3_test_nested2:
476       - test_nested2
477       - binding_cmaui_port_322_test_nested3
478       disk.device.write.requests.rate_server_cmaui_1:
479       - server_cmaui_1
480       - disk.device.write.requests.rate
481       binding_cmaui_port_311_test_nested3_test_nested2:
482       - test_nested2
483       - binding_cmaui_port_311_test_nested3
484       disk.write.bytes.rate_server_cmaui_2_test_nested2:
485       - test_nested2
486       - disk.write.bytes.rate_server_cmaui_2
487       forwarder_cmaui_port_311_test_nested3_test_nested2:
488       - test_nested2
489       - forwarder_cmaui_port_311_test_nested3
490       disk.device.iops_server_cmaui_1:
491       - server_cmaui_1
492       - disk.device.iops
493       disk.device.allocation_server_cmaui_3_test_nested3_test_nested2:
494       - test_nested2
495       - disk.device.allocation_server_cmaui_3_test_nested3
496       disk.allocation_server_cmaui_2_test_nested2:
497       - test_nested2
498       - disk.allocation_server_cmaui_2
499       cpu_server_cmaui_2_test_nested2:
500       - test_nested2
501       - cpu_server_cmaui_2
502       disk.device.read.bytes_server_cmaui_2_test_nested2:
503       - test_nested2
504       - disk.device.read.bytes_server_cmaui_2
505       endpoint_server_cmaui_2_test_nested2:
506       - test_nested2
507       - endpoint_server_cmaui_2
508       cpu_server_cmaui_1:
509       - server_cmaui_1
510       - cpu
511       feature_cmaui_port_211_test_nested2:
512       - test_nested2
513       - feature_cmaui_port_211
514       network.incoming.packets_cmaui_port_2:
515       - cmaui_port_2
516       - network.incoming.packets
517       network.incoming.packets_cmaui_port_1:
518       - cmaui_port_1
519       - network.incoming.packets
520       disk.capacity_server_cmaui_2_test_nested2:
521       - test_nested2
522       - disk.capacity_server_cmaui_2
523       disk.capacity_server_cmaui_1:
524       - server_cmaui_1
525       - disk.capacity
526       disk.device.write.requests.rate_server_cmaui_3_test_nested3_test_nested2:
527       - test_nested2
528       - disk.device.write.requests.rate_server_cmaui_3_test_nested3
529       disk.read.bytes.rate_server_cmaui_2_test_nested2:
530       - test_nested2
531       - disk.read.bytes.rate_server_cmaui_2
532       disk.ephemeral.size_server_cmaui_3_test_nested3_test_nested2:
533       - test_nested2
534       - disk.ephemeral.size_server_cmaui_3_test_nested3
535       disk.device.read.requests_server_cmaui_2_test_nested2:
536       - test_nested2
537       - disk.device.read.requests_server_cmaui_2
538       binding_cmaui_port_211_test_nested2:
539       - test_nested2
540       - binding_cmaui_port_211
541       forwarder_cmaui_port_211_test_nested2:
542       - test_nested2
543       - forwarder_cmaui_port_211
544       os_server_cmaui_2_test_nested2:
545       - test_nested2
546       - os_server_cmaui_2
547       attachment_cmaui_port_211_test_nested2:
548       - test_nested2
549       - attachment_cmaui_port_211
550       disk.ephemeral.size_server_cmaui_2_test_nested2:
551       - test_nested2
552       - disk.ephemeral.size_server_cmaui_2
553       disk.iops_server_cmaui_1:
554       - server_cmaui_1
555       - disk.iops
556       vcpus_server_cmaui_2_test_nested2:
557       - test_nested2
558       - vcpus_server_cmaui_2
559       network.outgoing.bytes.rate_cmaui_port_2:
560       - cmaui_port_2
561       - network.outgoing.bytes.rate
562       network.outgoing.bytes.rate_cmaui_port_1:
563       - cmaui_port_1
564       - network.outgoing.bytes.rate
565       network.outgoing.bytes_cmaui_port_322_test_nested3_test_nested2:
566       - test_nested2
567       - network.outgoing.bytes_cmaui_port_322_test_nested3
568       cpu_server_cmaui_3_test_nested3_test_nested2:
569       - test_nested2
570       - cpu_server_cmaui_3_test_nested3
571       network.incoming.packets.rate_cmaui_port_222_test_nested2:
572       - test_nested2
573       - network.incoming.packets.rate_cmaui_port_222
574       network.incoming.bytes.rate_cmaui_port_311_test_nested3_test_nested2:
575       - test_nested2
576       - network.incoming.bytes.rate_cmaui_port_311_test_nested3
577       network.outgoing.bytes.rate_cmaui_port_222_test_nested2:
578       - test_nested2
579       - network.outgoing.bytes.rate_cmaui_port_222
580       network.incoming.bytes.rate_cmaui_port_322_test_nested3_test_nested2:
581       - test_nested2
582       - network.incoming.bytes.rate_cmaui_port_322_test_nested3
583       forwarder_cmaui_port_222_test_nested2:
584       - test_nested2
585       - forwarder_cmaui_port_222
586       disk.device.latency_server_cmaui_3_test_nested3_test_nested2:
587       - test_nested2
588       - disk.device.latency_server_cmaui_3_test_nested3
589       network.incoming.bytes_cmaui_port_222_test_nested2:
590       - test_nested2
591       - network.incoming.bytes_cmaui_port_222
592       disk.write.bytes_server_cmaui_1:
593       - server_cmaui_1
594       - disk.write.bytes
595       feature_server_cmaui_1:
596       - server_cmaui_1
597       - feature
598       disk.allocation_server_cmaui_1:
599       - server_cmaui_1
600       - disk.allocation
601       cpu_util_server_cmaui_2_test_nested2:
602       - test_nested2
603       - cpu_util_server_cmaui_2
604       disk.device.iops_server_cmaui_2_test_nested2:
605       - test_nested2
606       - disk.device.iops_server_cmaui_2
607       network.incoming.bytes_cmaui_port_322_test_nested3_test_nested2:
608       - test_nested2
609       - network.incoming.bytes_cmaui_port_322_test_nested3
610       attachment_cmaui_port_2:
611       - cmaui_port_2
612       - attachment
613       disk.device.read.requests.rate_server_cmaui_3_test_nested3_test_nested2:
614       - test_nested2
615       - disk.device.read.requests.rate_server_cmaui_3_test_nested3
616       network.outgoing.packets.rate_cmaui_port_1:
617       - cmaui_port_1
618       - network.outgoing.packets.rate
619       network.outgoing.packets.rate_cmaui_port_2:
620       - cmaui_port_2
621       - network.outgoing.packets.rate
622       attachment_cmaui_port_1:
623       - cmaui_port_1
624       - attachment
625       disk.device.usage_server_cmaui_3_test_nested3_test_nested2:
626       - test_nested2
627       - disk.device.usage_server_cmaui_3_test_nested3
628       disk.root.size_server_cmaui_3_test_nested3_test_nested2:
629       - test_nested2
630       - disk.root.size_server_cmaui_3_test_nested3
631       disk.write.requests_server_cmaui_1:
632       - server_cmaui_1
633       - disk.write.requests
634       disk.device.write.bytes.rate_server_cmaui_3_test_nested3_test_nested2:
635       - test_nested2
636       - disk.device.write.bytes.rate_server_cmaui_3_test_nested3
637       disk.usage_server_cmaui_1:
638       - server_cmaui_1
639       - disk.usage
640       feature_cmaui_port_222_test_nested2:
641       - test_nested2
642       - feature_cmaui_port_222
643       disk.device.capacity_server_cmaui_2_test_nested2:
644       - test_nested2
645       - disk.device.capacity_server_cmaui_2
646       disk.device.read.requests.rate_server_cmaui_2_test_nested2:
647       - test_nested2
648       - disk.device.read.requests.rate_server_cmaui_2
649       os_server_cmaui_3_test_nested3_test_nested2:
650       - test_nested2
651       - os_server_cmaui_3_test_nested3
652       os_server_cmaui_1:
653       - server_cmaui_1
654       - os
655       network.outgoing.bytes.rate_cmaui_port_211_test_nested2:
656       - test_nested2
657       - network.outgoing.bytes.rate_cmaui_port_211
658       memory_server_cmaui_2_test_nested2:
659       - test_nested2
660       - memory_server_cmaui_2
661       disk.write.bytes.rate_server_cmaui_3_test_nested3_test_nested2:
662       - test_nested2
663       - disk.write.bytes.rate_server_cmaui_3_test_nested3
664       disk.device.iops_server_cmaui_3_test_nested3_test_nested2:
665       - test_nested2
666       - disk.device.iops_server_cmaui_3_test_nested3
667       disk.device.write.requests_server_cmaui_2_test_nested2:
668       - test_nested2
669       - disk.device.write.requests_server_cmaui_2
670       host_server_cmaui_1:
671       - server_cmaui_1
672       - host
673       network.incoming.packets.rate_cmaui_port_211_test_nested2:
674       - test_nested2
675       - network.incoming.packets.rate_cmaui_port_211
676       disk.read.bytes_server_cmaui_2_test_nested2:
677       - test_nested2
678       - disk.read.bytes_server_cmaui_2
679       disk.allocation_server_cmaui_3_test_nested3_test_nested2:
680       - test_nested2
681       - disk.allocation_server_cmaui_3_test_nested3
682       vcpus_server_cmaui_3_test_nested3_test_nested2:
683       - test_nested2
684       - vcpus_server_cmaui_3_test_nested3
685       network.outgoing.bytes_cmaui_port_211_test_nested2:
686       - test_nested2
687       - network.outgoing.bytes_cmaui_port_211
688       disk.device.write.requests_server_cmaui_3_test_nested3_test_nested2:
689       - test_nested2
690       - disk.device.write.requests_server_cmaui_3_test_nested3
691       disk.device.read.bytes_server_cmaui_3_test_nested3_test_nested2:
692       - test_nested2
693       - disk.device.read.bytes_server_cmaui_3_test_nested3
694       disk.device.write.bytes_server_cmaui_3_test_nested3_test_nested2:
695       - test_nested2
696       - disk.device.write.bytes_server_cmaui_3_test_nested3
697       disk.device.read.requests.rate_server_cmaui_1:
698       - server_cmaui_1
699       - disk.device.read.requests.rate
700       network.incoming.bytes_cmaui_port_211_test_nested2:
701       - test_nested2
702       - network.incoming.bytes_cmaui_port_211
703       binding_cmaui_port_222_test_nested2:
704       - test_nested2
705       - binding_cmaui_port_222
706       forwarder_cmaui_port_322_test_nested3_test_nested2:
707       - test_nested2
708       - forwarder_cmaui_port_322_test_nested3
709       network.incoming.bytes.rate_cmaui_port_1:
710       - cmaui_port_1
711       - network.incoming.bytes.rate
712       network.incoming.bytes.rate_cmaui_port_2:
713       - cmaui_port_2
714       - network.incoming.bytes.rate
715       network.incoming.packets_cmaui_port_322_test_nested3_test_nested2:
716       - test_nested2
717       - network.incoming.packets_cmaui_port_322_test_nested3
718       vcpus_server_cmaui_1:
719       - server_cmaui_1
720       - vcpus
721       disk.read.bytes.rate_server_cmaui_1:
722       - server_cmaui_1
723       - disk.read.bytes.rate
724       disk.write.bytes_server_cmaui_2_test_nested2:
725       - test_nested2
726       - disk.write.bytes_server_cmaui_2
727       cpu_util_server_cmaui_3_test_nested3_test_nested2:
728       - test_nested2
729       - cpu_util_server_cmaui_3_test_nested3
730       disk.read.bytes.rate_server_cmaui_3_test_nested3_test_nested2:
731       - test_nested2
732       - disk.read.bytes.rate_server_cmaui_3_test_nested3
733       memory.resident_server_cmaui_1:
734       - server_cmaui_1
735       - memory.resident
736       disk.latency_server_cmaui_1:
737       - server_cmaui_1
738       - disk.latency
739       memory.usage_server_cmaui_1:
740       - server_cmaui_1
741       - memory.usage
742     requirements:
743       link_cmaui_port_311_test_nested3_test_nested2:
744       - test_nested2
745       - link_cmaui_port_311_test_nested3
746       dependency_cmaui_port_322_test_nested3_test_nested2:
747       - test_nested2
748       - dependency_cmaui_port_322_test_nested3
749       link_cmaui_port_322_test_nested3_test_nested2:
750       - test_nested2
751       - link_cmaui_port_322_test_nested3
752       dependency_cmaui_port_222_test_nested2:
753       - test_nested2
754       - dependency_cmaui_port_222
755       link_cmaui_port_2:
756       - cmaui_port_2
757       - link
758       link_cmaui_port_1:
759       - cmaui_port_1
760       - link
761       dependency_server_cmaui_3_test_nested3_test_nested2:
762       - test_nested2
763       - dependency_server_cmaui_3_test_nested3
764       dependency_cmaui_port_311_test_nested3_test_nested2:
765       - test_nested2
766       - dependency_cmaui_port_311_test_nested3
767       local_storage_server_cmaui_1:
768       - server_cmaui_1
769       - local_storage
770       dependency_server_cmaui_2_test_nested2:
771       - test_nested2
772       - dependency_server_cmaui_2
773       dependency_cmaui_port_211_test_nested2:
774       - test_nested2
775       - dependency_cmaui_port_211
776       local_storage_server_cmaui_2_test_nested2:
777       - test_nested2
778       - local_storage_server_cmaui_2
779       dependency_test_nested2:
780       - test_nested2
781       - dependency
782       local_storage_server_cmaui_3_test_nested3_test_nested2:
783       - test_nested2
784       - local_storage_server_cmaui_3_test_nested3
785       dependency_cmaui_port_1:
786       - cmaui_port_1
787       - dependency
788       link_cmaui_port_222_test_nested2:
789       - test_nested2
790       - link_cmaui_port_222
791       dependency_test_nested3_test_nested2:
792       - test_nested2
793       - dependency_test_nested3
794       dependency_server_cmaui_1:
795       - server_cmaui_1
796       - dependency
797       dependency_cmaui_port_2:
798       - cmaui_port_2
799       - dependency
800       link_cmaui_port_211_test_nested2:
801       - test_nested2
802       - link_cmaui_port_211