c746391eb321a1e6bad0d1456f2c6969db155a8b
[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_1_ip_requirements:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: org.openecomp.datatypes.network.IpRequirements
17       port_FSB2_Internal_2_mac_requirements:
18         type: org.openecomp.datatypes.network.MacRequirements
19         required: true
20         status: SUPPORTED
21       port_FSB2_Internal_2_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_FSB1_OAM_exCP_naming:
36         type: org.openecomp.datatypes.Naming
37         required: true
38         status: SUPPORTED
39       port_FSB1_OAM_ip_requirements:
40         type: list
41         required: true
42         status: SUPPORTED
43         entry_schema:
44           type: org.openecomp.datatypes.network.IpRequirements
45       port_FSB2_Internal_2_order:
46         type: integer
47         required: true
48         status: SUPPORTED
49       vm_flavor_name:
50         type: string
51         required: true
52         status: SUPPORTED
53       port_FSB1_Internal_1_mac_requirements:
54         type: org.openecomp.datatypes.network.MacRequirements
55         required: true
56         status: SUPPORTED
57       port_FSB2_Internal_2_mac_address:
58         type: string
59         required: true
60         status: SUPPORTED
61       port_FSB2_Internal_2_vlan_requirements:
62         type: list
63         required: true
64         status: SUPPORTED
65         entry_schema:
66           type: org.openecomp.datatypes.network.VlanRequirements
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_OAM_mac_requirements:
74         type: org.openecomp.datatypes.network.MacRequirements
75         required: true
76         status: SUPPORTED
77       port_FSB1_Internal_1_vlan_requirements:
78         type: list
79         required: true
80         status: SUPPORTED
81         entry_schema:
82           type: org.openecomp.datatypes.network.VlanRequirements
83       port_FSB1_Internal_1_exCP_naming:
84         type: org.openecomp.datatypes.Naming
85         required: true
86         status: SUPPORTED
87       port_FSB1_Internal_1_network_role:
88         type: string
89         required: true
90         status: SUPPORTED
91       port_FSB1_Internal_1_related_networks:
92         type: list
93         required: true
94         status: SUPPORTED
95         entry_schema:
96           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
97       port_FSB1_Internal_1_network_role_tag:
98         type: string
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       index_value:
108         type: integer
109         description: Index value of this substitution service template runtime instance
110         required: false
111         default: 0
112         status: SUPPORTED
113         constraints:
114         - greater_or_equal: 0
115       port_FSB2_Internal_2_ip_requirements:
116         type: list
117         required: true
118         status: SUPPORTED
119         entry_schema:
120           type: org.openecomp.datatypes.network.IpRequirements
121       port_FSB1_OAM_order:
122         type: integer
123         required: true
124         status: SUPPORTED
125       port_FSB1_Internal_1_mac_address:
126         type: string
127         required: true
128         status: SUPPORTED
129       port_FSB1_OAM_network:
130         type: list
131         required: true
132         status: SUPPORTED
133         entry_schema:
134           type: string
135       port_FSB2_Internal_2_related_networks:
136         type: list
137         required: true
138         status: SUPPORTED
139         entry_schema:
140           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
141       port_FSB1_Internal_1_network:
142         type: list
143         required: true
144         status: SUPPORTED
145         entry_schema:
146           type: string
147       port_FSB2_Internal_2_network:
148         type: list
149         required: true
150         status: SUPPORTED
151         entry_schema:
152           type: string
153       port_FSB2_Internal_2_network_role:
154         type: string
155         required: true
156         status: SUPPORTED
157       port_FSB1_Internal_1_order:
158         type: integer
159         required: true
160         status: SUPPORTED
161       port_FSB1_Internal_1_subnetpoolid:
162         type: string
163         required: true
164         status: SUPPORTED
165       port_FSB1_OAM_network_role:
166         type: string
167         required: true
168         status: SUPPORTED
169       port_FSB1_OAM_related_networks:
170         type: list
171         required: true
172         status: SUPPORTED
173         entry_schema:
174           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
175       port_FSB1_OAM_network_role_tag:
176         type: string
177         required: true
178         status: SUPPORTED
179       compute_FSB1_name:
180         type: list
181         required: true
182         status: SUPPORTED
183         entry_schema:
184           type: string
185       port_FSB1_OAM_fixed_ips:
186         type: list
187         required: true
188         status: SUPPORTED
189         entry_schema:
190           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
191       port_FSB2_Internal_2_network_role_tag:
192         type: string
193         required: true
194         status: SUPPORTED
195       port_FSB2_Internal_2_exCP_naming:
196         type: org.openecomp.datatypes.Naming
197         required: true
198         status: SUPPORTED
199     attributes:
200       FSB1_accessIPv6:
201         type: string
202         status: SUPPORTED
203       FSB1_FSB1_OAM_status:
204         type: string
205         status: SUPPORTED
206       FSB1_addresses:
207         type: map
208         status: SUPPORTED
209         entry_schema:
210           type: org.openecomp.datatypes.heat.novaServer.network.AddressInfo
211     requirements:
212     - dependency_FSB1_FSB2_Internal_2:
213         capability: tosca.capabilities.Node
214         node: tosca.nodes.Root
215         relationship: tosca.relationships.DependsOn
216         occurrences:
217         - 0
218         - UNBOUNDED
219     - link_FSB1_FSB2_Internal_2:
220         capability: tosca.capabilities.network.Linkable
221         relationship: tosca.relationships.network.LinksTo
222         occurrences:
223         - 1
224         - 1
225     - dependency_FSB1_FSB1_Internal_1:
226         capability: tosca.capabilities.Node
227         node: tosca.nodes.Root
228         relationship: tosca.relationships.DependsOn
229         occurrences:
230         - 0
231         - UNBOUNDED
232     - link_FSB1_FSB1_Internal_1:
233         capability: tosca.capabilities.network.Linkable
234         relationship: tosca.relationships.network.LinksTo
235         occurrences:
236         - 1
237         - 1
238     - dependency_FSB1_FSB1_OAM:
239         capability: tosca.capabilities.Node
240         node: tosca.nodes.Root
241         relationship: tosca.relationships.DependsOn
242         occurrences:
243         - 0
244         - UNBOUNDED
245     - link_FSB1_FSB1_OAM:
246         capability: tosca.capabilities.network.Linkable
247         relationship: tosca.relationships.network.LinksTo
248         occurrences:
249         - 1
250         - 1
251     - dependency_FSB1:
252         capability: tosca.capabilities.Node
253         node: tosca.nodes.Root
254         relationship: tosca.relationships.DependsOn
255         occurrences:
256         - 0
257         - UNBOUNDED
258     - local_storage_FSB1:
259         capability: tosca.capabilities.Attachment
260         node: tosca.nodes.BlockStorage
261         relationship: tosca.relationships.AttachesTo
262         occurrences:
263         - 0
264         - UNBOUNDED
265     capabilities:
266       network.incoming.bytes.rate_FSB1_FSB1_OAM:
267         type: org.openecomp.capabilities.metric.Ceilometer
268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
269         occurrences:
270         - 1
271         - UNBOUNDED
272       network.outgoing.bytes_FSB1_FSB1_OAM:
273         type: org.openecomp.capabilities.metric.Ceilometer
274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
275         occurrences:
276         - 1
277         - UNBOUNDED
278       disk.capacity_FSB1:
279         type: org.openecomp.capabilities.metric.Ceilometer
280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
281         occurrences:
282         - 1
283         - UNBOUNDED
284       disk.read.bytes.rate_FSB1:
285         type: org.openecomp.capabilities.metric.Ceilometer
286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
287         occurrences:
288         - 1
289         - UNBOUNDED
290       disk.device.latency_FSB1:
291         type: org.openecomp.capabilities.metric.Ceilometer
292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
293         occurrences:
294         - 1
295         - UNBOUNDED
296       binding_FSB1_FSB2_Internal_2:
297         type: tosca.capabilities.network.Bindable
298         valid_source_types:
299         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
300         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
301         occurrences:
302         - 0
303         - UNBOUNDED
304       network.incoming.bytes_FSB1_FSB1_Internal_1:
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       disk.allocation_FSB1:
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.read.bytes_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       disk.device.capacity_FSB1:
323         type: org.openecomp.capabilities.metric.Ceilometer
324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
325         occurrences:
326         - 1
327         - UNBOUNDED
328       cpu_util_FSB1:
329         type: org.openecomp.capabilities.metric.Ceilometer
330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
331         occurrences:
332         - 1
333         - UNBOUNDED
334       disk.device.write.requests.rate_FSB1:
335         type: org.openecomp.capabilities.metric.Ceilometer
336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
337         occurrences:
338         - 1
339         - UNBOUNDED
340       network.outgoing.bytes_FSB1_FSB1_Internal_1:
341         type: org.openecomp.capabilities.metric.Ceilometer
342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
343         occurrences:
344         - 1
345         - UNBOUNDED
346       network.outgoing.bytes.rate_FSB1_FSB1_OAM:
347         type: org.openecomp.capabilities.metric.Ceilometer
348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
349         occurrences:
350         - 1
351         - UNBOUNDED
352       disk.root.size_FSB1:
353         type: org.openecomp.capabilities.metric.Ceilometer
354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
355         occurrences:
356         - 1
357         - UNBOUNDED
358       network.incoming.packets.rate_FSB1_FSB2_Internal_2:
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       feature_FSB1:
365         type: tosca.capabilities.Node
366         occurrences:
367         - 1
368         - UNBOUNDED
369       network.incoming.bytes.rate_FSB1_FSB1_Internal_1:
370         type: org.openecomp.capabilities.metric.Ceilometer
371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
372         occurrences:
373         - 1
374         - UNBOUNDED
375       network.incoming.packets_FSB1_FSB2_Internal_2:
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       forwarder_FSB1_FSB1_OAM:
382         type: org.openecomp.capabilities.Forwarder
383         occurrences:
384         - 1
385         - UNBOUNDED
386       memory.resident_FSB1:
387         type: org.openecomp.capabilities.metric.Ceilometer
388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
389         occurrences:
390         - 1
391         - UNBOUNDED
392       network.incoming.packets.rate_FSB1_FSB1_OAM:
393         type: org.openecomp.capabilities.metric.Ceilometer
394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
395         occurrences:
396         - 1
397         - UNBOUNDED
398       cpu_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.write.requests.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       feature_FSB1_FSB1_OAM:
411         type: tosca.capabilities.Node
412         occurrences:
413         - 1
414         - UNBOUNDED
415       instance_FSB1:
416         type: org.openecomp.capabilities.metric.Ceilometer
417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
418         occurrences:
419         - 1
420         - UNBOUNDED
421       disk.device.read.bytes.rate_FSB1:
422         type: org.openecomp.capabilities.metric.Ceilometer
423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
424         occurrences:
425         - 1
426         - UNBOUNDED
427       network.outpoing.packets_FSB1_FSB2_Internal_2:
428         type: org.openecomp.capabilities.metric.Ceilometer
429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
430         occurrences:
431         - 1
432         - UNBOUNDED
433       network.outgoing.bytes.rate_FSB1_FSB2_Internal_2:
434         type: org.openecomp.capabilities.metric.Ceilometer
435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
436         occurrences:
437         - 1
438         - UNBOUNDED
439       network.outgoing.bytes_FSB1_FSB2_Internal_2:
440         type: org.openecomp.capabilities.metric.Ceilometer
441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
442         occurrences:
443         - 1
444         - UNBOUNDED
445       cpu.delta_FSB1:
446         type: org.openecomp.capabilities.metric.Ceilometer
447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
448         occurrences:
449         - 1
450         - UNBOUNDED
451       disk.write.bytes_FSB1:
452         type: org.openecomp.capabilities.metric.Ceilometer
453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
454         occurrences:
455         - 1
456         - UNBOUNDED
457       disk.device.read.requests.rate_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       disk.device.read.requests_FSB1:
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       disk.ephemeral.size_FSB1:
470         type: org.openecomp.capabilities.metric.Ceilometer
471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
472         occurrences:
473         - 1
474         - UNBOUNDED
475       binding_FSB1:
476         type: tosca.capabilities.network.Bindable
477         occurrences:
478         - 1
479         - UNBOUNDED
480       disk.device.write.bytes_FSB1:
481         type: org.openecomp.capabilities.metric.Ceilometer
482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
483         occurrences:
484         - 1
485         - UNBOUNDED
486       network.outgoing.packets.rate_FSB1_FSB2_Internal_2:
487         type: org.openecomp.capabilities.metric.Ceilometer
488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
489         occurrences:
490         - 1
491         - UNBOUNDED
492       network.outgoing.packets.rate_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       binding_FSB1_FSB1_OAM:
499         type: tosca.capabilities.network.Bindable
500         valid_source_types:
501         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
502         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
503         occurrences:
504         - 0
505         - UNBOUNDED
506       network.outpoing.packets_FSB1_FSB1_Internal_1:
507         type: org.openecomp.capabilities.metric.Ceilometer
508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
509         occurrences:
510         - 1
511         - UNBOUNDED
512       attachment_FSB1_FSB1_OAM:
513         type: tosca.capabilities.Attachment
514         occurrences:
515         - 1
516         - UNBOUNDED
517       network.incoming.packets.rate_FSB1_FSB1_Internal_1:
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       feature_FSB1_FSB1_Internal_1:
524         type: tosca.capabilities.Node
525         occurrences:
526         - 1
527         - UNBOUNDED
528       network.incoming.bytes_FSB1_FSB1_OAM:
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       memory_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       network.incoming.packets_FSB1_FSB1_OAM:
541         type: org.openecomp.capabilities.metric.Ceilometer
542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
543         occurrences:
544         - 1
545         - UNBOUNDED
546       forwarder_FSB1_FSB1_Internal_1:
547         type: org.openecomp.capabilities.Forwarder
548         occurrences:
549         - 1
550         - UNBOUNDED
551       disk.device.read.bytes_FSB1:
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       disk.device.usage_FSB1:
558         type: org.openecomp.capabilities.metric.Ceilometer
559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
560         occurrences:
561         - 1
562         - UNBOUNDED
563       network.incoming.packets_FSB1_FSB1_Internal_1:
564         type: org.openecomp.capabilities.metric.Ceilometer
565         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
566         occurrences:
567         - 1
568         - UNBOUNDED
569       disk.write.bytes.rate_FSB1:
570         type: org.openecomp.capabilities.metric.Ceilometer
571         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
572         occurrences:
573         - 1
574         - UNBOUNDED
575       scalable_FSB1:
576         type: tosca.capabilities.Scalable
577         occurrences:
578         - 1
579         - UNBOUNDED
580       disk.usage_FSB1:
581         type: org.openecomp.capabilities.metric.Ceilometer
582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
583         occurrences:
584         - 1
585         - UNBOUNDED
586       attachment_FSB1_FSB1_Internal_1:
587         type: tosca.capabilities.Attachment
588         occurrences:
589         - 1
590         - UNBOUNDED
591       network.outpoing.packets_FSB1_FSB1_OAM:
592         type: org.openecomp.capabilities.metric.Ceilometer
593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
594         occurrences:
595         - 1
596         - UNBOUNDED
597       network.outgoing.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       network.incoming.bytes_FSB1_FSB2_Internal_2:
604         type: org.openecomp.capabilities.metric.Ceilometer
605         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
606         occurrences:
607         - 1
608         - UNBOUNDED
609       network.outgoing.bytes.rate_FSB1_FSB1_Internal_1:
610         type: org.openecomp.capabilities.metric.Ceilometer
611         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
612         occurrences:
613         - 1
614         - UNBOUNDED
615       host_FSB1:
616         type: tosca.capabilities.Container
617         valid_source_types:
618         - tosca.nodes.SoftwareComponent
619         occurrences:
620         - 1
621         - UNBOUNDED
622       disk.device.allocation_FSB1:
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       os_FSB1:
629         type: tosca.capabilities.OperatingSystem
630         occurrences:
631         - 1
632         - UNBOUNDED
633       vcpus_FSB1:
634         type: org.openecomp.capabilities.metric.Ceilometer
635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
636         occurrences:
637         - 1
638         - UNBOUNDED
639       disk.write.requests_FSB1:
640         type: org.openecomp.capabilities.metric.Ceilometer
641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
642         occurrences:
643         - 1
644         - UNBOUNDED
645       disk.device.write.bytes.rate_FSB1:
646         type: org.openecomp.capabilities.metric.Ceilometer
647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
648         occurrences:
649         - 1
650         - UNBOUNDED
651       endpoint_FSB1:
652         type: tosca.capabilities.Endpoint.Admin
653         occurrences:
654         - 1
655         - UNBOUNDED
656       network.incoming.bytes.rate_FSB1_FSB2_Internal_2:
657         type: org.openecomp.capabilities.metric.Ceilometer
658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
659         occurrences:
660         - 1
661         - UNBOUNDED
662       disk.latency_FSB1:
663         type: org.openecomp.capabilities.metric.Ceilometer
664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
665         occurrences:
666         - 1
667         - UNBOUNDED
668       memory.usage_FSB1:
669         type: org.openecomp.capabilities.metric.Ceilometer
670         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
671         occurrences:
672         - 1
673         - UNBOUNDED
674       feature_FSB1_FSB2_Internal_2:
675         type: tosca.capabilities.Node
676         occurrences:
677         - 1
678         - UNBOUNDED
679       disk.read.requests_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       binding_FSB1_FSB1_Internal_1:
686         type: tosca.capabilities.network.Bindable
687         valid_source_types:
688         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
689         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
690         occurrences:
691         - 0
692         - UNBOUNDED
693       disk.device.write.requests_FSB1:
694         type: org.openecomp.capabilities.metric.Ceilometer
695         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
696         occurrences:
697         - 1
698         - UNBOUNDED
699       forwarder_FSB1_FSB2_Internal_2:
700         type: org.openecomp.capabilities.Forwarder
701         occurrences:
702         - 1
703         - UNBOUNDED
704       attachment_FSB1_FSB2_Internal_2:
705         type: tosca.capabilities.Attachment
706         occurrences:
707         - 1
708         - UNBOUNDED
709       disk.iops_FSB1:
710         type: org.openecomp.capabilities.metric.Ceilometer
711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
712         occurrences:
713         - 1
714         - UNBOUNDED
715       disk.device.iops_FSB1:
716         type: org.openecomp.capabilities.metric.Ceilometer
717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
718         occurrences:
719         - 1
720         - UNBOUNDED