8c748e2a2e44de212dd0f10bebe82e2029ee1afb
[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       compute_FSB1_metadata:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: json
35       port_FSB2_Internal_vlan_requirements:
36         type: list
37         required: true
38         status: SUPPORTED
39         entry_schema:
40           type: org.openecomp.datatypes.network.VlanRequirements
41       port_FSB2_Internal_order:
42         type: integer
43         required: true
44         status: SUPPORTED
45       port_FSB1_OAM_exCP_naming:
46         type: org.openecomp.datatypes.Naming
47         required: true
48         status: SUPPORTED
49       port_FSB1_OAM_ip_requirements:
50         type: list
51         required: true
52         status: SUPPORTED
53         entry_schema:
54           type: org.openecomp.datatypes.network.IpRequirements
55       port_FSB2_Internal_ip_requirements:
56         type: list
57         required: true
58         status: SUPPORTED
59         entry_schema:
60           type: org.openecomp.datatypes.network.IpRequirements
61       vm_flavor_name:
62         type: string
63         required: true
64         status: SUPPORTED
65       port_FSB2_Internal_network_role:
66         type: string
67         required: true
68         status: SUPPORTED
69       port_FSB1_Internal_network_role_tag:
70         type: string
71         required: true
72         status: SUPPORTED
73       port_FSB1_OAM_vlan_requirements:
74         type: list
75         required: true
76         status: SUPPORTED
77         entry_schema:
78           type: org.openecomp.datatypes.network.VlanRequirements
79       port_FSB1_Internal_vlan_requirements:
80         type: list
81         required: true
82         status: SUPPORTED
83         entry_schema:
84           type: org.openecomp.datatypes.network.VlanRequirements
85       port_FSB2_Internal_subnetpoolid:
86         type: string
87         required: true
88         status: SUPPORTED
89       port_FSB1_Internal_exCP_naming:
90         type: org.openecomp.datatypes.Naming
91         required: true
92         status: SUPPORTED
93       port_FSB1_Internal_network_role:
94         type: string
95         required: true
96         status: SUPPORTED
97       port_FSB1_OAM_mac_requirements:
98         type: org.openecomp.datatypes.network.MacRequirements
99         required: true
100         status: SUPPORTED
101       compute_FSB1_availability_zone:
102         type: list
103         required: true
104         status: SUPPORTED
105         entry_schema:
106           type: string
107       port_FSB1_Internal_network:
108         type: list
109         required: true
110         status: SUPPORTED
111         entry_schema:
112           type: string
113       index_value:
114         type: integer
115         description: Index value of this substitution service template runtime instance
116         required: false
117         default: 0
118         status: SUPPORTED
119         constraints:
120         - greater_or_equal: 0
121       port_FSB1_OAM_order:
122         type: integer
123         required: true
124         status: SUPPORTED
125       port_FSB2_Internal_mac_requirements:
126         type: org.openecomp.datatypes.network.MacRequirements
127         required: true
128         status: SUPPORTED
129       port_FSB2_Internal_mac_address:
130         type: string
131         required: true
132         status: SUPPORTED
133       port_FSB1_OAM_network:
134         type: list
135         required: true
136         status: SUPPORTED
137         entry_schema:
138           type: string
139       port_FSB2_Internal_exCP_naming:
140         type: org.openecomp.datatypes.Naming
141         required: true
142         status: SUPPORTED
143       port_FSB1_Internal_order:
144         type: integer
145         required: true
146         status: SUPPORTED
147       port_FSB1_OAM_network_role:
148         type: string
149         required: true
150         status: SUPPORTED
151       port_FSB2_Internal_network:
152         type: list
153         required: true
154         status: SUPPORTED
155         entry_schema:
156           type: string
157       port_FSB1_OAM_network_role_tag:
158         type: string
159         required: true
160         status: SUPPORTED
161       port_FSB1_Internal_mac_requirements:
162         type: org.openecomp.datatypes.network.MacRequirements
163         required: true
164         status: SUPPORTED
165       compute_FSB1_name:
166         type: list
167         required: true
168         status: SUPPORTED
169         entry_schema:
170           type: string
171       port_FSB1_OAM_fixed_ips:
172         type: list
173         required: true
174         status: SUPPORTED
175         entry_schema:
176           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
177       port_FSB2_Internal_network_role_tag:
178         type: string
179         required: true
180         status: SUPPORTED
181     requirements:
182     - dependency_FSB1_FSB1_Internal:
183         capability: tosca.capabilities.Node
184         node: tosca.nodes.Root
185         relationship: tosca.relationships.DependsOn
186         occurrences:
187         - 0
188         - UNBOUNDED
189     - link_FSB1_FSB1_Internal:
190         capability: tosca.capabilities.network.Linkable
191         relationship: tosca.relationships.network.LinksTo
192         occurrences:
193         - 1
194         - 1
195     - dependency_FSB1_FSB2_Internal:
196         capability: tosca.capabilities.Node
197         node: tosca.nodes.Root
198         relationship: tosca.relationships.DependsOn
199         occurrences:
200         - 0
201         - UNBOUNDED
202     - link_FSB1_FSB2_Internal:
203         capability: tosca.capabilities.network.Linkable
204         relationship: tosca.relationships.network.LinksTo
205         occurrences:
206         - 1
207         - 1
208     - dependency_FSB1_FSB1_OAM:
209         capability: tosca.capabilities.Node
210         node: tosca.nodes.Root
211         relationship: tosca.relationships.DependsOn
212         occurrences:
213         - 0
214         - UNBOUNDED
215     - link_FSB1_FSB1_OAM:
216         capability: tosca.capabilities.network.Linkable
217         relationship: tosca.relationships.network.LinksTo
218         occurrences:
219         - 1
220         - 1
221     - dependency_FSB1:
222         capability: tosca.capabilities.Node
223         node: tosca.nodes.Root
224         relationship: tosca.relationships.DependsOn
225         occurrences:
226         - 0
227         - UNBOUNDED
228     - local_storage_FSB1:
229         capability: tosca.capabilities.Attachment
230         node: tosca.nodes.BlockStorage
231         relationship: tosca.relationships.AttachesTo
232         occurrences:
233         - 0
234         - UNBOUNDED
235     capabilities:
236       network.incoming.bytes.rate_FSB1_FSB1_OAM:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       network.outgoing.bytes_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       binding_FSB1_FSB2_Internal:
249         type: tosca.capabilities.network.Bindable
250         valid_source_types:
251         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
252         occurrences:
253         - 0
254         - UNBOUNDED
255       disk.capacity_FSB1:
256         type: org.openecomp.capabilities.metric.Ceilometer
257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
258         occurrences:
259         - 1
260         - UNBOUNDED
261       disk.read.bytes.rate_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.device.latency_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.allocation_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.read.bytes_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.device.capacity_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       cpu_util_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       disk.device.write.requests.rate_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       network.outgoing.bytes.rate_FSB1_FSB1_OAM:
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       disk.root.size_FSB1:
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       forwarder_FSB1_FSB2_Internal:
316         type: org.openecomp.capabilities.Forwarder
317         occurrences:
318         - 1
319         - UNBOUNDED
320       feature_FSB1:
321         type: tosca.capabilities.Node
322         occurrences:
323         - 1
324         - UNBOUNDED
325       network.incoming.packets.rate_FSB1_FSB1_Internal:
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_Internal:
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       feature_FSB1_FSB2_Internal:
338         type: tosca.capabilities.Node
339         occurrences:
340         - 1
341         - UNBOUNDED
342       attachment_FSB1_FSB2_Internal:
343         type: tosca.capabilities.Attachment
344         occurrences:
345         - 1
346         - UNBOUNDED
347       network.incoming.packets_FSB1_FSB2_Internal:
348         type: org.openecomp.capabilities.metric.Ceilometer
349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
350         occurrences:
351         - 1
352         - UNBOUNDED
353       forwarder_FSB1_FSB1_OAM:
354         type: org.openecomp.capabilities.Forwarder
355         occurrences:
356         - 1
357         - UNBOUNDED
358       memory.resident_FSB1:
359         type: org.openecomp.capabilities.metric.Ceilometer
360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
361         occurrences:
362         - 1
363         - UNBOUNDED
364       network.incoming.packets.rate_FSB1_FSB1_OAM:
365         type: org.openecomp.capabilities.metric.Ceilometer
366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
367         occurrences:
368         - 1
369         - UNBOUNDED
370       forwarder_FSB1_FSB1_Internal:
371         type: org.openecomp.capabilities.Forwarder
372         occurrences:
373         - 1
374         - UNBOUNDED
375       network.incoming.packets.rate_FSB1_FSB2_Internal:
376         type: org.openecomp.capabilities.metric.Ceilometer
377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
378         occurrences:
379         - 1
380         - UNBOUNDED
381       cpu_FSB1:
382         type: org.openecomp.capabilities.metric.Ceilometer
383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
384         occurrences:
385         - 1
386         - UNBOUNDED
387       disk.write.requests.rate_FSB1:
388         type: org.openecomp.capabilities.metric.Ceilometer
389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
390         occurrences:
391         - 1
392         - UNBOUNDED
393       feature_FSB1_FSB1_OAM:
394         type: tosca.capabilities.Node
395         occurrences:
396         - 1
397         - UNBOUNDED
398       instance_FSB1:
399         type: org.openecomp.capabilities.metric.Ceilometer
400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
401         occurrences:
402         - 1
403         - UNBOUNDED
404       disk.device.read.bytes.rate_FSB1:
405         type: org.openecomp.capabilities.metric.Ceilometer
406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
407         occurrences:
408         - 1
409         - UNBOUNDED
410       cpu.delta_FSB1:
411         type: org.openecomp.capabilities.metric.Ceilometer
412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
413         occurrences:
414         - 1
415         - UNBOUNDED
416       disk.write.bytes_FSB1:
417         type: org.openecomp.capabilities.metric.Ceilometer
418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
419         occurrences:
420         - 1
421         - UNBOUNDED
422       binding_FSB1_FSB1_Internal:
423         type: tosca.capabilities.network.Bindable
424         valid_source_types:
425         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
426         occurrences:
427         - 0
428         - UNBOUNDED
429       disk.device.read.requests.rate_FSB1:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       feature_FSB1_FSB1_Internal:
436         type: tosca.capabilities.Node
437         occurrences:
438         - 1
439         - UNBOUNDED
440       disk.device.read.requests_FSB1:
441         type: org.openecomp.capabilities.metric.Ceilometer
442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
443         occurrences:
444         - 1
445         - UNBOUNDED
446       disk.ephemeral.size_FSB1:
447         type: org.openecomp.capabilities.metric.Ceilometer
448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
449         occurrences:
450         - 1
451         - UNBOUNDED
452       binding_FSB1:
453         type: tosca.capabilities.network.Bindable
454         occurrences:
455         - 1
456         - UNBOUNDED
457       disk.device.write.bytes_FSB1:
458         type: org.openecomp.capabilities.metric.Ceilometer
459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
460         occurrences:
461         - 1
462         - UNBOUNDED
463       network.outgoing.packets.rate_FSB1_FSB1_OAM:
464         type: org.openecomp.capabilities.metric.Ceilometer
465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
466         occurrences:
467         - 1
468         - UNBOUNDED
469       binding_FSB1_FSB1_OAM:
470         type: tosca.capabilities.network.Bindable
471         valid_source_types:
472         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
473         occurrences:
474         - 0
475         - UNBOUNDED
476       attachment_FSB1_FSB1_OAM:
477         type: tosca.capabilities.Attachment
478         occurrences:
479         - 1
480         - UNBOUNDED
481       network.incoming.packets_FSB1_FSB1_Internal:
482         type: org.openecomp.capabilities.metric.Ceilometer
483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
484         occurrences:
485         - 1
486         - UNBOUNDED
487       attachment_FSB1_FSB1_Internal:
488         type: tosca.capabilities.Attachment
489         occurrences:
490         - 1
491         - UNBOUNDED
492       network.incoming.bytes_FSB1_FSB1_OAM:
493         type: org.openecomp.capabilities.metric.Ceilometer
494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
495         occurrences:
496         - 1
497         - UNBOUNDED
498       memory_FSB1:
499         type: org.openecomp.capabilities.metric.Ceilometer
500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
501         occurrences:
502         - 1
503         - UNBOUNDED
504       network.incoming.packets_FSB1_FSB1_OAM:
505         type: org.openecomp.capabilities.metric.Ceilometer
506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
507         occurrences:
508         - 1
509         - UNBOUNDED
510       network.outpoing.packets_FSB1_FSB1_Internal:
511         type: org.openecomp.capabilities.metric.Ceilometer
512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
513         occurrences:
514         - 1
515         - UNBOUNDED
516       network.outgoing.bytes.rate_FSB1_FSB2_Internal:
517         type: org.openecomp.capabilities.metric.Ceilometer
518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
519         occurrences:
520         - 1
521         - UNBOUNDED
522       disk.device.read.bytes_FSB1:
523         type: org.openecomp.capabilities.metric.Ceilometer
524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
525         occurrences:
526         - 1
527         - UNBOUNDED
528       disk.device.usage_FSB1:
529         type: org.openecomp.capabilities.metric.Ceilometer
530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
531         occurrences:
532         - 1
533         - UNBOUNDED
534       disk.write.bytes.rate_FSB1:
535         type: org.openecomp.capabilities.metric.Ceilometer
536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
537         occurrences:
538         - 1
539         - UNBOUNDED
540       scalable_FSB1:
541         type: tosca.capabilities.Scalable
542         occurrences:
543         - 1
544         - UNBOUNDED
545       disk.usage_FSB1:
546         type: org.openecomp.capabilities.metric.Ceilometer
547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
548         occurrences:
549         - 1
550         - UNBOUNDED
551       network.outpoing.packets_FSB1_FSB1_OAM:
552         type: org.openecomp.capabilities.metric.Ceilometer
553         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
554         occurrences:
555         - 1
556         - UNBOUNDED
557       host_FSB1:
558         type: tosca.capabilities.Container
559         valid_source_types:
560         - tosca.nodes.SoftwareComponent
561         occurrences:
562         - 1
563         - UNBOUNDED
564       disk.device.allocation_FSB1:
565         type: org.openecomp.capabilities.metric.Ceilometer
566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
567         occurrences:
568         - 1
569         - UNBOUNDED
570       os_FSB1:
571         type: tosca.capabilities.OperatingSystem
572         occurrences:
573         - 1
574         - UNBOUNDED
575       vcpus_FSB1:
576         type: org.openecomp.capabilities.metric.Ceilometer
577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
578         occurrences:
579         - 1
580         - UNBOUNDED
581       disk.write.requests_FSB1:
582         type: org.openecomp.capabilities.metric.Ceilometer
583         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
584         occurrences:
585         - 1
586         - UNBOUNDED
587       network.outgoing.bytes_FSB1_FSB2_Internal:
588         type: org.openecomp.capabilities.metric.Ceilometer
589         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
590         occurrences:
591         - 1
592         - UNBOUNDED
593       network.incoming.bytes_FSB1_FSB1_Internal:
594         type: org.openecomp.capabilities.metric.Ceilometer
595         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
596         occurrences:
597         - 1
598         - UNBOUNDED
599       network.outpoing.packets_FSB1_FSB2_Internal:
600         type: org.openecomp.capabilities.metric.Ceilometer
601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
602         occurrences:
603         - 1
604         - UNBOUNDED
605       disk.device.write.bytes.rate_FSB1:
606         type: org.openecomp.capabilities.metric.Ceilometer
607         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
608         occurrences:
609         - 1
610         - UNBOUNDED
611       network.outgoing.bytes.rate_FSB1_FSB1_Internal:
612         type: org.openecomp.capabilities.metric.Ceilometer
613         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
614         occurrences:
615         - 1
616         - UNBOUNDED
617       endpoint_FSB1:
618         type: tosca.capabilities.Endpoint.Admin
619         occurrences:
620         - 1
621         - UNBOUNDED
622       network.outgoing.packets.rate_FSB1_FSB1_Internal:
623         type: org.openecomp.capabilities.metric.Ceilometer
624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
625         occurrences:
626         - 1
627         - UNBOUNDED
628       network.incoming.bytes.rate_FSB1_FSB1_Internal:
629         type: org.openecomp.capabilities.metric.Ceilometer
630         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
631         occurrences:
632         - 1
633         - UNBOUNDED
634       disk.latency_FSB1:
635         type: org.openecomp.capabilities.metric.Ceilometer
636         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
637         occurrences:
638         - 1
639         - UNBOUNDED
640       memory.usage_FSB1:
641         type: org.openecomp.capabilities.metric.Ceilometer
642         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
643         occurrences:
644         - 1
645         - UNBOUNDED
646       disk.read.requests_FSB1:
647         type: org.openecomp.capabilities.metric.Ceilometer
648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
649         occurrences:
650         - 1
651         - UNBOUNDED
652       disk.device.write.requests_FSB1:
653         type: org.openecomp.capabilities.metric.Ceilometer
654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
655         occurrences:
656         - 1
657         - UNBOUNDED
658       network.incoming.bytes.rate_FSB1_FSB2_Internal:
659         type: org.openecomp.capabilities.metric.Ceilometer
660         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
661         occurrences:
662         - 1
663         - UNBOUNDED
664       network.incoming.bytes_FSB1_FSB2_Internal:
665         type: org.openecomp.capabilities.metric.Ceilometer
666         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
667         occurrences:
668         - 1
669         - UNBOUNDED
670       disk.iops_FSB1:
671         type: org.openecomp.capabilities.metric.Ceilometer
672         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
673         occurrences:
674         - 1
675         - UNBOUNDED
676       network.outgoing.packets.rate_FSB1_FSB2_Internal:
677         type: org.openecomp.capabilities.metric.Ceilometer
678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
679         occurrences:
680         - 1
681         - UNBOUNDED
682       disk.device.iops_FSB1:
683         type: org.openecomp.capabilities.metric.Ceilometer
684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
685         occurrences:
686         - 1
687         - UNBOUNDED