ec3577ad8baf4506b43beab405891f42184d141a
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.FSB1:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       compute_FSB1_metadata:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: json
17       port_FSB1_0_Internal_port_0_subnetpoolid:
18         type: string
19         required: true
20         status: SUPPORTED
21       vm_flavor_name:
22         type: string
23         required: true
24         status: SUPPORTED
25       port_FSB1_Internal_1_mac_requirements:
26         type: org.openecomp.datatypes.network.MacRequirements
27         required: true
28         status: SUPPORTED
29       port_FSB1_OAM_vlan_requirements:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: org.openecomp.datatypes.network.VlanRequirements
35       port_FSB1_1_Internal_port_0_network:
36         type: list
37         required: true
38         status: SUPPORTED
39         entry_schema:
40           type: string
41       port_FSB1_0_Internal_port_0_mac_requirements:
42         type: org.openecomp.datatypes.network.MacRequirements
43         required: true
44         status: SUPPORTED
45       port_FSB1_1_Internal_port_0_mac_address:
46         type: string
47         required: true
48         status: SUPPORTED
49       port_FSB1_0_Internal_port_0_vlan_requirements:
50         type: list
51         required: true
52         status: SUPPORTED
53         entry_schema:
54           type: org.openecomp.datatypes.network.VlanRequirements
55       port_FSB1_1_Internal_port_0_mac_requirements:
56         type: org.openecomp.datatypes.network.MacRequirements
57         required: true
58         status: SUPPORTED
59       port_FSB1_Internal_1_related_networks:
60         type: list
61         required: true
62         status: SUPPORTED
63         entry_schema:
64           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
65       port_FSB1_Internal_1_network_role_tag:
66         type: string
67         required: true
68         status: SUPPORTED
69       port_FSB1_1_Internal_port_0_network_role:
70         type: string
71         required: true
72         status: SUPPORTED
73       port_FSB1_OAM_network:
74         type: list
75         required: true
76         status: SUPPORTED
77         entry_schema:
78           type: string
79       port_FSB1_1_Internal_port_0_exCP_naming:
80         type: org.openecomp.datatypes.Naming
81         required: true
82         status: SUPPORTED
83       port_FSB1_Internal_1_network:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: string
89       port_FSB1_0_Internal_port_0_ip_requirements:
90         type: list
91         required: true
92         status: SUPPORTED
93         entry_schema:
94           type: org.openecomp.datatypes.network.IpRequirements
95       port_FSB1_OAM_network_role:
96         type: string
97         required: true
98         status: SUPPORTED
99       port_FSB1_1_Internal_port_0_subnetpoolid:
100         type: string
101         required: true
102         status: SUPPORTED
103       port_FSB1_1_Internal_port_0_related_networks:
104         type: list
105         required: true
106         status: SUPPORTED
107         entry_schema:
108           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
109       port_FSB1_Internal_1_ip_requirements:
110         type: list
111         required: true
112         status: SUPPORTED
113         entry_schema:
114           type: org.openecomp.datatypes.network.IpRequirements
115       port_FSB1_OAM_subnetpoolid:
116         type: string
117         required: true
118         status: SUPPORTED
119       port_FSB1_1_Internal_port_0_order:
120         type: integer
121         required: true
122         status: SUPPORTED
123       port_FSB1_OAM_exCP_naming:
124         type: org.openecomp.datatypes.Naming
125         required: true
126         status: SUPPORTED
127       port_FSB1_OAM_ip_requirements:
128         type: list
129         required: true
130         status: SUPPORTED
131         entry_schema:
132           type: org.openecomp.datatypes.network.IpRequirements
133       port_FSB1_1_Internal_port_0_network_role_tag:
134         type: string
135         required: true
136         status: SUPPORTED
137       port_FSB1_0_Internal_port_0_network_role_tag:
138         type: string
139         required: true
140         status: SUPPORTED
141       port_FSB1_0_Internal_port_0_mac_address:
142         type: string
143         required: true
144         status: SUPPORTED
145       port_FSB1_0_Internal_port_0_network:
146         type: list
147         required: true
148         status: SUPPORTED
149         entry_schema:
150           type: string
151       port_FSB1_1_Internal_port_0_ip_requirements:
152         type: list
153         required: true
154         status: SUPPORTED
155         entry_schema:
156           type: org.openecomp.datatypes.network.IpRequirements
157       port_FSB1_OAM_mac_requirements:
158         type: org.openecomp.datatypes.network.MacRequirements
159         required: true
160         status: SUPPORTED
161       port_FSB1_0_Internal_port_0_exCP_naming:
162         type: org.openecomp.datatypes.Naming
163         required: true
164         status: SUPPORTED
165       port_FSB1_Internal_1_vlan_requirements:
166         type: list
167         required: true
168         status: SUPPORTED
169         entry_schema:
170           type: org.openecomp.datatypes.network.VlanRequirements
171       port_FSB1_Internal_1_exCP_naming:
172         type: org.openecomp.datatypes.Naming
173         required: true
174         status: SUPPORTED
175       port_FSB1_Internal_1_network_role:
176         type: string
177         required: true
178         status: SUPPORTED
179       compute_FSB1_availability_zone:
180         type: list
181         required: true
182         status: SUPPORTED
183         entry_schema:
184           type: string
185       index_value:
186         type: integer
187         description: Index value of this substitution service template runtime instance
188         required: false
189         default: 0
190         status: SUPPORTED
191         constraints:
192         - greater_or_equal: 0
193       port_FSB1_0_Internal_port_0_network_role:
194         type: string
195         required: true
196         status: SUPPORTED
197       port_FSB1_1_Internal_port_0_vlan_requirements:
198         type: list
199         required: true
200         status: SUPPORTED
201         entry_schema:
202           type: org.openecomp.datatypes.network.VlanRequirements
203       port_FSB1_OAM_order:
204         type: integer
205         required: true
206         status: SUPPORTED
207       port_FSB1_Internal_1_mac_address:
208         type: string
209         required: true
210         status: SUPPORTED
211       port_FSB1_0_Internal_port_0_order:
212         type: integer
213         required: true
214         status: SUPPORTED
215       port_FSB1_Internal_1_order:
216         type: integer
217         required: true
218         status: SUPPORTED
219       port_FSB1_Internal_1_subnetpoolid:
220         type: string
221         required: true
222         status: SUPPORTED
223       port_FSB1_OAM_related_networks:
224         type: list
225         required: true
226         status: SUPPORTED
227         entry_schema:
228           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
229       port_FSB1_OAM_network_role_tag:
230         type: string
231         required: true
232         status: SUPPORTED
233       compute_FSB1_name:
234         type: list
235         required: true
236         status: SUPPORTED
237         entry_schema:
238           type: string
239       port_FSB1_OAM_fixed_ips:
240         type: list
241         required: true
242         status: SUPPORTED
243         entry_schema:
244           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
245       port_FSB1_0_Internal_port_0_related_networks:
246         type: list
247         required: true
248         status: SUPPORTED
249         entry_schema:
250           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
251     requirements:
252     - dependency_FSB1_FSB1_1_Internal_port_0:
253         capability: tosca.capabilities.Node
254         node: tosca.nodes.Root
255         relationship: tosca.relationships.DependsOn
256         occurrences:
257         - 0
258         - UNBOUNDED
259     - link_FSB1_FSB1_1_Internal_port_0:
260         capability: tosca.capabilities.network.Linkable
261         relationship: tosca.relationships.network.LinksTo
262         occurrences:
263         - 1
264         - 1
265     - dependency_FSB1_FSB1_Internal_1:
266         capability: tosca.capabilities.Node
267         node: tosca.nodes.Root
268         relationship: tosca.relationships.DependsOn
269         occurrences:
270         - 0
271         - UNBOUNDED
272     - link_FSB1_FSB1_Internal_1:
273         capability: tosca.capabilities.network.Linkable
274         relationship: tosca.relationships.network.LinksTo
275         occurrences:
276         - 1
277         - 1
278     - dependency_FSB1_FSB1_OAM:
279         capability: tosca.capabilities.Node
280         node: tosca.nodes.Root
281         relationship: tosca.relationships.DependsOn
282         occurrences:
283         - 0
284         - UNBOUNDED
285     - link_FSB1_FSB1_OAM:
286         capability: tosca.capabilities.network.Linkable
287         relationship: tosca.relationships.network.LinksTo
288         occurrences:
289         - 1
290         - 1
291     - dependency_FSB1:
292         capability: tosca.capabilities.Node
293         node: tosca.nodes.Root
294         relationship: tosca.relationships.DependsOn
295         occurrences:
296         - 0
297         - UNBOUNDED
298     - local_storage_FSB1:
299         capability: tosca.capabilities.Attachment
300         node: tosca.nodes.BlockStorage
301         relationship: tosca.relationships.AttachesTo
302         occurrences:
303         - 0
304         - UNBOUNDED
305     - dependency_FSB1_FSB1_0_Internal_port_0:
306         capability: tosca.capabilities.Node
307         node: tosca.nodes.Root
308         relationship: tosca.relationships.DependsOn
309         occurrences:
310         - 0
311         - UNBOUNDED
312     - link_FSB1_FSB1_0_Internal_port_0:
313         capability: tosca.capabilities.network.Linkable
314         relationship: tosca.relationships.network.LinksTo
315         occurrences:
316         - 1
317         - 1
318     capabilities:
319       network.incoming.bytes.rate_FSB1_FSB1_OAM:
320         type: org.openecomp.capabilities.metric.Ceilometer
321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
322         occurrences:
323         - 1
324         - UNBOUNDED
325       network.outgoing.packets.rate_FSB1_FSB1_1_Internal_port_0:
326         type: org.openecomp.capabilities.metric.Ceilometer
327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
328         occurrences:
329         - 1
330         - UNBOUNDED
331       network.outgoing.bytes_FSB1_FSB1_OAM:
332         type: org.openecomp.capabilities.metric.Ceilometer
333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
334         occurrences:
335         - 1
336         - UNBOUNDED
337       network.incoming.bytes.rate_FSB1_FSB1_1_Internal_port_0:
338         type: org.openecomp.capabilities.metric.Ceilometer
339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
340         occurrences:
341         - 1
342         - UNBOUNDED
343       network.outgoing.bytes_FSB1_FSB1_1_Internal_port_0:
344         type: org.openecomp.capabilities.metric.Ceilometer
345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
346         occurrences:
347         - 1
348         - UNBOUNDED
349       disk.capacity_FSB1:
350         type: org.openecomp.capabilities.metric.Ceilometer
351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
352         occurrences:
353         - 1
354         - UNBOUNDED
355       disk.read.bytes.rate_FSB1:
356         type: org.openecomp.capabilities.metric.Ceilometer
357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
358         occurrences:
359         - 1
360         - UNBOUNDED
361       network.outgoing.bytes.rate_FSB1_FSB1_1_Internal_port_0:
362         type: org.openecomp.capabilities.metric.Ceilometer
363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
364         occurrences:
365         - 1
366         - UNBOUNDED
367       disk.device.latency_FSB1:
368         type: org.openecomp.capabilities.metric.Ceilometer
369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
370         occurrences:
371         - 1
372         - UNBOUNDED
373       network.incoming.bytes_FSB1_FSB1_Internal_1:
374         type: org.openecomp.capabilities.metric.Ceilometer
375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
376         occurrences:
377         - 1
378         - UNBOUNDED
379       disk.allocation_FSB1:
380         type: org.openecomp.capabilities.metric.Ceilometer
381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
382         occurrences:
383         - 1
384         - UNBOUNDED
385       disk.read.bytes_FSB1:
386         type: org.openecomp.capabilities.metric.Ceilometer
387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
388         occurrences:
389         - 1
390         - UNBOUNDED
391       disk.device.capacity_FSB1:
392         type: org.openecomp.capabilities.metric.Ceilometer
393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
394         occurrences:
395         - 1
396         - UNBOUNDED
397       forwarder_FSB1_FSB1_1_Internal_port_0:
398         type: org.openecomp.capabilities.Forwarder
399         occurrences:
400         - 1
401         - UNBOUNDED
402       cpu_util_FSB1:
403         type: org.openecomp.capabilities.metric.Ceilometer
404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
405         occurrences:
406         - 1
407         - UNBOUNDED
408       disk.device.write.requests.rate_FSB1:
409         type: org.openecomp.capabilities.metric.Ceilometer
410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
411         occurrences:
412         - 1
413         - UNBOUNDED
414       network.outpoing.packets_FSB1_FSB1_1_Internal_port_0:
415         type: org.openecomp.capabilities.metric.Ceilometer
416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
417         occurrences:
418         - 1
419         - UNBOUNDED
420       network.outgoing.bytes_FSB1_FSB1_Internal_1:
421         type: org.openecomp.capabilities.metric.Ceilometer
422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
423         occurrences:
424         - 1
425         - UNBOUNDED
426       network.outgoing.bytes.rate_FSB1_FSB1_OAM:
427         type: org.openecomp.capabilities.metric.Ceilometer
428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
429         occurrences:
430         - 1
431         - UNBOUNDED
432       disk.root.size_FSB1:
433         type: org.openecomp.capabilities.metric.Ceilometer
434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
435         occurrences:
436         - 1
437         - UNBOUNDED
438       feature_FSB1_FSB1_0_Internal_port_0:
439         type: tosca.capabilities.Node
440         occurrences:
441         - 1
442         - UNBOUNDED
443       feature_FSB1:
444         type: tosca.capabilities.Node
445         occurrences:
446         - 1
447         - UNBOUNDED
448       network.incoming.bytes.rate_FSB1_FSB1_Internal_1:
449         type: org.openecomp.capabilities.metric.Ceilometer
450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
451         occurrences:
452         - 1
453         - UNBOUNDED
454       forwarder_FSB1_FSB1_OAM:
455         type: org.openecomp.capabilities.Forwarder
456         occurrences:
457         - 1
458         - UNBOUNDED
459       memory.resident_FSB1:
460         type: org.openecomp.capabilities.metric.Ceilometer
461         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
462         occurrences:
463         - 1
464         - UNBOUNDED
465       network.incoming.packets.rate_FSB1_FSB1_OAM:
466         type: org.openecomp.capabilities.metric.Ceilometer
467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
468         occurrences:
469         - 1
470         - UNBOUNDED
471       cpu_FSB1:
472         type: org.openecomp.capabilities.metric.Ceilometer
473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
474         occurrences:
475         - 1
476         - UNBOUNDED
477       disk.write.requests.rate_FSB1:
478         type: org.openecomp.capabilities.metric.Ceilometer
479         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
480         occurrences:
481         - 1
482         - UNBOUNDED
483       feature_FSB1_FSB1_OAM:
484         type: tosca.capabilities.Node
485         occurrences:
486         - 1
487         - UNBOUNDED
488       instance_FSB1:
489         type: org.openecomp.capabilities.metric.Ceilometer
490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
491         occurrences:
492         - 1
493         - UNBOUNDED
494       disk.device.read.bytes.rate_FSB1:
495         type: org.openecomp.capabilities.metric.Ceilometer
496         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
497         occurrences:
498         - 1
499         - UNBOUNDED
500       feature_FSB1_FSB1_1_Internal_port_0:
501         type: tosca.capabilities.Node
502         occurrences:
503         - 1
504         - UNBOUNDED
505       cpu.delta_FSB1:
506         type: org.openecomp.capabilities.metric.Ceilometer
507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
508         occurrences:
509         - 1
510         - UNBOUNDED
511       network.incoming.packets.rate_FSB1_FSB1_0_Internal_port_0:
512         type: org.openecomp.capabilities.metric.Ceilometer
513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
514         occurrences:
515         - 1
516         - UNBOUNDED
517       network.outgoing.packets.rate_FSB1_FSB1_0_Internal_port_0:
518         type: org.openecomp.capabilities.metric.Ceilometer
519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
520         occurrences:
521         - 1
522         - UNBOUNDED
523       disk.write.bytes_FSB1:
524         type: org.openecomp.capabilities.metric.Ceilometer
525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
526         occurrences:
527         - 1
528         - UNBOUNDED
529       binding_FSB1_FSB1_0_Internal_port_0:
530         type: tosca.capabilities.network.Bindable
531         valid_source_types:
532         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
533         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
534         occurrences:
535         - 0
536         - UNBOUNDED
537       disk.device.read.requests.rate_FSB1:
538         type: org.openecomp.capabilities.metric.Ceilometer
539         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
540         occurrences:
541         - 1
542         - UNBOUNDED
543       disk.device.read.requests_FSB1:
544         type: org.openecomp.capabilities.metric.Ceilometer
545         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
546         occurrences:
547         - 1
548         - UNBOUNDED
549       disk.ephemeral.size_FSB1:
550         type: org.openecomp.capabilities.metric.Ceilometer
551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
552         occurrences:
553         - 1
554         - UNBOUNDED
555       binding_FSB1:
556         type: tosca.capabilities.network.Bindable
557         occurrences:
558         - 1
559         - UNBOUNDED
560       disk.device.write.bytes_FSB1:
561         type: org.openecomp.capabilities.metric.Ceilometer
562         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
563         occurrences:
564         - 1
565         - UNBOUNDED
566       network.incoming.bytes.rate_FSB1_FSB1_0_Internal_port_0:
567         type: org.openecomp.capabilities.metric.Ceilometer
568         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
569         occurrences:
570         - 1
571         - UNBOUNDED
572       network.outgoing.packets.rate_FSB1_FSB1_OAM:
573         type: org.openecomp.capabilities.metric.Ceilometer
574         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
575         occurrences:
576         - 1
577         - UNBOUNDED
578       binding_FSB1_FSB1_OAM:
579         type: tosca.capabilities.network.Bindable
580         valid_source_types:
581         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
582         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
583         occurrences:
584         - 0
585         - UNBOUNDED
586       network.outpoing.packets_FSB1_FSB1_Internal_1:
587         type: org.openecomp.capabilities.metric.Ceilometer
588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
589         occurrences:
590         - 1
591         - UNBOUNDED
592       attachment_FSB1_FSB1_OAM:
593         type: tosca.capabilities.Attachment
594         occurrences:
595         - 1
596         - UNBOUNDED
597       network.incoming.packets.rate_FSB1_FSB1_Internal_1:
598         type: org.openecomp.capabilities.metric.Ceilometer
599         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
600         occurrences:
601         - 1
602         - UNBOUNDED
603       feature_FSB1_FSB1_Internal_1:
604         type: tosca.capabilities.Node
605         occurrences:
606         - 1
607         - UNBOUNDED
608       network.incoming.bytes_FSB1_FSB1_OAM:
609         type: org.openecomp.capabilities.metric.Ceilometer
610         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
611         occurrences:
612         - 1
613         - UNBOUNDED
614       memory_FSB1:
615         type: org.openecomp.capabilities.metric.Ceilometer
616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
617         occurrences:
618         - 1
619         - UNBOUNDED
620       network.incoming.packets_FSB1_FSB1_OAM:
621         type: org.openecomp.capabilities.metric.Ceilometer
622         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
623         occurrences:
624         - 1
625         - UNBOUNDED
626       forwarder_FSB1_FSB1_Internal_1:
627         type: org.openecomp.capabilities.Forwarder
628         occurrences:
629         - 1
630         - UNBOUNDED
631       disk.device.read.bytes_FSB1:
632         type: org.openecomp.capabilities.metric.Ceilometer
633         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
634         occurrences:
635         - 1
636         - UNBOUNDED
637       disk.device.usage_FSB1:
638         type: org.openecomp.capabilities.metric.Ceilometer
639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
640         occurrences:
641         - 1
642         - UNBOUNDED
643       network.incoming.packets_FSB1_FSB1_0_Internal_port_0:
644         type: org.openecomp.capabilities.metric.Ceilometer
645         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
646         occurrences:
647         - 1
648         - UNBOUNDED
649       network.incoming.packets_FSB1_FSB1_Internal_1:
650         type: org.openecomp.capabilities.metric.Ceilometer
651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
652         occurrences:
653         - 1
654         - UNBOUNDED
655       disk.write.bytes.rate_FSB1:
656         type: org.openecomp.capabilities.metric.Ceilometer
657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
658         occurrences:
659         - 1
660         - UNBOUNDED
661       scalable_FSB1:
662         type: tosca.capabilities.Scalable
663         occurrences:
664         - 1
665         - UNBOUNDED
666       network.outgoing.bytes.rate_FSB1_FSB1_0_Internal_port_0:
667         type: org.openecomp.capabilities.metric.Ceilometer
668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
669         occurrences:
670         - 1
671         - UNBOUNDED
672       disk.usage_FSB1:
673         type: org.openecomp.capabilities.metric.Ceilometer
674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
675         occurrences:
676         - 1
677         - UNBOUNDED
678       attachment_FSB1_FSB1_Internal_1:
679         type: tosca.capabilities.Attachment
680         occurrences:
681         - 1
682         - UNBOUNDED
683       network.outpoing.packets_FSB1_FSB1_OAM:
684         type: org.openecomp.capabilities.metric.Ceilometer
685         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
686         occurrences:
687         - 1
688         - UNBOUNDED
689       network.outgoing.packets.rate_FSB1_FSB1_Internal_1:
690         type: org.openecomp.capabilities.metric.Ceilometer
691         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
692         occurrences:
693         - 1
694         - UNBOUNDED
695       attachment_FSB1_FSB1_0_Internal_port_0:
696         type: tosca.capabilities.Attachment
697         occurrences:
698         - 1
699         - UNBOUNDED
700       network.outgoing.bytes.rate_FSB1_FSB1_Internal_1:
701         type: org.openecomp.capabilities.metric.Ceilometer
702         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
703         occurrences:
704         - 1
705         - UNBOUNDED
706       host_FSB1:
707         type: tosca.capabilities.Container
708         valid_source_types:
709         - tosca.nodes.SoftwareComponent
710         occurrences:
711         - 1
712         - UNBOUNDED
713       disk.device.allocation_FSB1:
714         type: org.openecomp.capabilities.metric.Ceilometer
715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
716         occurrences:
717         - 1
718         - UNBOUNDED
719       os_FSB1:
720         type: tosca.capabilities.OperatingSystem
721         occurrences:
722         - 1
723         - UNBOUNDED
724       network.incoming.bytes_FSB1_FSB1_0_Internal_port_0:
725         type: org.openecomp.capabilities.metric.Ceilometer
726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
727         occurrences:
728         - 1
729         - UNBOUNDED
730       vcpus_FSB1:
731         type: org.openecomp.capabilities.metric.Ceilometer
732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
733         occurrences:
734         - 1
735         - UNBOUNDED
736       disk.write.requests_FSB1:
737         type: org.openecomp.capabilities.metric.Ceilometer
738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
739         occurrences:
740         - 1
741         - UNBOUNDED
742       network.outgoing.bytes_FSB1_FSB1_0_Internal_port_0:
743         type: org.openecomp.capabilities.metric.Ceilometer
744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
745         occurrences:
746         - 1
747         - UNBOUNDED
748       network.incoming.packets_FSB1_FSB1_1_Internal_port_0:
749         type: org.openecomp.capabilities.metric.Ceilometer
750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
751         occurrences:
752         - 1
753         - UNBOUNDED
754       disk.device.write.bytes.rate_FSB1:
755         type: org.openecomp.capabilities.metric.Ceilometer
756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
757         occurrences:
758         - 1
759         - UNBOUNDED
760       endpoint_FSB1:
761         type: tosca.capabilities.Endpoint.Admin
762         occurrences:
763         - 1
764         - UNBOUNDED
765       binding_FSB1_FSB1_1_Internal_port_0:
766         type: tosca.capabilities.network.Bindable
767         valid_source_types:
768         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
769         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
770         occurrences:
771         - 0
772         - UNBOUNDED
773       disk.latency_FSB1:
774         type: org.openecomp.capabilities.metric.Ceilometer
775         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
776         occurrences:
777         - 1
778         - UNBOUNDED
779       attachment_FSB1_FSB1_1_Internal_port_0:
780         type: tosca.capabilities.Attachment
781         occurrences:
782         - 1
783         - UNBOUNDED
784       memory.usage_FSB1:
785         type: org.openecomp.capabilities.metric.Ceilometer
786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
787         occurrences:
788         - 1
789         - UNBOUNDED
790       forwarder_FSB1_FSB1_0_Internal_port_0:
791         type: org.openecomp.capabilities.Forwarder
792         occurrences:
793         - 1
794         - UNBOUNDED
795       network.outpoing.packets_FSB1_FSB1_0_Internal_port_0:
796         type: org.openecomp.capabilities.metric.Ceilometer
797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
798         occurrences:
799         - 1
800         - UNBOUNDED
801       network.incoming.bytes_FSB1_FSB1_1_Internal_port_0:
802         type: org.openecomp.capabilities.metric.Ceilometer
803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
804         occurrences:
805         - 1
806         - UNBOUNDED
807       disk.read.requests_FSB1:
808         type: org.openecomp.capabilities.metric.Ceilometer
809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
810         occurrences:
811         - 1
812         - UNBOUNDED
813       binding_FSB1_FSB1_Internal_1:
814         type: tosca.capabilities.network.Bindable
815         valid_source_types:
816         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
817         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
818         occurrences:
819         - 0
820         - UNBOUNDED
821       disk.device.write.requests_FSB1:
822         type: org.openecomp.capabilities.metric.Ceilometer
823         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
824         occurrences:
825         - 1
826         - UNBOUNDED
827       network.incoming.packets.rate_FSB1_FSB1_1_Internal_port_0:
828         type: org.openecomp.capabilities.metric.Ceilometer
829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
830         occurrences:
831         - 1
832         - UNBOUNDED
833       disk.iops_FSB1:
834         type: org.openecomp.capabilities.metric.Ceilometer
835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
836         occurrences:
837         - 1
838         - UNBOUNDED
839       disk.device.iops_FSB1:
840         type: org.openecomp.capabilities.metric.Ceilometer
841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
842         occurrences:
843         - 1
844         - UNBOUNDED