397a1a05416bc3f3525c13fad6f57ddd3ec122bf
[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       port_FSB1_Internal_mac_address:
12         type: string
13         required: true
14         status: SUPPORTED
15       port_FSB1_Internal_ip_requirements:
16         type: list
17         required: true
18         status: SUPPORTED
19         entry_schema:
20           type: org.openecomp.datatypes.network.IpRequirements
21       port_FSB1_Internal_subnetpoolid:
22         type: string
23         required: true
24         status: SUPPORTED
25       port_FSB1_OAM_subnetpoolid:
26         type: string
27         required: true
28         status: SUPPORTED
29       port_FSB2_Internal_vlan_requirements:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: org.openecomp.datatypes.network.VlanRequirements
35       port_FSB2_Internal_order:
36         type: integer
37         required: true
38         status: SUPPORTED
39       port_FSB1_OAM_exCP_naming:
40         type: org.openecomp.datatypes.Naming
41         required: true
42         status: SUPPORTED
43       port_FSB1_OAM_ip_requirements:
44         type: list
45         required: true
46         status: SUPPORTED
47         entry_schema:
48           type: org.openecomp.datatypes.network.IpRequirements
49       port_FSB2_Internal_ip_requirements:
50         type: list
51         required: true
52         status: SUPPORTED
53         entry_schema:
54           type: org.openecomp.datatypes.network.IpRequirements
55       vm_flavor_name:
56         type: string
57         required: true
58         status: SUPPORTED
59       port_FSB2_Internal_network_role:
60         type: string
61         required: true
62         status: SUPPORTED
63       port_FSB1_Internal_network_role_tag:
64         type: string
65         required: true
66         status: SUPPORTED
67       port_FSB1_OAM_vlan_requirements:
68         type: list
69         required: true
70         status: SUPPORTED
71         entry_schema:
72           type: org.openecomp.datatypes.network.VlanRequirements
73       port_FSB1_Internal_vlan_requirements:
74         type: list
75         required: true
76         status: SUPPORTED
77         entry_schema:
78           type: org.openecomp.datatypes.network.VlanRequirements
79       port_FSB2_Internal_subnetpoolid:
80         type: string
81         required: true
82         status: SUPPORTED
83       port_FSB1_Internal_exCP_naming:
84         type: org.openecomp.datatypes.Naming
85         required: true
86         status: SUPPORTED
87       port_FSB1_Internal_network_role:
88         type: string
89         required: true
90         status: SUPPORTED
91       port_FSB1_OAM_mac_requirements:
92         type: org.openecomp.datatypes.network.MacRequirements
93         required: true
94         status: SUPPORTED
95       port_FSB1_Internal_network:
96         type: list
97         required: true
98         status: SUPPORTED
99         entry_schema:
100           type: string
101       index_value:
102         type: integer
103         description: Index value of this substitution service template runtime instance
104         required: false
105         default: 0
106         status: SUPPORTED
107         constraints:
108         - greater_or_equal: 0
109       port_FSB1_OAM_order:
110         type: integer
111         required: true
112         status: SUPPORTED
113       port_FSB2_Internal_mac_requirements:
114         type: org.openecomp.datatypes.network.MacRequirements
115         required: true
116         status: SUPPORTED
117       port_FSB2_Internal_mac_address:
118         type: string
119         required: true
120         status: SUPPORTED
121       port_FSB1_OAM_network:
122         type: list
123         required: true
124         status: SUPPORTED
125         entry_schema:
126           type: string
127       port_FSB2_Internal_exCP_naming:
128         type: org.openecomp.datatypes.Naming
129         required: true
130         status: SUPPORTED
131       port_FSB1_Internal_order:
132         type: integer
133         required: true
134         status: SUPPORTED
135       port_FSB1_OAM_network_role:
136         type: string
137         required: true
138         status: SUPPORTED
139       port_FSB2_Internal_network:
140         type: list
141         required: true
142         status: SUPPORTED
143         entry_schema:
144           type: string
145       port_FSB1_OAM_network_role_tag:
146         type: string
147         required: true
148         status: SUPPORTED
149       port_FSB1_Internal_mac_requirements:
150         type: org.openecomp.datatypes.network.MacRequirements
151         required: true
152         status: SUPPORTED
153       port_FSB1_OAM_fixed_ips:
154         type: list
155         required: true
156         status: SUPPORTED
157         entry_schema:
158           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
159       port_FSB2_Internal_network_role_tag:
160         type: string
161         required: true
162         status: SUPPORTED
163     attributes:
164       FSB1_FSB2_Internal_tenant_id:
165         type: string
166         status: SUPPORTED
167       FSB1_FSB1_Internal_network_id:
168         type: string
169         status: SUPPORTED
170       FSB1_accessIPv6:
171         type: string
172         status: SUPPORTED
173       FSB1_FSB1_OAM_status:
174         type: string
175         status: SUPPORTED
176       FSB1_addresses:
177         type: map
178         status: SUPPORTED
179         entry_schema:
180           type: org.openecomp.datatypes.heat.novaServer.network.AddressInfo
181       FSB1_FSB2_Internal_network_id:
182         type: string
183         status: SUPPORTED
184       FSB1_FSB1_Internal_device_owner:
185         type: string
186         status: SUPPORTED
187     requirements:
188     - dependency_FSB1_FSB1_Internal:
189         capability: tosca.capabilities.Node
190         node: tosca.nodes.Root
191         relationship: tosca.relationships.DependsOn
192         occurrences:
193         - 0
194         - UNBOUNDED
195     - link_FSB1_FSB1_Internal:
196         capability: tosca.capabilities.network.Linkable
197         relationship: tosca.relationships.network.LinksTo
198         occurrences:
199         - 1
200         - 1
201     - dependency_FSB1_FSB2_Internal:
202         capability: tosca.capabilities.Node
203         node: tosca.nodes.Root
204         relationship: tosca.relationships.DependsOn
205         occurrences:
206         - 0
207         - UNBOUNDED
208     - link_FSB1_FSB2_Internal:
209         capability: tosca.capabilities.network.Linkable
210         relationship: tosca.relationships.network.LinksTo
211         occurrences:
212         - 1
213         - 1
214     - dependency_FSB1_FSB1_OAM:
215         capability: tosca.capabilities.Node
216         node: tosca.nodes.Root
217         relationship: tosca.relationships.DependsOn
218         occurrences:
219         - 0
220         - UNBOUNDED
221     - link_FSB1_FSB1_OAM:
222         capability: tosca.capabilities.network.Linkable
223         relationship: tosca.relationships.network.LinksTo
224         occurrences:
225         - 1
226         - 1
227     - dependency_FSB1:
228         capability: tosca.capabilities.Node
229         node: tosca.nodes.Root
230         relationship: tosca.relationships.DependsOn
231         occurrences:
232         - 0
233         - UNBOUNDED
234     - local_storage_FSB1:
235         capability: tosca.capabilities.Attachment
236         node: tosca.nodes.BlockStorage
237         relationship: tosca.relationships.AttachesTo
238         occurrences:
239         - 0
240         - UNBOUNDED
241     capabilities:
242       network.incoming.bytes.rate_FSB1_FSB1_OAM:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       network.outgoing.bytes_FSB1_FSB1_OAM:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       binding_FSB1_FSB2_Internal:
255         type: tosca.capabilities.network.Bindable
256         valid_source_types:
257         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
258         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
259         occurrences:
260         - 0
261         - UNBOUNDED
262       disk.capacity_FSB1:
263         type: org.openecomp.capabilities.metric.Ceilometer
264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
265         occurrences:
266         - 1
267         - UNBOUNDED
268       disk.read.bytes.rate_FSB1:
269         type: org.openecomp.capabilities.metric.Ceilometer
270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
271         occurrences:
272         - 1
273         - UNBOUNDED
274       disk.device.latency_FSB1:
275         type: org.openecomp.capabilities.metric.Ceilometer
276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
277         occurrences:
278         - 1
279         - UNBOUNDED
280       disk.allocation_FSB1:
281         type: org.openecomp.capabilities.metric.Ceilometer
282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
283         occurrences:
284         - 1
285         - UNBOUNDED
286       disk.read.bytes_FSB1:
287         type: org.openecomp.capabilities.metric.Ceilometer
288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
289         occurrences:
290         - 1
291         - UNBOUNDED
292       disk.device.capacity_FSB1:
293         type: org.openecomp.capabilities.metric.Ceilometer
294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
295         occurrences:
296         - 1
297         - UNBOUNDED
298       cpu_util_FSB1:
299         type: org.openecomp.capabilities.metric.Ceilometer
300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
301         occurrences:
302         - 1
303         - UNBOUNDED
304       disk.device.write.requests.rate_FSB1:
305         type: org.openecomp.capabilities.metric.Ceilometer
306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
307         occurrences:
308         - 1
309         - UNBOUNDED
310       network.outgoing.bytes.rate_FSB1_FSB1_OAM:
311         type: org.openecomp.capabilities.metric.Ceilometer
312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
313         occurrences:
314         - 1
315         - UNBOUNDED
316       disk.root.size_FSB1:
317         type: org.openecomp.capabilities.metric.Ceilometer
318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
319         occurrences:
320         - 1
321         - UNBOUNDED
322       forwarder_FSB1_FSB2_Internal:
323         type: org.openecomp.capabilities.Forwarder
324         occurrences:
325         - 1
326         - UNBOUNDED
327       feature_FSB1:
328         type: tosca.capabilities.Node
329         occurrences:
330         - 1
331         - UNBOUNDED
332       network.incoming.packets.rate_FSB1_FSB1_Internal:
333         type: org.openecomp.capabilities.metric.Ceilometer
334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
335         occurrences:
336         - 1
337         - UNBOUNDED
338       network.outgoing.bytes_FSB1_FSB1_Internal:
339         type: org.openecomp.capabilities.metric.Ceilometer
340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
341         occurrences:
342         - 1
343         - UNBOUNDED
344       feature_FSB1_FSB2_Internal:
345         type: tosca.capabilities.Node
346         occurrences:
347         - 1
348         - UNBOUNDED
349       attachment_FSB1_FSB2_Internal:
350         type: tosca.capabilities.Attachment
351         occurrences:
352         - 1
353         - UNBOUNDED
354       network.incoming.packets_FSB1_FSB2_Internal:
355         type: org.openecomp.capabilities.metric.Ceilometer
356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
357         occurrences:
358         - 1
359         - UNBOUNDED
360       forwarder_FSB1_FSB1_OAM:
361         type: org.openecomp.capabilities.Forwarder
362         occurrences:
363         - 1
364         - UNBOUNDED
365       memory.resident_FSB1:
366         type: org.openecomp.capabilities.metric.Ceilometer
367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
368         occurrences:
369         - 1
370         - UNBOUNDED
371       network.incoming.packets.rate_FSB1_FSB1_OAM:
372         type: org.openecomp.capabilities.metric.Ceilometer
373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
374         occurrences:
375         - 1
376         - UNBOUNDED
377       forwarder_FSB1_FSB1_Internal:
378         type: org.openecomp.capabilities.Forwarder
379         occurrences:
380         - 1
381         - UNBOUNDED
382       network.incoming.packets.rate_FSB1_FSB2_Internal:
383         type: org.openecomp.capabilities.metric.Ceilometer
384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
385         occurrences:
386         - 1
387         - UNBOUNDED
388       cpu_FSB1:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       disk.write.requests.rate_FSB1:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       feature_FSB1_FSB1_OAM:
401         type: tosca.capabilities.Node
402         occurrences:
403         - 1
404         - UNBOUNDED
405       instance_FSB1:
406         type: org.openecomp.capabilities.metric.Ceilometer
407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
408         occurrences:
409         - 1
410         - UNBOUNDED
411       disk.device.read.bytes.rate_FSB1:
412         type: org.openecomp.capabilities.metric.Ceilometer
413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
414         occurrences:
415         - 1
416         - UNBOUNDED
417       cpu.delta_FSB1:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       disk.write.bytes_FSB1:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       binding_FSB1_FSB1_Internal:
430         type: tosca.capabilities.network.Bindable
431         valid_source_types:
432         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
433         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
434         occurrences:
435         - 0
436         - UNBOUNDED
437       disk.device.read.requests.rate_FSB1:
438         type: org.openecomp.capabilities.metric.Ceilometer
439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
440         occurrences:
441         - 1
442         - UNBOUNDED
443       feature_FSB1_FSB1_Internal:
444         type: tosca.capabilities.Node
445         occurrences:
446         - 1
447         - UNBOUNDED
448       disk.device.read.requests_FSB1:
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       disk.ephemeral.size_FSB1:
455         type: org.openecomp.capabilities.metric.Ceilometer
456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
457         occurrences:
458         - 1
459         - UNBOUNDED
460       binding_FSB1:
461         type: tosca.capabilities.network.Bindable
462         occurrences:
463         - 1
464         - UNBOUNDED
465       disk.device.write.bytes_FSB1:
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       network.outgoing.packets.rate_FSB1_FSB1_OAM:
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       binding_FSB1_FSB1_OAM:
478         type: tosca.capabilities.network.Bindable
479         valid_source_types:
480         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
481         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
482         occurrences:
483         - 0
484         - UNBOUNDED
485       attachment_FSB1_FSB1_OAM:
486         type: tosca.capabilities.Attachment
487         occurrences:
488         - 1
489         - UNBOUNDED
490       network.incoming.packets_FSB1_FSB1_Internal:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       attachment_FSB1_FSB1_Internal:
497         type: tosca.capabilities.Attachment
498         occurrences:
499         - 1
500         - UNBOUNDED
501       network.incoming.bytes_FSB1_FSB1_OAM:
502         type: org.openecomp.capabilities.metric.Ceilometer
503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
504         occurrences:
505         - 1
506         - UNBOUNDED
507       memory_FSB1:
508         type: org.openecomp.capabilities.metric.Ceilometer
509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
510         occurrences:
511         - 1
512         - UNBOUNDED
513       network.incoming.packets_FSB1_FSB1_OAM:
514         type: org.openecomp.capabilities.metric.Ceilometer
515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
516         occurrences:
517         - 1
518         - UNBOUNDED
519       network.outpoing.packets_FSB1_FSB1_Internal:
520         type: org.openecomp.capabilities.metric.Ceilometer
521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
522         occurrences:
523         - 1
524         - UNBOUNDED
525       network.outgoing.bytes.rate_FSB1_FSB2_Internal:
526         type: org.openecomp.capabilities.metric.Ceilometer
527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
528         occurrences:
529         - 1
530         - UNBOUNDED
531       disk.device.read.bytes_FSB1:
532         type: org.openecomp.capabilities.metric.Ceilometer
533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
534         occurrences:
535         - 1
536         - UNBOUNDED
537       disk.device.usage_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.write.bytes.rate_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       scalable_FSB1:
550         type: tosca.capabilities.Scalable
551         occurrences:
552         - 1
553         - UNBOUNDED
554       disk.usage_FSB1:
555         type: org.openecomp.capabilities.metric.Ceilometer
556         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
557         occurrences:
558         - 1
559         - UNBOUNDED
560       network.outpoing.packets_FSB1_FSB1_OAM:
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       host_FSB1:
567         type: tosca.capabilities.Container
568         valid_source_types:
569         - tosca.nodes.SoftwareComponent
570         occurrences:
571         - 1
572         - UNBOUNDED
573       disk.device.allocation_FSB1:
574         type: org.openecomp.capabilities.metric.Ceilometer
575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
576         occurrences:
577         - 1
578         - UNBOUNDED
579       os_FSB1:
580         type: tosca.capabilities.OperatingSystem
581         occurrences:
582         - 1
583         - UNBOUNDED
584       vcpus_FSB1:
585         type: org.openecomp.capabilities.metric.Ceilometer
586         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
587         occurrences:
588         - 1
589         - UNBOUNDED
590       disk.write.requests_FSB1:
591         type: org.openecomp.capabilities.metric.Ceilometer
592         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
593         occurrences:
594         - 1
595         - UNBOUNDED
596       network.outgoing.bytes_FSB1_FSB2_Internal:
597         type: org.openecomp.capabilities.metric.Ceilometer
598         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
599         occurrences:
600         - 1
601         - UNBOUNDED
602       network.incoming.bytes_FSB1_FSB1_Internal:
603         type: org.openecomp.capabilities.metric.Ceilometer
604         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
605         occurrences:
606         - 1
607         - UNBOUNDED
608       network.outpoing.packets_FSB1_FSB2_Internal:
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       disk.device.write.bytes.rate_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.outgoing.bytes.rate_FSB1_FSB1_Internal:
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       endpoint_FSB1:
627         type: tosca.capabilities.Endpoint.Admin
628         occurrences:
629         - 1
630         - UNBOUNDED
631       network.outgoing.packets.rate_FSB1_FSB1_Internal:
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       network.incoming.bytes.rate_FSB1_FSB1_Internal:
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       disk.latency_FSB1:
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       memory.usage_FSB1:
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.read.requests_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       disk.device.write.requests_FSB1:
662         type: org.openecomp.capabilities.metric.Ceilometer
663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
664         occurrences:
665         - 1
666         - UNBOUNDED
667       network.incoming.bytes.rate_FSB1_FSB2_Internal:
668         type: org.openecomp.capabilities.metric.Ceilometer
669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
670         occurrences:
671         - 1
672         - UNBOUNDED
673       network.incoming.bytes_FSB1_FSB2_Internal:
674         type: org.openecomp.capabilities.metric.Ceilometer
675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
676         occurrences:
677         - 1
678         - UNBOUNDED
679       disk.iops_FSB1:
680         type: org.openecomp.capabilities.metric.Ceilometer
681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
682         occurrences:
683         - 1
684         - UNBOUNDED
685       network.outgoing.packets.rate_FSB1_FSB2_Internal:
686         type: org.openecomp.capabilities.metric.Ceilometer
687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
688         occurrences:
689         - 1
690         - UNBOUNDED
691       disk.device.iops_FSB1:
692         type: org.openecomp.capabilities.metric.Ceilometer
693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
694         occurrences:
695         - 1
696         - UNBOUNDED