1066c6e94881d8263f766adbf56664bbf3224394
[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         occurrences:
259         - 0
260         - UNBOUNDED
261       disk.capacity_FSB1:
262         type: org.openecomp.capabilities.metric.Ceilometer
263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
264         occurrences:
265         - 1
266         - UNBOUNDED
267       disk.read.bytes.rate_FSB1:
268         type: org.openecomp.capabilities.metric.Ceilometer
269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
270         occurrences:
271         - 1
272         - UNBOUNDED
273       disk.device.latency_FSB1:
274         type: org.openecomp.capabilities.metric.Ceilometer
275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
276         occurrences:
277         - 1
278         - UNBOUNDED
279       disk.allocation_FSB1:
280         type: org.openecomp.capabilities.metric.Ceilometer
281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
282         occurrences:
283         - 1
284         - UNBOUNDED
285       disk.read.bytes_FSB1:
286         type: org.openecomp.capabilities.metric.Ceilometer
287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
288         occurrences:
289         - 1
290         - UNBOUNDED
291       disk.device.capacity_FSB1:
292         type: org.openecomp.capabilities.metric.Ceilometer
293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
294         occurrences:
295         - 1
296         - UNBOUNDED
297       cpu_util_FSB1:
298         type: org.openecomp.capabilities.metric.Ceilometer
299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
300         occurrences:
301         - 1
302         - UNBOUNDED
303       disk.device.write.requests.rate_FSB1:
304         type: org.openecomp.capabilities.metric.Ceilometer
305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
306         occurrences:
307         - 1
308         - UNBOUNDED
309       network.outgoing.bytes.rate_FSB1_FSB1_OAM:
310         type: org.openecomp.capabilities.metric.Ceilometer
311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
312         occurrences:
313         - 1
314         - UNBOUNDED
315       disk.root.size_FSB1:
316         type: org.openecomp.capabilities.metric.Ceilometer
317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
318         occurrences:
319         - 1
320         - UNBOUNDED
321       feature_FSB1:
322         type: tosca.capabilities.Node
323         occurrences:
324         - 1
325         - UNBOUNDED
326       network.incoming.packets.rate_FSB1_FSB1_Internal:
327         type: org.openecomp.capabilities.metric.Ceilometer
328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
329         occurrences:
330         - 1
331         - UNBOUNDED
332       network.outgoing.bytes_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       attachment_FSB1_FSB2_Internal:
339         type: tosca.capabilities.Attachment
340         occurrences:
341         - 1
342         - UNBOUNDED
343       feature_FSB1_FSB2_Internal:
344         type: tosca.capabilities.Node
345         occurrences:
346         - 1
347         - UNBOUNDED
348       network.incoming.packets_FSB1_FSB2_Internal:
349         type: org.openecomp.capabilities.metric.Ceilometer
350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
351         occurrences:
352         - 1
353         - UNBOUNDED
354       memory.resident_FSB1:
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       network.incoming.packets.rate_FSB1_FSB1_OAM:
361         type: org.openecomp.capabilities.metric.Ceilometer
362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
363         occurrences:
364         - 1
365         - UNBOUNDED
366       network.incoming.packets.rate_FSB1_FSB2_Internal:
367         type: org.openecomp.capabilities.metric.Ceilometer
368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
369         occurrences:
370         - 1
371         - UNBOUNDED
372       cpu_FSB1:
373         type: org.openecomp.capabilities.metric.Ceilometer
374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
375         occurrences:
376         - 1
377         - UNBOUNDED
378       disk.write.requests.rate_FSB1:
379         type: org.openecomp.capabilities.metric.Ceilometer
380         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
381         occurrences:
382         - 1
383         - UNBOUNDED
384       feature_FSB1_FSB1_OAM:
385         type: tosca.capabilities.Node
386         occurrences:
387         - 1
388         - UNBOUNDED
389       instance_FSB1:
390         type: org.openecomp.capabilities.metric.Ceilometer
391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
392         occurrences:
393         - 1
394         - UNBOUNDED
395       disk.device.read.bytes.rate_FSB1:
396         type: org.openecomp.capabilities.metric.Ceilometer
397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
398         occurrences:
399         - 1
400         - UNBOUNDED
401       cpu.delta_FSB1:
402         type: org.openecomp.capabilities.metric.Ceilometer
403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
404         occurrences:
405         - 1
406         - UNBOUNDED
407       disk.write.bytes_FSB1:
408         type: org.openecomp.capabilities.metric.Ceilometer
409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
410         occurrences:
411         - 1
412         - UNBOUNDED
413       binding_FSB1_FSB1_Internal:
414         type: tosca.capabilities.network.Bindable
415         valid_source_types:
416         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
417         occurrences:
418         - 0
419         - UNBOUNDED
420       disk.device.read.requests.rate_FSB1:
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       feature_FSB1_FSB1_Internal:
427         type: tosca.capabilities.Node
428         occurrences:
429         - 1
430         - UNBOUNDED
431       disk.device.read.requests_FSB1:
432         type: org.openecomp.capabilities.metric.Ceilometer
433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
434         occurrences:
435         - 1
436         - UNBOUNDED
437       disk.ephemeral.size_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       binding_FSB1:
444         type: tosca.capabilities.network.Bindable
445         occurrences:
446         - 1
447         - UNBOUNDED
448       disk.device.write.bytes_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       network.outgoing.packets.rate_FSB1_FSB1_OAM:
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_FSB1_OAM:
461         type: tosca.capabilities.network.Bindable
462         valid_source_types:
463         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
464         occurrences:
465         - 0
466         - UNBOUNDED
467       attachment_FSB1_FSB1_OAM:
468         type: tosca.capabilities.Attachment
469         occurrences:
470         - 1
471         - UNBOUNDED
472       network.incoming.packets_FSB1_FSB1_Internal:
473         type: org.openecomp.capabilities.metric.Ceilometer
474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
475         occurrences:
476         - 1
477         - UNBOUNDED
478       attachment_FSB1_FSB1_Internal:
479         type: tosca.capabilities.Attachment
480         occurrences:
481         - 1
482         - UNBOUNDED
483       network.incoming.bytes_FSB1_FSB1_OAM:
484         type: org.openecomp.capabilities.metric.Ceilometer
485         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
486         occurrences:
487         - 1
488         - UNBOUNDED
489       memory_FSB1:
490         type: org.openecomp.capabilities.metric.Ceilometer
491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
492         occurrences:
493         - 1
494         - UNBOUNDED
495       network.incoming.packets_FSB1_FSB1_OAM:
496         type: org.openecomp.capabilities.metric.Ceilometer
497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
498         occurrences:
499         - 1
500         - UNBOUNDED
501       network.outpoing.packets_FSB1_FSB1_Internal:
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       network.outgoing.bytes.rate_FSB1_FSB2_Internal:
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       disk.device.read.bytes_FSB1:
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       disk.device.usage_FSB1:
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       disk.write.bytes.rate_FSB1:
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       scalable_FSB1:
532         type: tosca.capabilities.Scalable
533         occurrences:
534         - 1
535         - UNBOUNDED
536       disk.usage_FSB1:
537         type: org.openecomp.capabilities.metric.Ceilometer
538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
539         occurrences:
540         - 1
541         - UNBOUNDED
542       network.outpoing.packets_FSB1_FSB1_OAM:
543         type: org.openecomp.capabilities.metric.Ceilometer
544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
545         occurrences:
546         - 1
547         - UNBOUNDED
548       host_FSB1:
549         type: tosca.capabilities.Container
550         valid_source_types:
551         - tosca.nodes.SoftwareComponent
552         occurrences:
553         - 1
554         - UNBOUNDED
555       disk.device.allocation_FSB1:
556         type: org.openecomp.capabilities.metric.Ceilometer
557         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
558         occurrences:
559         - 1
560         - UNBOUNDED
561       os_FSB1:
562         type: tosca.capabilities.OperatingSystem
563         occurrences:
564         - 1
565         - UNBOUNDED
566       vcpus_FSB1:
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       disk.write.requests_FSB1:
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       network.outgoing.bytes_FSB1_FSB2_Internal:
579         type: org.openecomp.capabilities.metric.Ceilometer
580         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
581         occurrences:
582         - 1
583         - UNBOUNDED
584       network.incoming.bytes_FSB1_FSB1_Internal:
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       network.outpoing.packets_FSB1_FSB2_Internal:
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       disk.device.write.bytes.rate_FSB1:
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.outgoing.bytes.rate_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       endpoint_FSB1:
609         type: tosca.capabilities.Endpoint.Admin
610         occurrences:
611         - 1
612         - UNBOUNDED
613       network.outgoing.packets.rate_FSB1_FSB1_Internal:
614         type: org.openecomp.capabilities.metric.Ceilometer
615         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
616         occurrences:
617         - 1
618         - UNBOUNDED
619       network.incoming.bytes.rate_FSB1_FSB1_Internal:
620         type: org.openecomp.capabilities.metric.Ceilometer
621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
622         occurrences:
623         - 1
624         - UNBOUNDED
625       disk.latency_FSB1:
626         type: org.openecomp.capabilities.metric.Ceilometer
627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
628         occurrences:
629         - 1
630         - UNBOUNDED
631       memory.usage_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.read.requests_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       disk.device.write.requests_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       network.incoming.bytes.rate_FSB1_FSB2_Internal:
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       network.incoming.bytes_FSB1_FSB2_Internal:
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.iops_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.outgoing.packets.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       disk.device.iops_FSB1:
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