08a713b83a8d49e3c3c5a743f4aef746a95d619f
[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.cdi:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_cdi_internal_0_port_network_role:
12         type: string
13         required: true
14         status: SUPPORTED
15       port_cdi_ims_core_0_port_vlan_requirements:
16         type: list
17         required: true
18         status: SUPPORTED
19         entry_schema:
20           type: org.openecomp.datatypes.network.VlanRequirements
21       port_cdi_internal_0_port_ip_requirements:
22         type: list
23         required: true
24         status: SUPPORTED
25         entry_schema:
26           type: org.openecomp.datatypes.network.IpRequirements
27       vm_flavor_name:
28         type: string
29         required: true
30         status: SUPPORTED
31       port_cdi_internal_0_port_vlan_requirements:
32         type: list
33         required: true
34         status: SUPPORTED
35         entry_schema:
36           type: org.openecomp.datatypes.network.VlanRequirements
37       port_cdi_ims_core_0_port_name:
38         type: list
39         required: true
40         status: SUPPORTED
41         entry_schema:
42           type: string
43       port_cdi_internal_0_port_exCP_naming:
44         type: org.openecomp.datatypes.Naming
45         required: true
46         status: SUPPORTED
47       port_cdi_ims_core_0_port_network_role:
48         type: string
49         required: true
50         status: SUPPORTED
51       port_cdi_internal_0_port_allowed_address_pairs:
52         type: list
53         required: true
54         status: SUPPORTED
55         entry_schema:
56           type: org.openecomp.datatypes.heat.network.AddressPair
57       port_cdi_internal_0_port_network_role_tag:
58         type: string
59         required: true
60         status: SUPPORTED
61       port_cdi_internal_0_port_subnetpoolid:
62         type: string
63         required: true
64         status: SUPPORTED
65       vm_image_name:
66         type: string
67         required: true
68         status: SUPPORTED
69       compute_cdi_scheduler_hints:
70         type: list
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: json
75       compute_cdi_name:
76         type: list
77         required: true
78         status: SUPPORTED
79         entry_schema:
80           type: string
81       port_cdi_ims_core_0_port_ip_requirements:
82         type: list
83         required: true
84         status: SUPPORTED
85         entry_schema:
86           type: org.openecomp.datatypes.network.IpRequirements
87       port_cdi_ims_core_0_port_network_role_tag:
88         type: string
89         required: true
90         status: SUPPORTED
91       compute_cdi_user_data_format:
92         type: list
93         required: true
94         status: SUPPORTED
95         entry_schema:
96           type: string
97       port_cdi_internal_0_port_name:
98         type: list
99         required: true
100         status: SUPPORTED
101         entry_schema:
102           type: string
103       port_cdi_ims_core_0_port_order:
104         type: integer
105         required: true
106         status: SUPPORTED
107       compute_cdi_availability_zone:
108         type: list
109         required: true
110         status: SUPPORTED
111         entry_schema:
112           type: string
113       port_cdi_ims_core_0_port_network:
114         type: list
115         required: true
116         status: SUPPORTED
117         entry_schema:
118           type: string
119       port_cdi_internal_0_port_network:
120         type: list
121         required: true
122         status: SUPPORTED
123         entry_schema:
124           type: string
125       port_cdi_internal_0_port_fixed_ips:
126         type: list
127         required: true
128         status: SUPPORTED
129         entry_schema:
130           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
131       compute_cdi_config_drive:
132         type: list
133         required: true
134         status: SUPPORTED
135         entry_schema:
136           type: boolean
137       index_value:
138         type: integer
139         description: Index value of this substitution service template runtime instance
140         required: false
141         default: 0
142         status: SUPPORTED
143         constraints:
144         - greater_or_equal: 0
145       port_cdi_internal_0_port_security_groups:
146         type: list
147         required: true
148         status: SUPPORTED
149         entry_schema:
150           type: json
151       port_cdi_ims_core_0_port_security_groups:
152         type: list
153         required: true
154         status: SUPPORTED
155         entry_schema:
156           type: json
157       port_cdi_ims_core_0_port_fixed_ips:
158         type: list
159         required: true
160         status: SUPPORTED
161         entry_schema:
162           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
163       port_cdi_internal_0_port_mac_requirements:
164         type: org.openecomp.datatypes.network.MacRequirements
165         required: true
166         status: SUPPORTED
167       port_cdi_ims_core_0_port_subnetpoolid:
168         type: string
169         required: true
170         status: SUPPORTED
171       port_cdi_internal_0_port_order:
172         type: integer
173         required: true
174         status: SUPPORTED
175       port_cdi_ims_core_0_port_allowed_address_pairs:
176         type: list
177         required: true
178         status: SUPPORTED
179         entry_schema:
180           type: org.openecomp.datatypes.heat.network.AddressPair
181       compute_cdi_metadata:
182         type: list
183         required: true
184         status: SUPPORTED
185         entry_schema:
186           type: json
187       port_cdi_ims_core_0_port_mac_requirements:
188         type: org.openecomp.datatypes.network.MacRequirements
189         required: true
190         status: SUPPORTED
191       port_cdi_ims_core_0_port_exCP_naming:
192         type: org.openecomp.datatypes.Naming
193         required: true
194         status: SUPPORTED
195     requirements:
196     - dependency_cdi_cdi_ims_core_0_port:
197         capability: tosca.capabilities.Node
198         node: tosca.nodes.Root
199         relationship: tosca.relationships.DependsOn
200         occurrences:
201         - 0
202         - UNBOUNDED
203     - link_cdi_cdi_ims_core_0_port:
204         capability: tosca.capabilities.network.Linkable
205         relationship: tosca.relationships.network.LinksTo
206         occurrences:
207         - 1
208         - 1
209     - dependency_cdi:
210         capability: tosca.capabilities.Node
211         node: tosca.nodes.Root
212         relationship: tosca.relationships.DependsOn
213         occurrences:
214         - 0
215         - UNBOUNDED
216     - local_storage_cdi:
217         capability: tosca.capabilities.Attachment
218         node: tosca.nodes.BlockStorage
219         relationship: tosca.relationships.AttachesTo
220         occurrences:
221         - 0
222         - UNBOUNDED
223     - dependency_cdi_cdi_internal_0_port:
224         capability: tosca.capabilities.Node
225         node: tosca.nodes.Root
226         relationship: tosca.relationships.DependsOn
227         occurrences:
228         - 0
229         - UNBOUNDED
230     - link_cdi_cdi_internal_0_port:
231         capability: tosca.capabilities.network.Linkable
232         relationship: tosca.relationships.network.LinksTo
233         occurrences:
234         - 1
235         - 1
236     capabilities:
237       attachment_cdi_cdi_internal_0_port:
238         type: tosca.capabilities.Attachment
239         occurrences:
240         - 1
241         - UNBOUNDED
242       network.incoming.bytes.rate_cdi_cdi_internal_0_port:
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_cdi_cdi_internal_0_port:
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       network.outgoing.packets.rate_cdi_cdi_internal_0_port:
255         type: org.openecomp.capabilities.metric.Ceilometer
256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
257         occurrences:
258         - 1
259         - UNBOUNDED
260       host_cdi:
261         type: tosca.capabilities.Container
262         valid_source_types:
263         - tosca.nodes.SoftwareComponent
264         occurrences:
265         - 1
266         - UNBOUNDED
267       disk.device.capacity_cdi:
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.iops_cdi:
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.write.requests.rate_cdi:
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.write.requests.rate_cdi:
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.write.bytes.rate_cdi:
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.ephemeral.size_cdi:
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       cpu_util_cdi:
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       cpu.delta_cdi:
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       network.incoming.bytes_cdi_cdi_internal_0_port:
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       network.outgoing.bytes.rate_cdi_cdi_internal_0_port:
322         type: org.openecomp.capabilities.metric.Ceilometer
323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
324         occurrences:
325         - 1
326         - UNBOUNDED
327       disk.device.write.bytes_cdi:
328         type: org.openecomp.capabilities.metric.Ceilometer
329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
330         occurrences:
331         - 1
332         - UNBOUNDED
333       feature_cdi_cdi_ims_core_0_port:
334         type: tosca.capabilities.Node
335         occurrences:
336         - 1
337         - UNBOUNDED
338       disk.device.read.requests.rate_cdi:
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       disk.write.bytes_cdi:
345         type: org.openecomp.capabilities.metric.Ceilometer
346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
347         occurrences:
348         - 1
349         - UNBOUNDED
350       os_cdi:
351         type: tosca.capabilities.OperatingSystem
352         occurrences:
353         - 1
354         - UNBOUNDED
355       memory.usage_cdi:
356         type: org.openecomp.capabilities.metric.Ceilometer
357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
358         occurrences:
359         - 1
360         - UNBOUNDED
361       network.outgoing.bytes.rate_cdi_cdi_ims_core_0_port:
362         type: org.openecomp.capabilities.metric.Ceilometer
363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
364         occurrences:
365         - 1
366         - UNBOUNDED
367       network.outpoing.packets_cdi_cdi_internal_0_port:
368         type: org.openecomp.capabilities.metric.Ceilometer
369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
370         occurrences:
371         - 1
372         - UNBOUNDED
373       vcpus_cdi:
374         type: org.openecomp.capabilities.metric.Ceilometer
375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
376         occurrences:
377         - 1
378         - UNBOUNDED
379       network.incoming.packets_cdi_cdi_ims_core_0_port:
380         type: org.openecomp.capabilities.metric.Ceilometer
381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
382         occurrences:
383         - 1
384         - UNBOUNDED
385       disk.device.read.requests_cdi:
386         type: org.openecomp.capabilities.metric.Ceilometer
387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
388         occurrences:
389         - 1
390         - UNBOUNDED
391       endpoint_cdi:
392         type: tosca.capabilities.Endpoint.Admin
393         occurrences:
394         - 1
395         - UNBOUNDED
396       disk.read.requests_cdi:
397         type: org.openecomp.capabilities.metric.Ceilometer
398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
399         occurrences:
400         - 1
401         - UNBOUNDED
402       network.incoming.bytes.rate_cdi_cdi_ims_core_0_port:
403         type: org.openecomp.capabilities.metric.Ceilometer
404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
405         occurrences:
406         - 1
407         - UNBOUNDED
408       memory.resident_cdi:
409         type: org.openecomp.capabilities.metric.Ceilometer
410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
411         occurrences:
412         - 1
413         - UNBOUNDED
414       disk.latency_cdi:
415         type: org.openecomp.capabilities.metric.Ceilometer
416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
417         occurrences:
418         - 1
419         - UNBOUNDED
420       disk.read.bytes.rate_cdi:
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       memory_cdi:
427         type: org.openecomp.capabilities.metric.Ceilometer
428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
429         occurrences:
430         - 1
431         - UNBOUNDED
432       disk.root.size_cdi:
433         type: org.openecomp.capabilities.metric.Ceilometer
434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
435         occurrences:
436         - 1
437         - UNBOUNDED
438       disk.device.write.requests_cdi:
439         type: org.openecomp.capabilities.metric.Ceilometer
440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
441         occurrences:
442         - 1
443         - UNBOUNDED
444       network.outgoing.packets.rate_cdi_cdi_ims_core_0_port:
445         type: org.openecomp.capabilities.metric.Ceilometer
446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
447         occurrences:
448         - 1
449         - UNBOUNDED
450       binding_cdi_cdi_internal_0_port:
451         type: tosca.capabilities.network.Bindable
452         valid_source_types:
453         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
454         occurrences:
455         - 0
456         - UNBOUNDED
457       network.incoming.packets.rate_cdi_cdi_internal_0_port:
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.allocation_cdi:
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       scalable_cdi:
470         type: tosca.capabilities.Scalable
471         occurrences:
472         - 1
473         - UNBOUNDED
474       feature_cdi:
475         type: tosca.capabilities.Node
476         occurrences:
477         - 1
478         - UNBOUNDED
479       cpu_cdi:
480         type: org.openecomp.capabilities.metric.Ceilometer
481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
482         occurrences:
483         - 1
484         - UNBOUNDED
485       disk.device.usage_cdi:
486         type: org.openecomp.capabilities.metric.Ceilometer
487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
488         occurrences:
489         - 1
490         - UNBOUNDED
491       disk.iops_cdi:
492         type: org.openecomp.capabilities.metric.Ceilometer
493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
494         occurrences:
495         - 1
496         - UNBOUNDED
497       network.incoming.packets_cdi_cdi_internal_0_port:
498         type: org.openecomp.capabilities.metric.Ceilometer
499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
500         occurrences:
501         - 1
502         - UNBOUNDED
503       disk.usage_cdi:
504         type: org.openecomp.capabilities.metric.Ceilometer
505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
506         occurrences:
507         - 1
508         - UNBOUNDED
509       disk.device.write.bytes.rate_cdi:
510         type: org.openecomp.capabilities.metric.Ceilometer
511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
512         occurrences:
513         - 1
514         - UNBOUNDED
515       disk.read.bytes_cdi:
516         type: org.openecomp.capabilities.metric.Ceilometer
517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
518         occurrences:
519         - 1
520         - UNBOUNDED
521       network.incoming.bytes_cdi_cdi_ims_core_0_port:
522         type: org.openecomp.capabilities.metric.Ceilometer
523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
524         occurrences:
525         - 1
526         - UNBOUNDED
527       disk.capacity_cdi:
528         type: org.openecomp.capabilities.metric.Ceilometer
529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
530         occurrences:
531         - 1
532         - UNBOUNDED
533       binding_cdi:
534         type: tosca.capabilities.network.Bindable
535         occurrences:
536         - 1
537         - UNBOUNDED
538       feature_cdi_cdi_internal_0_port:
539         type: tosca.capabilities.Node
540         occurrences:
541         - 1
542         - UNBOUNDED
543       disk.device.read.bytes_cdi:
544         type: org.openecomp.capabilities.metric.Ceilometer
545         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
546         occurrences:
547         - 1
548         - UNBOUNDED
549       disk.device.read.bytes.rate_cdi:
550         type: org.openecomp.capabilities.metric.Ceilometer
551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
552         occurrences:
553         - 1
554         - UNBOUNDED
555       disk.device.latency_cdi:
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       network.incoming.packets.rate_cdi_cdi_ims_core_0_port:
562         type: org.openecomp.capabilities.metric.Ceilometer
563         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
564         occurrences:
565         - 1
566         - UNBOUNDED
567       binding_cdi_cdi_ims_core_0_port:
568         type: tosca.capabilities.network.Bindable
569         valid_source_types:
570         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
571         occurrences:
572         - 0
573         - UNBOUNDED
574       instance_cdi:
575         type: org.openecomp.capabilities.metric.Ceilometer
576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
577         occurrences:
578         - 1
579         - UNBOUNDED
580       attachment_cdi_cdi_ims_core_0_port:
581         type: tosca.capabilities.Attachment
582         occurrences:
583         - 1
584         - UNBOUNDED
585       disk.device.allocation_cdi:
586         type: org.openecomp.capabilities.metric.Ceilometer
587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
588         occurrences:
589         - 1
590         - UNBOUNDED
591       network.outgoing.bytes_cdi_cdi_ims_core_0_port:
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       disk.write.requests_cdi:
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.outpoing.packets_cdi_cdi_ims_core_0_port:
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   org.openecomp.resource.abstract.nodes.lbd:
610     derived_from: org.openecomp.resource.abstract.nodes.VFC
611     properties:
612       port_lbd_internal_1_port_vlan_requirements:
613         type: list
614         required: true
615         status: SUPPORTED
616         entry_schema:
617           type: org.openecomp.datatypes.network.VlanRequirements
618       port_lbd_ims_core_1_port_allowed_address_pairs:
619         type: list
620         required: true
621         status: SUPPORTED
622         entry_schema:
623           type: org.openecomp.datatypes.heat.network.AddressPair
624       compute_lbd_user_data_format:
625         type: list
626         required: true
627         status: SUPPORTED
628         entry_schema:
629           type: string
630       compute_lbd_config_drive:
631         type: list
632         required: true
633         status: SUPPORTED
634         entry_schema:
635           type: boolean
636       port_lbd_internal_1_port_name:
637         type: list
638         required: true
639         status: SUPPORTED
640         entry_schema:
641           type: string
642       port_lbd_dpdk_1_port_allowed_address_pairs:
643         type: list
644         required: true
645         status: SUPPORTED
646         entry_schema:
647           type: org.openecomp.datatypes.heat.network.AddressPair
648       port_lbd_ims_core_1_port_ip_requirements:
649         type: list
650         required: true
651         status: SUPPORTED
652         entry_schema:
653           type: org.openecomp.datatypes.network.IpRequirements
654       port_lbd_ims_core_1_port_vlan_requirements:
655         type: list
656         required: true
657         status: SUPPORTED
658         entry_schema:
659           type: org.openecomp.datatypes.network.VlanRequirements
660       port_lbd_dpdk_1_port_mac_requirements:
661         type: org.openecomp.datatypes.network.MacRequirements
662         required: true
663         status: SUPPORTED
664       port_lbd_dpdk_1_port_subnetpoolid:
665         type: string
666         required: true
667         status: SUPPORTED
668       vm_flavor_name:
669         type: string
670         required: true
671         status: SUPPORTED
672       port_lbd_internal_1_port_exCP_naming:
673         type: org.openecomp.datatypes.Naming
674         required: true
675         status: SUPPORTED
676       port_lbd_ims_core_1_port_mac_requirements:
677         type: org.openecomp.datatypes.network.MacRequirements
678         required: true
679         status: SUPPORTED
680       compute_lbd_availability_zone:
681         type: list
682         required: true
683         status: SUPPORTED
684         entry_schema:
685           type: string
686       port_lbd_internal_1_port_network_role_tag:
687         type: string
688         required: true
689         status: SUPPORTED
690       port_lbd_internal_1_port_order:
691         type: integer
692         required: true
693         status: SUPPORTED
694       port_lbd_internal_1_port_ip_requirements:
695         type: list
696         required: true
697         status: SUPPORTED
698         entry_schema:
699           type: org.openecomp.datatypes.network.IpRequirements
700       port_lbd_internal_1_port_security_groups:
701         type: list
702         required: true
703         status: SUPPORTED
704         entry_schema:
705           type: json
706       port_lbd_ims_core_1_port_subnetpoolid:
707         type: string
708         required: true
709         status: SUPPORTED
710       vm_image_name:
711         type: string
712         required: true
713         status: SUPPORTED
714       port_lbd_dpdk_1_port_exCP_naming:
715         type: org.openecomp.datatypes.Naming
716         required: true
717         status: SUPPORTED
718       port_lbd_ims_core_1_port_order:
719         type: integer
720         required: true
721         status: SUPPORTED
722       port_lbd_dpdk_1_port_network:
723         type: list
724         required: true
725         status: SUPPORTED
726         entry_schema:
727           type: string
728       port_lbd_ims_core_1_port_name:
729         type: list
730         required: true
731         status: SUPPORTED
732         entry_schema:
733           type: string
734       port_lbd_dpdk_1_port_order:
735         type: integer
736         required: true
737         status: SUPPORTED
738       port_lbd_ims_core_1_port_network_role:
739         type: string
740         required: true
741         status: SUPPORTED
742       port_lbd_internal_1_port_subnetpoolid:
743         type: string
744         required: true
745         status: SUPPORTED
746       port_lbd_ims_core_1_port_security_groups:
747         type: list
748         required: true
749         status: SUPPORTED
750         entry_schema:
751           type: json
752       port_lbd_ims_core_1_port_fixed_ips:
753         type: list
754         required: true
755         status: SUPPORTED
756         entry_schema:
757           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
758       port_lbd_internal_1_port_fixed_ips:
759         type: list
760         required: true
761         status: SUPPORTED
762         entry_schema:
763           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
764       index_value:
765         type: integer
766         description: Index value of this substitution service template runtime instance
767         required: false
768         default: 0
769         status: SUPPORTED
770         constraints:
771         - greater_or_equal: 0
772       port_lbd_ims_core_1_port_network:
773         type: list
774         required: true
775         status: SUPPORTED
776         entry_schema:
777           type: string
778       port_lbd_dpdk_1_port_network_role_tag:
779         type: string
780         required: true
781         status: SUPPORTED
782       compute_lbd_scheduler_hints:
783         type: list
784         required: true
785         status: SUPPORTED
786         entry_schema:
787           type: json
788       port_lbd_dpdk_1_port_name:
789         type: list
790         required: true
791         status: SUPPORTED
792         entry_schema:
793           type: string
794       port_lbd_dpdk_1_port_security_groups:
795         type: list
796         required: true
797         status: SUPPORTED
798         entry_schema:
799           type: json
800       port_lbd_dpdk_1_port_fixed_ips:
801         type: list
802         required: true
803         status: SUPPORTED
804         entry_schema:
805           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
806       port_lbd_ims_core_1_port_exCP_naming:
807         type: org.openecomp.datatypes.Naming
808         required: true
809         status: SUPPORTED
810       port_lbd_internal_1_port_network:
811         type: list
812         required: true
813         status: SUPPORTED
814         entry_schema:
815           type: string
816       port_lbd_internal_1_port_network_role:
817         type: string
818         required: true
819         status: SUPPORTED
820       port_lbd_dpdk_1_port_ip_requirements:
821         type: list
822         required: true
823         status: SUPPORTED
824         entry_schema:
825           type: org.openecomp.datatypes.network.IpRequirements
826       compute_lbd_metadata:
827         type: list
828         required: true
829         status: SUPPORTED
830         entry_schema:
831           type: json
832       port_lbd_internal_1_port_mac_requirements:
833         type: org.openecomp.datatypes.network.MacRequirements
834         required: true
835         status: SUPPORTED
836       port_lbd_dpdk_1_port_vlan_requirements:
837         type: list
838         required: true
839         status: SUPPORTED
840         entry_schema:
841           type: org.openecomp.datatypes.network.VlanRequirements
842       compute_lbd_name:
843         type: list
844         required: true
845         status: SUPPORTED
846         entry_schema:
847           type: string
848       port_lbd_ims_core_1_port_network_role_tag:
849         type: string
850         required: true
851         status: SUPPORTED
852       port_lbd_dpdk_1_port_network_role:
853         type: string
854         required: true
855         status: SUPPORTED
856     requirements:
857     - dependency_lbd_lbd_ims_core_1_port:
858         capability: tosca.capabilities.Node
859         node: tosca.nodes.Root
860         relationship: tosca.relationships.DependsOn
861         occurrences:
862         - 0
863         - UNBOUNDED
864     - link_lbd_lbd_ims_core_1_port:
865         capability: tosca.capabilities.network.Linkable
866         relationship: tosca.relationships.network.LinksTo
867         occurrences:
868         - 1
869         - 1
870     - dependency_lbd_lbd_dpdk_1_port:
871         capability: tosca.capabilities.Node
872         node: tosca.nodes.Root
873         relationship: tosca.relationships.DependsOn
874         occurrences:
875         - 0
876         - UNBOUNDED
877     - link_lbd_lbd_dpdk_1_port:
878         capability: tosca.capabilities.network.Linkable
879         relationship: tosca.relationships.network.LinksTo
880         occurrences:
881         - 1
882         - 1
883     - dependency_lbd_lbd_internal_1_port:
884         capability: tosca.capabilities.Node
885         node: tosca.nodes.Root
886         relationship: tosca.relationships.DependsOn
887         occurrences:
888         - 0
889         - UNBOUNDED
890     - link_lbd_lbd_internal_1_port:
891         capability: tosca.capabilities.network.Linkable
892         relationship: tosca.relationships.network.LinksTo
893         occurrences:
894         - 1
895         - 1
896     - dependency_lbd:
897         capability: tosca.capabilities.Node
898         node: tosca.nodes.Root
899         relationship: tosca.relationships.DependsOn
900         occurrences:
901         - 0
902         - UNBOUNDED
903     - local_storage_lbd:
904         capability: tosca.capabilities.Attachment
905         node: tosca.nodes.BlockStorage
906         relationship: tosca.relationships.AttachesTo
907         occurrences:
908         - 0
909         - UNBOUNDED
910     capabilities:
911       disk.ephemeral.size_lbd:
912         type: org.openecomp.capabilities.metric.Ceilometer
913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
914         occurrences:
915         - 1
916         - UNBOUNDED
917       disk.write.requests.rate_lbd:
918         type: org.openecomp.capabilities.metric.Ceilometer
919         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
920         occurrences:
921         - 1
922         - UNBOUNDED
923       disk.write.bytes.rate_lbd:
924         type: org.openecomp.capabilities.metric.Ceilometer
925         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
926         occurrences:
927         - 1
928         - UNBOUNDED
929       instance_lbd:
930         type: org.openecomp.capabilities.metric.Ceilometer
931         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
932         occurrences:
933         - 1
934         - UNBOUNDED
935       disk.device.iops_lbd:
936         type: org.openecomp.capabilities.metric.Ceilometer
937         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
938         occurrences:
939         - 1
940         - UNBOUNDED
941       network.outgoing.packets.rate_lbd_lbd_ims_core_1_port:
942         type: org.openecomp.capabilities.metric.Ceilometer
943         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
944         occurrences:
945         - 1
946         - UNBOUNDED
947       host_lbd:
948         type: tosca.capabilities.Container
949         valid_source_types:
950         - tosca.nodes.SoftwareComponent
951         occurrences:
952         - 1
953         - UNBOUNDED
954       disk.device.capacity_lbd:
955         type: org.openecomp.capabilities.metric.Ceilometer
956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
957         occurrences:
958         - 1
959         - UNBOUNDED
960       cpu_util_lbd:
961         type: org.openecomp.capabilities.metric.Ceilometer
962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
963         occurrences:
964         - 1
965         - UNBOUNDED
966       disk.device.read.requests_lbd:
967         type: org.openecomp.capabilities.metric.Ceilometer
968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
969         occurrences:
970         - 1
971         - UNBOUNDED
972       attachment_lbd_lbd_ims_core_1_port:
973         type: tosca.capabilities.Attachment
974         occurrences:
975         - 1
976         - UNBOUNDED
977       memory.usage_lbd:
978         type: org.openecomp.capabilities.metric.Ceilometer
979         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
980         occurrences:
981         - 1
982         - UNBOUNDED
983       binding_lbd_lbd_dpdk_1_port:
984         type: tosca.capabilities.network.Bindable
985         valid_source_types:
986         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
987         occurrences:
988         - 0
989         - UNBOUNDED
990       network.outpoing.packets_lbd_lbd_ims_core_1_port:
991         type: org.openecomp.capabilities.metric.Ceilometer
992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
993         occurrences:
994         - 1
995         - UNBOUNDED
996       network.outgoing.bytes_lbd_lbd_ims_core_1_port:
997         type: org.openecomp.capabilities.metric.Ceilometer
998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
999         occurrences:
1000         - 1
1001         - UNBOUNDED
1002       network.incoming.packets_lbd_lbd_internal_1_port:
1003         type: org.openecomp.capabilities.metric.Ceilometer
1004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1005         occurrences:
1006         - 1
1007         - UNBOUNDED
1008       disk.read.requests_lbd:
1009         type: org.openecomp.capabilities.metric.Ceilometer
1010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1011         occurrences:
1012         - 1
1013         - UNBOUNDED
1014       feature_lbd_lbd_internal_1_port:
1015         type: tosca.capabilities.Node
1016         occurrences:
1017         - 1
1018         - UNBOUNDED
1019       network.incoming.bytes_lbd_lbd_ims_core_1_port:
1020         type: org.openecomp.capabilities.metric.Ceilometer
1021         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1022         occurrences:
1023         - 1
1024         - UNBOUNDED
1025       cpu.delta_lbd:
1026         type: org.openecomp.capabilities.metric.Ceilometer
1027         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1028         occurrences:
1029         - 1
1030         - UNBOUNDED
1031       memory_lbd:
1032         type: org.openecomp.capabilities.metric.Ceilometer
1033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1034         occurrences:
1035         - 1
1036         - UNBOUNDED
1037       disk.write.bytes_lbd:
1038         type: org.openecomp.capabilities.metric.Ceilometer
1039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1040         occurrences:
1041         - 1
1042         - UNBOUNDED
1043       scalable_lbd:
1044         type: tosca.capabilities.Scalable
1045         occurrences:
1046         - 1
1047         - UNBOUNDED
1048       network.incoming.bytes.rate_lbd_lbd_dpdk_1_port:
1049         type: org.openecomp.capabilities.metric.Ceilometer
1050         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1051         occurrences:
1052         - 1
1053         - UNBOUNDED
1054       network.outgoing.bytes.rate_lbd_lbd_dpdk_1_port:
1055         type: org.openecomp.capabilities.metric.Ceilometer
1056         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1057         occurrences:
1058         - 1
1059         - UNBOUNDED
1060       network.incoming.packets.rate_lbd_lbd_ims_core_1_port:
1061         type: org.openecomp.capabilities.metric.Ceilometer
1062         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1063         occurrences:
1064         - 1
1065         - UNBOUNDED
1066       disk.device.read.requests.rate_lbd:
1067         type: org.openecomp.capabilities.metric.Ceilometer
1068         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1069         occurrences:
1070         - 1
1071         - UNBOUNDED
1072       network.outgoing.bytes_lbd_lbd_dpdk_1_port:
1073         type: org.openecomp.capabilities.metric.Ceilometer
1074         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1075         occurrences:
1076         - 1
1077         - UNBOUNDED
1078       disk.root.size_lbd:
1079         type: org.openecomp.capabilities.metric.Ceilometer
1080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1081         occurrences:
1082         - 1
1083         - UNBOUNDED
1084       vcpus_lbd:
1085         type: org.openecomp.capabilities.metric.Ceilometer
1086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1087         occurrences:
1088         - 1
1089         - UNBOUNDED
1090       disk.allocation_lbd:
1091         type: org.openecomp.capabilities.metric.Ceilometer
1092         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1093         occurrences:
1094         - 1
1095         - UNBOUNDED
1096       disk.device.write.requests_lbd:
1097         type: org.openecomp.capabilities.metric.Ceilometer
1098         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1099         occurrences:
1100         - 1
1101         - UNBOUNDED
1102       os_lbd:
1103         type: tosca.capabilities.OperatingSystem
1104         occurrences:
1105         - 1
1106         - UNBOUNDED
1107       disk.latency_lbd:
1108         type: org.openecomp.capabilities.metric.Ceilometer
1109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1110         occurrences:
1111         - 1
1112         - UNBOUNDED
1113       network.incoming.packets_lbd_lbd_dpdk_1_port:
1114         type: org.openecomp.capabilities.metric.Ceilometer
1115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1116         occurrences:
1117         - 1
1118         - UNBOUNDED
1119       memory.resident_lbd:
1120         type: org.openecomp.capabilities.metric.Ceilometer
1121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1122         occurrences:
1123         - 1
1124         - UNBOUNDED
1125       disk.read.bytes.rate_lbd:
1126         type: org.openecomp.capabilities.metric.Ceilometer
1127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1128         occurrences:
1129         - 1
1130         - UNBOUNDED
1131       network.incoming.bytes.rate_lbd_lbd_internal_1_port:
1132         type: org.openecomp.capabilities.metric.Ceilometer
1133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1134         occurrences:
1135         - 1
1136         - UNBOUNDED
1137       network.outgoing.bytes.rate_lbd_lbd_internal_1_port:
1138         type: org.openecomp.capabilities.metric.Ceilometer
1139         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1140         occurrences:
1141         - 1
1142         - UNBOUNDED
1143       disk.read.bytes_lbd:
1144         type: org.openecomp.capabilities.metric.Ceilometer
1145         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1146         occurrences:
1147         - 1
1148         - UNBOUNDED
1149       network.outgoing.packets.rate_lbd_lbd_internal_1_port:
1150         type: org.openecomp.capabilities.metric.Ceilometer
1151         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1152         occurrences:
1153         - 1
1154         - UNBOUNDED
1155       network.outgoing.bytes_lbd_lbd_internal_1_port:
1156         type: org.openecomp.capabilities.metric.Ceilometer
1157         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1158         occurrences:
1159         - 1
1160         - UNBOUNDED
1161       network.incoming.packets.rate_lbd_lbd_dpdk_1_port:
1162         type: org.openecomp.capabilities.metric.Ceilometer
1163         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1164         occurrences:
1165         - 1
1166         - UNBOUNDED
1167       network.outpoing.packets_lbd_lbd_dpdk_1_port:
1168         type: org.openecomp.capabilities.metric.Ceilometer
1169         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1170         occurrences:
1171         - 1
1172         - UNBOUNDED
1173       attachment_lbd_lbd_internal_1_port:
1174         type: tosca.capabilities.Attachment
1175         occurrences:
1176         - 1
1177         - UNBOUNDED
1178       feature_lbd_lbd_dpdk_1_port:
1179         type: tosca.capabilities.Node
1180         occurrences:
1181         - 1
1182         - UNBOUNDED
1183       cpu_lbd:
1184         type: org.openecomp.capabilities.metric.Ceilometer
1185         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1186         occurrences:
1187         - 1
1188         - UNBOUNDED
1189       feature_lbd_lbd_ims_core_1_port:
1190         type: tosca.capabilities.Node
1191         occurrences:
1192         - 1
1193         - UNBOUNDED
1194       endpoint_lbd:
1195         type: tosca.capabilities.Endpoint.Admin
1196         occurrences:
1197         - 1
1198         - UNBOUNDED
1199       disk.device.read.bytes.rate_lbd:
1200         type: org.openecomp.capabilities.metric.Ceilometer
1201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1202         occurrences:
1203         - 1
1204         - UNBOUNDED
1205       disk.device.write.bytes.rate_lbd:
1206         type: org.openecomp.capabilities.metric.Ceilometer
1207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1208         occurrences:
1209         - 1
1210         - UNBOUNDED
1211       disk.iops_lbd:
1212         type: org.openecomp.capabilities.metric.Ceilometer
1213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1214         occurrences:
1215         - 1
1216         - UNBOUNDED
1217       network.outgoing.packets.rate_lbd_lbd_dpdk_1_port:
1218         type: org.openecomp.capabilities.metric.Ceilometer
1219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1220         occurrences:
1221         - 1
1222         - UNBOUNDED
1223       disk.device.usage_lbd:
1224         type: org.openecomp.capabilities.metric.Ceilometer
1225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1226         occurrences:
1227         - 1
1228         - UNBOUNDED
1229       binding_lbd_lbd_ims_core_1_port:
1230         type: tosca.capabilities.network.Bindable
1231         valid_source_types:
1232         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1233         occurrences:
1234         - 0
1235         - UNBOUNDED
1236       disk.usage_lbd:
1237         type: org.openecomp.capabilities.metric.Ceilometer
1238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1239         occurrences:
1240         - 1
1241         - UNBOUNDED
1242       disk.device.read.bytes_lbd:
1243         type: org.openecomp.capabilities.metric.Ceilometer
1244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1245         occurrences:
1246         - 1
1247         - UNBOUNDED
1248       disk.write.requests_lbd:
1249         type: org.openecomp.capabilities.metric.Ceilometer
1250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1251         occurrences:
1252         - 1
1253         - UNBOUNDED
1254       attachment_lbd_lbd_dpdk_1_port:
1255         type: tosca.capabilities.Attachment
1256         occurrences:
1257         - 1
1258         - UNBOUNDED
1259       disk.device.write.bytes_lbd:
1260         type: org.openecomp.capabilities.metric.Ceilometer
1261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1262         occurrences:
1263         - 1
1264         - UNBOUNDED
1265       network.outgoing.bytes.rate_lbd_lbd_ims_core_1_port:
1266         type: org.openecomp.capabilities.metric.Ceilometer
1267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1268         occurrences:
1269         - 1
1270         - UNBOUNDED
1271       disk.capacity_lbd:
1272         type: org.openecomp.capabilities.metric.Ceilometer
1273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1274         occurrences:
1275         - 1
1276         - UNBOUNDED
1277       feature_lbd:
1278         type: tosca.capabilities.Node
1279         occurrences:
1280         - 1
1281         - UNBOUNDED
1282       network.incoming.bytes.rate_lbd_lbd_ims_core_1_port:
1283         type: org.openecomp.capabilities.metric.Ceilometer
1284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1285         occurrences:
1286         - 1
1287         - UNBOUNDED
1288       disk.device.latency_lbd:
1289         type: org.openecomp.capabilities.metric.Ceilometer
1290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1291         occurrences:
1292         - 1
1293         - UNBOUNDED
1294       network.incoming.packets_lbd_lbd_ims_core_1_port:
1295         type: org.openecomp.capabilities.metric.Ceilometer
1296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1297         occurrences:
1298         - 1
1299         - UNBOUNDED
1300       disk.device.write.requests.rate_lbd:
1301         type: org.openecomp.capabilities.metric.Ceilometer
1302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1303         occurrences:
1304         - 1
1305         - UNBOUNDED
1306       binding_lbd:
1307         type: tosca.capabilities.network.Bindable
1308         occurrences:
1309         - 1
1310         - UNBOUNDED
1311       network.incoming.packets.rate_lbd_lbd_internal_1_port:
1312         type: org.openecomp.capabilities.metric.Ceilometer
1313         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1314         occurrences:
1315         - 1
1316         - UNBOUNDED
1317       network.outpoing.packets_lbd_lbd_internal_1_port:
1318         type: org.openecomp.capabilities.metric.Ceilometer
1319         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1320         occurrences:
1321         - 1
1322         - UNBOUNDED
1323       binding_lbd_lbd_internal_1_port:
1324         type: tosca.capabilities.network.Bindable
1325         valid_source_types:
1326         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1327         occurrences:
1328         - 0
1329         - UNBOUNDED
1330       network.incoming.bytes_lbd_lbd_internal_1_port:
1331         type: org.openecomp.capabilities.metric.Ceilometer
1332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1333         occurrences:
1334         - 1
1335         - UNBOUNDED
1336       network.incoming.bytes_lbd_lbd_dpdk_1_port:
1337         type: org.openecomp.capabilities.metric.Ceilometer
1338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1339         occurrences:
1340         - 1
1341         - UNBOUNDED
1342       disk.device.allocation_lbd:
1343         type: org.openecomp.capabilities.metric.Ceilometer
1344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1345         occurrences:
1346         - 1
1347         - UNBOUNDED
1348   org.openecomp.resource.abstract.nodes.oam_1:
1349     derived_from: org.openecomp.resource.abstract.nodes.VFC
1350     properties:
1351       port_oam_internal_1_port_network_role_tag:
1352         type: string
1353         required: true
1354         status: SUPPORTED
1355       port_oam_internal_1_port_security_groups:
1356         type: list
1357         required: true
1358         status: SUPPORTED
1359         entry_schema:
1360           type: json
1361       port_oam_internal_1_port_network_role:
1362         type: string
1363         required: true
1364         status: SUPPORTED
1365       port_oam_oam_1_port_exCP_naming:
1366         type: org.openecomp.datatypes.Naming
1367         required: true
1368         status: SUPPORTED
1369       port_oam_oam_1_port_allowed_address_pairs:
1370         type: list
1371         required: true
1372         status: SUPPORTED
1373         entry_schema:
1374           type: org.openecomp.datatypes.heat.network.AddressPair
1375       vm_flavor_name:
1376         type: string
1377         required: true
1378         status: SUPPORTED
1379       port_oam_oam_1_port_ip_requirements:
1380         type: list
1381         required: true
1382         status: SUPPORTED
1383         entry_schema:
1384           type: org.openecomp.datatypes.network.IpRequirements
1385       port_oam_oam_1_port_network_role_tag:
1386         type: string
1387         required: true
1388         status: SUPPORTED
1389       port_oam_oam_1_port_security_groups:
1390         type: list
1391         required: true
1392         status: SUPPORTED
1393         entry_schema:
1394           type: json
1395       vm_image_name:
1396         type: string
1397         required: true
1398         status: SUPPORTED
1399       compute_oam_config_drive:
1400         type: list
1401         required: true
1402         status: SUPPORTED
1403         entry_schema:
1404           type: boolean
1405       port_oam_internal_1_port_network:
1406         type: list
1407         required: true
1408         status: SUPPORTED
1409         entry_schema:
1410           type: string
1411       port_oam_oam_1_port_fixed_ips:
1412         type: list
1413         required: true
1414         status: SUPPORTED
1415         entry_schema:
1416           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1417       port_oam_internal_1_port_vlan_requirements:
1418         type: list
1419         required: true
1420         status: SUPPORTED
1421         entry_schema:
1422           type: org.openecomp.datatypes.network.VlanRequirements
1423       port_oam_internal_1_port_ip_requirements:
1424         type: list
1425         required: true
1426         status: SUPPORTED
1427         entry_schema:
1428           type: org.openecomp.datatypes.network.IpRequirements
1429       port_oam_oam_1_port_order:
1430         type: integer
1431         required: true
1432         status: SUPPORTED
1433       port_oam_oam_1_port_network:
1434         type: list
1435         required: true
1436         status: SUPPORTED
1437         entry_schema:
1438           type: string
1439       index_value:
1440         type: integer
1441         description: Index value of this substitution service template runtime instance
1442         required: false
1443         default: 0
1444         status: SUPPORTED
1445         constraints:
1446         - greater_or_equal: 0
1447       port_oam_internal_1_port_allowed_address_pairs:
1448         type: list
1449         required: true
1450         status: SUPPORTED
1451         entry_schema:
1452           type: org.openecomp.datatypes.heat.network.AddressPair
1453       compute_oam_user_data_format:
1454         type: list
1455         required: true
1456         status: SUPPORTED
1457         entry_schema:
1458           type: string
1459       port_oam_internal_1_port_exCP_naming:
1460         type: org.openecomp.datatypes.Naming
1461         required: true
1462         status: SUPPORTED
1463       port_oam_internal_1_port_name:
1464         type: list
1465         required: true
1466         status: SUPPORTED
1467         entry_schema:
1468           type: string
1469       port_oam_internal_1_port_fixed_ips:
1470         type: list
1471         required: true
1472         status: SUPPORTED
1473         entry_schema:
1474           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1475       port_oam_internal_1_port_subnetpoolid:
1476         type: string
1477         required: true
1478         status: SUPPORTED
1479       port_oam_oam_1_port_name:
1480         type: list
1481         required: true
1482         status: SUPPORTED
1483         entry_schema:
1484           type: string
1485       port_oam_internal_1_port_order:
1486         type: integer
1487         required: true
1488         status: SUPPORTED
1489       port_oam_oam_1_port_vlan_requirements:
1490         type: list
1491         required: true
1492         status: SUPPORTED
1493         entry_schema:
1494           type: org.openecomp.datatypes.network.VlanRequirements
1495       port_oam_oam_1_port_subnetpoolid:
1496         type: string
1497         required: true
1498         status: SUPPORTED
1499       compute_oam_scheduler_hints:
1500         type: list
1501         required: true
1502         status: SUPPORTED
1503         entry_schema:
1504           type: json
1505       compute_oam_availability_zone:
1506         type: list
1507         required: true
1508         status: SUPPORTED
1509         entry_schema:
1510           type: string
1511       compute_oam_metadata:
1512         type: list
1513         required: true
1514         status: SUPPORTED
1515         entry_schema:
1516           type: json
1517       port_oam_internal_1_port_mac_requirements:
1518         type: org.openecomp.datatypes.network.MacRequirements
1519         required: true
1520         status: SUPPORTED
1521       compute_oam_name:
1522         type: list
1523         required: true
1524         status: SUPPORTED
1525         entry_schema:
1526           type: string
1527       port_oam_oam_1_port_mac_requirements:
1528         type: org.openecomp.datatypes.network.MacRequirements
1529         required: true
1530         status: SUPPORTED
1531       port_oam_oam_1_port_network_role:
1532         type: string
1533         required: true
1534         status: SUPPORTED
1535     requirements:
1536     - dependency_oam_oam_internal_1_port:
1537         capability: tosca.capabilities.Node
1538         node: tosca.nodes.Root
1539         relationship: tosca.relationships.DependsOn
1540         occurrences:
1541         - 0
1542         - UNBOUNDED
1543     - link_oam_oam_internal_1_port:
1544         capability: tosca.capabilities.network.Linkable
1545         relationship: tosca.relationships.network.LinksTo
1546         occurrences:
1547         - 1
1548         - 1
1549     - dependency_oam_oam_oam_1_port:
1550         capability: tosca.capabilities.Node
1551         node: tosca.nodes.Root
1552         relationship: tosca.relationships.DependsOn
1553         occurrences:
1554         - 0
1555         - UNBOUNDED
1556     - link_oam_oam_oam_1_port:
1557         capability: tosca.capabilities.network.Linkable
1558         relationship: tosca.relationships.network.LinksTo
1559         occurrences:
1560         - 1
1561         - 1
1562     - dependency_oam:
1563         capability: tosca.capabilities.Node
1564         node: tosca.nodes.Root
1565         relationship: tosca.relationships.DependsOn
1566         occurrences:
1567         - 0
1568         - UNBOUNDED
1569     - local_storage_oam:
1570         capability: tosca.capabilities.Attachment
1571         node: tosca.nodes.BlockStorage
1572         relationship: tosca.relationships.AttachesTo
1573         occurrences:
1574         - 0
1575         - UNBOUNDED
1576     capabilities:
1577       cpu_oam:
1578         type: org.openecomp.capabilities.metric.Ceilometer
1579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1580         occurrences:
1581         - 1
1582         - UNBOUNDED
1583       network.incoming.bytes.rate_oam_oam_oam_1_port:
1584         type: org.openecomp.capabilities.metric.Ceilometer
1585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1586         occurrences:
1587         - 1
1588         - UNBOUNDED
1589       network.outpoing.packets_oam_oam_oam_1_port:
1590         type: org.openecomp.capabilities.metric.Ceilometer
1591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1592         occurrences:
1593         - 1
1594         - UNBOUNDED
1595       network.incoming.packets.rate_oam_oam_internal_1_port:
1596         type: org.openecomp.capabilities.metric.Ceilometer
1597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1598         occurrences:
1599         - 1
1600         - UNBOUNDED
1601       disk.usage_oam:
1602         type: org.openecomp.capabilities.metric.Ceilometer
1603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1604         occurrences:
1605         - 1
1606         - UNBOUNDED
1607       memory.resident_oam:
1608         type: org.openecomp.capabilities.metric.Ceilometer
1609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1610         occurrences:
1611         - 1
1612         - UNBOUNDED
1613       disk.device.write.bytes_oam:
1614         type: org.openecomp.capabilities.metric.Ceilometer
1615         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1616         occurrences:
1617         - 1
1618         - UNBOUNDED
1619       disk.read.bytes_oam:
1620         type: org.openecomp.capabilities.metric.Ceilometer
1621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1622         occurrences:
1623         - 1
1624         - UNBOUNDED
1625       binding_oam_oam_internal_1_port:
1626         type: tosca.capabilities.network.Bindable
1627         valid_source_types:
1628         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1629         occurrences:
1630         - 0
1631         - UNBOUNDED
1632       scalable_oam:
1633         type: tosca.capabilities.Scalable
1634         occurrences:
1635         - 1
1636         - UNBOUNDED
1637       feature_oam:
1638         type: tosca.capabilities.Node
1639         occurrences:
1640         - 1
1641         - UNBOUNDED
1642       disk.allocation_oam:
1643         type: org.openecomp.capabilities.metric.Ceilometer
1644         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1645         occurrences:
1646         - 1
1647         - UNBOUNDED
1648       network.outgoing.packets.rate_oam_oam_oam_1_port:
1649         type: org.openecomp.capabilities.metric.Ceilometer
1650         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1651         occurrences:
1652         - 1
1653         - UNBOUNDED
1654       disk.device.usage_oam:
1655         type: org.openecomp.capabilities.metric.Ceilometer
1656         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1657         occurrences:
1658         - 1
1659         - UNBOUNDED
1660       binding_oam:
1661         type: tosca.capabilities.network.Bindable
1662         occurrences:
1663         - 1
1664         - UNBOUNDED
1665       disk.device.read.bytes.rate_oam:
1666         type: org.openecomp.capabilities.metric.Ceilometer
1667         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1668         occurrences:
1669         - 1
1670         - UNBOUNDED
1671       network.outgoing.bytes.rate_oam_oam_oam_1_port:
1672         type: org.openecomp.capabilities.metric.Ceilometer
1673         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1674         occurrences:
1675         - 1
1676         - UNBOUNDED
1677       disk.write.bytes.rate_oam:
1678         type: org.openecomp.capabilities.metric.Ceilometer
1679         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1680         occurrences:
1681         - 1
1682         - UNBOUNDED
1683       disk.device.write.bytes.rate_oam:
1684         type: org.openecomp.capabilities.metric.Ceilometer
1685         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1686         occurrences:
1687         - 1
1688         - UNBOUNDED
1689       disk.device.allocation_oam:
1690         type: org.openecomp.capabilities.metric.Ceilometer
1691         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1692         occurrences:
1693         - 1
1694         - UNBOUNDED
1695       network.incoming.bytes_oam_oam_internal_1_port:
1696         type: org.openecomp.capabilities.metric.Ceilometer
1697         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1698         occurrences:
1699         - 1
1700         - UNBOUNDED
1701       disk.ephemeral.size_oam:
1702         type: org.openecomp.capabilities.metric.Ceilometer
1703         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1704         occurrences:
1705         - 1
1706         - UNBOUNDED
1707       network.incoming.packets_oam_oam_oam_1_port:
1708         type: org.openecomp.capabilities.metric.Ceilometer
1709         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1710         occurrences:
1711         - 1
1712         - UNBOUNDED
1713       disk.write.requests_oam:
1714         type: org.openecomp.capabilities.metric.Ceilometer
1715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1716         occurrences:
1717         - 1
1718         - UNBOUNDED
1719       attachment_oam_oam_oam_1_port:
1720         type: tosca.capabilities.Attachment
1721         occurrences:
1722         - 1
1723         - UNBOUNDED
1724       disk.capacity_oam:
1725         type: org.openecomp.capabilities.metric.Ceilometer
1726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1727         occurrences:
1728         - 1
1729         - UNBOUNDED
1730       instance_oam:
1731         type: org.openecomp.capabilities.metric.Ceilometer
1732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1733         occurrences:
1734         - 1
1735         - UNBOUNDED
1736       network.outgoing.bytes_oam_oam_internal_1_port:
1737         type: org.openecomp.capabilities.metric.Ceilometer
1738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1739         occurrences:
1740         - 1
1741         - UNBOUNDED
1742       disk.root.size_oam:
1743         type: org.openecomp.capabilities.metric.Ceilometer
1744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1745         occurrences:
1746         - 1
1747         - UNBOUNDED
1748       network.outgoing.bytes_oam_oam_oam_1_port:
1749         type: org.openecomp.capabilities.metric.Ceilometer
1750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1751         occurrences:
1752         - 1
1753         - UNBOUNDED
1754       feature_oam_oam_oam_1_port:
1755         type: tosca.capabilities.Node
1756         occurrences:
1757         - 1
1758         - UNBOUNDED
1759       network.outgoing.packets.rate_oam_oam_internal_1_port:
1760         type: org.openecomp.capabilities.metric.Ceilometer
1761         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1762         occurrences:
1763         - 1
1764         - UNBOUNDED
1765       network.incoming.bytes.rate_oam_oam_internal_1_port:
1766         type: org.openecomp.capabilities.metric.Ceilometer
1767         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1768         occurrences:
1769         - 1
1770         - UNBOUNDED
1771       memory_oam:
1772         type: org.openecomp.capabilities.metric.Ceilometer
1773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1774         occurrences:
1775         - 1
1776         - UNBOUNDED
1777       cpu.delta_oam:
1778         type: org.openecomp.capabilities.metric.Ceilometer
1779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1780         occurrences:
1781         - 1
1782         - UNBOUNDED
1783       disk.device.write.requests_oam:
1784         type: org.openecomp.capabilities.metric.Ceilometer
1785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1786         occurrences:
1787         - 1
1788         - UNBOUNDED
1789       network.outgoing.bytes.rate_oam_oam_internal_1_port:
1790         type: org.openecomp.capabilities.metric.Ceilometer
1791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1792         occurrences:
1793         - 1
1794         - UNBOUNDED
1795       network.incoming.bytes_oam_oam_oam_1_port:
1796         type: org.openecomp.capabilities.metric.Ceilometer
1797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1798         occurrences:
1799         - 1
1800         - UNBOUNDED
1801       disk.device.read.requests.rate_oam:
1802         type: org.openecomp.capabilities.metric.Ceilometer
1803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1804         occurrences:
1805         - 1
1806         - UNBOUNDED
1807       disk.write.requests.rate_oam:
1808         type: org.openecomp.capabilities.metric.Ceilometer
1809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1810         occurrences:
1811         - 1
1812         - UNBOUNDED
1813       disk.device.latency_oam:
1814         type: org.openecomp.capabilities.metric.Ceilometer
1815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1816         occurrences:
1817         - 1
1818         - UNBOUNDED
1819       disk.device.iops_oam:
1820         type: org.openecomp.capabilities.metric.Ceilometer
1821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1822         occurrences:
1823         - 1
1824         - UNBOUNDED
1825       network.outpoing.packets_oam_oam_internal_1_port:
1826         type: org.openecomp.capabilities.metric.Ceilometer
1827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1828         occurrences:
1829         - 1
1830         - UNBOUNDED
1831       feature_oam_oam_internal_1_port:
1832         type: tosca.capabilities.Node
1833         occurrences:
1834         - 1
1835         - UNBOUNDED
1836       network.incoming.packets.rate_oam_oam_oam_1_port:
1837         type: org.openecomp.capabilities.metric.Ceilometer
1838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1839         occurrences:
1840         - 1
1841         - UNBOUNDED
1842       vcpus_oam:
1843         type: org.openecomp.capabilities.metric.Ceilometer
1844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1845         occurrences:
1846         - 1
1847         - UNBOUNDED
1848       disk.device.write.requests.rate_oam:
1849         type: org.openecomp.capabilities.metric.Ceilometer
1850         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1851         occurrences:
1852         - 1
1853         - UNBOUNDED
1854       attachment_oam_oam_internal_1_port:
1855         type: tosca.capabilities.Attachment
1856         occurrences:
1857         - 1
1858         - UNBOUNDED
1859       disk.device.read.bytes_oam:
1860         type: org.openecomp.capabilities.metric.Ceilometer
1861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1862         occurrences:
1863         - 1
1864         - UNBOUNDED
1865       host_oam:
1866         type: tosca.capabilities.Container
1867         valid_source_types:
1868         - tosca.nodes.SoftwareComponent
1869         occurrences:
1870         - 1
1871         - UNBOUNDED
1872       endpoint_oam:
1873         type: tosca.capabilities.Endpoint.Admin
1874         occurrences:
1875         - 1
1876         - UNBOUNDED
1877       disk.device.read.requests_oam:
1878         type: org.openecomp.capabilities.metric.Ceilometer
1879         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1880         occurrences:
1881         - 1
1882         - UNBOUNDED
1883       disk.iops_oam:
1884         type: org.openecomp.capabilities.metric.Ceilometer
1885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1886         occurrences:
1887         - 1
1888         - UNBOUNDED
1889       disk.read.bytes.rate_oam:
1890         type: org.openecomp.capabilities.metric.Ceilometer
1891         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1892         occurrences:
1893         - 1
1894         - UNBOUNDED
1895       network.incoming.packets_oam_oam_internal_1_port:
1896         type: org.openecomp.capabilities.metric.Ceilometer
1897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1898         occurrences:
1899         - 1
1900         - UNBOUNDED
1901       binding_oam_oam_oam_1_port:
1902         type: tosca.capabilities.network.Bindable
1903         valid_source_types:
1904         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1905         occurrences:
1906         - 0
1907         - UNBOUNDED
1908       cpu_util_oam:
1909         type: org.openecomp.capabilities.metric.Ceilometer
1910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1911         occurrences:
1912         - 1
1913         - UNBOUNDED
1914       os_oam:
1915         type: tosca.capabilities.OperatingSystem
1916         occurrences:
1917         - 1
1918         - UNBOUNDED
1919       memory.usage_oam:
1920         type: org.openecomp.capabilities.metric.Ceilometer
1921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1922         occurrences:
1923         - 1
1924         - UNBOUNDED
1925       disk.latency_oam:
1926         type: org.openecomp.capabilities.metric.Ceilometer
1927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1928         occurrences:
1929         - 1
1930         - UNBOUNDED
1931       disk.write.bytes_oam:
1932         type: org.openecomp.capabilities.metric.Ceilometer
1933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1934         occurrences:
1935         - 1
1936         - UNBOUNDED
1937       disk.read.requests_oam:
1938         type: org.openecomp.capabilities.metric.Ceilometer
1939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1940         occurrences:
1941         - 1
1942         - UNBOUNDED
1943       disk.device.capacity_oam:
1944         type: org.openecomp.capabilities.metric.Ceilometer
1945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1946         occurrences:
1947         - 1
1948         - UNBOUNDED
1949   org.openecomp.resource.abstract.nodes.oam_2:
1950     derived_from: org.openecomp.resource.abstract.nodes.VFC
1951     properties:
1952       port_oam_oam_2_port_network_role_tag:
1953         type: string
1954         required: true
1955         status: SUPPORTED
1956       port_oam_oam_2_port_security_groups:
1957         type: list
1958         required: true
1959         status: SUPPORTED
1960         entry_schema:
1961           type: json
1962       port_oam_oam_2_port_name:
1963         type: list
1964         required: true
1965         status: SUPPORTED
1966         entry_schema:
1967           type: string
1968       port_oam_internal_2_port_name:
1969         type: list
1970         required: true
1971         status: SUPPORTED
1972         entry_schema:
1973           type: string
1974       port_oam_oam_2_port_network_role:
1975         type: string
1976         required: true
1977         status: SUPPORTED
1978       vm_flavor_name:
1979         type: string
1980         required: true
1981         status: SUPPORTED
1982       port_oam_internal_2_port_mac_requirements:
1983         type: org.openecomp.datatypes.network.MacRequirements
1984         required: true
1985         status: SUPPORTED
1986       port_oam_oam_2_port_subnetpoolid:
1987         type: string
1988         required: true
1989         status: SUPPORTED
1990       port_oam_internal_2_port_subnetpoolid:
1991         type: string
1992         required: true
1993         status: SUPPORTED
1994       port_oam_oam_2_port_exCP_naming:
1995         type: org.openecomp.datatypes.Naming
1996         required: true
1997         status: SUPPORTED
1998       vm_image_name:
1999         type: string
2000         required: true
2001         status: SUPPORTED
2002       compute_oam_config_drive:
2003         type: list
2004         required: true
2005         status: SUPPORTED
2006         entry_schema:
2007           type: boolean
2008       port_oam_oam_2_port_vlan_requirements:
2009         type: list
2010         required: true
2011         status: SUPPORTED
2012         entry_schema:
2013           type: org.openecomp.datatypes.network.VlanRequirements
2014       port_oam_internal_2_port_allowed_address_pairs:
2015         type: list
2016         required: true
2017         status: SUPPORTED
2018         entry_schema:
2019           type: org.openecomp.datatypes.heat.network.AddressPair
2020       port_oam_internal_2_port_network:
2021         type: list
2022         required: true
2023         status: SUPPORTED
2024         entry_schema:
2025           type: string
2026       port_oam_internal_2_port_network_role_tag:
2027         type: string
2028         required: true
2029         status: SUPPORTED
2030       port_oam_internal_2_port_order:
2031         type: integer
2032         required: true
2033         status: SUPPORTED
2034       port_oam_internal_2_port_fixed_ips:
2035         type: list
2036         required: true
2037         status: SUPPORTED
2038         entry_schema:
2039           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2040       port_oam_internal_2_port_network_role:
2041         type: string
2042         required: true
2043         status: SUPPORTED
2044       port_oam_oam_2_port_fixed_ips:
2045         type: list
2046         required: true
2047         status: SUPPORTED
2048         entry_schema:
2049           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2050       port_oam_oam_2_port_mac_requirements:
2051         type: org.openecomp.datatypes.network.MacRequirements
2052         required: true
2053         status: SUPPORTED
2054       index_value:
2055         type: integer
2056         description: Index value of this substitution service template runtime instance
2057         required: false
2058         default: 0
2059         status: SUPPORTED
2060         constraints:
2061         - greater_or_equal: 0
2062       port_oam_internal_2_port_exCP_naming:
2063         type: org.openecomp.datatypes.Naming
2064         required: true
2065         status: SUPPORTED
2066       port_oam_oam_2_port_network:
2067         type: list
2068         required: true
2069         status: SUPPORTED
2070         entry_schema:
2071           type: string
2072       compute_oam_user_data_format:
2073         type: list
2074         required: true
2075         status: SUPPORTED
2076         entry_schema:
2077           type: string
2078       port_oam_internal_2_port_security_groups:
2079         type: list
2080         required: true
2081         status: SUPPORTED
2082         entry_schema:
2083           type: json
2084       port_oam_oam_2_port_ip_requirements:
2085         type: list
2086         required: true
2087         status: SUPPORTED
2088         entry_schema:
2089           type: org.openecomp.datatypes.network.IpRequirements
2090       port_oam_internal_2_port_vlan_requirements:
2091         type: list
2092         required: true
2093         status: SUPPORTED
2094         entry_schema:
2095           type: org.openecomp.datatypes.network.VlanRequirements
2096       port_oam_oam_2_port_order:
2097         type: integer
2098         required: true
2099         status: SUPPORTED
2100       compute_oam_scheduler_hints:
2101         type: list
2102         required: true
2103         status: SUPPORTED
2104         entry_schema:
2105           type: json
2106       port_oam_internal_2_port_ip_requirements:
2107         type: list
2108         required: true
2109         status: SUPPORTED
2110         entry_schema:
2111           type: org.openecomp.datatypes.network.IpRequirements
2112       compute_oam_availability_zone:
2113         type: list
2114         required: true
2115         status: SUPPORTED
2116         entry_schema:
2117           type: string
2118       compute_oam_metadata:
2119         type: list
2120         required: true
2121         status: SUPPORTED
2122         entry_schema:
2123           type: json
2124       port_oam_oam_2_port_allowed_address_pairs:
2125         type: list
2126         required: true
2127         status: SUPPORTED
2128         entry_schema:
2129           type: org.openecomp.datatypes.heat.network.AddressPair
2130       compute_oam_name:
2131         type: list
2132         required: true
2133         status: SUPPORTED
2134         entry_schema:
2135           type: string
2136     requirements:
2137     - dependency_oam_oam_internal_2_port:
2138         capability: tosca.capabilities.Node
2139         node: tosca.nodes.Root
2140         relationship: tosca.relationships.DependsOn
2141         occurrences:
2142         - 0
2143         - UNBOUNDED
2144     - link_oam_oam_internal_2_port:
2145         capability: tosca.capabilities.network.Linkable
2146         relationship: tosca.relationships.network.LinksTo
2147         occurrences:
2148         - 1
2149         - 1
2150     - dependency_oam_oam_oam_2_port:
2151         capability: tosca.capabilities.Node
2152         node: tosca.nodes.Root
2153         relationship: tosca.relationships.DependsOn
2154         occurrences:
2155         - 0
2156         - UNBOUNDED
2157     - link_oam_oam_oam_2_port:
2158         capability: tosca.capabilities.network.Linkable
2159         relationship: tosca.relationships.network.LinksTo
2160         occurrences:
2161         - 1
2162         - 1
2163     - dependency_oam:
2164         capability: tosca.capabilities.Node
2165         node: tosca.nodes.Root
2166         relationship: tosca.relationships.DependsOn
2167         occurrences:
2168         - 0
2169         - UNBOUNDED
2170     - local_storage_oam:
2171         capability: tosca.capabilities.Attachment
2172         node: tosca.nodes.BlockStorage
2173         relationship: tosca.relationships.AttachesTo
2174         occurrences:
2175         - 0
2176         - UNBOUNDED
2177     capabilities:
2178       cpu_oam:
2179         type: org.openecomp.capabilities.metric.Ceilometer
2180         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2181         occurrences:
2182         - 1
2183         - UNBOUNDED
2184       network.outgoing.bytes.rate_oam_oam_oam_2_port:
2185         type: org.openecomp.capabilities.metric.Ceilometer
2186         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2187         occurrences:
2188         - 1
2189         - UNBOUNDED
2190       network.outgoing.packets.rate_oam_oam_oam_2_port:
2191         type: org.openecomp.capabilities.metric.Ceilometer
2192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2193         occurrences:
2194         - 1
2195         - UNBOUNDED
2196       disk.usage_oam:
2197         type: org.openecomp.capabilities.metric.Ceilometer
2198         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2199         occurrences:
2200         - 1
2201         - UNBOUNDED
2202       memory.resident_oam:
2203         type: org.openecomp.capabilities.metric.Ceilometer
2204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2205         occurrences:
2206         - 1
2207         - UNBOUNDED
2208       feature_oam_oam_internal_2_port:
2209         type: tosca.capabilities.Node
2210         occurrences:
2211         - 1
2212         - UNBOUNDED
2213       network.incoming.bytes.rate_oam_oam_oam_2_port:
2214         type: org.openecomp.capabilities.metric.Ceilometer
2215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2216         occurrences:
2217         - 1
2218         - UNBOUNDED
2219       disk.device.write.bytes_oam:
2220         type: org.openecomp.capabilities.metric.Ceilometer
2221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2222         occurrences:
2223         - 1
2224         - UNBOUNDED
2225       disk.read.bytes_oam:
2226         type: org.openecomp.capabilities.metric.Ceilometer
2227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2228         occurrences:
2229         - 1
2230         - UNBOUNDED
2231       scalable_oam:
2232         type: tosca.capabilities.Scalable
2233         occurrences:
2234         - 1
2235         - UNBOUNDED
2236       feature_oam:
2237         type: tosca.capabilities.Node
2238         occurrences:
2239         - 1
2240         - UNBOUNDED
2241       disk.allocation_oam:
2242         type: org.openecomp.capabilities.metric.Ceilometer
2243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2244         occurrences:
2245         - 1
2246         - UNBOUNDED
2247       disk.device.usage_oam:
2248         type: org.openecomp.capabilities.metric.Ceilometer
2249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2250         occurrences:
2251         - 1
2252         - UNBOUNDED
2253       network.outpoing.packets_oam_oam_oam_2_port:
2254         type: org.openecomp.capabilities.metric.Ceilometer
2255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2256         occurrences:
2257         - 1
2258         - UNBOUNDED
2259       network.incoming.bytes.rate_oam_oam_internal_2_port:
2260         type: org.openecomp.capabilities.metric.Ceilometer
2261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2262         occurrences:
2263         - 1
2264         - UNBOUNDED
2265       binding_oam:
2266         type: tosca.capabilities.network.Bindable
2267         occurrences:
2268         - 1
2269         - UNBOUNDED
2270       disk.device.read.bytes.rate_oam:
2271         type: org.openecomp.capabilities.metric.Ceilometer
2272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2273         occurrences:
2274         - 1
2275         - UNBOUNDED
2276       disk.write.bytes.rate_oam:
2277         type: org.openecomp.capabilities.metric.Ceilometer
2278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2279         occurrences:
2280         - 1
2281         - UNBOUNDED
2282       disk.device.write.bytes.rate_oam:
2283         type: org.openecomp.capabilities.metric.Ceilometer
2284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2285         occurrences:
2286         - 1
2287         - UNBOUNDED
2288       disk.device.allocation_oam:
2289         type: org.openecomp.capabilities.metric.Ceilometer
2290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2291         occurrences:
2292         - 1
2293         - UNBOUNDED
2294       disk.ephemeral.size_oam:
2295         type: org.openecomp.capabilities.metric.Ceilometer
2296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2297         occurrences:
2298         - 1
2299         - UNBOUNDED
2300       network.incoming.packets_oam_oam_internal_2_port:
2301         type: org.openecomp.capabilities.metric.Ceilometer
2302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2303         occurrences:
2304         - 1
2305         - UNBOUNDED
2306       disk.write.requests_oam:
2307         type: org.openecomp.capabilities.metric.Ceilometer
2308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2309         occurrences:
2310         - 1
2311         - UNBOUNDED
2312       disk.capacity_oam:
2313         type: org.openecomp.capabilities.metric.Ceilometer
2314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2315         occurrences:
2316         - 1
2317         - UNBOUNDED
2318       network.outgoing.bytes_oam_oam_oam_2_port:
2319         type: org.openecomp.capabilities.metric.Ceilometer
2320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2321         occurrences:
2322         - 1
2323         - UNBOUNDED
2324       instance_oam:
2325         type: org.openecomp.capabilities.metric.Ceilometer
2326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2327         occurrences:
2328         - 1
2329         - UNBOUNDED
2330       network.outgoing.bytes.rate_oam_oam_internal_2_port:
2331         type: org.openecomp.capabilities.metric.Ceilometer
2332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2333         occurrences:
2334         - 1
2335         - UNBOUNDED
2336       network.outpoing.packets_oam_oam_internal_2_port:
2337         type: org.openecomp.capabilities.metric.Ceilometer
2338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2339         occurrences:
2340         - 1
2341         - UNBOUNDED
2342       disk.root.size_oam:
2343         type: org.openecomp.capabilities.metric.Ceilometer
2344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2345         occurrences:
2346         - 1
2347         - UNBOUNDED
2348       memory_oam:
2349         type: org.openecomp.capabilities.metric.Ceilometer
2350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2351         occurrences:
2352         - 1
2353         - UNBOUNDED
2354       cpu.delta_oam:
2355         type: org.openecomp.capabilities.metric.Ceilometer
2356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2357         occurrences:
2358         - 1
2359         - UNBOUNDED
2360       disk.device.write.requests_oam:
2361         type: org.openecomp.capabilities.metric.Ceilometer
2362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2363         occurrences:
2364         - 1
2365         - UNBOUNDED
2366       network.incoming.bytes_oam_oam_oam_2_port:
2367         type: org.openecomp.capabilities.metric.Ceilometer
2368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2369         occurrences:
2370         - 1
2371         - UNBOUNDED
2372       network.outgoing.packets.rate_oam_oam_internal_2_port:
2373         type: org.openecomp.capabilities.metric.Ceilometer
2374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2375         occurrences:
2376         - 1
2377         - UNBOUNDED
2378       binding_oam_oam_oam_2_port:
2379         type: tosca.capabilities.network.Bindable
2380         valid_source_types:
2381         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2382         occurrences:
2383         - 0
2384         - UNBOUNDED
2385       disk.device.read.requests.rate_oam:
2386         type: org.openecomp.capabilities.metric.Ceilometer
2387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2388         occurrences:
2389         - 1
2390         - UNBOUNDED
2391       feature_oam_oam_oam_2_port:
2392         type: tosca.capabilities.Node
2393         occurrences:
2394         - 1
2395         - UNBOUNDED
2396       disk.write.requests.rate_oam:
2397         type: org.openecomp.capabilities.metric.Ceilometer
2398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2399         occurrences:
2400         - 1
2401         - UNBOUNDED
2402       disk.device.latency_oam:
2403         type: org.openecomp.capabilities.metric.Ceilometer
2404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2405         occurrences:
2406         - 1
2407         - UNBOUNDED
2408       disk.device.iops_oam:
2409         type: org.openecomp.capabilities.metric.Ceilometer
2410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2411         occurrences:
2412         - 1
2413         - UNBOUNDED
2414       vcpus_oam:
2415         type: org.openecomp.capabilities.metric.Ceilometer
2416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2417         occurrences:
2418         - 1
2419         - UNBOUNDED
2420       disk.device.write.requests.rate_oam:
2421         type: org.openecomp.capabilities.metric.Ceilometer
2422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2423         occurrences:
2424         - 1
2425         - UNBOUNDED
2426       disk.device.read.bytes_oam:
2427         type: org.openecomp.capabilities.metric.Ceilometer
2428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2429         occurrences:
2430         - 1
2431         - UNBOUNDED
2432       host_oam:
2433         type: tosca.capabilities.Container
2434         valid_source_types:
2435         - tosca.nodes.SoftwareComponent
2436         occurrences:
2437         - 1
2438         - UNBOUNDED
2439       network.incoming.packets.rate_oam_oam_internal_2_port:
2440         type: org.openecomp.capabilities.metric.Ceilometer
2441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2442         occurrences:
2443         - 1
2444         - UNBOUNDED
2445       endpoint_oam:
2446         type: tosca.capabilities.Endpoint.Admin
2447         occurrences:
2448         - 1
2449         - UNBOUNDED
2450       binding_oam_oam_internal_2_port:
2451         type: tosca.capabilities.network.Bindable
2452         valid_source_types:
2453         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2454         occurrences:
2455         - 0
2456         - UNBOUNDED
2457       disk.device.read.requests_oam:
2458         type: org.openecomp.capabilities.metric.Ceilometer
2459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2460         occurrences:
2461         - 1
2462         - UNBOUNDED
2463       disk.iops_oam:
2464         type: org.openecomp.capabilities.metric.Ceilometer
2465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2466         occurrences:
2467         - 1
2468         - UNBOUNDED
2469       disk.read.bytes.rate_oam:
2470         type: org.openecomp.capabilities.metric.Ceilometer
2471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2472         occurrences:
2473         - 1
2474         - UNBOUNDED
2475       attachment_oam_oam_internal_2_port:
2476         type: tosca.capabilities.Attachment
2477         occurrences:
2478         - 1
2479         - UNBOUNDED
2480       network.incoming.packets.rate_oam_oam_oam_2_port:
2481         type: org.openecomp.capabilities.metric.Ceilometer
2482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2483         occurrences:
2484         - 1
2485         - UNBOUNDED
2486       cpu_util_oam:
2487         type: org.openecomp.capabilities.metric.Ceilometer
2488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2489         occurrences:
2490         - 1
2491         - UNBOUNDED
2492       os_oam:
2493         type: tosca.capabilities.OperatingSystem
2494         occurrences:
2495         - 1
2496         - UNBOUNDED
2497       memory.usage_oam:
2498         type: org.openecomp.capabilities.metric.Ceilometer
2499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2500         occurrences:
2501         - 1
2502         - UNBOUNDED
2503       attachment_oam_oam_oam_2_port:
2504         type: tosca.capabilities.Attachment
2505         occurrences:
2506         - 1
2507         - UNBOUNDED
2508       disk.latency_oam:
2509         type: org.openecomp.capabilities.metric.Ceilometer
2510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2511         occurrences:
2512         - 1
2513         - UNBOUNDED
2514       network.incoming.packets_oam_oam_oam_2_port:
2515         type: org.openecomp.capabilities.metric.Ceilometer
2516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2517         occurrences:
2518         - 1
2519         - UNBOUNDED
2520       network.outgoing.bytes_oam_oam_internal_2_port:
2521         type: org.openecomp.capabilities.metric.Ceilometer
2522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2523         occurrences:
2524         - 1
2525         - UNBOUNDED
2526       disk.write.bytes_oam:
2527         type: org.openecomp.capabilities.metric.Ceilometer
2528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2529         occurrences:
2530         - 1
2531         - UNBOUNDED
2532       network.incoming.bytes_oam_oam_internal_2_port:
2533         type: org.openecomp.capabilities.metric.Ceilometer
2534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2535         occurrences:
2536         - 1
2537         - UNBOUNDED
2538       disk.read.requests_oam:
2539         type: org.openecomp.capabilities.metric.Ceilometer
2540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2541         occurrences:
2542         - 1
2543         - UNBOUNDED
2544       disk.device.capacity_oam:
2545         type: org.openecomp.capabilities.metric.Ceilometer
2546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2547         occurrences:
2548         - 1
2549         - UNBOUNDED
2550   org.openecomp.resource.abstract.nodes.heat.tdcore_1:
2551     derived_from: org.openecomp.resource.abstract.nodes.VFC
2552     properties:
2553       vf_module_id:
2554         type: string
2555         description: Unique ID for this VF Module instance
2556         required: true
2557         status: SUPPORTED
2558       internal_net_id:
2559         type: string
2560         description: internal network name/uuid
2561         required: true
2562         status: SUPPORTED
2563       vcscf_release:
2564         type: string
2565         description: IMS release
2566         required: true
2567         status: SUPPORTED
2568       tdcore_security_group:
2569         type: string
2570         description: security group
2571         required: true
2572         status: SUPPORTED
2573       tdcore_names:
2574         type: list
2575         description: List of instance names for TDCORE instances
2576         required: true
2577         status: SUPPORTED
2578         entry_schema: &id001
2579           type: string
2580       port_tdcore_dpdk_0_port_1_network_role_tag:
2581         type: string
2582         required: true
2583         status: SUPPORTED
2584       port_tdcore_dpdk_0_port_1_ip_requirements:
2585         type: list
2586         required: true
2587         status: SUPPORTED
2588         entry_schema:
2589           type: org.openecomp.datatypes.network.IpRequirements
2590       port_tdcore_internal_0_port_0_vlan_requirements:
2591         type: list
2592         required: true
2593         status: SUPPORTED
2594         entry_schema:
2595           type: org.openecomp.datatypes.network.VlanRequirements
2596       vcscf_gateway:
2597         type: string
2598         description: OAM unit virtual ip
2599         required: true
2600         status: SUPPORTED
2601       vnf_name:
2602         type: string
2603         description: Unique name for this VF instance
2604         required: true
2605         status: SUPPORTED
2606       port_tdcore_internal_0_port_0_network_role:
2607         type: string
2608         required: true
2609         status: SUPPORTED
2610       port_tdcore_dpdk_0_port_1_exCP_naming:
2611         type: org.openecomp.datatypes.Naming
2612         required: true
2613         status: SUPPORTED
2614       vf_module_name:
2615         type: string
2616         description: Unique name for this VF Module instance
2617         required: true
2618         status: SUPPORTED
2619       internal_dpdk_net_id:
2620         type: string
2621         description: internal dpdk network name/uuid
2622         required: true
2623         status: SUPPORTED
2624       port_tdcore_dpdk_0_port_1_vlan_requirements:
2625         type: list
2626         required: true
2627         status: SUPPORTED
2628         entry_schema:
2629           type: org.openecomp.datatypes.network.VlanRequirements
2630       port_tdcore_dpdk_0_port_1_order:
2631         type: integer
2632         required: true
2633         status: SUPPORTED
2634       port_tdcore_internal_0_port_0_order:
2635         type: integer
2636         required: true
2637         status: SUPPORTED
2638       vcscf_swrepo_address:
2639         type: string
2640         description: SWRepo IP or FQDN
2641         required: true
2642         status: SUPPORTED
2643       vnf_id:
2644         type: string
2645         description: Unique ID for this VF instance
2646         required: true
2647         status: SUPPORTED
2648       availability_zone_0:
2649         type: string
2650         description: Availability zone name.
2651         required: true
2652         status: SUPPORTED
2653       port_tdcore_dpdk_0_port_1_mac_requirements:
2654         type: org.openecomp.datatypes.network.MacRequirements
2655         required: true
2656         status: SUPPORTED
2657       tdcore_flavor_name:
2658         type: string
2659         description: flavor name
2660         required: true
2661         status: SUPPORTED
2662       tdcore_image_name:
2663         type: string
2664         description: image name
2665         required: true
2666         status: SUPPORTED
2667       vcscf_cmrepo_address:
2668         type: string
2669         description: CMRepo IP or FQDN
2670         required: true
2671         status: SUPPORTED
2672       vcscf_dns_address:
2673         type: string
2674         description: DNS server IP
2675         required: true
2676         status: SUPPORTED
2677       vcscf_internal_network_mtu:
2678         type: float
2679         description: MTU for internal network interface (eth0)
2680         required: true
2681         status: SUPPORTED
2682         constraints: &id002
2683         - in_range:
2684           - 1000
2685           - 9100
2686       port_tdcore_dpdk_0_port_1_network_role:
2687         type: string
2688         required: true
2689         status: SUPPORTED
2690       tdcore_server_group:
2691         type: string
2692         description: server group name/id
2693         required: true
2694         status: SUPPORTED
2695       index:
2696         type: float
2697         description: index
2698         required: true
2699         status: SUPPORTED
2700         constraints: &id003
2701         - in_range:
2702           - 0
2703           - 7
2704       vcscf_internal_netmask:
2705         type: string
2706         description: internal netmask
2707         required: true
2708         status: SUPPORTED
2709       port_tdcore_internal_0_port_0_ip_requirements:
2710         type: list
2711         required: true
2712         status: SUPPORTED
2713         entry_schema:
2714           type: org.openecomp.datatypes.network.IpRequirements
2715       vcscf_name_delimeter:
2716         type: string
2717         description: 'delimeter used in concatenating different words while naming
2718           (ex: "-","_",".",...)'
2719         required: true
2720         status: SUPPORTED
2721         constraints: &id004
2722         - valid_values:
2723           - '-'
2724           - ''
2725           - _
2726           - .
2727       tdcore_internal_ips:
2728         type: list
2729         description: List of Internal Lan IPs for TDCORE instances
2730         required: true
2731         status: SUPPORTED
2732         entry_schema: &id005
2733           type: string
2734       tdcore_dpdk_ips:
2735         type: list
2736         description: List of DPDK Lan IPs for TDCORE instances
2737         required: true
2738         status: SUPPORTED
2739         entry_schema: &id006
2740           type: string
2741       tdcore_uuids:
2742         type: list
2743         description: List of UUIDs generated by cmrepo for TDCORE instances
2744         required: true
2745         status: SUPPORTED
2746         entry_schema: &id007
2747           type: string
2748       vcscf_dn:
2749         type: string
2750         description: DN name
2751         required: true
2752         status: SUPPORTED
2753       port_tdcore_internal_0_port_0_network_role_tag:
2754         type: string
2755         required: true
2756         status: SUPPORTED
2757       port_tdcore_internal_0_port_0_mac_requirements:
2758         type: org.openecomp.datatypes.network.MacRequirements
2759         required: true
2760         status: SUPPORTED
2761       port_tdcore_internal_0_port_0_exCP_naming:
2762         type: org.openecomp.datatypes.Naming
2763         required: true
2764         status: SUPPORTED
2765       vcscf_du:
2766         type: string
2767         description: DU name
2768         required: true
2769         status: SUPPORTED
2770       port_tdcore_dpdk_0_port_1_subnetpoolid:
2771         type: string
2772         required: true
2773         status: SUPPORTED
2774       port_tdcore_internal_0_port_0_subnetpoolid:
2775         type: string
2776         required: true
2777         status: SUPPORTED
2778     requirements:
2779     - dependency_tdcore_internal_0_port_0:
2780         capability: tosca.capabilities.Node
2781         node: tosca.nodes.Root
2782         relationship: tosca.relationships.DependsOn
2783         occurrences:
2784         - 0
2785         - UNBOUNDED
2786     - link_tdcore_internal_0_port_0:
2787         capability: tosca.capabilities.network.Linkable
2788         relationship: tosca.relationships.network.LinksTo
2789         occurrences:
2790         - 1
2791         - 1
2792     - dependency_tdcore_dpdk_0_port_1:
2793         capability: tosca.capabilities.Node
2794         node: tosca.nodes.Root
2795         relationship: tosca.relationships.DependsOn
2796         occurrences:
2797         - 0
2798         - UNBOUNDED
2799     - link_tdcore_dpdk_0_port_1:
2800         capability: tosca.capabilities.network.Linkable
2801         relationship: tosca.relationships.network.LinksTo
2802         occurrences:
2803         - 1
2804         - 1
2805     - dependency_tdcore_server_0:
2806         capability: tosca.capabilities.Node
2807         node: tosca.nodes.Root
2808         relationship: tosca.relationships.DependsOn
2809         occurrences:
2810         - 0
2811         - UNBOUNDED
2812     - local_storage_tdcore_server_0:
2813         capability: tosca.capabilities.Attachment
2814         node: tosca.nodes.BlockStorage
2815         relationship: tosca.relationships.AttachesTo
2816         occurrences:
2817         - 0
2818         - UNBOUNDED
2819     capabilities:
2820       feature_tdcore_dpdk_0_port_1:
2821         type: tosca.capabilities.Node
2822         occurrences:
2823         - 1
2824         - UNBOUNDED
2825       disk.write.requests.rate_tdcore_server_0:
2826         type: org.openecomp.capabilities.metric.Ceilometer
2827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2828         occurrences:
2829         - 1
2830         - UNBOUNDED
2831       disk.device.write.bytes_tdcore_server_0:
2832         type: org.openecomp.capabilities.metric.Ceilometer
2833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2834         occurrences:
2835         - 1
2836         - UNBOUNDED
2837       feature_tdcore_internal_0_port_0:
2838         type: tosca.capabilities.Node
2839         occurrences:
2840         - 1
2841         - UNBOUNDED
2842       network.incoming.packets.rate_tdcore_dpdk_0_port_1:
2843         type: org.openecomp.capabilities.metric.Ceilometer
2844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2845         occurrences:
2846         - 1
2847         - UNBOUNDED
2848       binding_tdcore_internal_0_port_0:
2849         type: tosca.capabilities.network.Bindable
2850         valid_source_types:
2851         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2852         occurrences:
2853         - 0
2854         - UNBOUNDED
2855       network.outgoing.bytes.rate_tdcore_dpdk_0_port_1:
2856         type: org.openecomp.capabilities.metric.Ceilometer
2857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2858         occurrences:
2859         - 1
2860         - UNBOUNDED
2861       scalable_tdcore_server_0:
2862         type: tosca.capabilities.Scalable
2863         occurrences:
2864         - 1
2865         - UNBOUNDED
2866       network.incoming.packets_tdcore_dpdk_0_port_1:
2867         type: org.openecomp.capabilities.metric.Ceilometer
2868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2869         occurrences:
2870         - 1
2871         - UNBOUNDED
2872       vcpus_tdcore_server_0:
2873         type: org.openecomp.capabilities.metric.Ceilometer
2874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2875         occurrences:
2876         - 1
2877         - UNBOUNDED
2878       disk.allocation_tdcore_server_0:
2879         type: org.openecomp.capabilities.metric.Ceilometer
2880         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2881         occurrences:
2882         - 1
2883         - UNBOUNDED
2884       network.incoming.bytes_tdcore_internal_0_port_0:
2885         type: org.openecomp.capabilities.metric.Ceilometer
2886         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2887         occurrences:
2888         - 1
2889         - UNBOUNDED
2890       network.outpoing.packets_tdcore_internal_0_port_0:
2891         type: org.openecomp.capabilities.metric.Ceilometer
2892         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2893         occurrences:
2894         - 1
2895         - UNBOUNDED
2896       memory.resident_tdcore_server_0:
2897         type: org.openecomp.capabilities.metric.Ceilometer
2898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2899         occurrences:
2900         - 1
2901         - UNBOUNDED
2902       attachment_tdcore_internal_0_port_0:
2903         type: tosca.capabilities.Attachment
2904         occurrences:
2905         - 1
2906         - UNBOUNDED
2907       disk.root.size_tdcore_server_0:
2908         type: org.openecomp.capabilities.metric.Ceilometer
2909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2910         occurrences:
2911         - 1
2912         - UNBOUNDED
2913       host_tdcore_server_0:
2914         type: tosca.capabilities.Container
2915         valid_source_types:
2916         - tosca.nodes.SoftwareComponent
2917         occurrences:
2918         - 1
2919         - UNBOUNDED
2920       instance_tdcore_server_0:
2921         type: org.openecomp.capabilities.metric.Ceilometer
2922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2923         occurrences:
2924         - 1
2925         - UNBOUNDED
2926       disk.device.read.bytes.rate_tdcore_server_0:
2927         type: org.openecomp.capabilities.metric.Ceilometer
2928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2929         occurrences:
2930         - 1
2931         - UNBOUNDED
2932       disk.latency_tdcore_server_0:
2933         type: org.openecomp.capabilities.metric.Ceilometer
2934         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2935         occurrences:
2936         - 1
2937         - UNBOUNDED
2938       disk.write.bytes_tdcore_server_0:
2939         type: org.openecomp.capabilities.metric.Ceilometer
2940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2941         occurrences:
2942         - 1
2943         - UNBOUNDED
2944       disk.iops_tdcore_server_0:
2945         type: org.openecomp.capabilities.metric.Ceilometer
2946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2947         occurrences:
2948         - 1
2949         - UNBOUNDED
2950       disk.write.requests_tdcore_server_0:
2951         type: org.openecomp.capabilities.metric.Ceilometer
2952         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2953         occurrences:
2954         - 1
2955         - UNBOUNDED
2956       endpoint_tdcore_server_0:
2957         type: tosca.capabilities.Endpoint.Admin
2958         occurrences:
2959         - 1
2960         - UNBOUNDED
2961       disk.device.read.requests_tdcore_server_0:
2962         type: org.openecomp.capabilities.metric.Ceilometer
2963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2964         occurrences:
2965         - 1
2966         - UNBOUNDED
2967       disk.device.write.requests_tdcore_server_0:
2968         type: org.openecomp.capabilities.metric.Ceilometer
2969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2970         occurrences:
2971         - 1
2972         - UNBOUNDED
2973       network.outgoing.packets.rate_tdcore_dpdk_0_port_1:
2974         type: org.openecomp.capabilities.metric.Ceilometer
2975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2976         occurrences:
2977         - 1
2978         - UNBOUNDED
2979       disk.ephemeral.size_tdcore_server_0:
2980         type: org.openecomp.capabilities.metric.Ceilometer
2981         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2982         occurrences:
2983         - 1
2984         - UNBOUNDED
2985       disk.read.requests_tdcore_server_0:
2986         type: org.openecomp.capabilities.metric.Ceilometer
2987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2988         occurrences:
2989         - 1
2990         - UNBOUNDED
2991       network.outgoing.bytes_tdcore_dpdk_0_port_1:
2992         type: org.openecomp.capabilities.metric.Ceilometer
2993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2994         occurrences:
2995         - 1
2996         - UNBOUNDED
2997       memory_tdcore_server_0:
2998         type: org.openecomp.capabilities.metric.Ceilometer
2999         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3000         occurrences:
3001         - 1
3002         - UNBOUNDED
3003       disk.device.write.bytes.rate_tdcore_server_0:
3004         type: org.openecomp.capabilities.metric.Ceilometer
3005         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3006         occurrences:
3007         - 1
3008         - UNBOUNDED
3009       disk.write.bytes.rate_tdcore_server_0:
3010         type: org.openecomp.capabilities.metric.Ceilometer
3011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3012         occurrences:
3013         - 1
3014         - UNBOUNDED
3015       disk.device.capacity_tdcore_server_0:
3016         type: org.openecomp.capabilities.metric.Ceilometer
3017         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3018         occurrences:
3019         - 1
3020         - UNBOUNDED
3021       network.outpoing.packets_tdcore_dpdk_0_port_1:
3022         type: org.openecomp.capabilities.metric.Ceilometer
3023         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3024         occurrences:
3025         - 1
3026         - UNBOUNDED
3027       disk.device.read.requests.rate_tdcore_server_0:
3028         type: org.openecomp.capabilities.metric.Ceilometer
3029         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3030         occurrences:
3031         - 1
3032         - UNBOUNDED
3033       network.outgoing.bytes_tdcore_internal_0_port_0:
3034         type: org.openecomp.capabilities.metric.Ceilometer
3035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3036         occurrences:
3037         - 1
3038         - UNBOUNDED
3039       disk.read.bytes.rate_tdcore_server_0:
3040         type: org.openecomp.capabilities.metric.Ceilometer
3041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3042         occurrences:
3043         - 1
3044         - UNBOUNDED
3045       network.incoming.packets.rate_tdcore_internal_0_port_0:
3046         type: org.openecomp.capabilities.metric.Ceilometer
3047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3048         occurrences:
3049         - 1
3050         - UNBOUNDED
3051       memory.usage_tdcore_server_0:
3052         type: org.openecomp.capabilities.metric.Ceilometer
3053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3054         occurrences:
3055         - 1
3056         - UNBOUNDED
3057       os_tdcore_server_0:
3058         type: tosca.capabilities.OperatingSystem
3059         occurrences:
3060         - 1
3061         - UNBOUNDED
3062       disk.device.iops_tdcore_server_0:
3063         type: org.openecomp.capabilities.metric.Ceilometer
3064         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3065         occurrences:
3066         - 1
3067         - UNBOUNDED
3068       network.incoming.bytes_tdcore_dpdk_0_port_1:
3069         type: org.openecomp.capabilities.metric.Ceilometer
3070         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3071         occurrences:
3072         - 1
3073         - UNBOUNDED
3074       binding_tdcore_server_0:
3075         type: tosca.capabilities.network.Bindable
3076         occurrences:
3077         - 1
3078         - UNBOUNDED
3079       disk.device.read.bytes_tdcore_server_0:
3080         type: org.openecomp.capabilities.metric.Ceilometer
3081         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3082         occurrences:
3083         - 1
3084         - UNBOUNDED
3085       cpu.delta_tdcore_server_0:
3086         type: org.openecomp.capabilities.metric.Ceilometer
3087         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3088         occurrences:
3089         - 1
3090         - UNBOUNDED
3091       network.outgoing.packets.rate_tdcore_internal_0_port_0:
3092         type: org.openecomp.capabilities.metric.Ceilometer
3093         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3094         occurrences:
3095         - 1
3096         - UNBOUNDED
3097       network.incoming.bytes.rate_tdcore_internal_0_port_0:
3098         type: org.openecomp.capabilities.metric.Ceilometer
3099         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3100         occurrences:
3101         - 1
3102         - UNBOUNDED
3103       disk.usage_tdcore_server_0:
3104         type: org.openecomp.capabilities.metric.Ceilometer
3105         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3106         occurrences:
3107         - 1
3108         - UNBOUNDED
3109       network.outgoing.bytes.rate_tdcore_internal_0_port_0:
3110         type: org.openecomp.capabilities.metric.Ceilometer
3111         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3112         occurrences:
3113         - 1
3114         - UNBOUNDED
3115       binding_tdcore_dpdk_0_port_1:
3116         type: tosca.capabilities.network.Bindable
3117         valid_source_types:
3118         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3119         occurrences:
3120         - 0
3121         - UNBOUNDED
3122       cpu_tdcore_server_0:
3123         type: org.openecomp.capabilities.metric.Ceilometer
3124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3125         occurrences:
3126         - 1
3127         - UNBOUNDED
3128       feature_tdcore_server_0:
3129         type: tosca.capabilities.Node
3130         occurrences:
3131         - 1
3132         - UNBOUNDED
3133       disk.device.write.requests.rate_tdcore_server_0:
3134         type: org.openecomp.capabilities.metric.Ceilometer
3135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3136         occurrences:
3137         - 1
3138         - UNBOUNDED
3139       attachment_tdcore_dpdk_0_port_1:
3140         type: tosca.capabilities.Attachment
3141         occurrences:
3142         - 1
3143         - UNBOUNDED
3144       disk.capacity_tdcore_server_0:
3145         type: org.openecomp.capabilities.metric.Ceilometer
3146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3147         occurrences:
3148         - 1
3149         - UNBOUNDED
3150       network.incoming.bytes.rate_tdcore_dpdk_0_port_1:
3151         type: org.openecomp.capabilities.metric.Ceilometer
3152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3153         occurrences:
3154         - 1
3155         - UNBOUNDED
3156       disk.device.allocation_tdcore_server_0:
3157         type: org.openecomp.capabilities.metric.Ceilometer
3158         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3159         occurrences:
3160         - 1
3161         - UNBOUNDED
3162       disk.device.usage_tdcore_server_0:
3163         type: org.openecomp.capabilities.metric.Ceilometer
3164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3165         occurrences:
3166         - 1
3167         - UNBOUNDED
3168       disk.read.bytes_tdcore_server_0:
3169         type: org.openecomp.capabilities.metric.Ceilometer
3170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3171         occurrences:
3172         - 1
3173         - UNBOUNDED
3174       disk.device.latency_tdcore_server_0:
3175         type: org.openecomp.capabilities.metric.Ceilometer
3176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3177         occurrences:
3178         - 1
3179         - UNBOUNDED
3180       cpu_util_tdcore_server_0:
3181         type: org.openecomp.capabilities.metric.Ceilometer
3182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3183         occurrences:
3184         - 1
3185         - UNBOUNDED
3186       network.incoming.packets_tdcore_internal_0_port_0:
3187         type: org.openecomp.capabilities.metric.Ceilometer
3188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3189         occurrences:
3190         - 1
3191         - UNBOUNDED
3192   org.openecomp.resource.abstract.nodes.cdi_1:
3193     derived_from: org.openecomp.resource.abstract.nodes.VFC
3194     properties:
3195       port_cdi_internal_1_port_order:
3196         type: integer
3197         required: true
3198         status: SUPPORTED
3199       port_cdi_ims_core_1_port_security_groups:
3200         type: list
3201         required: true
3202         status: SUPPORTED
3203         entry_schema:
3204           type: json
3205       port_cdi_internal_1_port_network_role_tag:
3206         type: string
3207         required: true
3208         status: SUPPORTED
3209       vm_flavor_name:
3210         type: string
3211         required: true
3212         status: SUPPORTED
3213       port_cdi_ims_core_1_port_order:
3214         type: integer
3215         required: true
3216         status: SUPPORTED
3217       port_cdi_internal_1_port_security_groups:
3218         type: list
3219         required: true
3220         status: SUPPORTED
3221         entry_schema:
3222           type: json
3223       port_cdi_ims_core_1_port_mac_requirements:
3224         type: org.openecomp.datatypes.network.MacRequirements
3225         required: true
3226         status: SUPPORTED
3227       vm_image_name:
3228         type: string
3229         required: true
3230         status: SUPPORTED
3231       compute_cdi_scheduler_hints:
3232         type: list
3233         required: true
3234         status: SUPPORTED
3235         entry_schema:
3236           type: json
3237       port_cdi_ims_core_1_port_fixed_ips:
3238         type: list
3239         required: true
3240         status: SUPPORTED
3241         entry_schema:
3242           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3243       compute_cdi_name:
3244         type: list
3245         required: true
3246         status: SUPPORTED
3247         entry_schema:
3248           type: string
3249       port_cdi_ims_core_1_port_network_role_tag:
3250         type: string
3251         required: true
3252         status: SUPPORTED
3253       port_cdi_ims_core_1_port_name:
3254         type: list
3255         required: true
3256         status: SUPPORTED
3257         entry_schema:
3258           type: string
3259       port_cdi_ims_core_1_port_subnetpoolid:
3260         type: string
3261         required: true
3262         status: SUPPORTED
3263       compute_cdi_user_data_format:
3264         type: list
3265         required: true
3266         status: SUPPORTED
3267         entry_schema:
3268           type: string
3269       port_cdi_ims_core_1_port_network:
3270         type: list
3271         required: true
3272         status: SUPPORTED
3273         entry_schema:
3274           type: string
3275       compute_cdi_availability_zone:
3276         type: list
3277         required: true
3278         status: SUPPORTED
3279         entry_schema:
3280           type: string
3281       port_cdi_internal_1_port_network:
3282         type: list
3283         required: true
3284         status: SUPPORTED
3285         entry_schema:
3286           type: string
3287       port_cdi_ims_core_1_port_ip_requirements:
3288         type: list
3289         required: true
3290         status: SUPPORTED
3291         entry_schema:
3292           type: org.openecomp.datatypes.network.IpRequirements
3293       port_cdi_internal_1_port_allowed_address_pairs:
3294         type: list
3295         required: true
3296         status: SUPPORTED
3297         entry_schema:
3298           type: org.openecomp.datatypes.heat.network.AddressPair
3299       compute_cdi_config_drive:
3300         type: list
3301         required: true
3302         status: SUPPORTED
3303         entry_schema:
3304           type: boolean
3305       port_cdi_internal_1_port_mac_requirements:
3306         type: org.openecomp.datatypes.network.MacRequirements
3307         required: true
3308         status: SUPPORTED
3309       port_cdi_ims_core_1_port_allowed_address_pairs:
3310         type: list
3311         required: true
3312         status: SUPPORTED
3313         entry_schema:
3314           type: org.openecomp.datatypes.heat.network.AddressPair
3315       index_value:
3316         type: integer
3317         description: Index value of this substitution service template runtime instance
3318         required: false
3319         default: 0
3320         status: SUPPORTED
3321         constraints:
3322         - greater_or_equal: 0
3323       port_cdi_ims_core_1_port_vlan_requirements:
3324         type: list
3325         required: true
3326         status: SUPPORTED
3327         entry_schema:
3328           type: org.openecomp.datatypes.network.VlanRequirements
3329       port_cdi_ims_core_1_port_network_role:
3330         type: string
3331         required: true
3332         status: SUPPORTED
3333       port_cdi_internal_1_port_vlan_requirements:
3334         type: list
3335         required: true
3336         status: SUPPORTED
3337         entry_schema:
3338           type: org.openecomp.datatypes.network.VlanRequirements
3339       port_cdi_internal_1_port_fixed_ips:
3340         type: list
3341         required: true
3342         status: SUPPORTED
3343         entry_schema:
3344           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3345       port_cdi_internal_1_port_name:
3346         type: list
3347         required: true
3348         status: SUPPORTED
3349         entry_schema:
3350           type: string
3351       port_cdi_ims_core_1_port_exCP_naming:
3352         type: org.openecomp.datatypes.Naming
3353         required: true
3354         status: SUPPORTED
3355       port_cdi_internal_1_port_ip_requirements:
3356         type: list
3357         required: true
3358         status: SUPPORTED
3359         entry_schema:
3360           type: org.openecomp.datatypes.network.IpRequirements
3361       compute_cdi_metadata:
3362         type: list
3363         required: true
3364         status: SUPPORTED
3365         entry_schema:
3366           type: json
3367       port_cdi_internal_1_port_subnetpoolid:
3368         type: string
3369         required: true
3370         status: SUPPORTED
3371       port_cdi_internal_1_port_network_role:
3372         type: string
3373         required: true
3374         status: SUPPORTED
3375       port_cdi_internal_1_port_exCP_naming:
3376         type: org.openecomp.datatypes.Naming
3377         required: true
3378         status: SUPPORTED
3379     requirements:
3380     - dependency_cdi_cdi_internal_1_port:
3381         capability: tosca.capabilities.Node
3382         node: tosca.nodes.Root
3383         relationship: tosca.relationships.DependsOn
3384         occurrences:
3385         - 0
3386         - UNBOUNDED
3387     - link_cdi_cdi_internal_1_port:
3388         capability: tosca.capabilities.network.Linkable
3389         relationship: tosca.relationships.network.LinksTo
3390         occurrences:
3391         - 1
3392         - 1
3393     - dependency_cdi:
3394         capability: tosca.capabilities.Node
3395         node: tosca.nodes.Root
3396         relationship: tosca.relationships.DependsOn
3397         occurrences:
3398         - 0
3399         - UNBOUNDED
3400     - local_storage_cdi:
3401         capability: tosca.capabilities.Attachment
3402         node: tosca.nodes.BlockStorage
3403         relationship: tosca.relationships.AttachesTo
3404         occurrences:
3405         - 0
3406         - UNBOUNDED
3407     - dependency_cdi_cdi_ims_core_1_port:
3408         capability: tosca.capabilities.Node
3409         node: tosca.nodes.Root
3410         relationship: tosca.relationships.DependsOn
3411         occurrences:
3412         - 0
3413         - UNBOUNDED
3414     - link_cdi_cdi_ims_core_1_port:
3415         capability: tosca.capabilities.network.Linkable
3416         relationship: tosca.relationships.network.LinksTo
3417         occurrences:
3418         - 1
3419         - 1
3420     capabilities:
3421       network.outpoing.packets_cdi_cdi_internal_1_port:
3422         type: org.openecomp.capabilities.metric.Ceilometer
3423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3424         occurrences:
3425         - 1
3426         - UNBOUNDED
3427       feature_cdi_cdi_ims_core_1_port:
3428         type: tosca.capabilities.Node
3429         occurrences:
3430         - 1
3431         - UNBOUNDED
3432       host_cdi:
3433         type: tosca.capabilities.Container
3434         valid_source_types:
3435         - tosca.nodes.SoftwareComponent
3436         occurrences:
3437         - 1
3438         - UNBOUNDED
3439       disk.device.capacity_cdi:
3440         type: org.openecomp.capabilities.metric.Ceilometer
3441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3442         occurrences:
3443         - 1
3444         - UNBOUNDED
3445       disk.device.iops_cdi:
3446         type: org.openecomp.capabilities.metric.Ceilometer
3447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3448         occurrences:
3449         - 1
3450         - UNBOUNDED
3451       disk.write.requests.rate_cdi:
3452         type: org.openecomp.capabilities.metric.Ceilometer
3453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3454         occurrences:
3455         - 1
3456         - UNBOUNDED
3457       disk.device.write.requests.rate_cdi:
3458         type: org.openecomp.capabilities.metric.Ceilometer
3459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3460         occurrences:
3461         - 1
3462         - UNBOUNDED
3463       network.incoming.bytes_cdi_cdi_ims_core_1_port:
3464         type: org.openecomp.capabilities.metric.Ceilometer
3465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3466         occurrences:
3467         - 1
3468         - UNBOUNDED
3469       network.outgoing.bytes.rate_cdi_cdi_ims_core_1_port:
3470         type: org.openecomp.capabilities.metric.Ceilometer
3471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3472         occurrences:
3473         - 1
3474         - UNBOUNDED
3475       network.outgoing.bytes_cdi_cdi_internal_1_port:
3476         type: org.openecomp.capabilities.metric.Ceilometer
3477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3478         occurrences:
3479         - 1
3480         - UNBOUNDED
3481       attachment_cdi_cdi_internal_1_port:
3482         type: tosca.capabilities.Attachment
3483         occurrences:
3484         - 1
3485         - UNBOUNDED
3486       disk.write.bytes.rate_cdi:
3487         type: org.openecomp.capabilities.metric.Ceilometer
3488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3489         occurrences:
3490         - 1
3491         - UNBOUNDED
3492       network.outgoing.packets.rate_cdi_cdi_internal_1_port:
3493         type: org.openecomp.capabilities.metric.Ceilometer
3494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3495         occurrences:
3496         - 1
3497         - UNBOUNDED
3498       disk.ephemeral.size_cdi:
3499         type: org.openecomp.capabilities.metric.Ceilometer
3500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3501         occurrences:
3502         - 1
3503         - UNBOUNDED
3504       cpu_util_cdi:
3505         type: org.openecomp.capabilities.metric.Ceilometer
3506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3507         occurrences:
3508         - 1
3509         - UNBOUNDED
3510       network.incoming.bytes.rate_cdi_cdi_ims_core_1_port:
3511         type: org.openecomp.capabilities.metric.Ceilometer
3512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3513         occurrences:
3514         - 1
3515         - UNBOUNDED
3516       cpu.delta_cdi:
3517         type: org.openecomp.capabilities.metric.Ceilometer
3518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3519         occurrences:
3520         - 1
3521         - UNBOUNDED
3522       disk.device.write.bytes_cdi:
3523         type: org.openecomp.capabilities.metric.Ceilometer
3524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3525         occurrences:
3526         - 1
3527         - UNBOUNDED
3528       network.outgoing.bytes_cdi_cdi_ims_core_1_port:
3529         type: org.openecomp.capabilities.metric.Ceilometer
3530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3531         occurrences:
3532         - 1
3533         - UNBOUNDED
3534       network.incoming.packets.rate_cdi_cdi_internal_1_port:
3535         type: org.openecomp.capabilities.metric.Ceilometer
3536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3537         occurrences:
3538         - 1
3539         - UNBOUNDED
3540       disk.device.read.requests.rate_cdi:
3541         type: org.openecomp.capabilities.metric.Ceilometer
3542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3543         occurrences:
3544         - 1
3545         - UNBOUNDED
3546       disk.write.bytes_cdi:
3547         type: org.openecomp.capabilities.metric.Ceilometer
3548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3549         occurrences:
3550         - 1
3551         - UNBOUNDED
3552       os_cdi:
3553         type: tosca.capabilities.OperatingSystem
3554         occurrences:
3555         - 1
3556         - UNBOUNDED
3557       memory.usage_cdi:
3558         type: org.openecomp.capabilities.metric.Ceilometer
3559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3560         occurrences:
3561         - 1
3562         - UNBOUNDED
3563       binding_cdi_cdi_ims_core_1_port:
3564         type: tosca.capabilities.network.Bindable
3565         valid_source_types:
3566         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3567         occurrences:
3568         - 0
3569         - UNBOUNDED
3570       binding_cdi_cdi_internal_1_port:
3571         type: tosca.capabilities.network.Bindable
3572         valid_source_types:
3573         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3574         occurrences:
3575         - 0
3576         - UNBOUNDED
3577       vcpus_cdi:
3578         type: org.openecomp.capabilities.metric.Ceilometer
3579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3580         occurrences:
3581         - 1
3582         - UNBOUNDED
3583       network.incoming.bytes_cdi_cdi_internal_1_port:
3584         type: org.openecomp.capabilities.metric.Ceilometer
3585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3586         occurrences:
3587         - 1
3588         - UNBOUNDED
3589       disk.device.read.requests_cdi:
3590         type: org.openecomp.capabilities.metric.Ceilometer
3591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3592         occurrences:
3593         - 1
3594         - UNBOUNDED
3595       endpoint_cdi:
3596         type: tosca.capabilities.Endpoint.Admin
3597         occurrences:
3598         - 1
3599         - UNBOUNDED
3600       disk.read.requests_cdi:
3601         type: org.openecomp.capabilities.metric.Ceilometer
3602         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3603         occurrences:
3604         - 1
3605         - UNBOUNDED
3606       attachment_cdi_cdi_ims_core_1_port:
3607         type: tosca.capabilities.Attachment
3608         occurrences:
3609         - 1
3610         - UNBOUNDED
3611       memory.resident_cdi:
3612         type: org.openecomp.capabilities.metric.Ceilometer
3613         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3614         occurrences:
3615         - 1
3616         - UNBOUNDED
3617       disk.latency_cdi:
3618         type: org.openecomp.capabilities.metric.Ceilometer
3619         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3620         occurrences:
3621         - 1
3622         - UNBOUNDED
3623       disk.read.bytes.rate_cdi:
3624         type: org.openecomp.capabilities.metric.Ceilometer
3625         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3626         occurrences:
3627         - 1
3628         - UNBOUNDED
3629       memory_cdi:
3630         type: org.openecomp.capabilities.metric.Ceilometer
3631         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3632         occurrences:
3633         - 1
3634         - UNBOUNDED
3635       disk.root.size_cdi:
3636         type: org.openecomp.capabilities.metric.Ceilometer
3637         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3638         occurrences:
3639         - 1
3640         - UNBOUNDED
3641       disk.device.write.requests_cdi:
3642         type: org.openecomp.capabilities.metric.Ceilometer
3643         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3644         occurrences:
3645         - 1
3646         - UNBOUNDED
3647       network.incoming.packets_cdi_cdi_ims_core_1_port:
3648         type: org.openecomp.capabilities.metric.Ceilometer
3649         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3650         occurrences:
3651         - 1
3652         - UNBOUNDED
3653       disk.allocation_cdi:
3654         type: org.openecomp.capabilities.metric.Ceilometer
3655         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3656         occurrences:
3657         - 1
3658         - UNBOUNDED
3659       network.outpoing.packets_cdi_cdi_ims_core_1_port:
3660         type: org.openecomp.capabilities.metric.Ceilometer
3661         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3662         occurrences:
3663         - 1
3664         - UNBOUNDED
3665       scalable_cdi:
3666         type: tosca.capabilities.Scalable
3667         occurrences:
3668         - 1
3669         - UNBOUNDED
3670       feature_cdi:
3671         type: tosca.capabilities.Node
3672         occurrences:
3673         - 1
3674         - UNBOUNDED
3675       cpu_cdi:
3676         type: org.openecomp.capabilities.metric.Ceilometer
3677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3678         occurrences:
3679         - 1
3680         - UNBOUNDED
3681       disk.device.usage_cdi:
3682         type: org.openecomp.capabilities.metric.Ceilometer
3683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3684         occurrences:
3685         - 1
3686         - UNBOUNDED
3687       disk.iops_cdi:
3688         type: org.openecomp.capabilities.metric.Ceilometer
3689         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3690         occurrences:
3691         - 1
3692         - UNBOUNDED
3693       disk.usage_cdi:
3694         type: org.openecomp.capabilities.metric.Ceilometer
3695         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3696         occurrences:
3697         - 1
3698         - UNBOUNDED
3699       network.incoming.packets.rate_cdi_cdi_ims_core_1_port:
3700         type: org.openecomp.capabilities.metric.Ceilometer
3701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3702         occurrences:
3703         - 1
3704         - UNBOUNDED
3705       feature_cdi_cdi_internal_1_port:
3706         type: tosca.capabilities.Node
3707         occurrences:
3708         - 1
3709         - UNBOUNDED
3710       disk.device.write.bytes.rate_cdi:
3711         type: org.openecomp.capabilities.metric.Ceilometer
3712         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3713         occurrences:
3714         - 1
3715         - UNBOUNDED
3716       disk.read.bytes_cdi:
3717         type: org.openecomp.capabilities.metric.Ceilometer
3718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3719         occurrences:
3720         - 1
3721         - UNBOUNDED
3722       network.outgoing.bytes.rate_cdi_cdi_internal_1_port:
3723         type: org.openecomp.capabilities.metric.Ceilometer
3724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3725         occurrences:
3726         - 1
3727         - UNBOUNDED
3728       disk.capacity_cdi:
3729         type: org.openecomp.capabilities.metric.Ceilometer
3730         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3731         occurrences:
3732         - 1
3733         - UNBOUNDED
3734       network.outgoing.packets.rate_cdi_cdi_ims_core_1_port:
3735         type: org.openecomp.capabilities.metric.Ceilometer
3736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3737         occurrences:
3738         - 1
3739         - UNBOUNDED
3740       network.incoming.bytes.rate_cdi_cdi_internal_1_port:
3741         type: org.openecomp.capabilities.metric.Ceilometer
3742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3743         occurrences:
3744         - 1
3745         - UNBOUNDED
3746       binding_cdi:
3747         type: tosca.capabilities.network.Bindable
3748         occurrences:
3749         - 1
3750         - UNBOUNDED
3751       disk.device.read.bytes_cdi:
3752         type: org.openecomp.capabilities.metric.Ceilometer
3753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3754         occurrences:
3755         - 1
3756         - UNBOUNDED
3757       disk.device.read.bytes.rate_cdi:
3758         type: org.openecomp.capabilities.metric.Ceilometer
3759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3760         occurrences:
3761         - 1
3762         - UNBOUNDED
3763       disk.device.latency_cdi:
3764         type: org.openecomp.capabilities.metric.Ceilometer
3765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3766         occurrences:
3767         - 1
3768         - UNBOUNDED
3769       instance_cdi:
3770         type: org.openecomp.capabilities.metric.Ceilometer
3771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3772         occurrences:
3773         - 1
3774         - UNBOUNDED
3775       network.incoming.packets_cdi_cdi_internal_1_port:
3776         type: org.openecomp.capabilities.metric.Ceilometer
3777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3778         occurrences:
3779         - 1
3780         - UNBOUNDED
3781       disk.device.allocation_cdi:
3782         type: org.openecomp.capabilities.metric.Ceilometer
3783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3784         occurrences:
3785         - 1
3786         - UNBOUNDED
3787       disk.write.requests_cdi:
3788         type: org.openecomp.capabilities.metric.Ceilometer
3789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3790         occurrences:
3791         - 1
3792         - UNBOUNDED
3793   org.openecomp.resource.abstract.nodes.lbd_1:
3794     derived_from: org.openecomp.resource.abstract.nodes.VFC
3795     properties:
3796       port_lbd_internal_0_port_network_role_tag:
3797         type: string
3798         required: true
3799         status: SUPPORTED
3800       compute_lbd_user_data_format:
3801         type: list
3802         required: true
3803         status: SUPPORTED
3804         entry_schema:
3805           type: string
3806       compute_lbd_config_drive:
3807         type: list
3808         required: true
3809         status: SUPPORTED
3810         entry_schema:
3811           type: boolean
3812       port_lbd_dpdk_0_port_fixed_ips:
3813         type: list
3814         required: true
3815         status: SUPPORTED
3816         entry_schema:
3817           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3818       port_lbd_internal_0_port_exCP_naming:
3819         type: org.openecomp.datatypes.Naming
3820         required: true
3821         status: SUPPORTED
3822       port_lbd_dpdk_0_port_exCP_naming:
3823         type: org.openecomp.datatypes.Naming
3824         required: true
3825         status: SUPPORTED
3826       port_lbd_internal_0_port_network_role:
3827         type: string
3828         required: true
3829         status: SUPPORTED
3830       port_lbd_internal_0_port_security_groups:
3831         type: list
3832         required: true
3833         status: SUPPORTED
3834         entry_schema:
3835           type: json
3836       vm_flavor_name:
3837         type: string
3838         required: true
3839         status: SUPPORTED
3840       port_lbd_dpdk_0_port_security_groups:
3841         type: list
3842         required: true
3843         status: SUPPORTED
3844         entry_schema:
3845           type: json
3846       compute_lbd_availability_zone:
3847         type: list
3848         required: true
3849         status: SUPPORTED
3850         entry_schema:
3851           type: string
3852       port_lbd_dpdk_0_port_allowed_address_pairs:
3853         type: list
3854         required: true
3855         status: SUPPORTED
3856         entry_schema:
3857           type: org.openecomp.datatypes.heat.network.AddressPair
3858       port_lbd_dpdk_0_port_subnetpoolid:
3859         type: string
3860         required: true
3861         status: SUPPORTED
3862       port_lbd_dpdk_0_port_vlan_requirements:
3863         type: list
3864         required: true
3865         status: SUPPORTED
3866         entry_schema:
3867           type: org.openecomp.datatypes.network.VlanRequirements
3868       vm_image_name:
3869         type: string
3870         required: true
3871         status: SUPPORTED
3872       port_lbd_dpdk_0_port_name:
3873         type: list
3874         required: true
3875         status: SUPPORTED
3876         entry_schema:
3877           type: string
3878       port_lbd_internal_0_port_subnetpoolid:
3879         type: string
3880         required: true
3881         status: SUPPORTED
3882       port_lbd_dpdk_0_port_ip_requirements:
3883         type: list
3884         required: true
3885         status: SUPPORTED
3886         entry_schema:
3887           type: org.openecomp.datatypes.network.IpRequirements
3888       port_lbd_ims_core_0_port_order:
3889         type: integer
3890         required: true
3891         status: SUPPORTED
3892       port_lbd_ims_core_0_port_network_role:
3893         type: string
3894         required: true
3895         status: SUPPORTED
3896       port_lbd_ims_core_0_port_network:
3897         type: list
3898         required: true
3899         status: SUPPORTED
3900         entry_schema:
3901           type: string
3902       port_lbd_dpdk_0_port_network:
3903         type: list
3904         required: true
3905         status: SUPPORTED
3906         entry_schema:
3907           type: string
3908       port_lbd_dpdk_0_port_network_role_tag:
3909         type: string
3910         required: true
3911         status: SUPPORTED
3912       port_lbd_ims_core_0_port_mac_requirements:
3913         type: org.openecomp.datatypes.network.MacRequirements
3914         required: true
3915         status: SUPPORTED
3916       port_lbd_ims_core_0_port_allowed_address_pairs:
3917         type: list
3918         required: true
3919         status: SUPPORTED
3920         entry_schema:
3921           type: org.openecomp.datatypes.heat.network.AddressPair
3922       port_lbd_internal_0_port_name:
3923         type: list
3924         required: true
3925         status: SUPPORTED
3926         entry_schema:
3927           type: string
3928       port_lbd_internal_0_port_order:
3929         type: integer
3930         required: true
3931         status: SUPPORTED
3932       port_lbd_dpdk_0_port_network_role:
3933         type: string
3934         required: true
3935         status: SUPPORTED
3936       port_lbd_ims_core_0_port_vlan_requirements:
3937         type: list
3938         required: true
3939         status: SUPPORTED
3940         entry_schema:
3941           type: org.openecomp.datatypes.network.VlanRequirements
3942       port_lbd_ims_core_0_port_subnetpoolid:
3943         type: string
3944         required: true
3945         status: SUPPORTED
3946       index_value:
3947         type: integer
3948         description: Index value of this substitution service template runtime instance
3949         required: false
3950         default: 0
3951         status: SUPPORTED
3952         constraints:
3953         - greater_or_equal: 0
3954       port_lbd_ims_core_0_port_network_role_tag:
3955         type: string
3956         required: true
3957         status: SUPPORTED
3958       compute_lbd_scheduler_hints:
3959         type: list
3960         required: true
3961         status: SUPPORTED
3962         entry_schema:
3963           type: json
3964       port_lbd_internal_0_port_mac_requirements:
3965         type: org.openecomp.datatypes.network.MacRequirements
3966         required: true
3967         status: SUPPORTED
3968       port_lbd_ims_core_0_port_fixed_ips:
3969         type: list
3970         required: true
3971         status: SUPPORTED
3972         entry_schema:
3973           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3974       port_lbd_dpdk_0_port_order:
3975         type: integer
3976         required: true
3977         status: SUPPORTED
3978       port_lbd_ims_core_0_port_ip_requirements:
3979         type: list
3980         required: true
3981         status: SUPPORTED
3982         entry_schema:
3983           type: org.openecomp.datatypes.network.IpRequirements
3984       port_lbd_ims_core_0_port_exCP_naming:
3985         type: org.openecomp.datatypes.Naming
3986         required: true
3987         status: SUPPORTED
3988       port_lbd_internal_0_port_fixed_ips:
3989         type: list
3990         required: true
3991         status: SUPPORTED
3992         entry_schema:
3993           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3994       port_lbd_internal_0_port_network:
3995         type: list
3996         required: true
3997         status: SUPPORTED
3998         entry_schema:
3999           type: string
4000       port_lbd_dpdk_0_port_mac_requirements:
4001         type: org.openecomp.datatypes.network.MacRequirements
4002         required: true
4003         status: SUPPORTED
4004       compute_lbd_metadata:
4005         type: list
4006         required: true
4007         status: SUPPORTED
4008         entry_schema:
4009           type: json
4010       compute_lbd_name:
4011         type: list
4012         required: true
4013         status: SUPPORTED
4014         entry_schema:
4015           type: string
4016       port_lbd_internal_0_port_ip_requirements:
4017         type: list
4018         required: true
4019         status: SUPPORTED
4020         entry_schema:
4021           type: org.openecomp.datatypes.network.IpRequirements
4022       port_lbd_ims_core_0_port_security_groups:
4023         type: list
4024         required: true
4025         status: SUPPORTED
4026         entry_schema:
4027           type: json
4028       port_lbd_ims_core_0_port_name:
4029         type: list
4030         required: true
4031         status: SUPPORTED
4032         entry_schema:
4033           type: string
4034       port_lbd_internal_0_port_vlan_requirements:
4035         type: list
4036         required: true
4037         status: SUPPORTED
4038         entry_schema:
4039           type: org.openecomp.datatypes.network.VlanRequirements
4040     requirements:
4041     - dependency_lbd_lbd_ims_core_0_port:
4042         capability: tosca.capabilities.Node
4043         node: tosca.nodes.Root
4044         relationship: tosca.relationships.DependsOn
4045         occurrences:
4046         - 0
4047         - UNBOUNDED
4048     - link_lbd_lbd_ims_core_0_port:
4049         capability: tosca.capabilities.network.Linkable
4050         relationship: tosca.relationships.network.LinksTo
4051         occurrences:
4052         - 1
4053         - 1
4054     - dependency_lbd_lbd_dpdk_0_port:
4055         capability: tosca.capabilities.Node
4056         node: tosca.nodes.Root
4057         relationship: tosca.relationships.DependsOn
4058         occurrences:
4059         - 0
4060         - UNBOUNDED
4061     - link_lbd_lbd_dpdk_0_port:
4062         capability: tosca.capabilities.network.Linkable
4063         relationship: tosca.relationships.network.LinksTo
4064         occurrences:
4065         - 1
4066         - 1
4067     - dependency_lbd_lbd_internal_0_port:
4068         capability: tosca.capabilities.Node
4069         node: tosca.nodes.Root
4070         relationship: tosca.relationships.DependsOn
4071         occurrences:
4072         - 0
4073         - UNBOUNDED
4074     - link_lbd_lbd_internal_0_port:
4075         capability: tosca.capabilities.network.Linkable
4076         relationship: tosca.relationships.network.LinksTo
4077         occurrences:
4078         - 1
4079         - 1
4080     - dependency_lbd:
4081         capability: tosca.capabilities.Node
4082         node: tosca.nodes.Root
4083         relationship: tosca.relationships.DependsOn
4084         occurrences:
4085         - 0
4086         - UNBOUNDED
4087     - local_storage_lbd:
4088         capability: tosca.capabilities.Attachment
4089         node: tosca.nodes.BlockStorage
4090         relationship: tosca.relationships.AttachesTo
4091         occurrences:
4092         - 0
4093         - UNBOUNDED
4094     capabilities:
4095       disk.ephemeral.size_lbd:
4096         type: org.openecomp.capabilities.metric.Ceilometer
4097         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4098         occurrences:
4099         - 1
4100         - UNBOUNDED
4101       attachment_lbd_lbd_ims_core_0_port:
4102         type: tosca.capabilities.Attachment
4103         occurrences:
4104         - 1
4105         - UNBOUNDED
4106       network.incoming.bytes.rate_lbd_lbd_ims_core_0_port:
4107         type: org.openecomp.capabilities.metric.Ceilometer
4108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4109         occurrences:
4110         - 1
4111         - UNBOUNDED
4112       disk.write.requests.rate_lbd:
4113         type: org.openecomp.capabilities.metric.Ceilometer
4114         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4115         occurrences:
4116         - 1
4117         - UNBOUNDED
4118       disk.write.bytes.rate_lbd:
4119         type: org.openecomp.capabilities.metric.Ceilometer
4120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4121         occurrences:
4122         - 1
4123         - UNBOUNDED
4124       network.incoming.packets.rate_lbd_lbd_internal_0_port:
4125         type: org.openecomp.capabilities.metric.Ceilometer
4126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4127         occurrences:
4128         - 1
4129         - UNBOUNDED
4130       instance_lbd:
4131         type: org.openecomp.capabilities.metric.Ceilometer
4132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4133         occurrences:
4134         - 1
4135         - UNBOUNDED
4136       network.incoming.packets_lbd_lbd_internal_0_port:
4137         type: org.openecomp.capabilities.metric.Ceilometer
4138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4139         occurrences:
4140         - 1
4141         - UNBOUNDED
4142       disk.device.iops_lbd:
4143         type: org.openecomp.capabilities.metric.Ceilometer
4144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4145         occurrences:
4146         - 1
4147         - UNBOUNDED
4148       network.outgoing.bytes_lbd_lbd_ims_core_0_port:
4149         type: org.openecomp.capabilities.metric.Ceilometer
4150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4151         occurrences:
4152         - 1
4153         - UNBOUNDED
4154       network.outgoing.bytes.rate_lbd_lbd_ims_core_0_port:
4155         type: org.openecomp.capabilities.metric.Ceilometer
4156         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4157         occurrences:
4158         - 1
4159         - UNBOUNDED
4160       network.outgoing.packets.rate_lbd_lbd_dpdk_0_port:
4161         type: org.openecomp.capabilities.metric.Ceilometer
4162         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4163         occurrences:
4164         - 1
4165         - UNBOUNDED
4166       network.incoming.bytes_lbd_lbd_dpdk_0_port:
4167         type: org.openecomp.capabilities.metric.Ceilometer
4168         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4169         occurrences:
4170         - 1
4171         - UNBOUNDED
4172       host_lbd:
4173         type: tosca.capabilities.Container
4174         valid_source_types:
4175         - tosca.nodes.SoftwareComponent
4176         occurrences:
4177         - 1
4178         - UNBOUNDED
4179       disk.device.capacity_lbd:
4180         type: org.openecomp.capabilities.metric.Ceilometer
4181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4182         occurrences:
4183         - 1
4184         - UNBOUNDED
4185       network.incoming.bytes_lbd_lbd_ims_core_0_port:
4186         type: org.openecomp.capabilities.metric.Ceilometer
4187         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4188         occurrences:
4189         - 1
4190         - UNBOUNDED
4191       cpu_util_lbd:
4192         type: org.openecomp.capabilities.metric.Ceilometer
4193         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4194         occurrences:
4195         - 1
4196         - UNBOUNDED
4197       disk.device.read.requests_lbd:
4198         type: org.openecomp.capabilities.metric.Ceilometer
4199         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4200         occurrences:
4201         - 1
4202         - UNBOUNDED
4203       network.outpoing.packets_lbd_lbd_internal_0_port:
4204         type: org.openecomp.capabilities.metric.Ceilometer
4205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4206         occurrences:
4207         - 1
4208         - UNBOUNDED
4209       memory.usage_lbd:
4210         type: org.openecomp.capabilities.metric.Ceilometer
4211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4212         occurrences:
4213         - 1
4214         - UNBOUNDED
4215       network.outgoing.bytes_lbd_lbd_dpdk_0_port:
4216         type: org.openecomp.capabilities.metric.Ceilometer
4217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4218         occurrences:
4219         - 1
4220         - UNBOUNDED
4221       binding_lbd_lbd_internal_0_port:
4222         type: tosca.capabilities.network.Bindable
4223         valid_source_types:
4224         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4225         occurrences:
4226         - 0
4227         - UNBOUNDED
4228       disk.read.requests_lbd:
4229         type: org.openecomp.capabilities.metric.Ceilometer
4230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4231         occurrences:
4232         - 1
4233         - UNBOUNDED
4234       cpu.delta_lbd:
4235         type: org.openecomp.capabilities.metric.Ceilometer
4236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4237         occurrences:
4238         - 1
4239         - UNBOUNDED
4240       network.outpoing.packets_lbd_lbd_ims_core_0_port:
4241         type: org.openecomp.capabilities.metric.Ceilometer
4242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4243         occurrences:
4244         - 1
4245         - UNBOUNDED
4246       memory_lbd:
4247         type: org.openecomp.capabilities.metric.Ceilometer
4248         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4249         occurrences:
4250         - 1
4251         - UNBOUNDED
4252       network.incoming.packets.rate_lbd_lbd_dpdk_0_port:
4253         type: org.openecomp.capabilities.metric.Ceilometer
4254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4255         occurrences:
4256         - 1
4257         - UNBOUNDED
4258       disk.write.bytes_lbd:
4259         type: org.openecomp.capabilities.metric.Ceilometer
4260         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4261         occurrences:
4262         - 1
4263         - UNBOUNDED
4264       network.outgoing.packets.rate_lbd_lbd_internal_0_port:
4265         type: org.openecomp.capabilities.metric.Ceilometer
4266         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4267         occurrences:
4268         - 1
4269         - UNBOUNDED
4270       scalable_lbd:
4271         type: tosca.capabilities.Scalable
4272         occurrences:
4273         - 1
4274         - UNBOUNDED
4275       disk.device.read.requests.rate_lbd:
4276         type: org.openecomp.capabilities.metric.Ceilometer
4277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4278         occurrences:
4279         - 1
4280         - UNBOUNDED
4281       disk.root.size_lbd:
4282         type: org.openecomp.capabilities.metric.Ceilometer
4283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4284         occurrences:
4285         - 1
4286         - UNBOUNDED
4287       vcpus_lbd:
4288         type: org.openecomp.capabilities.metric.Ceilometer
4289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4290         occurrences:
4291         - 1
4292         - UNBOUNDED
4293       disk.allocation_lbd:
4294         type: org.openecomp.capabilities.metric.Ceilometer
4295         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4296         occurrences:
4297         - 1
4298         - UNBOUNDED
4299       attachment_lbd_lbd_dpdk_0_port:
4300         type: tosca.capabilities.Attachment
4301         occurrences:
4302         - 1
4303         - UNBOUNDED
4304       disk.device.write.requests_lbd:
4305         type: org.openecomp.capabilities.metric.Ceilometer
4306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4307         occurrences:
4308         - 1
4309         - UNBOUNDED
4310       os_lbd:
4311         type: tosca.capabilities.OperatingSystem
4312         occurrences:
4313         - 1
4314         - UNBOUNDED
4315       disk.latency_lbd:
4316         type: org.openecomp.capabilities.metric.Ceilometer
4317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4318         occurrences:
4319         - 1
4320         - UNBOUNDED
4321       memory.resident_lbd:
4322         type: org.openecomp.capabilities.metric.Ceilometer
4323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4324         occurrences:
4325         - 1
4326         - UNBOUNDED
4327       disk.read.bytes.rate_lbd:
4328         type: org.openecomp.capabilities.metric.Ceilometer
4329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4330         occurrences:
4331         - 1
4332         - UNBOUNDED
4333       disk.read.bytes_lbd:
4334         type: org.openecomp.capabilities.metric.Ceilometer
4335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4336         occurrences:
4337         - 1
4338         - UNBOUNDED
4339       network.incoming.bytes_lbd_lbd_internal_0_port:
4340         type: org.openecomp.capabilities.metric.Ceilometer
4341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4342         occurrences:
4343         - 1
4344         - UNBOUNDED
4345       network.outgoing.bytes.rate_lbd_lbd_internal_0_port:
4346         type: org.openecomp.capabilities.metric.Ceilometer
4347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4348         occurrences:
4349         - 1
4350         - UNBOUNDED
4351       binding_lbd_lbd_ims_core_0_port:
4352         type: tosca.capabilities.network.Bindable
4353         valid_source_types:
4354         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4355         occurrences:
4356         - 0
4357         - UNBOUNDED
4358       network.incoming.packets_lbd_lbd_dpdk_0_port:
4359         type: org.openecomp.capabilities.metric.Ceilometer
4360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4361         occurrences:
4362         - 1
4363         - UNBOUNDED
4364       network.incoming.bytes.rate_lbd_lbd_internal_0_port:
4365         type: org.openecomp.capabilities.metric.Ceilometer
4366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4367         occurrences:
4368         - 1
4369         - UNBOUNDED
4370       binding_lbd_lbd_dpdk_0_port:
4371         type: tosca.capabilities.network.Bindable
4372         valid_source_types:
4373         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4374         occurrences:
4375         - 0
4376         - UNBOUNDED
4377       network.outgoing.bytes_lbd_lbd_internal_0_port:
4378         type: org.openecomp.capabilities.metric.Ceilometer
4379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4380         occurrences:
4381         - 1
4382         - UNBOUNDED
4383       cpu_lbd:
4384         type: org.openecomp.capabilities.metric.Ceilometer
4385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4386         occurrences:
4387         - 1
4388         - UNBOUNDED
4389       endpoint_lbd:
4390         type: tosca.capabilities.Endpoint.Admin
4391         occurrences:
4392         - 1
4393         - UNBOUNDED
4394       disk.device.read.bytes.rate_lbd:
4395         type: org.openecomp.capabilities.metric.Ceilometer
4396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4397         occurrences:
4398         - 1
4399         - UNBOUNDED
4400       feature_lbd_lbd_internal_0_port:
4401         type: tosca.capabilities.Node
4402         occurrences:
4403         - 1
4404         - UNBOUNDED
4405       disk.device.write.bytes.rate_lbd:
4406         type: org.openecomp.capabilities.metric.Ceilometer
4407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4408         occurrences:
4409         - 1
4410         - UNBOUNDED
4411       network.incoming.packets.rate_lbd_lbd_ims_core_0_port:
4412         type: org.openecomp.capabilities.metric.Ceilometer
4413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4414         occurrences:
4415         - 1
4416         - UNBOUNDED
4417       network.incoming.packets_lbd_lbd_ims_core_0_port:
4418         type: org.openecomp.capabilities.metric.Ceilometer
4419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4420         occurrences:
4421         - 1
4422         - UNBOUNDED
4423       network.incoming.bytes.rate_lbd_lbd_dpdk_0_port:
4424         type: org.openecomp.capabilities.metric.Ceilometer
4425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4426         occurrences:
4427         - 1
4428         - UNBOUNDED
4429       attachment_lbd_lbd_internal_0_port:
4430         type: tosca.capabilities.Attachment
4431         occurrences:
4432         - 1
4433         - UNBOUNDED
4434       disk.iops_lbd:
4435         type: org.openecomp.capabilities.metric.Ceilometer
4436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4437         occurrences:
4438         - 1
4439         - UNBOUNDED
4440       disk.device.usage_lbd:
4441         type: org.openecomp.capabilities.metric.Ceilometer
4442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4443         occurrences:
4444         - 1
4445         - UNBOUNDED
4446       disk.usage_lbd:
4447         type: org.openecomp.capabilities.metric.Ceilometer
4448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4449         occurrences:
4450         - 1
4451         - UNBOUNDED
4452       disk.device.read.bytes_lbd:
4453         type: org.openecomp.capabilities.metric.Ceilometer
4454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4455         occurrences:
4456         - 1
4457         - UNBOUNDED
4458       network.outpoing.packets_lbd_lbd_dpdk_0_port:
4459         type: org.openecomp.capabilities.metric.Ceilometer
4460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4461         occurrences:
4462         - 1
4463         - UNBOUNDED
4464       disk.write.requests_lbd:
4465         type: org.openecomp.capabilities.metric.Ceilometer
4466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4467         occurrences:
4468         - 1
4469         - UNBOUNDED
4470       disk.device.write.bytes_lbd:
4471         type: org.openecomp.capabilities.metric.Ceilometer
4472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4473         occurrences:
4474         - 1
4475         - UNBOUNDED
4476       disk.capacity_lbd:
4477         type: org.openecomp.capabilities.metric.Ceilometer
4478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4479         occurrences:
4480         - 1
4481         - UNBOUNDED
4482       feature_lbd:
4483         type: tosca.capabilities.Node
4484         occurrences:
4485         - 1
4486         - UNBOUNDED
4487       disk.device.latency_lbd:
4488         type: org.openecomp.capabilities.metric.Ceilometer
4489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4490         occurrences:
4491         - 1
4492         - UNBOUNDED
4493       disk.device.write.requests.rate_lbd:
4494         type: org.openecomp.capabilities.metric.Ceilometer
4495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4496         occurrences:
4497         - 1
4498         - UNBOUNDED
4499       binding_lbd:
4500         type: tosca.capabilities.network.Bindable
4501         occurrences:
4502         - 1
4503         - UNBOUNDED
4504       feature_lbd_lbd_dpdk_0_port:
4505         type: tosca.capabilities.Node
4506         occurrences:
4507         - 1
4508         - UNBOUNDED
4509       feature_lbd_lbd_ims_core_0_port:
4510         type: tosca.capabilities.Node
4511         occurrences:
4512         - 1
4513         - UNBOUNDED
4514       network.outgoing.packets.rate_lbd_lbd_ims_core_0_port:
4515         type: org.openecomp.capabilities.metric.Ceilometer
4516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4517         occurrences:
4518         - 1
4519         - UNBOUNDED
4520       disk.device.allocation_lbd:
4521         type: org.openecomp.capabilities.metric.Ceilometer
4522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4523         occurrences:
4524         - 1
4525         - UNBOUNDED
4526       network.outgoing.bytes.rate_lbd_lbd_dpdk_0_port:
4527         type: org.openecomp.capabilities.metric.Ceilometer
4528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4529         occurrences:
4530         - 1
4531         - UNBOUNDED
4532   org.openecomp.resource.abstract.nodes.cif_1:
4533     derived_from: org.openecomp.resource.abstract.nodes.VFC
4534     properties:
4535       port_cif_oam_1_port_1_name:
4536         type: list
4537         required: true
4538         status: SUPPORTED
4539         entry_schema:
4540           type: string
4541       port_cif_ims_core_1_port_security_groups:
4542         type: list
4543         required: true
4544         status: SUPPORTED
4545         entry_schema:
4546           type: json
4547       port_cif_oam_1_port_3_vlan_requirements:
4548         type: list
4549         required: true
4550         status: SUPPORTED
4551         entry_schema:
4552           type: org.openecomp.datatypes.network.VlanRequirements
4553       port_cif_oam_1_port_1_mac_requirements:
4554         type: org.openecomp.datatypes.network.MacRequirements
4555         required: true
4556         status: SUPPORTED
4557       port_cif_oam_1_port_3_network:
4558         type: list
4559         required: true
4560         status: SUPPORTED
4561         entry_schema:
4562           type: string
4563       port_cif_internal_1_port_subnetpoolid:
4564         type: string
4565         required: true
4566         status: SUPPORTED
4567       vm_flavor_name:
4568         type: string
4569         required: true
4570         status: SUPPORTED
4571       port_cif_oam_1_port_3_subnetpoolid:
4572         type: string
4573         required: true
4574         status: SUPPORTED
4575       vm_image_name:
4576         type: string
4577         required: true
4578         status: SUPPORTED
4579       compute_cif_user_data_format:
4580         type: list
4581         required: true
4582         status: SUPPORTED
4583         entry_schema:
4584           type: string
4585       port_cif_oam_1_port_3_allowed_address_pairs:
4586         type: list
4587         required: true
4588         status: SUPPORTED
4589         entry_schema:
4590           type: org.openecomp.datatypes.heat.network.AddressPair
4591       port_cif_oam_1_port_1_subnetpoolid:
4592         type: string
4593         required: true
4594         status: SUPPORTED
4595       compute_cif_scheduler_hints:
4596         type: list
4597         required: true
4598         status: SUPPORTED
4599         entry_schema:
4600           type: json
4601       port_cif_ims_li_1_port_order:
4602         type: integer
4603         required: true
4604         status: SUPPORTED
4605       port_cif_oam_1_port_3_ip_requirements:
4606         type: list
4607         required: true
4608         status: SUPPORTED
4609         entry_schema:
4610           type: org.openecomp.datatypes.network.IpRequirements
4611       port_cif_internal_1_port_security_groups:
4612         type: list
4613         required: true
4614         status: SUPPORTED
4615         entry_schema:
4616           type: json
4617       port_cif_oam_1_port_1_network:
4618         type: list
4619         required: true
4620         status: SUPPORTED
4621         entry_schema:
4622           type: string
4623       port_cif_internal_1_port_order:
4624         type: integer
4625         required: true
4626         status: SUPPORTED
4627       port_cif_ims_core_1_port_network_role_tag:
4628         type: string
4629         required: true
4630         status: SUPPORTED
4631       port_cif_ims_li_1_port_security_groups:
4632         type: list
4633         required: true
4634         status: SUPPORTED
4635         entry_schema:
4636           type: json
4637       port_cif_ims_li_1_port_subnetpoolid:
4638         type: string
4639         required: true
4640         status: SUPPORTED
4641       port_cif_ims_li_1_port_allowed_address_pairs:
4642         type: list
4643         required: true
4644         status: SUPPORTED
4645         entry_schema:
4646           type: org.openecomp.datatypes.heat.network.AddressPair
4647       port_cif_internal_1_port_allowed_address_pairs:
4648         type: list
4649         required: true
4650         status: SUPPORTED
4651         entry_schema:
4652           type: org.openecomp.datatypes.heat.network.AddressPair
4653       port_cif_oam_1_port_3_security_groups:
4654         type: list
4655         required: true
4656         status: SUPPORTED
4657         entry_schema:
4658           type: json
4659       compute_cif_metadata:
4660         type: list
4661         required: true
4662         status: SUPPORTED
4663         entry_schema:
4664           type: json
4665       port_cif_ims_li_1_port_network_role:
4666         type: string
4667         required: true
4668         status: SUPPORTED
4669       port_cif_ims_core_1_port_order:
4670         type: integer
4671         required: true
4672         status: SUPPORTED
4673       port_cif_oam_1_port_3_order:
4674         type: integer
4675         required: true
4676         status: SUPPORTED
4677       port_cif_internal_1_port_vlan_requirements:
4678         type: list
4679         required: true
4680         status: SUPPORTED
4681         entry_schema:
4682           type: org.openecomp.datatypes.network.VlanRequirements
4683       port_cif_internal_1_port_exCP_naming:
4684         type: org.openecomp.datatypes.Naming
4685         required: true
4686         status: SUPPORTED
4687       port_cif_oam_1_port_1_fixed_ips:
4688         type: list
4689         required: true
4690         status: SUPPORTED
4691         entry_schema:
4692           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
4693       port_cif_internal_1_port_network:
4694         type: list
4695         required: true
4696         status: SUPPORTED
4697         entry_schema:
4698           type: string
4699       port_cif_ims_core_1_port_network:
4700         type: list
4701         required: true
4702         status: SUPPORTED
4703         entry_schema:
4704           type: string
4705       port_cif_oam_1_port_3_fixed_ips:
4706         type: list
4707         required: true
4708         status: SUPPORTED
4709         entry_schema:
4710           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
4711       port_cif_ims_li_1_port_exCP_naming:
4712         type: org.openecomp.datatypes.Naming
4713         required: true
4714         status: SUPPORTED
4715       port_cif_oam_1_port_3_network_role:
4716         type: string
4717         required: true
4718         status: SUPPORTED
4719       port_cif_internal_1_port_network_role:
4720         type: string
4721         required: true
4722         status: SUPPORTED
4723       port_cif_oam_1_port_1_ip_requirements:
4724         type: list
4725         required: true
4726         status: SUPPORTED
4727         entry_schema:
4728           type: org.openecomp.datatypes.network.IpRequirements
4729       port_cif_oam_1_port_1_order:
4730         type: integer
4731         required: true
4732         status: SUPPORTED
4733       port_cif_ims_core_1_port_mac_requirements:
4734         type: org.openecomp.datatypes.network.MacRequirements
4735         required: true
4736         status: SUPPORTED
4737       port_cif_ims_core_1_port_vlan_requirements:
4738         type: list
4739         required: true
4740         status: SUPPORTED
4741         entry_schema:
4742           type: org.openecomp.datatypes.network.VlanRequirements
4743       port_cif_oam_1_port_1_network_role:
4744         type: string
4745         required: true
4746         status: SUPPORTED
4747       port_cif_internal_1_port_network_role_tag:
4748         type: string
4749         required: true
4750         status: SUPPORTED
4751       compute_cif_name:
4752         type: list
4753         required: true
4754         status: SUPPORTED
4755         entry_schema:
4756           type: string
4757       port_cif_oam_1_port_1_vlan_requirements:
4758         type: list
4759         required: true
4760         status: SUPPORTED
4761         entry_schema:
4762           type: org.openecomp.datatypes.network.VlanRequirements
4763       compute_cif_availability_zone:
4764         type: list
4765         required: true
4766         status: SUPPORTED
4767         entry_schema:
4768           type: string
4769       port_cif_oam_1_port_1_exCP_naming:
4770         type: org.openecomp.datatypes.Naming
4771         required: true
4772         status: SUPPORTED
4773       port_cif_internal_1_port_ip_requirements:
4774         type: list
4775         required: true
4776         status: SUPPORTED
4777         entry_schema:
4778           type: org.openecomp.datatypes.network.IpRequirements
4779       port_cif_ims_li_1_port_name:
4780         type: list
4781         required: true
4782         status: SUPPORTED
4783         entry_schema:
4784           type: string
4785       port_cif_internal_1_port_name:
4786         type: list
4787         required: true
4788         status: SUPPORTED
4789         entry_schema:
4790           type: string
4791       port_cif_ims_li_1_port_fixed_ips:
4792         type: list
4793         required: true
4794         status: SUPPORTED
4795         entry_schema:
4796           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
4797       port_cif_ims_li_1_port_vlan_requirements:
4798         type: list
4799         required: true
4800         status: SUPPORTED
4801         entry_schema:
4802           type: org.openecomp.datatypes.network.VlanRequirements
4803       port_cif_internal_1_port_mac_requirements:
4804         type: org.openecomp.datatypes.network.MacRequirements
4805         required: true
4806         status: SUPPORTED
4807       port_cif_ims_li_1_port_mac_requirements:
4808         type: org.openecomp.datatypes.network.MacRequirements
4809         required: true
4810         status: SUPPORTED
4811       port_cif_ims_li_1_port_ip_requirements:
4812         type: list
4813         required: true
4814         status: SUPPORTED
4815         entry_schema:
4816           type: org.openecomp.datatypes.network.IpRequirements
4817       port_cif_ims_core_1_port_fixed_ips:
4818         type: list
4819         required: true
4820         status: SUPPORTED
4821         entry_schema:
4822           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
4823       port_cif_ims_core_1_port_allowed_address_pairs:
4824         type: list
4825         required: true
4826         status: SUPPORTED
4827         entry_schema:
4828           type: org.openecomp.datatypes.heat.network.AddressPair
4829       port_cif_oam_1_port_1_network_role_tag:
4830         type: string
4831         required: true
4832         status: SUPPORTED
4833       port_cif_oam_1_port_3_mac_requirements:
4834         type: org.openecomp.datatypes.network.MacRequirements
4835         required: true
4836         status: SUPPORTED
4837       port_cif_ims_core_1_port_ip_requirements:
4838         type: list
4839         required: true
4840         status: SUPPORTED
4841         entry_schema:
4842           type: org.openecomp.datatypes.network.IpRequirements
4843       port_cif_ims_li_1_port_network:
4844         type: list
4845         required: true
4846         status: SUPPORTED
4847         entry_schema:
4848           type: string
4849       port_cif_ims_core_1_port_subnetpoolid:
4850         type: string
4851         required: true
4852         status: SUPPORTED
4853       index_value:
4854         type: integer
4855         description: Index value of this substitution service template runtime instance
4856         required: false
4857         default: 0
4858         status: SUPPORTED
4859         constraints:
4860         - greater_or_equal: 0
4861       port_cif_internal_1_port_fixed_ips:
4862         type: list
4863         required: true
4864         status: SUPPORTED
4865         entry_schema:
4866           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
4867       port_cif_ims_core_1_port_name:
4868         type: list
4869         required: true
4870         status: SUPPORTED
4871         entry_schema:
4872           type: string
4873       compute_cif_config_drive:
4874         type: list
4875         required: true
4876         status: SUPPORTED
4877         entry_schema:
4878           type: boolean
4879       port_cif_oam_1_port_3_exCP_naming:
4880         type: org.openecomp.datatypes.Naming
4881         required: true
4882         status: SUPPORTED
4883       port_cif_oam_1_port_3_name:
4884         type: list
4885         required: true
4886         status: SUPPORTED
4887         entry_schema:
4888           type: string
4889       port_cif_ims_li_1_port_network_role_tag:
4890         type: string
4891         required: true
4892         status: SUPPORTED
4893       port_cif_ims_core_1_port_exCP_naming:
4894         type: org.openecomp.datatypes.Naming
4895         required: true
4896         status: SUPPORTED
4897       port_cif_oam_1_port_1_security_groups:
4898         type: list
4899         required: true
4900         status: SUPPORTED
4901         entry_schema:
4902           type: json
4903       port_cif_oam_1_port_1_allowed_address_pairs:
4904         type: list
4905         required: true
4906         status: SUPPORTED
4907         entry_schema:
4908           type: org.openecomp.datatypes.heat.network.AddressPair
4909       port_cif_ims_core_1_port_network_role:
4910         type: string
4911         required: true
4912         status: SUPPORTED
4913       port_cif_oam_1_port_3_network_role_tag:
4914         type: string
4915         required: true
4916         status: SUPPORTED
4917     requirements:
4918     - dependency_cif:
4919         capability: tosca.capabilities.Node
4920         node: tosca.nodes.Root
4921         relationship: tosca.relationships.DependsOn
4922         occurrences:
4923         - 0
4924         - UNBOUNDED
4925     - local_storage_cif:
4926         capability: tosca.capabilities.Attachment
4927         node: tosca.nodes.BlockStorage
4928         relationship: tosca.relationships.AttachesTo
4929         occurrences:
4930         - 0
4931         - UNBOUNDED
4932     - dependency_cif_cif_ims_li_1_port:
4933         capability: tosca.capabilities.Node
4934         node: tosca.nodes.Root
4935         relationship: tosca.relationships.DependsOn
4936         occurrences:
4937         - 0
4938         - UNBOUNDED
4939     - link_cif_cif_ims_li_1_port:
4940         capability: tosca.capabilities.network.Linkable
4941         relationship: tosca.relationships.network.LinksTo
4942         occurrences:
4943         - 1
4944         - 1
4945     - dependency_cif_cif_internal_1_port:
4946         capability: tosca.capabilities.Node
4947         node: tosca.nodes.Root
4948         relationship: tosca.relationships.DependsOn
4949         occurrences:
4950         - 0
4951         - UNBOUNDED
4952     - link_cif_cif_internal_1_port:
4953         capability: tosca.capabilities.network.Linkable
4954         relationship: tosca.relationships.network.LinksTo
4955         occurrences:
4956         - 1
4957         - 1
4958     - dependency_cif_cif_oam_1_port_1:
4959         capability: tosca.capabilities.Node
4960         node: tosca.nodes.Root
4961         relationship: tosca.relationships.DependsOn
4962         occurrences:
4963         - 0
4964         - UNBOUNDED
4965     - link_cif_cif_oam_1_port_1:
4966         capability: tosca.capabilities.network.Linkable
4967         relationship: tosca.relationships.network.LinksTo
4968         occurrences:
4969         - 1
4970         - 1
4971     - dependency_cif_cif_ims_core_1_port:
4972         capability: tosca.capabilities.Node
4973         node: tosca.nodes.Root
4974         relationship: tosca.relationships.DependsOn
4975         occurrences:
4976         - 0
4977         - UNBOUNDED
4978     - link_cif_cif_ims_core_1_port:
4979         capability: tosca.capabilities.network.Linkable
4980         relationship: tosca.relationships.network.LinksTo
4981         occurrences:
4982         - 1
4983         - 1
4984     - dependency_cif_cif_oam_1_port_3:
4985         capability: tosca.capabilities.Node
4986         node: tosca.nodes.Root
4987         relationship: tosca.relationships.DependsOn
4988         occurrences:
4989         - 0
4990         - UNBOUNDED
4991     - link_cif_cif_oam_1_port_3:
4992         capability: tosca.capabilities.network.Linkable
4993         relationship: tosca.relationships.network.LinksTo
4994         occurrences:
4995         - 1
4996         - 1
4997     capabilities:
4998       binding_cif:
4999         type: tosca.capabilities.network.Bindable
5000         occurrences:
5001         - 1
5002         - UNBOUNDED
5003       cpu_util_cif:
5004         type: org.openecomp.capabilities.metric.Ceilometer
5005         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5006         occurrences:
5007         - 1
5008         - UNBOUNDED
5009       disk.device.read.requests_cif:
5010         type: org.openecomp.capabilities.metric.Ceilometer
5011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5012         occurrences:
5013         - 1
5014         - UNBOUNDED
5015       disk.device.write.bytes_cif:
5016         type: org.openecomp.capabilities.metric.Ceilometer
5017         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5018         occurrences:
5019         - 1
5020         - UNBOUNDED
5021       disk.latency_cif:
5022         type: org.openecomp.capabilities.metric.Ceilometer
5023         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5024         occurrences:
5025         - 1
5026         - UNBOUNDED
5027       feature_cif_cif_ims_li_1_port:
5028         type: tosca.capabilities.Node
5029         occurrences:
5030         - 1
5031         - UNBOUNDED
5032       os_cif:
5033         type: tosca.capabilities.OperatingSystem
5034         occurrences:
5035         - 1
5036         - UNBOUNDED
5037       memory.usage_cif:
5038         type: org.openecomp.capabilities.metric.Ceilometer
5039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5040         occurrences:
5041         - 1
5042         - UNBOUNDED
5043       attachment_cif_cif_ims_li_1_port:
5044         type: tosca.capabilities.Attachment
5045         occurrences:
5046         - 1
5047         - UNBOUNDED
5048       network.incoming.bytes.rate_cif_cif_oam_1_port_3:
5049         type: org.openecomp.capabilities.metric.Ceilometer
5050         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5051         occurrences:
5052         - 1
5053         - UNBOUNDED
5054       network.incoming.packets_cif_cif_internal_1_port:
5055         type: org.openecomp.capabilities.metric.Ceilometer
5056         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5057         occurrences:
5058         - 1
5059         - UNBOUNDED
5060       feature_cif_cif_ims_core_1_port:
5061         type: tosca.capabilities.Node
5062         occurrences:
5063         - 1
5064         - UNBOUNDED
5065       network.incoming.packets_cif_cif_oam_1_port_3:
5066         type: org.openecomp.capabilities.metric.Ceilometer
5067         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5068         occurrences:
5069         - 1
5070         - UNBOUNDED
5071       instance_cif:
5072         type: org.openecomp.capabilities.metric.Ceilometer
5073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5074         occurrences:
5075         - 1
5076         - UNBOUNDED
5077       network.incoming.bytes.rate_cif_cif_oam_1_port_1:
5078         type: org.openecomp.capabilities.metric.Ceilometer
5079         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5080         occurrences:
5081         - 1
5082         - UNBOUNDED
5083       network.outgoing.bytes_cif_cif_oam_1_port_3:
5084         type: org.openecomp.capabilities.metric.Ceilometer
5085         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5086         occurrences:
5087         - 1
5088         - UNBOUNDED
5089       network.outgoing.bytes_cif_cif_ims_li_1_port:
5090         type: org.openecomp.capabilities.metric.Ceilometer
5091         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5092         occurrences:
5093         - 1
5094         - UNBOUNDED
5095       network.outgoing.bytes_cif_cif_oam_1_port_1:
5096         type: org.openecomp.capabilities.metric.Ceilometer
5097         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5098         occurrences:
5099         - 1
5100         - UNBOUNDED
5101       disk.allocation_cif:
5102         type: org.openecomp.capabilities.metric.Ceilometer
5103         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5104         occurrences:
5105         - 1
5106         - UNBOUNDED
5107       network.outgoing.bytes.rate_cif_cif_internal_1_port:
5108         type: org.openecomp.capabilities.metric.Ceilometer
5109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5110         occurrences:
5111         - 1
5112         - UNBOUNDED
5113       network.incoming.packets.rate_cif_cif_oam_1_port_1:
5114         type: org.openecomp.capabilities.metric.Ceilometer
5115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5116         occurrences:
5117         - 1
5118         - UNBOUNDED
5119       disk.device.iops_cif:
5120         type: org.openecomp.capabilities.metric.Ceilometer
5121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5122         occurrences:
5123         - 1
5124         - UNBOUNDED
5125       feature_cif_cif_oam_1_port_3:
5126         type: tosca.capabilities.Node
5127         occurrences:
5128         - 1
5129         - UNBOUNDED
5130       disk.root.size_cif:
5131         type: org.openecomp.capabilities.metric.Ceilometer
5132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5133         occurrences:
5134         - 1
5135         - UNBOUNDED
5136       disk.device.write.requests_cif:
5137         type: org.openecomp.capabilities.metric.Ceilometer
5138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5139         occurrences:
5140         - 1
5141         - UNBOUNDED
5142       feature_cif_cif_oam_1_port_1:
5143         type: tosca.capabilities.Node
5144         occurrences:
5145         - 1
5146         - UNBOUNDED
5147       memory.resident_cif:
5148         type: org.openecomp.capabilities.metric.Ceilometer
5149         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5150         occurrences:
5151         - 1
5152         - UNBOUNDED
5153       network.incoming.bytes.rate_cif_cif_internal_1_port:
5154         type: org.openecomp.capabilities.metric.Ceilometer
5155         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5156         occurrences:
5157         - 1
5158         - UNBOUNDED
5159       binding_cif_cif_ims_core_1_port:
5160         type: tosca.capabilities.network.Bindable
5161         valid_source_types:
5162         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5163         occurrences:
5164         - 0
5165         - UNBOUNDED
5166       network.outgoing.bytes_cif_cif_ims_core_1_port:
5167         type: org.openecomp.capabilities.metric.Ceilometer
5168         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5169         occurrences:
5170         - 1
5171         - UNBOUNDED
5172       attachment_cif_cif_ims_core_1_port:
5173         type: tosca.capabilities.Attachment
5174         occurrences:
5175         - 1
5176         - UNBOUNDED
5177       network.incoming.packets.rate_cif_cif_oam_1_port_3:
5178         type: org.openecomp.capabilities.metric.Ceilometer
5179         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5180         occurrences:
5181         - 1
5182         - UNBOUNDED
5183       network.incoming.bytes_cif_cif_ims_li_1_port:
5184         type: org.openecomp.capabilities.metric.Ceilometer
5185         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5186         occurrences:
5187         - 1
5188         - UNBOUNDED
5189       network.incoming.bytes_cif_cif_oam_1_port_1:
5190         type: org.openecomp.capabilities.metric.Ceilometer
5191         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5192         occurrences:
5193         - 1
5194         - UNBOUNDED
5195       attachment_cif_cif_oam_1_port_3:
5196         type: tosca.capabilities.Attachment
5197         occurrences:
5198         - 1
5199         - UNBOUNDED
5200       disk.usage_cif:
5201         type: org.openecomp.capabilities.metric.Ceilometer
5202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5203         occurrences:
5204         - 1
5205         - UNBOUNDED
5206       disk.write.bytes.rate_cif:
5207         type: org.openecomp.capabilities.metric.Ceilometer
5208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5209         occurrences:
5210         - 1
5211         - UNBOUNDED
5212       network.incoming.bytes_cif_cif_ims_core_1_port:
5213         type: org.openecomp.capabilities.metric.Ceilometer
5214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5215         occurrences:
5216         - 1
5217         - UNBOUNDED
5218       host_cif:
5219         type: tosca.capabilities.Container
5220         valid_source_types:
5221         - tosca.nodes.SoftwareComponent
5222         occurrences:
5223         - 1
5224         - UNBOUNDED
5225       disk.ephemeral.size_cif:
5226         type: org.openecomp.capabilities.metric.Ceilometer
5227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5228         occurrences:
5229         - 1
5230         - UNBOUNDED
5231       disk.write.requests.rate_cif:
5232         type: org.openecomp.capabilities.metric.Ceilometer
5233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5234         occurrences:
5235         - 1
5236         - UNBOUNDED
5237       cpu.delta_cif:
5238         type: org.openecomp.capabilities.metric.Ceilometer
5239         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5240         occurrences:
5241         - 1
5242         - UNBOUNDED
5243       disk.read.bytes_cif:
5244         type: org.openecomp.capabilities.metric.Ceilometer
5245         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5246         occurrences:
5247         - 1
5248         - UNBOUNDED
5249       network.incoming.packets.rate_cif_cif_ims_core_1_port:
5250         type: org.openecomp.capabilities.metric.Ceilometer
5251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5252         occurrences:
5253         - 1
5254         - UNBOUNDED
5255       network.outgoing.packets.rate_cif_cif_internal_1_port:
5256         type: org.openecomp.capabilities.metric.Ceilometer
5257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5258         occurrences:
5259         - 1
5260         - UNBOUNDED
5261       scalable_cif:
5262         type: tosca.capabilities.Scalable
5263         occurrences:
5264         - 1
5265         - UNBOUNDED
5266       disk.device.read.requests.rate_cif:
5267         type: org.openecomp.capabilities.metric.Ceilometer
5268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5269         occurrences:
5270         - 1
5271         - UNBOUNDED
5272       binding_cif_cif_oam_1_port_3:
5273         type: tosca.capabilities.network.Bindable
5274         valid_source_types:
5275         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5276         occurrences:
5277         - 0
5278         - UNBOUNDED
5279       feature_cif_cif_internal_1_port:
5280         type: tosca.capabilities.Node
5281         occurrences:
5282         - 1
5283         - UNBOUNDED
5284       binding_cif_cif_oam_1_port_1:
5285         type: tosca.capabilities.network.Bindable
5286         valid_source_types:
5287         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5288         occurrences:
5289         - 0
5290         - UNBOUNDED
5291       disk.device.allocation_cif:
5292         type: org.openecomp.capabilities.metric.Ceilometer
5293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5294         occurrences:
5295         - 1
5296         - UNBOUNDED
5297       disk.device.read.bytes.rate_cif:
5298         type: org.openecomp.capabilities.metric.Ceilometer
5299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5300         occurrences:
5301         - 1
5302         - UNBOUNDED
5303       vcpus_cif:
5304         type: org.openecomp.capabilities.metric.Ceilometer
5305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5306         occurrences:
5307         - 1
5308         - UNBOUNDED
5309       disk.device.write.bytes.rate_cif:
5310         type: org.openecomp.capabilities.metric.Ceilometer
5311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5312         occurrences:
5313         - 1
5314         - UNBOUNDED
5315       network.outgoing.packets.rate_cif_cif_ims_li_1_port:
5316         type: org.openecomp.capabilities.metric.Ceilometer
5317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5318         occurrences:
5319         - 1
5320         - UNBOUNDED
5321       network.incoming.bytes.rate_cif_cif_ims_li_1_port:
5322         type: org.openecomp.capabilities.metric.Ceilometer
5323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5324         occurrences:
5325         - 1
5326         - UNBOUNDED
5327       endpoint_cif:
5328         type: tosca.capabilities.Endpoint.Admin
5329         occurrences:
5330         - 1
5331         - UNBOUNDED
5332       network.incoming.packets.rate_cif_cif_ims_li_1_port:
5333         type: org.openecomp.capabilities.metric.Ceilometer
5334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5335         occurrences:
5336         - 1
5337         - UNBOUNDED
5338       disk.device.usage_cif:
5339         type: org.openecomp.capabilities.metric.Ceilometer
5340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5341         occurrences:
5342         - 1
5343         - UNBOUNDED
5344       disk.iops_cif:
5345         type: org.openecomp.capabilities.metric.Ceilometer
5346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5347         occurrences:
5348         - 1
5349         - UNBOUNDED
5350       disk.read.bytes.rate_cif:
5351         type: org.openecomp.capabilities.metric.Ceilometer
5352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5353         occurrences:
5354         - 1
5355         - UNBOUNDED
5356       network.outpoing.packets_cif_cif_ims_core_1_port:
5357         type: org.openecomp.capabilities.metric.Ceilometer
5358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5359         occurrences:
5360         - 1
5361         - UNBOUNDED
5362       attachment_cif_cif_oam_1_port_1:
5363         type: tosca.capabilities.Attachment
5364         occurrences:
5365         - 1
5366         - UNBOUNDED
5367       network.outgoing.packets.rate_cif_cif_oam_1_port_3:
5368         type: org.openecomp.capabilities.metric.Ceilometer
5369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5370         occurrences:
5371         - 1
5372         - UNBOUNDED
5373       network.incoming.bytes_cif_cif_oam_1_port_3:
5374         type: org.openecomp.capabilities.metric.Ceilometer
5375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5376         occurrences:
5377         - 1
5378         - UNBOUNDED
5379       network.outgoing.packets.rate_cif_cif_oam_1_port_1:
5380         type: org.openecomp.capabilities.metric.Ceilometer
5381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5382         occurrences:
5383         - 1
5384         - UNBOUNDED
5385       disk.write.requests_cif:
5386         type: org.openecomp.capabilities.metric.Ceilometer
5387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5388         occurrences:
5389         - 1
5390         - UNBOUNDED
5391       binding_cif_cif_ims_li_1_port:
5392         type: tosca.capabilities.network.Bindable
5393         valid_source_types:
5394         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5395         occurrences:
5396         - 0
5397         - UNBOUNDED
5398       memory_cif:
5399         type: org.openecomp.capabilities.metric.Ceilometer
5400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5401         occurrences:
5402         - 1
5403         - UNBOUNDED
5404       disk.read.requests_cif:
5405         type: org.openecomp.capabilities.metric.Ceilometer
5406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5407         occurrences:
5408         - 1
5409         - UNBOUNDED
5410       network.outgoing.packets.rate_cif_cif_ims_core_1_port:
5411         type: org.openecomp.capabilities.metric.Ceilometer
5412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5413         occurrences:
5414         - 1
5415         - UNBOUNDED
5416       network.outgoing.bytes.rate_cif_cif_oam_1_port_1:
5417         type: org.openecomp.capabilities.metric.Ceilometer
5418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5419         occurrences:
5420         - 1
5421         - UNBOUNDED
5422       disk.write.bytes_cif:
5423         type: org.openecomp.capabilities.metric.Ceilometer
5424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5425         occurrences:
5426         - 1
5427         - UNBOUNDED
5428       network.outpoing.packets_cif_cif_ims_li_1_port:
5429         type: org.openecomp.capabilities.metric.Ceilometer
5430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5431         occurrences:
5432         - 1
5433         - UNBOUNDED
5434       disk.capacity_cif:
5435         type: org.openecomp.capabilities.metric.Ceilometer
5436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5437         occurrences:
5438         - 1
5439         - UNBOUNDED
5440       network.outgoing.bytes.rate_cif_cif_oam_1_port_3:
5441         type: org.openecomp.capabilities.metric.Ceilometer
5442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5443         occurrences:
5444         - 1
5445         - UNBOUNDED
5446       network.outgoing.bytes.rate_cif_cif_ims_li_1_port:
5447         type: org.openecomp.capabilities.metric.Ceilometer
5448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5449         occurrences:
5450         - 1
5451         - UNBOUNDED
5452       network.outpoing.packets_cif_cif_oam_1_port_3:
5453         type: org.openecomp.capabilities.metric.Ceilometer
5454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5455         occurrences:
5456         - 1
5457         - UNBOUNDED
5458       disk.device.capacity_cif:
5459         type: org.openecomp.capabilities.metric.Ceilometer
5460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5461         occurrences:
5462         - 1
5463         - UNBOUNDED
5464       network.outpoing.packets_cif_cif_oam_1_port_1:
5465         type: org.openecomp.capabilities.metric.Ceilometer
5466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5467         occurrences:
5468         - 1
5469         - UNBOUNDED
5470       network.incoming.packets.rate_cif_cif_internal_1_port:
5471         type: org.openecomp.capabilities.metric.Ceilometer
5472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5473         occurrences:
5474         - 1
5475         - UNBOUNDED
5476       binding_cif_cif_internal_1_port:
5477         type: tosca.capabilities.network.Bindable
5478         valid_source_types:
5479         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5480         occurrences:
5481         - 0
5482         - UNBOUNDED
5483       network.incoming.packets_cif_cif_oam_1_port_1:
5484         type: org.openecomp.capabilities.metric.Ceilometer
5485         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5486         occurrences:
5487         - 1
5488         - UNBOUNDED
5489       cpu_cif:
5490         type: org.openecomp.capabilities.metric.Ceilometer
5491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5492         occurrences:
5493         - 1
5494         - UNBOUNDED
5495       network.incoming.bytes_cif_cif_internal_1_port:
5496         type: org.openecomp.capabilities.metric.Ceilometer
5497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5498         occurrences:
5499         - 1
5500         - UNBOUNDED
5501       network.outgoing.bytes_cif_cif_internal_1_port:
5502         type: org.openecomp.capabilities.metric.Ceilometer
5503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5504         occurrences:
5505         - 1
5506         - UNBOUNDED
5507       disk.device.read.bytes_cif:
5508         type: org.openecomp.capabilities.metric.Ceilometer
5509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5510         occurrences:
5511         - 1
5512         - UNBOUNDED
5513       disk.device.latency_cif:
5514         type: org.openecomp.capabilities.metric.Ceilometer
5515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5516         occurrences:
5517         - 1
5518         - UNBOUNDED
5519       network.outgoing.bytes.rate_cif_cif_ims_core_1_port:
5520         type: org.openecomp.capabilities.metric.Ceilometer
5521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5522         occurrences:
5523         - 1
5524         - UNBOUNDED
5525       network.incoming.packets_cif_cif_ims_core_1_port:
5526         type: org.openecomp.capabilities.metric.Ceilometer
5527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5528         occurrences:
5529         - 1
5530         - UNBOUNDED
5531       disk.device.write.requests.rate_cif:
5532         type: org.openecomp.capabilities.metric.Ceilometer
5533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5534         occurrences:
5535         - 1
5536         - UNBOUNDED
5537       network.outpoing.packets_cif_cif_internal_1_port:
5538         type: org.openecomp.capabilities.metric.Ceilometer
5539         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5540         occurrences:
5541         - 1
5542         - UNBOUNDED
5543       feature_cif:
5544         type: tosca.capabilities.Node
5545         occurrences:
5546         - 1
5547         - UNBOUNDED
5548       attachment_cif_cif_internal_1_port:
5549         type: tosca.capabilities.Attachment
5550         occurrences:
5551         - 1
5552         - UNBOUNDED
5553       network.incoming.bytes.rate_cif_cif_ims_core_1_port:
5554         type: org.openecomp.capabilities.metric.Ceilometer
5555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5556         occurrences:
5557         - 1
5558         - UNBOUNDED
5559       network.incoming.packets_cif_cif_ims_li_1_port:
5560         type: org.openecomp.capabilities.metric.Ceilometer
5561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5562         occurrences:
5563         - 1
5564         - UNBOUNDED
5565   org.openecomp.resource.abstract.nodes.heat.cscf_1:
5566     derived_from: org.openecomp.resource.abstract.nodes.VFC
5567     properties:
5568       vf_module_id:
5569         type: string
5570         description: Unique ID for this VF Module instance
5571         required: true
5572         status: SUPPORTED
5573       internal_net_id:
5574         type: string
5575         description: internal network name/uuid
5576         required: true
5577         status: SUPPORTED
5578       vcscf_release:
5579         type: string
5580         description: IMS release
5581         required: true
5582         status: SUPPORTED
5583       port_cscf_internal_0_port_0_network_role:
5584         type: string
5585         required: true
5586         status: SUPPORTED
5587       cscf_internal_ips:
5588         type: list
5589         description: List of Internal Lan IPs for CSCF instances
5590         required: true
5591         status: SUPPORTED
5592         entry_schema: &id008
5593           type: string
5594       vcscf_gateway:
5595         type: string
5596         description: OAM unit cipa ip
5597         required: true
5598         status: SUPPORTED
5599       vnf_name:
5600         type: string
5601         description: Unique name for this VF instance
5602         required: true
5603         status: SUPPORTED
5604       port_cscf_internal_0_port_0_order:
5605         type: integer
5606         required: true
5607         status: SUPPORTED
5608       vf_module_name:
5609         type: string
5610         description: Unique name for this VF Module instance
5611         required: true
5612         status: SUPPORTED
5613       cscf_image_name:
5614         type: string
5615         description: image name
5616         required: true
5617         status: SUPPORTED
5618       cscf_names:
5619         type: list
5620         description: List of instance names for CSCF instances
5621         required: true
5622         status: SUPPORTED
5623         entry_schema: &id009
5624           type: string
5625       port_cscf_internal_0_port_0_subnetpoolid:
5626         type: string
5627         required: true
5628         status: SUPPORTED
5629       vcscf_swrepo_address:
5630         type: string
5631         description: SWRepo IP or FQDN
5632         required: true
5633         status: SUPPORTED
5634       cscf_uuids:
5635         type: list
5636         description: List of UUIDs generated by cmrepo for CSCF instances
5637         required: true
5638         status: SUPPORTED
5639         entry_schema: &id010
5640           type: string
5641       vnf_id:
5642         type: string
5643         description: Unique ID for this VF instance
5644         required: true
5645         status: SUPPORTED
5646       availability_zone_0:
5647         type: string
5648         description: Availability zone name for CSCF instances.
5649         required: true
5650         status: SUPPORTED
5651       cscf_internal_v6_ips:
5652         type: list
5653         description: List of Internal Lan v6 IPs for CSCF instances
5654         required: true
5655         status: SUPPORTED
5656         entry_schema: &id011
5657           type: string
5658       cscf_flavor_name:
5659         type: string
5660         description: flavor name
5661         required: true
5662         status: SUPPORTED
5663       vcscf_cmrepo_address:
5664         type: string
5665         description: CMRepo IP or FQDN
5666         required: true
5667         status: SUPPORTED
5668       vcscf_dns_address:
5669         type: string
5670         description: DNS server IP
5671         required: true
5672         status: SUPPORTED
5673       vcscf_internal_network_mtu:
5674         type: float
5675         description: MTU for internal network interface (eth0)
5676         required: true
5677         status: SUPPORTED
5678         constraints: &id012
5679         - in_range:
5680           - 1000
5681           - 9100
5682       port_cscf_internal_0_port_0_ip_requirements:
5683         type: list
5684         required: true
5685         status: SUPPORTED
5686         entry_schema:
5687           type: org.openecomp.datatypes.network.IpRequirements
5688       port_cscf_internal_0_port_0_vlan_requirements:
5689         type: list
5690         required: true
5691         status: SUPPORTED
5692         entry_schema:
5693           type: org.openecomp.datatypes.network.VlanRequirements
5694       index:
5695         type: float
5696         description: index
5697         required: true
5698         status: SUPPORTED
5699         constraints: &id013
5700         - in_range:
5701           - 0
5702           - 119
5703       vcscf_internal_netmask:
5704         type: string
5705         description: internal netmask
5706         required: true
5707         status: SUPPORTED
5708       vcscf_name_delimeter:
5709         type: string
5710         description: 'delimeter used in concatenating different words while naming
5711           (ex: "-","_",".",...)'
5712         required: true
5713         status: SUPPORTED
5714         constraints: &id014
5715         - valid_values:
5716           - '-'
5717           - ''
5718           - _
5719           - .
5720       port_cscf_internal_0_port_0_network_role_tag:
5721         type: string
5722         required: true
5723         status: SUPPORTED
5724       vcscf_dn:
5725         type: string
5726         description: DN name
5727         required: true
5728         status: SUPPORTED
5729       vcscf_du:
5730         type: string
5731         description: DU name
5732         required: true
5733         status: SUPPORTED
5734       port_cscf_internal_0_port_0_mac_requirements:
5735         type: org.openecomp.datatypes.network.MacRequirements
5736         required: true
5737         status: SUPPORTED
5738       port_cscf_internal_0_port_0_exCP_naming:
5739         type: org.openecomp.datatypes.Naming
5740         required: true
5741         status: SUPPORTED
5742       cscf_security_group:
5743         type: string
5744         description: security group
5745         required: true
5746         status: SUPPORTED
5747     requirements:
5748     - dependency_cscf_server_0:
5749         capability: tosca.capabilities.Node
5750         node: tosca.nodes.Root
5751         relationship: tosca.relationships.DependsOn
5752         occurrences:
5753         - 0
5754         - UNBOUNDED
5755     - local_storage_cscf_server_0:
5756         capability: tosca.capabilities.Attachment
5757         node: tosca.nodes.BlockStorage
5758         relationship: tosca.relationships.AttachesTo
5759         occurrences:
5760         - 0
5761         - UNBOUNDED
5762     - dependency_cscf_internal_0_port_0:
5763         capability: tosca.capabilities.Node
5764         node: tosca.nodes.Root
5765         relationship: tosca.relationships.DependsOn
5766         occurrences:
5767         - 0
5768         - UNBOUNDED
5769     - link_cscf_internal_0_port_0:
5770         capability: tosca.capabilities.network.Linkable
5771         relationship: tosca.relationships.network.LinksTo
5772         occurrences:
5773         - 1
5774         - 1
5775     capabilities:
5776       disk.device.read.requests_cscf_server_0:
5777         type: org.openecomp.capabilities.metric.Ceilometer
5778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5779         occurrences:
5780         - 1
5781         - UNBOUNDED
5782       disk.device.usage_cscf_server_0:
5783         type: org.openecomp.capabilities.metric.Ceilometer
5784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5785         occurrences:
5786         - 1
5787         - UNBOUNDED
5788       disk.device.read.bytes_cscf_server_0:
5789         type: org.openecomp.capabilities.metric.Ceilometer
5790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5791         occurrences:
5792         - 1
5793         - UNBOUNDED
5794       network.outgoing.bytes_cscf_internal_0_port_0:
5795         type: org.openecomp.capabilities.metric.Ceilometer
5796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5797         occurrences:
5798         - 1
5799         - UNBOUNDED
5800       network.incoming.packets_cscf_internal_0_port_0:
5801         type: org.openecomp.capabilities.metric.Ceilometer
5802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5803         occurrences:
5804         - 1
5805         - UNBOUNDED
5806       disk.usage_cscf_server_0:
5807         type: org.openecomp.capabilities.metric.Ceilometer
5808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5809         occurrences:
5810         - 1
5811         - UNBOUNDED
5812       disk.allocation_cscf_server_0:
5813         type: org.openecomp.capabilities.metric.Ceilometer
5814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5815         occurrences:
5816         - 1
5817         - UNBOUNDED
5818       disk.device.allocation_cscf_server_0:
5819         type: org.openecomp.capabilities.metric.Ceilometer
5820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5821         occurrences:
5822         - 1
5823         - UNBOUNDED
5824       cpu_cscf_server_0:
5825         type: org.openecomp.capabilities.metric.Ceilometer
5826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5827         occurrences:
5828         - 1
5829         - UNBOUNDED
5830       feature_cscf_internal_0_port_0:
5831         type: tosca.capabilities.Node
5832         occurrences:
5833         - 1
5834         - UNBOUNDED
5835       disk.read.requests_cscf_server_0:
5836         type: org.openecomp.capabilities.metric.Ceilometer
5837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5838         occurrences:
5839         - 1
5840         - UNBOUNDED
5841       disk.device.write.bytes.rate_cscf_server_0:
5842         type: org.openecomp.capabilities.metric.Ceilometer
5843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5844         occurrences:
5845         - 1
5846         - UNBOUNDED
5847       disk.device.capacity_cscf_server_0:
5848         type: org.openecomp.capabilities.metric.Ceilometer
5849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5850         occurrences:
5851         - 1
5852         - UNBOUNDED
5853       feature_cscf_server_0:
5854         type: tosca.capabilities.Node
5855         occurrences:
5856         - 1
5857         - UNBOUNDED
5858       endpoint_cscf_server_0:
5859         type: tosca.capabilities.Endpoint.Admin
5860         occurrences:
5861         - 1
5862         - UNBOUNDED
5863       disk.root.size_cscf_server_0:
5864         type: org.openecomp.capabilities.metric.Ceilometer
5865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5866         occurrences:
5867         - 1
5868         - UNBOUNDED
5869       vcpus_cscf_server_0:
5870         type: org.openecomp.capabilities.metric.Ceilometer
5871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5872         occurrences:
5873         - 1
5874         - UNBOUNDED
5875       binding_cscf_server_0:
5876         type: tosca.capabilities.network.Bindable
5877         occurrences:
5878         - 1
5879         - UNBOUNDED
5880       disk.write.bytes.rate_cscf_server_0:
5881         type: org.openecomp.capabilities.metric.Ceilometer
5882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5883         occurrences:
5884         - 1
5885         - UNBOUNDED
5886       host_cscf_server_0:
5887         type: tosca.capabilities.Container
5888         valid_source_types:
5889         - tosca.nodes.SoftwareComponent
5890         occurrences:
5891         - 1
5892         - UNBOUNDED
5893       network.outpoing.packets_cscf_internal_0_port_0:
5894         type: org.openecomp.capabilities.metric.Ceilometer
5895         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5896         occurrences:
5897         - 1
5898         - UNBOUNDED
5899       instance_cscf_server_0:
5900         type: org.openecomp.capabilities.metric.Ceilometer
5901         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5902         occurrences:
5903         - 1
5904         - UNBOUNDED
5905       disk.read.bytes.rate_cscf_server_0:
5906         type: org.openecomp.capabilities.metric.Ceilometer
5907         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5908         occurrences:
5909         - 1
5910         - UNBOUNDED
5911       memory_cscf_server_0:
5912         type: org.openecomp.capabilities.metric.Ceilometer
5913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5914         occurrences:
5915         - 1
5916         - UNBOUNDED
5917       disk.write.requests_cscf_server_0:
5918         type: org.openecomp.capabilities.metric.Ceilometer
5919         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5920         occurrences:
5921         - 1
5922         - UNBOUNDED
5923       attachment_cscf_internal_0_port_0:
5924         type: tosca.capabilities.Attachment
5925         occurrences:
5926         - 1
5927         - UNBOUNDED
5928       disk.device.read.requests.rate_cscf_server_0:
5929         type: org.openecomp.capabilities.metric.Ceilometer
5930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5931         occurrences:
5932         - 1
5933         - UNBOUNDED
5934       network.outgoing.bytes.rate_cscf_internal_0_port_0:
5935         type: org.openecomp.capabilities.metric.Ceilometer
5936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5937         occurrences:
5938         - 1
5939         - UNBOUNDED
5940       disk.write.bytes_cscf_server_0:
5941         type: org.openecomp.capabilities.metric.Ceilometer
5942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5943         occurrences:
5944         - 1
5945         - UNBOUNDED
5946       cpu.delta_cscf_server_0:
5947         type: org.openecomp.capabilities.metric.Ceilometer
5948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5949         occurrences:
5950         - 1
5951         - UNBOUNDED
5952       network.incoming.bytes_cscf_internal_0_port_0:
5953         type: org.openecomp.capabilities.metric.Ceilometer
5954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5955         occurrences:
5956         - 1
5957         - UNBOUNDED
5958       disk.device.read.bytes.rate_cscf_server_0:
5959         type: org.openecomp.capabilities.metric.Ceilometer
5960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5961         occurrences:
5962         - 1
5963         - UNBOUNDED
5964       binding_cscf_internal_0_port_0:
5965         type: tosca.capabilities.network.Bindable
5966         valid_source_types:
5967         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5968         occurrences:
5969         - 0
5970         - UNBOUNDED
5971       disk.device.write.requests_cscf_server_0:
5972         type: org.openecomp.capabilities.metric.Ceilometer
5973         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5974         occurrences:
5975         - 1
5976         - UNBOUNDED
5977       disk.device.write.requests.rate_cscf_server_0:
5978         type: org.openecomp.capabilities.metric.Ceilometer
5979         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5980         occurrences:
5981         - 1
5982         - UNBOUNDED
5983       disk.read.bytes_cscf_server_0:
5984         type: org.openecomp.capabilities.metric.Ceilometer
5985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5986         occurrences:
5987         - 1
5988         - UNBOUNDED
5989       disk.capacity_cscf_server_0:
5990         type: org.openecomp.capabilities.metric.Ceilometer
5991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5992         occurrences:
5993         - 1
5994         - UNBOUNDED
5995       memory.usage_cscf_server_0:
5996         type: org.openecomp.capabilities.metric.Ceilometer
5997         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5998         occurrences:
5999         - 1
6000         - UNBOUNDED
6001       scalable_cscf_server_0:
6002         type: tosca.capabilities.Scalable
6003         occurrences:
6004         - 1
6005         - UNBOUNDED
6006       disk.device.iops_cscf_server_0:
6007         type: org.openecomp.capabilities.metric.Ceilometer
6008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6009         occurrences:
6010         - 1
6011         - UNBOUNDED
6012       disk.iops_cscf_server_0:
6013         type: org.openecomp.capabilities.metric.Ceilometer
6014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6015         occurrences:
6016         - 1
6017         - UNBOUNDED
6018       disk.write.requests.rate_cscf_server_0:
6019         type: org.openecomp.capabilities.metric.Ceilometer
6020         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6021         occurrences:
6022         - 1
6023         - UNBOUNDED
6024       network.incoming.packets.rate_cscf_internal_0_port_0:
6025         type: org.openecomp.capabilities.metric.Ceilometer
6026         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6027         occurrences:
6028         - 1
6029         - UNBOUNDED
6030       os_cscf_server_0:
6031         type: tosca.capabilities.OperatingSystem
6032         occurrences:
6033         - 1
6034         - UNBOUNDED
6035       network.outgoing.packets.rate_cscf_internal_0_port_0:
6036         type: org.openecomp.capabilities.metric.Ceilometer
6037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6038         occurrences:
6039         - 1
6040         - UNBOUNDED
6041       disk.ephemeral.size_cscf_server_0:
6042         type: org.openecomp.capabilities.metric.Ceilometer
6043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6044         occurrences:
6045         - 1
6046         - UNBOUNDED
6047       cpu_util_cscf_server_0:
6048         type: org.openecomp.capabilities.metric.Ceilometer
6049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6050         occurrences:
6051         - 1
6052         - UNBOUNDED
6053       memory.resident_cscf_server_0:
6054         type: org.openecomp.capabilities.metric.Ceilometer
6055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6056         occurrences:
6057         - 1
6058         - UNBOUNDED
6059       network.incoming.bytes.rate_cscf_internal_0_port_0:
6060         type: org.openecomp.capabilities.metric.Ceilometer
6061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6062         occurrences:
6063         - 1
6064         - UNBOUNDED
6065       disk.latency_cscf_server_0:
6066         type: org.openecomp.capabilities.metric.Ceilometer
6067         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6068         occurrences:
6069         - 1
6070         - UNBOUNDED
6071       disk.device.latency_cscf_server_0:
6072         type: org.openecomp.capabilities.metric.Ceilometer
6073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6074         occurrences:
6075         - 1
6076         - UNBOUNDED
6077       disk.device.write.bytes_cscf_server_0:
6078         type: org.openecomp.capabilities.metric.Ceilometer
6079         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6080         occurrences:
6081         - 1
6082         - UNBOUNDED
6083   org.openecomp.resource.abstract.nodes.oam:
6084     derived_from: org.openecomp.resource.abstract.nodes.VFC
6085     properties:
6086       port_oam_oam_0_port_name:
6087         type: list
6088         required: true
6089         status: SUPPORTED
6090         entry_schema:
6091           type: string
6092       port_oam_internal_0_port_order:
6093         type: integer
6094         required: true
6095         status: SUPPORTED
6096       port_oam_internal_0_port_subnetpoolid:
6097         type: string
6098         required: true
6099         status: SUPPORTED
6100       port_oam_oam_0_port_fixed_ips:
6101         type: list
6102         required: true
6103         status: SUPPORTED
6104         entry_schema:
6105           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
6106       vm_flavor_name:
6107         type: string
6108         required: true
6109         status: SUPPORTED
6110       port_oam_oam_0_port_vlan_requirements:
6111         type: list
6112         required: true
6113         status: SUPPORTED
6114         entry_schema:
6115           type: org.openecomp.datatypes.network.VlanRequirements
6116       port_oam_oam_0_port_mac_requirements:
6117         type: org.openecomp.datatypes.network.MacRequirements
6118         required: true
6119         status: SUPPORTED
6120       port_oam_internal_0_port_ip_requirements:
6121         type: list
6122         required: true
6123         status: SUPPORTED
6124         entry_schema:
6125           type: org.openecomp.datatypes.network.IpRequirements
6126       port_oam_internal_0_port_network:
6127         type: list
6128         required: true
6129         status: SUPPORTED
6130         entry_schema:
6131           type: string
6132       port_oam_oam_0_port_order:
6133         type: integer
6134         required: true
6135         status: SUPPORTED
6136       vm_image_name:
6137         type: string
6138         required: true
6139         status: SUPPORTED
6140       compute_oam_config_drive:
6141         type: list
6142         required: true
6143         status: SUPPORTED
6144         entry_schema:
6145           type: boolean
6146       port_oam_oam_0_port_network_role:
6147         type: string
6148         required: true
6149         status: SUPPORTED
6150       port_oam_internal_0_port_exCP_naming:
6151         type: org.openecomp.datatypes.Naming
6152         required: true
6153         status: SUPPORTED
6154       port_oam_internal_0_port_name:
6155         type: list
6156         required: true
6157         status: SUPPORTED
6158         entry_schema:
6159           type: string
6160       port_oam_oam_0_port_allowed_address_pairs:
6161         type: list
6162         required: true
6163         status: SUPPORTED
6164         entry_schema:
6165           type: org.openecomp.datatypes.heat.network.AddressPair
6166       port_oam_internal_0_port_security_groups:
6167         type: list
6168         required: true
6169         status: SUPPORTED
6170         entry_schema:
6171           type: json
6172       port_oam_internal_0_port_fixed_ips:
6173         type: list
6174         required: true
6175         status: SUPPORTED
6176         entry_schema:
6177           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
6178       port_oam_oam_0_port_network_role_tag:
6179         type: string
6180         required: true
6181         status: SUPPORTED
6182       port_oam_oam_0_port_subnetpoolid:
6183         type: string
6184         required: true
6185         status: SUPPORTED
6186       index_value:
6187         type: integer
6188         description: Index value of this substitution service template runtime instance
6189         required: false
6190         default: 0
6191         status: SUPPORTED
6192         constraints:
6193         - greater_or_equal: 0
6194       compute_oam_user_data_format:
6195         type: list
6196         required: true
6197         status: SUPPORTED
6198         entry_schema:
6199           type: string
6200       port_oam_oam_0_port_network:
6201         type: list
6202         required: true
6203         status: SUPPORTED
6204         entry_schema:
6205           type: string
6206       port_oam_internal_0_port_network_role_tag:
6207         type: string
6208         required: true
6209         status: SUPPORTED
6210       port_oam_internal_0_port_network_role:
6211         type: string
6212         required: true
6213         status: SUPPORTED
6214       port_oam_oam_0_port_ip_requirements:
6215         type: list
6216         required: true
6217         status: SUPPORTED
6218         entry_schema:
6219           type: org.openecomp.datatypes.network.IpRequirements
6220       port_oam_internal_0_port_mac_requirements:
6221         type: org.openecomp.datatypes.network.MacRequirements
6222         required: true
6223         status: SUPPORTED
6224       port_oam_oam_0_port_exCP_naming:
6225         type: org.openecomp.datatypes.Naming
6226         required: true
6227         status: SUPPORTED
6228       compute_oam_scheduler_hints:
6229         type: list
6230         required: true
6231         status: SUPPORTED
6232         entry_schema:
6233           type: json
6234       port_oam_internal_0_port_allowed_address_pairs:
6235         type: list
6236         required: true
6237         status: SUPPORTED
6238         entry_schema:
6239           type: org.openecomp.datatypes.heat.network.AddressPair
6240       port_oam_internal_0_port_vlan_requirements:
6241         type: list
6242         required: true
6243         status: SUPPORTED
6244         entry_schema:
6245           type: org.openecomp.datatypes.network.VlanRequirements
6246       compute_oam_availability_zone:
6247         type: list
6248         required: true
6249         status: SUPPORTED
6250         entry_schema:
6251           type: string
6252       compute_oam_metadata:
6253         type: list
6254         required: true
6255         status: SUPPORTED
6256         entry_schema:
6257           type: json
6258       compute_oam_name:
6259         type: list
6260         required: true
6261         status: SUPPORTED
6262         entry_schema:
6263           type: string
6264       port_oam_oam_0_port_security_groups:
6265         type: list
6266         required: true
6267         status: SUPPORTED
6268         entry_schema:
6269           type: json
6270     requirements:
6271     - dependency_oam_oam_oam_0_port:
6272         capability: tosca.capabilities.Node
6273         node: tosca.nodes.Root
6274         relationship: tosca.relationships.DependsOn
6275         occurrences:
6276         - 0
6277         - UNBOUNDED
6278     - link_oam_oam_oam_0_port:
6279         capability: tosca.capabilities.network.Linkable
6280         relationship: tosca.relationships.network.LinksTo
6281         occurrences:
6282         - 1
6283         - 1
6284     - dependency_oam_oam_internal_0_port:
6285         capability: tosca.capabilities.Node
6286         node: tosca.nodes.Root
6287         relationship: tosca.relationships.DependsOn
6288         occurrences:
6289         - 0
6290         - UNBOUNDED
6291     - link_oam_oam_internal_0_port:
6292         capability: tosca.capabilities.network.Linkable
6293         relationship: tosca.relationships.network.LinksTo
6294         occurrences:
6295         - 1
6296         - 1
6297     - dependency_oam:
6298         capability: tosca.capabilities.Node
6299         node: tosca.nodes.Root
6300         relationship: tosca.relationships.DependsOn
6301         occurrences:
6302         - 0
6303         - UNBOUNDED
6304     - local_storage_oam:
6305         capability: tosca.capabilities.Attachment
6306         node: tosca.nodes.BlockStorage
6307         relationship: tosca.relationships.AttachesTo
6308         occurrences:
6309         - 0
6310         - UNBOUNDED
6311     capabilities:
6312       cpu_oam:
6313         type: org.openecomp.capabilities.metric.Ceilometer
6314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6315         occurrences:
6316         - 1
6317         - UNBOUNDED
6318       attachment_oam_oam_oam_0_port:
6319         type: tosca.capabilities.Attachment
6320         occurrences:
6321         - 1
6322         - UNBOUNDED
6323       network.incoming.packets_oam_oam_oam_0_port:
6324         type: org.openecomp.capabilities.metric.Ceilometer
6325         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6326         occurrences:
6327         - 1
6328         - UNBOUNDED
6329       binding_oam_oam_oam_0_port:
6330         type: tosca.capabilities.network.Bindable
6331         valid_source_types:
6332         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6333         occurrences:
6334         - 0
6335         - UNBOUNDED
6336       disk.usage_oam:
6337         type: org.openecomp.capabilities.metric.Ceilometer
6338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6339         occurrences:
6340         - 1
6341         - UNBOUNDED
6342       memory.resident_oam:
6343         type: org.openecomp.capabilities.metric.Ceilometer
6344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6345         occurrences:
6346         - 1
6347         - UNBOUNDED
6348       disk.device.write.bytes_oam:
6349         type: org.openecomp.capabilities.metric.Ceilometer
6350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6351         occurrences:
6352         - 1
6353         - UNBOUNDED
6354       binding_oam_oam_internal_0_port:
6355         type: tosca.capabilities.network.Bindable
6356         valid_source_types:
6357         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6358         occurrences:
6359         - 0
6360         - UNBOUNDED
6361       disk.read.bytes_oam:
6362         type: org.openecomp.capabilities.metric.Ceilometer
6363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6364         occurrences:
6365         - 1
6366         - UNBOUNDED
6367       network.incoming.packets_oam_oam_internal_0_port:
6368         type: org.openecomp.capabilities.metric.Ceilometer
6369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6370         occurrences:
6371         - 1
6372         - UNBOUNDED
6373       network.incoming.packets.rate_oam_oam_internal_0_port:
6374         type: org.openecomp.capabilities.metric.Ceilometer
6375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6376         occurrences:
6377         - 1
6378         - UNBOUNDED
6379       scalable_oam:
6380         type: tosca.capabilities.Scalable
6381         occurrences:
6382         - 1
6383         - UNBOUNDED
6384       feature_oam:
6385         type: tosca.capabilities.Node
6386         occurrences:
6387         - 1
6388         - UNBOUNDED
6389       disk.allocation_oam:
6390         type: org.openecomp.capabilities.metric.Ceilometer
6391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6392         occurrences:
6393         - 1
6394         - UNBOUNDED
6395       disk.device.usage_oam:
6396         type: org.openecomp.capabilities.metric.Ceilometer
6397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6398         occurrences:
6399         - 1
6400         - UNBOUNDED
6401       binding_oam:
6402         type: tosca.capabilities.network.Bindable
6403         occurrences:
6404         - 1
6405         - UNBOUNDED
6406       disk.device.read.bytes.rate_oam:
6407         type: org.openecomp.capabilities.metric.Ceilometer
6408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6409         occurrences:
6410         - 1
6411         - UNBOUNDED
6412       network.outgoing.bytes_oam_oam_internal_0_port:
6413         type: org.openecomp.capabilities.metric.Ceilometer
6414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6415         occurrences:
6416         - 1
6417         - UNBOUNDED
6418       disk.write.bytes.rate_oam:
6419         type: org.openecomp.capabilities.metric.Ceilometer
6420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6421         occurrences:
6422         - 1
6423         - UNBOUNDED
6424       disk.device.write.bytes.rate_oam:
6425         type: org.openecomp.capabilities.metric.Ceilometer
6426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6427         occurrences:
6428         - 1
6429         - UNBOUNDED
6430       disk.device.allocation_oam:
6431         type: org.openecomp.capabilities.metric.Ceilometer
6432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6433         occurrences:
6434         - 1
6435         - UNBOUNDED
6436       network.outpoing.packets_oam_oam_internal_0_port:
6437         type: org.openecomp.capabilities.metric.Ceilometer
6438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6439         occurrences:
6440         - 1
6441         - UNBOUNDED
6442       feature_oam_oam_oam_0_port:
6443         type: tosca.capabilities.Node
6444         occurrences:
6445         - 1
6446         - UNBOUNDED
6447       network.incoming.packets.rate_oam_oam_oam_0_port:
6448         type: org.openecomp.capabilities.metric.Ceilometer
6449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6450         occurrences:
6451         - 1
6452         - UNBOUNDED
6453       disk.ephemeral.size_oam:
6454         type: org.openecomp.capabilities.metric.Ceilometer
6455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6456         occurrences:
6457         - 1
6458         - UNBOUNDED
6459       attachment_oam_oam_internal_0_port:
6460         type: tosca.capabilities.Attachment
6461         occurrences:
6462         - 1
6463         - UNBOUNDED
6464       disk.write.requests_oam:
6465         type: org.openecomp.capabilities.metric.Ceilometer
6466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6467         occurrences:
6468         - 1
6469         - UNBOUNDED
6470       disk.capacity_oam:
6471         type: org.openecomp.capabilities.metric.Ceilometer
6472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6473         occurrences:
6474         - 1
6475         - UNBOUNDED
6476       instance_oam:
6477         type: org.openecomp.capabilities.metric.Ceilometer
6478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6479         occurrences:
6480         - 1
6481         - UNBOUNDED
6482       disk.root.size_oam:
6483         type: org.openecomp.capabilities.metric.Ceilometer
6484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6485         occurrences:
6486         - 1
6487         - UNBOUNDED
6488       network.incoming.bytes_oam_oam_internal_0_port:
6489         type: org.openecomp.capabilities.metric.Ceilometer
6490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6491         occurrences:
6492         - 1
6493         - UNBOUNDED
6494       feature_oam_oam_internal_0_port:
6495         type: tosca.capabilities.Node
6496         occurrences:
6497         - 1
6498         - UNBOUNDED
6499       memory_oam:
6500         type: org.openecomp.capabilities.metric.Ceilometer
6501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6502         occurrences:
6503         - 1
6504         - UNBOUNDED
6505       cpu.delta_oam:
6506         type: org.openecomp.capabilities.metric.Ceilometer
6507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6508         occurrences:
6509         - 1
6510         - UNBOUNDED
6511       disk.device.write.requests_oam:
6512         type: org.openecomp.capabilities.metric.Ceilometer
6513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6514         occurrences:
6515         - 1
6516         - UNBOUNDED
6517       network.incoming.bytes.rate_oam_oam_internal_0_port:
6518         type: org.openecomp.capabilities.metric.Ceilometer
6519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6520         occurrences:
6521         - 1
6522         - UNBOUNDED
6523       network.outgoing.bytes_oam_oam_oam_0_port:
6524         type: org.openecomp.capabilities.metric.Ceilometer
6525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6526         occurrences:
6527         - 1
6528         - UNBOUNDED
6529       disk.device.read.requests.rate_oam:
6530         type: org.openecomp.capabilities.metric.Ceilometer
6531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6532         occurrences:
6533         - 1
6534         - UNBOUNDED
6535       disk.write.requests.rate_oam:
6536         type: org.openecomp.capabilities.metric.Ceilometer
6537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6538         occurrences:
6539         - 1
6540         - UNBOUNDED
6541       disk.device.latency_oam:
6542         type: org.openecomp.capabilities.metric.Ceilometer
6543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6544         occurrences:
6545         - 1
6546         - UNBOUNDED
6547       network.outgoing.bytes.rate_oam_oam_internal_0_port:
6548         type: org.openecomp.capabilities.metric.Ceilometer
6549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6550         occurrences:
6551         - 1
6552         - UNBOUNDED
6553       disk.device.iops_oam:
6554         type: org.openecomp.capabilities.metric.Ceilometer
6555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6556         occurrences:
6557         - 1
6558         - UNBOUNDED
6559       vcpus_oam:
6560         type: org.openecomp.capabilities.metric.Ceilometer
6561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6562         occurrences:
6563         - 1
6564         - UNBOUNDED
6565       disk.device.write.requests.rate_oam:
6566         type: org.openecomp.capabilities.metric.Ceilometer
6567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6568         occurrences:
6569         - 1
6570         - UNBOUNDED
6571       disk.device.read.bytes_oam:
6572         type: org.openecomp.capabilities.metric.Ceilometer
6573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6574         occurrences:
6575         - 1
6576         - UNBOUNDED
6577       host_oam:
6578         type: tosca.capabilities.Container
6579         valid_source_types:
6580         - tosca.nodes.SoftwareComponent
6581         occurrences:
6582         - 1
6583         - UNBOUNDED
6584       endpoint_oam:
6585         type: tosca.capabilities.Endpoint.Admin
6586         occurrences:
6587         - 1
6588         - UNBOUNDED
6589       disk.device.read.requests_oam:
6590         type: org.openecomp.capabilities.metric.Ceilometer
6591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6592         occurrences:
6593         - 1
6594         - UNBOUNDED
6595       network.outgoing.packets.rate_oam_oam_oam_0_port:
6596         type: org.openecomp.capabilities.metric.Ceilometer
6597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6598         occurrences:
6599         - 1
6600         - UNBOUNDED
6601       disk.iops_oam:
6602         type: org.openecomp.capabilities.metric.Ceilometer
6603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6604         occurrences:
6605         - 1
6606         - UNBOUNDED
6607       disk.read.bytes.rate_oam:
6608         type: org.openecomp.capabilities.metric.Ceilometer
6609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6610         occurrences:
6611         - 1
6612         - UNBOUNDED
6613       network.outgoing.packets.rate_oam_oam_internal_0_port:
6614         type: org.openecomp.capabilities.metric.Ceilometer
6615         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6616         occurrences:
6617         - 1
6618         - UNBOUNDED
6619       network.incoming.bytes.rate_oam_oam_oam_0_port:
6620         type: org.openecomp.capabilities.metric.Ceilometer
6621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6622         occurrences:
6623         - 1
6624         - UNBOUNDED
6625       network.incoming.bytes_oam_oam_oam_0_port:
6626         type: org.openecomp.capabilities.metric.Ceilometer
6627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6628         occurrences:
6629         - 1
6630         - UNBOUNDED
6631       cpu_util_oam:
6632         type: org.openecomp.capabilities.metric.Ceilometer
6633         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6634         occurrences:
6635         - 1
6636         - UNBOUNDED
6637       os_oam:
6638         type: tosca.capabilities.OperatingSystem
6639         occurrences:
6640         - 1
6641         - UNBOUNDED
6642       memory.usage_oam:
6643         type: org.openecomp.capabilities.metric.Ceilometer
6644         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6645         occurrences:
6646         - 1
6647         - UNBOUNDED
6648       disk.latency_oam:
6649         type: org.openecomp.capabilities.metric.Ceilometer
6650         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6651         occurrences:
6652         - 1
6653         - UNBOUNDED
6654       network.outpoing.packets_oam_oam_oam_0_port:
6655         type: org.openecomp.capabilities.metric.Ceilometer
6656         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6657         occurrences:
6658         - 1
6659         - UNBOUNDED
6660       disk.write.bytes_oam:
6661         type: org.openecomp.capabilities.metric.Ceilometer
6662         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6663         occurrences:
6664         - 1
6665         - UNBOUNDED
6666       disk.read.requests_oam:
6667         type: org.openecomp.capabilities.metric.Ceilometer
6668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6669         occurrences:
6670         - 1
6671         - UNBOUNDED
6672       disk.device.capacity_oam:
6673         type: org.openecomp.capabilities.metric.Ceilometer
6674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6675         occurrences:
6676         - 1
6677         - UNBOUNDED
6678       network.outgoing.bytes.rate_oam_oam_oam_0_port:
6679         type: org.openecomp.capabilities.metric.Ceilometer
6680         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6681         occurrences:
6682         - 1
6683         - UNBOUNDED
6684   org.openecomp.resource.abstract.nodes.heat.tdcore:
6685     derived_from: org.openecomp.resource.abstract.nodes.VFC
6686     properties:
6687       vf_module_id:
6688         type: string
6689         description: Unique ID for this VF Module instance
6690         required: true
6691         status: SUPPORTED
6692       internal_net_id:
6693         type: string
6694         description: internal network name/uuid
6695         required: true
6696         status: SUPPORTED
6697       vcscf_release:
6698         type: string
6699         description: IMS release
6700         required: true
6701         status: SUPPORTED
6702       tdcore_security_group:
6703         type: string
6704         description: security group
6705         required: true
6706         status: SUPPORTED
6707       tdcore_names:
6708         type: list
6709         description: List of instance names for TDCORE instances
6710         required: true
6711         status: SUPPORTED
6712         entry_schema: *id001
6713       port_tdcore_dpdk_0_port_1_network_role_tag:
6714         type: string
6715         required: true
6716         status: SUPPORTED
6717       port_tdcore_dpdk_0_port_1_ip_requirements:
6718         type: list
6719         required: true
6720         status: SUPPORTED
6721         entry_schema:
6722           type: org.openecomp.datatypes.network.IpRequirements
6723       port_tdcore_internal_0_port_0_vlan_requirements:
6724         type: list
6725         required: true
6726         status: SUPPORTED
6727         entry_schema:
6728           type: org.openecomp.datatypes.network.VlanRequirements
6729       vcscf_gateway:
6730         type: string
6731         description: OAM unit virtual ip
6732         required: true
6733         status: SUPPORTED
6734       vnf_name:
6735         type: string
6736         description: Unique name for this VF instance
6737         required: true
6738         status: SUPPORTED
6739       port_tdcore_internal_0_port_0_network_role:
6740         type: string
6741         required: true
6742         status: SUPPORTED
6743       port_tdcore_dpdk_0_port_1_exCP_naming:
6744         type: org.openecomp.datatypes.Naming
6745         required: true
6746         status: SUPPORTED
6747       vf_module_name:
6748         type: string
6749         description: Unique name for this VF Module instance
6750         required: true
6751         status: SUPPORTED
6752       internal_dpdk_net_id:
6753         type: string
6754         description: internal dpdk network name/uuid
6755         required: true
6756         status: SUPPORTED
6757       port_tdcore_dpdk_0_port_1_vlan_requirements:
6758         type: list
6759         required: true
6760         status: SUPPORTED
6761         entry_schema:
6762           type: org.openecomp.datatypes.network.VlanRequirements
6763       port_tdcore_dpdk_0_port_1_order:
6764         type: integer
6765         required: true
6766         status: SUPPORTED
6767       port_tdcore_internal_0_port_0_order:
6768         type: integer
6769         required: true
6770         status: SUPPORTED
6771       vcscf_swrepo_address:
6772         type: string
6773         description: SWRepo IP or FQDN
6774         required: true
6775         status: SUPPORTED
6776       vnf_id:
6777         type: string
6778         description: Unique ID for this VF instance
6779         required: true
6780         status: SUPPORTED
6781       availability_zone_0:
6782         type: string
6783         description: Availability zone name.
6784         required: true
6785         status: SUPPORTED
6786       port_tdcore_dpdk_0_port_1_mac_requirements:
6787         type: org.openecomp.datatypes.network.MacRequirements
6788         required: true
6789         status: SUPPORTED
6790       tdcore_flavor_name:
6791         type: string
6792         description: flavor name
6793         required: true
6794         status: SUPPORTED
6795       tdcore_image_name:
6796         type: string
6797         description: image name
6798         required: true
6799         status: SUPPORTED
6800       vcscf_cmrepo_address:
6801         type: string
6802         description: CMRepo IP or FQDN
6803         required: true
6804         status: SUPPORTED
6805       vcscf_dns_address:
6806         type: string
6807         description: DNS server IP
6808         required: true
6809         status: SUPPORTED
6810       vcscf_internal_network_mtu:
6811         type: float
6812         description: MTU for internal network interface (eth0)
6813         required: true
6814         status: SUPPORTED
6815         constraints: *id002
6816       port_tdcore_dpdk_0_port_1_network_role:
6817         type: string
6818         required: true
6819         status: SUPPORTED
6820       tdcore_server_group:
6821         type: string
6822         description: server group name/id
6823         required: true
6824         status: SUPPORTED
6825       index:
6826         type: float
6827         description: index
6828         required: true
6829         status: SUPPORTED
6830         constraints: *id003
6831       vcscf_internal_netmask:
6832         type: string
6833         description: internal netmask
6834         required: true
6835         status: SUPPORTED
6836       port_tdcore_internal_0_port_0_ip_requirements:
6837         type: list
6838         required: true
6839         status: SUPPORTED
6840         entry_schema:
6841           type: org.openecomp.datatypes.network.IpRequirements
6842       vcscf_name_delimeter:
6843         type: string
6844         description: 'delimeter used in concatenating different words while naming
6845           (ex: "-","_",".",...)'
6846         required: true
6847         status: SUPPORTED
6848         constraints: *id004
6849       tdcore_internal_ips:
6850         type: list
6851         description: List of Internal Lan IPs for TDCORE instances
6852         required: true
6853         status: SUPPORTED
6854         entry_schema: *id005
6855       tdcore_dpdk_ips:
6856         type: list
6857         description: List of DPDK Lan IPs for TDCORE instances
6858         required: true
6859         status: SUPPORTED
6860         entry_schema: *id006
6861       tdcore_uuids:
6862         type: list
6863         description: List of UUIDs generated by cmrepo for TDCORE instances
6864         required: true
6865         status: SUPPORTED
6866         entry_schema: *id007
6867       vcscf_dn:
6868         type: string
6869         description: DN name
6870         required: true
6871         status: SUPPORTED
6872       port_tdcore_internal_0_port_0_network_role_tag:
6873         type: string
6874         required: true
6875         status: SUPPORTED
6876       port_tdcore_internal_0_port_0_mac_requirements:
6877         type: org.openecomp.datatypes.network.MacRequirements
6878         required: true
6879         status: SUPPORTED
6880       port_tdcore_internal_0_port_0_exCP_naming:
6881         type: org.openecomp.datatypes.Naming
6882         required: true
6883         status: SUPPORTED
6884       vcscf_du:
6885         type: string
6886         description: DU name
6887         required: true
6888         status: SUPPORTED
6889       port_tdcore_dpdk_0_port_1_subnetpoolid:
6890         type: string
6891         required: true
6892         status: SUPPORTED
6893       port_tdcore_internal_0_port_0_subnetpoolid:
6894         type: string
6895         required: true
6896         status: SUPPORTED
6897     requirements:
6898     - dependency_tdcore_internal_0_port_0:
6899         capability: tosca.capabilities.Node
6900         node: tosca.nodes.Root
6901         relationship: tosca.relationships.DependsOn
6902         occurrences:
6903         - 0
6904         - UNBOUNDED
6905     - link_tdcore_internal_0_port_0:
6906         capability: tosca.capabilities.network.Linkable
6907         relationship: tosca.relationships.network.LinksTo
6908         occurrences:
6909         - 1
6910         - 1
6911     - dependency_tdcore_dpdk_0_port_1:
6912         capability: tosca.capabilities.Node
6913         node: tosca.nodes.Root
6914         relationship: tosca.relationships.DependsOn
6915         occurrences:
6916         - 0
6917         - UNBOUNDED
6918     - link_tdcore_dpdk_0_port_1:
6919         capability: tosca.capabilities.network.Linkable
6920         relationship: tosca.relationships.network.LinksTo
6921         occurrences:
6922         - 1
6923         - 1
6924     - dependency_tdcore_server_0:
6925         capability: tosca.capabilities.Node
6926         node: tosca.nodes.Root
6927         relationship: tosca.relationships.DependsOn
6928         occurrences:
6929         - 0
6930         - UNBOUNDED
6931     - local_storage_tdcore_server_0:
6932         capability: tosca.capabilities.Attachment
6933         node: tosca.nodes.BlockStorage
6934         relationship: tosca.relationships.AttachesTo
6935         occurrences:
6936         - 0
6937         - UNBOUNDED
6938     capabilities:
6939       feature_tdcore_dpdk_0_port_1:
6940         type: tosca.capabilities.Node
6941         occurrences:
6942         - 1
6943         - UNBOUNDED
6944       disk.write.requests.rate_tdcore_server_0:
6945         type: org.openecomp.capabilities.metric.Ceilometer
6946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6947         occurrences:
6948         - 1
6949         - UNBOUNDED
6950       disk.device.write.bytes_tdcore_server_0:
6951         type: org.openecomp.capabilities.metric.Ceilometer
6952         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6953         occurrences:
6954         - 1
6955         - UNBOUNDED
6956       feature_tdcore_internal_0_port_0:
6957         type: tosca.capabilities.Node
6958         occurrences:
6959         - 1
6960         - UNBOUNDED
6961       network.incoming.packets.rate_tdcore_dpdk_0_port_1:
6962         type: org.openecomp.capabilities.metric.Ceilometer
6963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6964         occurrences:
6965         - 1
6966         - UNBOUNDED
6967       binding_tdcore_internal_0_port_0:
6968         type: tosca.capabilities.network.Bindable
6969         valid_source_types:
6970         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6971         occurrences:
6972         - 0
6973         - UNBOUNDED
6974       network.outgoing.bytes.rate_tdcore_dpdk_0_port_1:
6975         type: org.openecomp.capabilities.metric.Ceilometer
6976         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6977         occurrences:
6978         - 1
6979         - UNBOUNDED
6980       scalable_tdcore_server_0:
6981         type: tosca.capabilities.Scalable
6982         occurrences:
6983         - 1
6984         - UNBOUNDED
6985       network.incoming.packets_tdcore_dpdk_0_port_1:
6986         type: org.openecomp.capabilities.metric.Ceilometer
6987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6988         occurrences:
6989         - 1
6990         - UNBOUNDED
6991       vcpus_tdcore_server_0:
6992         type: org.openecomp.capabilities.metric.Ceilometer
6993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6994         occurrences:
6995         - 1
6996         - UNBOUNDED
6997       disk.allocation_tdcore_server_0:
6998         type: org.openecomp.capabilities.metric.Ceilometer
6999         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7000         occurrences:
7001         - 1
7002         - UNBOUNDED
7003       network.incoming.bytes_tdcore_internal_0_port_0:
7004         type: org.openecomp.capabilities.metric.Ceilometer
7005         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7006         occurrences:
7007         - 1
7008         - UNBOUNDED
7009       network.outpoing.packets_tdcore_internal_0_port_0:
7010         type: org.openecomp.capabilities.metric.Ceilometer
7011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7012         occurrences:
7013         - 1
7014         - UNBOUNDED
7015       memory.resident_tdcore_server_0:
7016         type: org.openecomp.capabilities.metric.Ceilometer
7017         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7018         occurrences:
7019         - 1
7020         - UNBOUNDED
7021       attachment_tdcore_internal_0_port_0:
7022         type: tosca.capabilities.Attachment
7023         occurrences:
7024         - 1
7025         - UNBOUNDED
7026       disk.root.size_tdcore_server_0:
7027         type: org.openecomp.capabilities.metric.Ceilometer
7028         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7029         occurrences:
7030         - 1
7031         - UNBOUNDED
7032       host_tdcore_server_0:
7033         type: tosca.capabilities.Container
7034         valid_source_types:
7035         - tosca.nodes.SoftwareComponent
7036         occurrences:
7037         - 1
7038         - UNBOUNDED
7039       instance_tdcore_server_0:
7040         type: org.openecomp.capabilities.metric.Ceilometer
7041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7042         occurrences:
7043         - 1
7044         - UNBOUNDED
7045       disk.device.read.bytes.rate_tdcore_server_0:
7046         type: org.openecomp.capabilities.metric.Ceilometer
7047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7048         occurrences:
7049         - 1
7050         - UNBOUNDED
7051       disk.latency_tdcore_server_0:
7052         type: org.openecomp.capabilities.metric.Ceilometer
7053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7054         occurrences:
7055         - 1
7056         - UNBOUNDED
7057       disk.write.bytes_tdcore_server_0:
7058         type: org.openecomp.capabilities.metric.Ceilometer
7059         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7060         occurrences:
7061         - 1
7062         - UNBOUNDED
7063       disk.iops_tdcore_server_0:
7064         type: org.openecomp.capabilities.metric.Ceilometer
7065         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7066         occurrences:
7067         - 1
7068         - UNBOUNDED
7069       disk.write.requests_tdcore_server_0:
7070         type: org.openecomp.capabilities.metric.Ceilometer
7071         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7072         occurrences:
7073         - 1
7074         - UNBOUNDED
7075       endpoint_tdcore_server_0:
7076         type: tosca.capabilities.Endpoint.Admin
7077         occurrences:
7078         - 1
7079         - UNBOUNDED
7080       disk.device.read.requests_tdcore_server_0:
7081         type: org.openecomp.capabilities.metric.Ceilometer
7082         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7083         occurrences:
7084         - 1
7085         - UNBOUNDED
7086       disk.device.write.requests_tdcore_server_0:
7087         type: org.openecomp.capabilities.metric.Ceilometer
7088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7089         occurrences:
7090         - 1
7091         - UNBOUNDED
7092       network.outgoing.packets.rate_tdcore_dpdk_0_port_1:
7093         type: org.openecomp.capabilities.metric.Ceilometer
7094         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7095         occurrences:
7096         - 1
7097         - UNBOUNDED
7098       disk.ephemeral.size_tdcore_server_0:
7099         type: org.openecomp.capabilities.metric.Ceilometer
7100         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7101         occurrences:
7102         - 1
7103         - UNBOUNDED
7104       disk.read.requests_tdcore_server_0:
7105         type: org.openecomp.capabilities.metric.Ceilometer
7106         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7107         occurrences:
7108         - 1
7109         - UNBOUNDED
7110       network.outgoing.bytes_tdcore_dpdk_0_port_1:
7111         type: org.openecomp.capabilities.metric.Ceilometer
7112         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7113         occurrences:
7114         - 1
7115         - UNBOUNDED
7116       memory_tdcore_server_0:
7117         type: org.openecomp.capabilities.metric.Ceilometer
7118         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7119         occurrences:
7120         - 1
7121         - UNBOUNDED
7122       disk.device.write.bytes.rate_tdcore_server_0:
7123         type: org.openecomp.capabilities.metric.Ceilometer
7124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7125         occurrences:
7126         - 1
7127         - UNBOUNDED
7128       disk.write.bytes.rate_tdcore_server_0:
7129         type: org.openecomp.capabilities.metric.Ceilometer
7130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7131         occurrences:
7132         - 1
7133         - UNBOUNDED
7134       disk.device.capacity_tdcore_server_0:
7135         type: org.openecomp.capabilities.metric.Ceilometer
7136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7137         occurrences:
7138         - 1
7139         - UNBOUNDED
7140       network.outpoing.packets_tdcore_dpdk_0_port_1:
7141         type: org.openecomp.capabilities.metric.Ceilometer
7142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7143         occurrences:
7144         - 1
7145         - UNBOUNDED
7146       disk.device.read.requests.rate_tdcore_server_0:
7147         type: org.openecomp.capabilities.metric.Ceilometer
7148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7149         occurrences:
7150         - 1
7151         - UNBOUNDED
7152       network.outgoing.bytes_tdcore_internal_0_port_0:
7153         type: org.openecomp.capabilities.metric.Ceilometer
7154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7155         occurrences:
7156         - 1
7157         - UNBOUNDED
7158       disk.read.bytes.rate_tdcore_server_0:
7159         type: org.openecomp.capabilities.metric.Ceilometer
7160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7161         occurrences:
7162         - 1
7163         - UNBOUNDED
7164       network.incoming.packets.rate_tdcore_internal_0_port_0:
7165         type: org.openecomp.capabilities.metric.Ceilometer
7166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7167         occurrences:
7168         - 1
7169         - UNBOUNDED
7170       memory.usage_tdcore_server_0:
7171         type: org.openecomp.capabilities.metric.Ceilometer
7172         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7173         occurrences:
7174         - 1
7175         - UNBOUNDED
7176       os_tdcore_server_0:
7177         type: tosca.capabilities.OperatingSystem
7178         occurrences:
7179         - 1
7180         - UNBOUNDED
7181       disk.device.iops_tdcore_server_0:
7182         type: org.openecomp.capabilities.metric.Ceilometer
7183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7184         occurrences:
7185         - 1
7186         - UNBOUNDED
7187       network.incoming.bytes_tdcore_dpdk_0_port_1:
7188         type: org.openecomp.capabilities.metric.Ceilometer
7189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7190         occurrences:
7191         - 1
7192         - UNBOUNDED
7193       binding_tdcore_server_0:
7194         type: tosca.capabilities.network.Bindable
7195         occurrences:
7196         - 1
7197         - UNBOUNDED
7198       disk.device.read.bytes_tdcore_server_0:
7199         type: org.openecomp.capabilities.metric.Ceilometer
7200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7201         occurrences:
7202         - 1
7203         - UNBOUNDED
7204       cpu.delta_tdcore_server_0:
7205         type: org.openecomp.capabilities.metric.Ceilometer
7206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7207         occurrences:
7208         - 1
7209         - UNBOUNDED
7210       network.outgoing.packets.rate_tdcore_internal_0_port_0:
7211         type: org.openecomp.capabilities.metric.Ceilometer
7212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7213         occurrences:
7214         - 1
7215         - UNBOUNDED
7216       network.incoming.bytes.rate_tdcore_internal_0_port_0:
7217         type: org.openecomp.capabilities.metric.Ceilometer
7218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7219         occurrences:
7220         - 1
7221         - UNBOUNDED
7222       disk.usage_tdcore_server_0:
7223         type: org.openecomp.capabilities.metric.Ceilometer
7224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7225         occurrences:
7226         - 1
7227         - UNBOUNDED
7228       network.outgoing.bytes.rate_tdcore_internal_0_port_0:
7229         type: org.openecomp.capabilities.metric.Ceilometer
7230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7231         occurrences:
7232         - 1
7233         - UNBOUNDED
7234       binding_tdcore_dpdk_0_port_1:
7235         type: tosca.capabilities.network.Bindable
7236         valid_source_types:
7237         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
7238         occurrences:
7239         - 0
7240         - UNBOUNDED
7241       cpu_tdcore_server_0:
7242         type: org.openecomp.capabilities.metric.Ceilometer
7243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7244         occurrences:
7245         - 1
7246         - UNBOUNDED
7247       feature_tdcore_server_0:
7248         type: tosca.capabilities.Node
7249         occurrences:
7250         - 1
7251         - UNBOUNDED
7252       disk.device.write.requests.rate_tdcore_server_0:
7253         type: org.openecomp.capabilities.metric.Ceilometer
7254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7255         occurrences:
7256         - 1
7257         - UNBOUNDED
7258       attachment_tdcore_dpdk_0_port_1:
7259         type: tosca.capabilities.Attachment
7260         occurrences:
7261         - 1
7262         - UNBOUNDED
7263       disk.capacity_tdcore_server_0:
7264         type: org.openecomp.capabilities.metric.Ceilometer
7265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7266         occurrences:
7267         - 1
7268         - UNBOUNDED
7269       network.incoming.bytes.rate_tdcore_dpdk_0_port_1:
7270         type: org.openecomp.capabilities.metric.Ceilometer
7271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7272         occurrences:
7273         - 1
7274         - UNBOUNDED
7275       disk.device.allocation_tdcore_server_0:
7276         type: org.openecomp.capabilities.metric.Ceilometer
7277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7278         occurrences:
7279         - 1
7280         - UNBOUNDED
7281       disk.device.usage_tdcore_server_0:
7282         type: org.openecomp.capabilities.metric.Ceilometer
7283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7284         occurrences:
7285         - 1
7286         - UNBOUNDED
7287       disk.read.bytes_tdcore_server_0:
7288         type: org.openecomp.capabilities.metric.Ceilometer
7289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7290         occurrences:
7291         - 1
7292         - UNBOUNDED
7293       disk.device.latency_tdcore_server_0:
7294         type: org.openecomp.capabilities.metric.Ceilometer
7295         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7296         occurrences:
7297         - 1
7298         - UNBOUNDED
7299       cpu_util_tdcore_server_0:
7300         type: org.openecomp.capabilities.metric.Ceilometer
7301         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7302         occurrences:
7303         - 1
7304         - UNBOUNDED
7305       network.incoming.packets_tdcore_internal_0_port_0:
7306         type: org.openecomp.capabilities.metric.Ceilometer
7307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7308         occurrences:
7309         - 1
7310         - UNBOUNDED
7311   org.openecomp.resource.abstract.nodes.cif:
7312     derived_from: org.openecomp.resource.abstract.nodes.VFC
7313     properties:
7314       port_cif_ims_core_0_port_network:
7315         type: list
7316         required: true
7317         status: SUPPORTED
7318         entry_schema:
7319           type: string
7320       port_cif_oam_0_port_1_name:
7321         type: list
7322         required: true
7323         status: SUPPORTED
7324         entry_schema:
7325           type: string
7326       port_cif_oam_0_port_1_allowed_address_pairs:
7327         type: list
7328         required: true
7329         status: SUPPORTED
7330         entry_schema:
7331           type: org.openecomp.datatypes.heat.network.AddressPair
7332       port_cif_oam_0_port_1_fixed_ips:
7333         type: list
7334         required: true
7335         status: SUPPORTED
7336         entry_schema:
7337           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
7338       port_cif_ims_li_0_port_network_role:
7339         type: string
7340         required: true
7341         status: SUPPORTED
7342       vm_flavor_name:
7343         type: string
7344         required: true
7345         status: SUPPORTED
7346       port_cif_internal_0_port_name:
7347         type: list
7348         required: true
7349         status: SUPPORTED
7350         entry_schema:
7351           type: string
7352       port_cif_oam_0_port_1_order:
7353         type: integer
7354         required: true
7355         status: SUPPORTED
7356       port_cif_internal_0_port_vlan_requirements:
7357         type: list
7358         required: true
7359         status: SUPPORTED
7360         entry_schema:
7361           type: org.openecomp.datatypes.network.VlanRequirements
7362       port_cif_ims_core_0_port_network_role:
7363         type: string
7364         required: true
7365         status: SUPPORTED
7366       port_cif_oam_0_port_1_exCP_naming:
7367         type: org.openecomp.datatypes.Naming
7368         required: true
7369         status: SUPPORTED
7370       port_cif_oam_0_port_3_exCP_naming:
7371         type: org.openecomp.datatypes.Naming
7372         required: true
7373         status: SUPPORTED
7374       vm_image_name:
7375         type: string
7376         required: true
7377         status: SUPPORTED
7378       compute_cif_user_data_format:
7379         type: list
7380         required: true
7381         status: SUPPORTED
7382         entry_schema:
7383           type: string
7384       port_cif_oam_0_port_1_ip_requirements:
7385         type: list
7386         required: true
7387         status: SUPPORTED
7388         entry_schema:
7389           type: org.openecomp.datatypes.network.IpRequirements
7390       port_cif_oam_0_port_1_vlan_requirements:
7391         type: list
7392         required: true
7393         status: SUPPORTED
7394         entry_schema:
7395           type: org.openecomp.datatypes.network.VlanRequirements
7396       port_cif_ims_li_0_port_fixed_ips:
7397         type: list
7398         required: true
7399         status: SUPPORTED
7400         entry_schema:
7401           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
7402       compute_cif_scheduler_hints:
7403         type: list
7404         required: true
7405         status: SUPPORTED
7406         entry_schema:
7407           type: json
7408       port_cif_oam_0_port_1_security_groups:
7409         type: list
7410         required: true
7411         status: SUPPORTED
7412         entry_schema:
7413           type: json
7414       port_cif_internal_0_port_network_role:
7415         type: string
7416         required: true
7417         status: SUPPORTED
7418       port_cif_ims_li_0_port_ip_requirements:
7419         type: list
7420         required: true
7421         status: SUPPORTED
7422         entry_schema:
7423           type: org.openecomp.datatypes.network.IpRequirements
7424       compute_cif_metadata:
7425         type: list
7426         required: true
7427         status: SUPPORTED
7428         entry_schema:
7429           type: json
7430       port_cif_oam_0_port_3_subnetpoolid:
7431         type: string
7432         required: true
7433         status: SUPPORTED
7434       port_cif_ims_li_0_port_name:
7435         type: list
7436         required: true
7437         status: SUPPORTED
7438         entry_schema:
7439           type: string
7440       port_cif_ims_core_0_port_fixed_ips:
7441         type: list
7442         required: true
7443         status: SUPPORTED
7444         entry_schema:
7445           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
7446       port_cif_ims_li_0_port_order:
7447         type: integer
7448         required: true
7449         status: SUPPORTED
7450       port_cif_oam_0_port_3_network_role:
7451         type: string
7452         required: true
7453         status: SUPPORTED
7454       port_cif_oam_0_port_3_network_role_tag:
7455         type: string
7456         required: true
7457         status: SUPPORTED
7458       port_cif_ims_core_0_port_vlan_requirements:
7459         type: list
7460         required: true
7461         status: SUPPORTED
7462         entry_schema:
7463           type: org.openecomp.datatypes.network.VlanRequirements
7464       port_cif_oam_0_port_1_network_role:
7465         type: string
7466         required: true
7467         status: SUPPORTED
7468       port_cif_ims_core_0_port_exCP_naming:
7469         type: org.openecomp.datatypes.Naming
7470         required: true
7471         status: SUPPORTED
7472       port_cif_internal_0_port_subnetpoolid:
7473         type: string
7474         required: true
7475         status: SUPPORTED
7476       port_cif_ims_core_0_port_security_groups:
7477         type: list
7478         required: true
7479         status: SUPPORTED
7480         entry_schema:
7481           type: json
7482       port_cif_oam_0_port_1_subnetpoolid:
7483         type: string
7484         required: true
7485         status: SUPPORTED
7486       port_cif_ims_core_0_port_name:
7487         type: list
7488         required: true
7489         status: SUPPORTED
7490         entry_schema:
7491           type: string
7492       port_cif_oam_0_port_3_order:
7493         type: integer
7494         required: true
7495         status: SUPPORTED
7496       port_cif_internal_0_port_network:
7497         type: list
7498         required: true
7499         status: SUPPORTED
7500         entry_schema:
7501           type: string
7502       port_cif_ims_core_0_port_order:
7503         type: integer
7504         required: true
7505         status: SUPPORTED
7506       port_cif_oam_0_port_3_security_groups:
7507         type: list
7508         required: true
7509         status: SUPPORTED
7510         entry_schema:
7511           type: json
7512       port_cif_ims_core_0_port_ip_requirements:
7513         type: list
7514         required: true
7515         status: SUPPORTED
7516         entry_schema:
7517           type: org.openecomp.datatypes.network.IpRequirements
7518       port_cif_ims_li_0_port_mac_requirements:
7519         type: org.openecomp.datatypes.network.MacRequirements
7520         required: true
7521         status: SUPPORTED
7522       port_cif_oam_0_port_1_network:
7523         type: list
7524         required: true
7525         status: SUPPORTED
7526         entry_schema:
7527           type: string
7528       port_cif_ims_li_0_port_security_groups:
7529         type: list
7530         required: true
7531         status: SUPPORTED
7532         entry_schema:
7533           type: json
7534       port_cif_ims_li_0_port_subnetpoolid:
7535         type: string
7536         required: true
7537         status: SUPPORTED
7538       port_cif_oam_0_port_3_vlan_requirements:
7539         type: list
7540         required: true
7541         status: SUPPORTED
7542         entry_schema:
7543           type: org.openecomp.datatypes.network.VlanRequirements
7544       compute_cif_name:
7545         type: list
7546         required: true
7547         status: SUPPORTED
7548         entry_schema:
7549           type: string
7550       port_cif_internal_0_port_order:
7551         type: integer
7552         required: true
7553         status: SUPPORTED
7554       compute_cif_availability_zone:
7555         type: list
7556         required: true
7557         status: SUPPORTED
7558         entry_schema:
7559           type: string
7560       port_cif_oam_0_port_1_network_role_tag:
7561         type: string
7562         required: true
7563         status: SUPPORTED
7564       port_cif_oam_0_port_3_mac_requirements:
7565         type: org.openecomp.datatypes.network.MacRequirements
7566         required: true
7567         status: SUPPORTED
7568       port_cif_ims_core_0_port_allowed_address_pairs:
7569         type: list
7570         required: true
7571         status: SUPPORTED
7572         entry_schema:
7573           type: org.openecomp.datatypes.heat.network.AddressPair
7574       port_cif_oam_0_port_3_fixed_ips:
7575         type: list
7576         required: true
7577         status: SUPPORTED
7578         entry_schema:
7579           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
7580       port_cif_ims_core_0_port_network_role_tag:
7581         type: string
7582         required: true
7583         status: SUPPORTED
7584       port_cif_ims_li_0_port_exCP_naming:
7585         type: org.openecomp.datatypes.Naming
7586         required: true
7587         status: SUPPORTED
7588       port_cif_ims_li_0_port_allowed_address_pairs:
7589         type: list
7590         required: true
7591         status: SUPPORTED
7592         entry_schema:
7593           type: org.openecomp.datatypes.heat.network.AddressPair
7594       port_cif_ims_core_0_port_subnetpoolid:
7595         type: string
7596         required: true
7597         status: SUPPORTED
7598       port_cif_internal_0_port_network_role_tag:
7599         type: string
7600         required: true
7601         status: SUPPORTED
7602       port_cif_internal_0_port_mac_requirements:
7603         type: org.openecomp.datatypes.network.MacRequirements
7604         required: true
7605         status: SUPPORTED
7606       port_cif_ims_li_0_port_network:
7607         type: list
7608         required: true
7609         status: SUPPORTED
7610         entry_schema:
7611           type: string
7612       port_cif_internal_0_port_security_groups:
7613         type: list
7614         required: true
7615         status: SUPPORTED
7616         entry_schema:
7617           type: json
7618       port_cif_internal_0_port_exCP_naming:
7619         type: org.openecomp.datatypes.Naming
7620         required: true
7621         status: SUPPORTED
7622       port_cif_ims_li_0_port_network_role_tag:
7623         type: string
7624         required: true
7625         status: SUPPORTED
7626       index_value:
7627         type: integer
7628         description: Index value of this substitution service template runtime instance
7629         required: false
7630         default: 0
7631         status: SUPPORTED
7632         constraints:
7633         - greater_or_equal: 0
7634       port_cif_oam_0_port_3_allowed_address_pairs:
7635         type: list
7636         required: true
7637         status: SUPPORTED
7638         entry_schema:
7639           type: org.openecomp.datatypes.heat.network.AddressPair
7640       port_cif_internal_0_port_fixed_ips:
7641         type: list
7642         required: true
7643         status: SUPPORTED
7644         entry_schema:
7645           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
7646       compute_cif_config_drive:
7647         type: list
7648         required: true
7649         status: SUPPORTED
7650         entry_schema:
7651           type: boolean
7652       port_cif_oam_0_port_3_name:
7653         type: list
7654         required: true
7655         status: SUPPORTED
7656         entry_schema:
7657           type: string
7658       port_cif_ims_li_0_port_vlan_requirements:
7659         type: list
7660         required: true
7661         status: SUPPORTED
7662         entry_schema:
7663           type: org.openecomp.datatypes.network.VlanRequirements
7664       port_cif_oam_0_port_3_network:
7665         type: list
7666         required: true
7667         status: SUPPORTED
7668         entry_schema:
7669           type: string
7670       port_cif_ims_core_0_port_mac_requirements:
7671         type: org.openecomp.datatypes.network.MacRequirements
7672         required: true
7673         status: SUPPORTED
7674       port_cif_internal_0_port_allowed_address_pairs:
7675         type: list
7676         required: true
7677         status: SUPPORTED
7678         entry_schema:
7679           type: org.openecomp.datatypes.heat.network.AddressPair
7680       port_cif_oam_0_port_1_mac_requirements:
7681         type: org.openecomp.datatypes.network.MacRequirements
7682         required: true
7683         status: SUPPORTED
7684       port_cif_oam_0_port_3_ip_requirements:
7685         type: list
7686         required: true
7687         status: SUPPORTED
7688         entry_schema:
7689           type: org.openecomp.datatypes.network.IpRequirements
7690       port_cif_internal_0_port_ip_requirements:
7691         type: list
7692         required: true
7693         status: SUPPORTED
7694         entry_schema:
7695           type: org.openecomp.datatypes.network.IpRequirements
7696     requirements:
7697     - dependency_cif:
7698         capability: tosca.capabilities.Node
7699         node: tosca.nodes.Root
7700         relationship: tosca.relationships.DependsOn
7701         occurrences:
7702         - 0
7703         - UNBOUNDED
7704     - local_storage_cif:
7705         capability: tosca.capabilities.Attachment
7706         node: tosca.nodes.BlockStorage
7707         relationship: tosca.relationships.AttachesTo
7708         occurrences:
7709         - 0
7710         - UNBOUNDED
7711     - dependency_cif_cif_internal_0_port:
7712         capability: tosca.capabilities.Node
7713         node: tosca.nodes.Root
7714         relationship: tosca.relationships.DependsOn
7715         occurrences:
7716         - 0
7717         - UNBOUNDED
7718     - link_cif_cif_internal_0_port:
7719         capability: tosca.capabilities.network.Linkable
7720         relationship: tosca.relationships.network.LinksTo
7721         occurrences:
7722         - 1
7723         - 1
7724     - dependency_cif_cif_ims_li_0_port:
7725         capability: tosca.capabilities.Node
7726         node: tosca.nodes.Root
7727         relationship: tosca.relationships.DependsOn
7728         occurrences:
7729         - 0
7730         - UNBOUNDED
7731     - link_cif_cif_ims_li_0_port:
7732         capability: tosca.capabilities.network.Linkable
7733         relationship: tosca.relationships.network.LinksTo
7734         occurrences:
7735         - 1
7736         - 1
7737     - dependency_cif_cif_ims_core_0_port:
7738         capability: tosca.capabilities.Node
7739         node: tosca.nodes.Root
7740         relationship: tosca.relationships.DependsOn
7741         occurrences:
7742         - 0
7743         - UNBOUNDED
7744     - link_cif_cif_ims_core_0_port:
7745         capability: tosca.capabilities.network.Linkable
7746         relationship: tosca.relationships.network.LinksTo
7747         occurrences:
7748         - 1
7749         - 1
7750     - dependency_cif_cif_oam_0_port_1:
7751         capability: tosca.capabilities.Node
7752         node: tosca.nodes.Root
7753         relationship: tosca.relationships.DependsOn
7754         occurrences:
7755         - 0
7756         - UNBOUNDED
7757     - link_cif_cif_oam_0_port_1:
7758         capability: tosca.capabilities.network.Linkable
7759         relationship: tosca.relationships.network.LinksTo
7760         occurrences:
7761         - 1
7762         - 1
7763     - dependency_cif_cif_oam_0_port_3:
7764         capability: tosca.capabilities.Node
7765         node: tosca.nodes.Root
7766         relationship: tosca.relationships.DependsOn
7767         occurrences:
7768         - 0
7769         - UNBOUNDED
7770     - link_cif_cif_oam_0_port_3:
7771         capability: tosca.capabilities.network.Linkable
7772         relationship: tosca.relationships.network.LinksTo
7773         occurrences:
7774         - 1
7775         - 1
7776     capabilities:
7777       network.incoming.bytes.rate_cif_cif_internal_0_port:
7778         type: org.openecomp.capabilities.metric.Ceilometer
7779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7780         occurrences:
7781         - 1
7782         - UNBOUNDED
7783       binding_cif_cif_oam_0_port_3:
7784         type: tosca.capabilities.network.Bindable
7785         valid_source_types:
7786         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
7787         occurrences:
7788         - 0
7789         - UNBOUNDED
7790       binding_cif:
7791         type: tosca.capabilities.network.Bindable
7792         occurrences:
7793         - 1
7794         - UNBOUNDED
7795       cpu_util_cif:
7796         type: org.openecomp.capabilities.metric.Ceilometer
7797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7798         occurrences:
7799         - 1
7800         - UNBOUNDED
7801       disk.device.read.requests_cif:
7802         type: org.openecomp.capabilities.metric.Ceilometer
7803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7804         occurrences:
7805         - 1
7806         - UNBOUNDED
7807       disk.device.write.bytes_cif:
7808         type: org.openecomp.capabilities.metric.Ceilometer
7809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7810         occurrences:
7811         - 1
7812         - UNBOUNDED
7813       network.outgoing.bytes_cif_cif_internal_0_port:
7814         type: org.openecomp.capabilities.metric.Ceilometer
7815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7816         occurrences:
7817         - 1
7818         - UNBOUNDED
7819       disk.latency_cif:
7820         type: org.openecomp.capabilities.metric.Ceilometer
7821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7822         occurrences:
7823         - 1
7824         - UNBOUNDED
7825       os_cif:
7826         type: tosca.capabilities.OperatingSystem
7827         occurrences:
7828         - 1
7829         - UNBOUNDED
7830       memory.usage_cif:
7831         type: org.openecomp.capabilities.metric.Ceilometer
7832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7833         occurrences:
7834         - 1
7835         - UNBOUNDED
7836       attachment_cif_cif_internal_0_port:
7837         type: tosca.capabilities.Attachment
7838         occurrences:
7839         - 1
7840         - UNBOUNDED
7841       network.incoming.bytes.rate_cif_cif_oam_0_port_3:
7842         type: org.openecomp.capabilities.metric.Ceilometer
7843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7844         occurrences:
7845         - 1
7846         - UNBOUNDED
7847       network.incoming.packets.rate_cif_cif_ims_core_0_port:
7848         type: org.openecomp.capabilities.metric.Ceilometer
7849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7850         occurrences:
7851         - 1
7852         - UNBOUNDED
7853       network.incoming.bytes.rate_cif_cif_oam_0_port_1:
7854         type: org.openecomp.capabilities.metric.Ceilometer
7855         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7856         occurrences:
7857         - 1
7858         - UNBOUNDED
7859       feature_cif_cif_internal_0_port:
7860         type: tosca.capabilities.Node
7861         occurrences:
7862         - 1
7863         - UNBOUNDED
7864       network.outgoing.packets.rate_cif_cif_internal_0_port:
7865         type: org.openecomp.capabilities.metric.Ceilometer
7866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7867         occurrences:
7868         - 1
7869         - UNBOUNDED
7870       network.incoming.packets_cif_cif_oam_0_port_1:
7871         type: org.openecomp.capabilities.metric.Ceilometer
7872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7873         occurrences:
7874         - 1
7875         - UNBOUNDED
7876       network.incoming.packets_cif_cif_oam_0_port_3:
7877         type: org.openecomp.capabilities.metric.Ceilometer
7878         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7879         occurrences:
7880         - 1
7881         - UNBOUNDED
7882       network.outgoing.bytes.rate_cif_cif_ims_li_0_port:
7883         type: org.openecomp.capabilities.metric.Ceilometer
7884         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7885         occurrences:
7886         - 1
7887         - UNBOUNDED
7888       instance_cif:
7889         type: org.openecomp.capabilities.metric.Ceilometer
7890         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7891         occurrences:
7892         - 1
7893         - UNBOUNDED
7894       feature_cif_cif_ims_li_0_port:
7895         type: tosca.capabilities.Node
7896         occurrences:
7897         - 1
7898         - UNBOUNDED
7899       network.outgoing.bytes_cif_cif_oam_0_port_3:
7900         type: org.openecomp.capabilities.metric.Ceilometer
7901         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7902         occurrences:
7903         - 1
7904         - UNBOUNDED
7905       network.incoming.bytes_cif_cif_ims_li_0_port:
7906         type: org.openecomp.capabilities.metric.Ceilometer
7907         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7908         occurrences:
7909         - 1
7910         - UNBOUNDED
7911       network.outgoing.bytes_cif_cif_oam_0_port_1:
7912         type: org.openecomp.capabilities.metric.Ceilometer
7913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7914         occurrences:
7915         - 1
7916         - UNBOUNDED
7917       binding_cif_cif_ims_core_0_port:
7918         type: tosca.capabilities.network.Bindable
7919         valid_source_types:
7920         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
7921         occurrences:
7922         - 0
7923         - UNBOUNDED
7924       network.outgoing.bytes.rate_cif_cif_oam_0_port_3:
7925         type: org.openecomp.capabilities.metric.Ceilometer
7926         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7927         occurrences:
7928         - 1
7929         - UNBOUNDED
7930       disk.allocation_cif:
7931         type: org.openecomp.capabilities.metric.Ceilometer
7932         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7933         occurrences:
7934         - 1
7935         - UNBOUNDED
7936       network.outpoing.packets_cif_cif_oam_0_port_3:
7937         type: org.openecomp.capabilities.metric.Ceilometer
7938         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7939         occurrences:
7940         - 1
7941         - UNBOUNDED
7942       network.outpoing.packets_cif_cif_oam_0_port_1:
7943         type: org.openecomp.capabilities.metric.Ceilometer
7944         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7945         occurrences:
7946         - 1
7947         - UNBOUNDED
7948       disk.device.iops_cif:
7949         type: org.openecomp.capabilities.metric.Ceilometer
7950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7951         occurrences:
7952         - 1
7953         - UNBOUNDED
7954       network.incoming.packets.rate_cif_cif_ims_li_0_port:
7955         type: org.openecomp.capabilities.metric.Ceilometer
7956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7957         occurrences:
7958         - 1
7959         - UNBOUNDED
7960       network.incoming.bytes.rate_cif_cif_ims_li_0_port:
7961         type: org.openecomp.capabilities.metric.Ceilometer
7962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7963         occurrences:
7964         - 1
7965         - UNBOUNDED
7966       disk.root.size_cif:
7967         type: org.openecomp.capabilities.metric.Ceilometer
7968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7969         occurrences:
7970         - 1
7971         - UNBOUNDED
7972       disk.device.write.requests_cif:
7973         type: org.openecomp.capabilities.metric.Ceilometer
7974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7975         occurrences:
7976         - 1
7977         - UNBOUNDED
7978       memory.resident_cif:
7979         type: org.openecomp.capabilities.metric.Ceilometer
7980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7981         occurrences:
7982         - 1
7983         - UNBOUNDED
7984       network.outpoing.packets_cif_cif_internal_0_port:
7985         type: org.openecomp.capabilities.metric.Ceilometer
7986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7987         occurrences:
7988         - 1
7989         - UNBOUNDED
7990       network.incoming.packets_cif_cif_ims_li_0_port:
7991         type: org.openecomp.capabilities.metric.Ceilometer
7992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7993         occurrences:
7994         - 1
7995         - UNBOUNDED
7996       network.incoming.packets_cif_cif_ims_core_0_port:
7997         type: org.openecomp.capabilities.metric.Ceilometer
7998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7999         occurrences:
8000         - 1
8001         - UNBOUNDED
8002       network.outgoing.packets.rate_cif_cif_oam_0_port_3:
8003         type: org.openecomp.capabilities.metric.Ceilometer
8004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8005         occurrences:
8006         - 1
8007         - UNBOUNDED
8008       disk.usage_cif:
8009         type: org.openecomp.capabilities.metric.Ceilometer
8010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8011         occurrences:
8012         - 1
8013         - UNBOUNDED
8014       disk.write.bytes.rate_cif:
8015         type: org.openecomp.capabilities.metric.Ceilometer
8016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8017         occurrences:
8018         - 1
8019         - UNBOUNDED
8020       host_cif:
8021         type: tosca.capabilities.Container
8022         valid_source_types:
8023         - tosca.nodes.SoftwareComponent
8024         occurrences:
8025         - 1
8026         - UNBOUNDED
8027       disk.ephemeral.size_cif:
8028         type: org.openecomp.capabilities.metric.Ceilometer
8029         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8030         occurrences:
8031         - 1
8032         - UNBOUNDED
8033       network.outgoing.bytes_cif_cif_ims_li_0_port:
8034         type: org.openecomp.capabilities.metric.Ceilometer
8035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8036         occurrences:
8037         - 1
8038         - UNBOUNDED
8039       disk.write.requests.rate_cif:
8040         type: org.openecomp.capabilities.metric.Ceilometer
8041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8042         occurrences:
8043         - 1
8044         - UNBOUNDED
8045       cpu.delta_cif:
8046         type: org.openecomp.capabilities.metric.Ceilometer
8047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8048         occurrences:
8049         - 1
8050         - UNBOUNDED
8051       disk.read.bytes_cif:
8052         type: org.openecomp.capabilities.metric.Ceilometer
8053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8054         occurrences:
8055         - 1
8056         - UNBOUNDED
8057       scalable_cif:
8058         type: tosca.capabilities.Scalable
8059         occurrences:
8060         - 1
8061         - UNBOUNDED
8062       disk.device.read.requests.rate_cif:
8063         type: org.openecomp.capabilities.metric.Ceilometer
8064         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8065         occurrences:
8066         - 1
8067         - UNBOUNDED
8068       network.incoming.bytes_cif_cif_internal_0_port:
8069         type: org.openecomp.capabilities.metric.Ceilometer
8070         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8071         occurrences:
8072         - 1
8073         - UNBOUNDED
8074       attachment_cif_cif_ims_li_0_port:
8075         type: tosca.capabilities.Attachment
8076         occurrences:
8077         - 1
8078         - UNBOUNDED
8079       network.outgoing.packets.rate_cif_cif_ims_li_0_port:
8080         type: org.openecomp.capabilities.metric.Ceilometer
8081         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8082         occurrences:
8083         - 1
8084         - UNBOUNDED
8085       disk.device.allocation_cif:
8086         type: org.openecomp.capabilities.metric.Ceilometer
8087         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8088         occurrences:
8089         - 1
8090         - UNBOUNDED
8091       binding_cif_cif_internal_0_port:
8092         type: tosca.capabilities.network.Bindable
8093         valid_source_types:
8094         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
8095         occurrences:
8096         - 0
8097         - UNBOUNDED
8098       network.outgoing.packets.rate_cif_cif_ims_core_0_port:
8099         type: org.openecomp.capabilities.metric.Ceilometer
8100         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8101         occurrences:
8102         - 1
8103         - UNBOUNDED
8104       binding_cif_cif_ims_li_0_port:
8105         type: tosca.capabilities.network.Bindable
8106         valid_source_types:
8107         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
8108         occurrences:
8109         - 0
8110         - UNBOUNDED
8111       disk.device.read.bytes.rate_cif:
8112         type: org.openecomp.capabilities.metric.Ceilometer
8113         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8114         occurrences:
8115         - 1
8116         - UNBOUNDED
8117       vcpus_cif:
8118         type: org.openecomp.capabilities.metric.Ceilometer
8119         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8120         occurrences:
8121         - 1
8122         - UNBOUNDED
8123       network.incoming.packets.rate_cif_cif_internal_0_port:
8124         type: org.openecomp.capabilities.metric.Ceilometer
8125         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8126         occurrences:
8127         - 1
8128         - UNBOUNDED
8129       disk.device.write.bytes.rate_cif:
8130         type: org.openecomp.capabilities.metric.Ceilometer
8131         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8132         occurrences:
8133         - 1
8134         - UNBOUNDED
8135       endpoint_cif:
8136         type: tosca.capabilities.Endpoint.Admin
8137         occurrences:
8138         - 1
8139         - UNBOUNDED
8140       disk.device.usage_cif:
8141         type: org.openecomp.capabilities.metric.Ceilometer
8142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8143         occurrences:
8144         - 1
8145         - UNBOUNDED
8146       disk.iops_cif:
8147         type: org.openecomp.capabilities.metric.Ceilometer
8148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8149         occurrences:
8150         - 1
8151         - UNBOUNDED
8152       disk.read.bytes.rate_cif:
8153         type: org.openecomp.capabilities.metric.Ceilometer
8154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8155         occurrences:
8156         - 1
8157         - UNBOUNDED
8158       network.outgoing.packets.rate_cif_cif_oam_0_port_1:
8159         type: org.openecomp.capabilities.metric.Ceilometer
8160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8161         occurrences:
8162         - 1
8163         - UNBOUNDED
8164       network.incoming.bytes_cif_cif_oam_0_port_1:
8165         type: org.openecomp.capabilities.metric.Ceilometer
8166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8167         occurrences:
8168         - 1
8169         - UNBOUNDED
8170       network.incoming.bytes.rate_cif_cif_ims_core_0_port:
8171         type: org.openecomp.capabilities.metric.Ceilometer
8172         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8173         occurrences:
8174         - 1
8175         - UNBOUNDED
8176       network.incoming.bytes_cif_cif_oam_0_port_3:
8177         type: org.openecomp.capabilities.metric.Ceilometer
8178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8179         occurrences:
8180         - 1
8181         - UNBOUNDED
8182       network.outpoing.packets_cif_cif_ims_core_0_port:
8183         type: org.openecomp.capabilities.metric.Ceilometer
8184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8185         occurrences:
8186         - 1
8187         - UNBOUNDED
8188       disk.write.requests_cif:
8189         type: org.openecomp.capabilities.metric.Ceilometer
8190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8191         occurrences:
8192         - 1
8193         - UNBOUNDED
8194       memory_cif:
8195         type: org.openecomp.capabilities.metric.Ceilometer
8196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8197         occurrences:
8198         - 1
8199         - UNBOUNDED
8200       attachment_cif_cif_ims_core_0_port:
8201         type: tosca.capabilities.Attachment
8202         occurrences:
8203         - 1
8204         - UNBOUNDED
8205       network.outgoing.bytes.rate_cif_cif_ims_core_0_port:
8206         type: org.openecomp.capabilities.metric.Ceilometer
8207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8208         occurrences:
8209         - 1
8210         - UNBOUNDED
8211       disk.read.requests_cif:
8212         type: org.openecomp.capabilities.metric.Ceilometer
8213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8214         occurrences:
8215         - 1
8216         - UNBOUNDED
8217       disk.write.bytes_cif:
8218         type: org.openecomp.capabilities.metric.Ceilometer
8219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8220         occurrences:
8221         - 1
8222         - UNBOUNDED
8223       disk.capacity_cif:
8224         type: org.openecomp.capabilities.metric.Ceilometer
8225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8226         occurrences:
8227         - 1
8228         - UNBOUNDED
8229       network.outgoing.bytes_cif_cif_ims_core_0_port:
8230         type: org.openecomp.capabilities.metric.Ceilometer
8231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8232         occurrences:
8233         - 1
8234         - UNBOUNDED
8235       network.outgoing.bytes.rate_cif_cif_oam_0_port_1:
8236         type: org.openecomp.capabilities.metric.Ceilometer
8237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8238         occurrences:
8239         - 1
8240         - UNBOUNDED
8241       network.outpoing.packets_cif_cif_ims_li_0_port:
8242         type: org.openecomp.capabilities.metric.Ceilometer
8243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8244         occurrences:
8245         - 1
8246         - UNBOUNDED
8247       disk.device.capacity_cif:
8248         type: org.openecomp.capabilities.metric.Ceilometer
8249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8250         occurrences:
8251         - 1
8252         - UNBOUNDED
8253       feature_cif_cif_ims_core_0_port:
8254         type: tosca.capabilities.Node
8255         occurrences:
8256         - 1
8257         - UNBOUNDED
8258       feature_cif_cif_oam_0_port_3:
8259         type: tosca.capabilities.Node
8260         occurrences:
8261         - 1
8262         - UNBOUNDED
8263       network.incoming.bytes_cif_cif_ims_core_0_port:
8264         type: org.openecomp.capabilities.metric.Ceilometer
8265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8266         occurrences:
8267         - 1
8268         - UNBOUNDED
8269       feature_cif_cif_oam_0_port_1:
8270         type: tosca.capabilities.Node
8271         occurrences:
8272         - 1
8273         - UNBOUNDED
8274       network.incoming.packets.rate_cif_cif_oam_0_port_3:
8275         type: org.openecomp.capabilities.metric.Ceilometer
8276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8277         occurrences:
8278         - 1
8279         - UNBOUNDED
8280       network.incoming.packets.rate_cif_cif_oam_0_port_1:
8281         type: org.openecomp.capabilities.metric.Ceilometer
8282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8283         occurrences:
8284         - 1
8285         - UNBOUNDED
8286       cpu_cif:
8287         type: org.openecomp.capabilities.metric.Ceilometer
8288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8289         occurrences:
8290         - 1
8291         - UNBOUNDED
8292       attachment_cif_cif_oam_0_port_3:
8293         type: tosca.capabilities.Attachment
8294         occurrences:
8295         - 1
8296         - UNBOUNDED
8297       attachment_cif_cif_oam_0_port_1:
8298         type: tosca.capabilities.Attachment
8299         occurrences:
8300         - 1
8301         - UNBOUNDED
8302       disk.device.read.bytes_cif:
8303         type: org.openecomp.capabilities.metric.Ceilometer
8304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8305         occurrences:
8306         - 1
8307         - UNBOUNDED
8308       disk.device.latency_cif:
8309         type: org.openecomp.capabilities.metric.Ceilometer
8310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8311         occurrences:
8312         - 1
8313         - UNBOUNDED
8314       network.incoming.packets_cif_cif_internal_0_port:
8315         type: org.openecomp.capabilities.metric.Ceilometer
8316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8317         occurrences:
8318         - 1
8319         - UNBOUNDED
8320       disk.device.write.requests.rate_cif:
8321         type: org.openecomp.capabilities.metric.Ceilometer
8322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8323         occurrences:
8324         - 1
8325         - UNBOUNDED
8326       network.outgoing.bytes.rate_cif_cif_internal_0_port:
8327         type: org.openecomp.capabilities.metric.Ceilometer
8328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8329         occurrences:
8330         - 1
8331         - UNBOUNDED
8332       feature_cif:
8333         type: tosca.capabilities.Node
8334         occurrences:
8335         - 1
8336         - UNBOUNDED
8337       binding_cif_cif_oam_0_port_1:
8338         type: tosca.capabilities.network.Bindable
8339         valid_source_types:
8340         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
8341         occurrences:
8342         - 0
8343         - UNBOUNDED
8344   org.openecomp.resource.abstract.nodes.heat.cscf:
8345     derived_from: org.openecomp.resource.abstract.nodes.VFC
8346     properties:
8347       vf_module_id:
8348         type: string
8349         description: Unique ID for this VF Module instance
8350         required: true
8351         status: SUPPORTED
8352       internal_net_id:
8353         type: string
8354         description: internal network name/uuid
8355         required: true
8356         status: SUPPORTED
8357       vcscf_release:
8358         type: string
8359         description: IMS release
8360         required: true
8361         status: SUPPORTED
8362       port_cscf_internal_0_port_0_network_role:
8363         type: string
8364         required: true
8365         status: SUPPORTED
8366       cscf_internal_ips:
8367         type: list
8368         description: List of Internal Lan IPs for CSCF instances
8369         required: true
8370         status: SUPPORTED
8371         entry_schema: *id008
8372       vcscf_gateway:
8373         type: string
8374         description: OAM unit cipa ip
8375         required: true
8376         status: SUPPORTED
8377       vnf_name:
8378         type: string
8379         description: Unique name for this VF instance
8380         required: true
8381         status: SUPPORTED
8382       port_cscf_internal_0_port_0_order:
8383         type: integer
8384         required: true
8385         status: SUPPORTED
8386       vf_module_name:
8387         type: string
8388         description: Unique name for this VF Module instance
8389         required: true
8390         status: SUPPORTED
8391       cscf_image_name:
8392         type: string
8393         description: image name
8394         required: true
8395         status: SUPPORTED
8396       cscf_names:
8397         type: list
8398         description: List of instance names for CSCF instances
8399         required: true
8400         status: SUPPORTED
8401         entry_schema: *id009
8402       port_cscf_internal_0_port_0_subnetpoolid:
8403         type: string
8404         required: true
8405         status: SUPPORTED
8406       vcscf_swrepo_address:
8407         type: string
8408         description: SWRepo IP or FQDN
8409         required: true
8410         status: SUPPORTED
8411       cscf_uuids:
8412         type: list
8413         description: List of UUIDs generated by cmrepo for CSCF instances
8414         required: true
8415         status: SUPPORTED
8416         entry_schema: *id010
8417       vnf_id:
8418         type: string
8419         description: Unique ID for this VF instance
8420         required: true
8421         status: SUPPORTED
8422       availability_zone_0:
8423         type: string
8424         description: Availability zone name for CSCF instances.
8425         required: true
8426         status: SUPPORTED
8427       cscf_internal_v6_ips:
8428         type: list
8429         description: List of Internal Lan v6 IPs for CSCF instances
8430         required: true
8431         status: SUPPORTED
8432         entry_schema: *id011
8433       cscf_flavor_name:
8434         type: string
8435         description: flavor name
8436         required: true
8437         status: SUPPORTED
8438       vcscf_cmrepo_address:
8439         type: string
8440         description: CMRepo IP or FQDN
8441         required: true
8442         status: SUPPORTED
8443       vcscf_dns_address:
8444         type: string
8445         description: DNS server IP
8446         required: true
8447         status: SUPPORTED
8448       vcscf_internal_network_mtu:
8449         type: float
8450         description: MTU for internal network interface (eth0)
8451         required: true
8452         status: SUPPORTED
8453         constraints: *id012
8454       port_cscf_internal_0_port_0_ip_requirements:
8455         type: list
8456         required: true
8457         status: SUPPORTED
8458         entry_schema:
8459           type: org.openecomp.datatypes.network.IpRequirements
8460       port_cscf_internal_0_port_0_vlan_requirements:
8461         type: list
8462         required: true
8463         status: SUPPORTED
8464         entry_schema:
8465           type: org.openecomp.datatypes.network.VlanRequirements
8466       index:
8467         type: float
8468         description: index
8469         required: true
8470         status: SUPPORTED
8471         constraints: *id013
8472       vcscf_internal_netmask:
8473         type: string
8474         description: internal netmask
8475         required: true
8476         status: SUPPORTED
8477       vcscf_name_delimeter:
8478         type: string
8479         description: 'delimeter used in concatenating different words while naming
8480           (ex: "-","_",".",...)'
8481         required: true
8482         status: SUPPORTED
8483         constraints: *id014
8484       port_cscf_internal_0_port_0_network_role_tag:
8485         type: string
8486         required: true
8487         status: SUPPORTED
8488       vcscf_dn:
8489         type: string
8490         description: DN name
8491         required: true
8492         status: SUPPORTED
8493       vcscf_du:
8494         type: string
8495         description: DU name
8496         required: true
8497         status: SUPPORTED
8498       port_cscf_internal_0_port_0_mac_requirements:
8499         type: org.openecomp.datatypes.network.MacRequirements
8500         required: true
8501         status: SUPPORTED
8502       port_cscf_internal_0_port_0_exCP_naming:
8503         type: org.openecomp.datatypes.Naming
8504         required: true
8505         status: SUPPORTED
8506       cscf_security_group:
8507         type: string
8508         description: security group
8509         required: true
8510         status: SUPPORTED
8511     requirements:
8512     - dependency_cscf_server_0:
8513         capability: tosca.capabilities.Node
8514         node: tosca.nodes.Root
8515         relationship: tosca.relationships.DependsOn
8516         occurrences:
8517         - 0
8518         - UNBOUNDED
8519     - local_storage_cscf_server_0:
8520         capability: tosca.capabilities.Attachment
8521         node: tosca.nodes.BlockStorage
8522         relationship: tosca.relationships.AttachesTo
8523         occurrences:
8524         - 0
8525         - UNBOUNDED
8526     - dependency_cscf_internal_0_port_0:
8527         capability: tosca.capabilities.Node
8528         node: tosca.nodes.Root
8529         relationship: tosca.relationships.DependsOn
8530         occurrences:
8531         - 0
8532         - UNBOUNDED
8533     - link_cscf_internal_0_port_0:
8534         capability: tosca.capabilities.network.Linkable
8535         relationship: tosca.relationships.network.LinksTo
8536         occurrences:
8537         - 1
8538         - 1
8539     capabilities:
8540       disk.device.read.requests_cscf_server_0:
8541         type: org.openecomp.capabilities.metric.Ceilometer
8542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8543         occurrences:
8544         - 1
8545         - UNBOUNDED
8546       disk.device.usage_cscf_server_0:
8547         type: org.openecomp.capabilities.metric.Ceilometer
8548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8549         occurrences:
8550         - 1
8551         - UNBOUNDED
8552       disk.device.read.bytes_cscf_server_0:
8553         type: org.openecomp.capabilities.metric.Ceilometer
8554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8555         occurrences:
8556         - 1
8557         - UNBOUNDED
8558       network.outgoing.bytes_cscf_internal_0_port_0:
8559         type: org.openecomp.capabilities.metric.Ceilometer
8560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8561         occurrences:
8562         - 1
8563         - UNBOUNDED
8564       network.incoming.packets_cscf_internal_0_port_0:
8565         type: org.openecomp.capabilities.metric.Ceilometer
8566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8567         occurrences:
8568         - 1
8569         - UNBOUNDED
8570       disk.usage_cscf_server_0:
8571         type: org.openecomp.capabilities.metric.Ceilometer
8572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8573         occurrences:
8574         - 1
8575         - UNBOUNDED
8576       disk.allocation_cscf_server_0:
8577         type: org.openecomp.capabilities.metric.Ceilometer
8578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8579         occurrences:
8580         - 1
8581         - UNBOUNDED
8582       disk.device.allocation_cscf_server_0:
8583         type: org.openecomp.capabilities.metric.Ceilometer
8584         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8585         occurrences:
8586         - 1
8587         - UNBOUNDED
8588       cpu_cscf_server_0:
8589         type: org.openecomp.capabilities.metric.Ceilometer
8590         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8591         occurrences:
8592         - 1
8593         - UNBOUNDED
8594       feature_cscf_internal_0_port_0:
8595         type: tosca.capabilities.Node
8596         occurrences:
8597         - 1
8598         - UNBOUNDED
8599       disk.read.requests_cscf_server_0:
8600         type: org.openecomp.capabilities.metric.Ceilometer
8601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8602         occurrences:
8603         - 1
8604         - UNBOUNDED
8605       disk.device.write.bytes.rate_cscf_server_0:
8606         type: org.openecomp.capabilities.metric.Ceilometer
8607         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8608         occurrences:
8609         - 1
8610         - UNBOUNDED
8611       disk.device.capacity_cscf_server_0:
8612         type: org.openecomp.capabilities.metric.Ceilometer
8613         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8614         occurrences:
8615         - 1
8616         - UNBOUNDED
8617       feature_cscf_server_0:
8618         type: tosca.capabilities.Node
8619         occurrences:
8620         - 1
8621         - UNBOUNDED
8622       endpoint_cscf_server_0:
8623         type: tosca.capabilities.Endpoint.Admin
8624         occurrences:
8625         - 1
8626         - UNBOUNDED
8627       disk.root.size_cscf_server_0:
8628         type: org.openecomp.capabilities.metric.Ceilometer
8629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8630         occurrences:
8631         - 1
8632         - UNBOUNDED
8633       vcpus_cscf_server_0:
8634         type: org.openecomp.capabilities.metric.Ceilometer
8635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8636         occurrences:
8637         - 1
8638         - UNBOUNDED
8639       binding_cscf_server_0:
8640         type: tosca.capabilities.network.Bindable
8641         occurrences:
8642         - 1
8643         - UNBOUNDED
8644       disk.write.bytes.rate_cscf_server_0:
8645         type: org.openecomp.capabilities.metric.Ceilometer
8646         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8647         occurrences:
8648         - 1
8649         - UNBOUNDED
8650       host_cscf_server_0:
8651         type: tosca.capabilities.Container
8652         valid_source_types:
8653         - tosca.nodes.SoftwareComponent
8654         occurrences:
8655         - 1
8656         - UNBOUNDED
8657       network.outpoing.packets_cscf_internal_0_port_0:
8658         type: org.openecomp.capabilities.metric.Ceilometer
8659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8660         occurrences:
8661         - 1
8662         - UNBOUNDED
8663       instance_cscf_server_0:
8664         type: org.openecomp.capabilities.metric.Ceilometer
8665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8666         occurrences:
8667         - 1
8668         - UNBOUNDED
8669       disk.read.bytes.rate_cscf_server_0:
8670         type: org.openecomp.capabilities.metric.Ceilometer
8671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8672         occurrences:
8673         - 1
8674         - UNBOUNDED
8675       memory_cscf_server_0:
8676         type: org.openecomp.capabilities.metric.Ceilometer
8677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8678         occurrences:
8679         - 1
8680         - UNBOUNDED
8681       disk.write.requests_cscf_server_0:
8682         type: org.openecomp.capabilities.metric.Ceilometer
8683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8684         occurrences:
8685         - 1
8686         - UNBOUNDED
8687       attachment_cscf_internal_0_port_0:
8688         type: tosca.capabilities.Attachment
8689         occurrences:
8690         - 1
8691         - UNBOUNDED
8692       disk.device.read.requests.rate_cscf_server_0:
8693         type: org.openecomp.capabilities.metric.Ceilometer
8694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8695         occurrences:
8696         - 1
8697         - UNBOUNDED
8698       network.outgoing.bytes.rate_cscf_internal_0_port_0:
8699         type: org.openecomp.capabilities.metric.Ceilometer
8700         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8701         occurrences:
8702         - 1
8703         - UNBOUNDED
8704       disk.write.bytes_cscf_server_0:
8705         type: org.openecomp.capabilities.metric.Ceilometer
8706         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8707         occurrences:
8708         - 1
8709         - UNBOUNDED
8710       cpu.delta_cscf_server_0:
8711         type: org.openecomp.capabilities.metric.Ceilometer
8712         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8713         occurrences:
8714         - 1
8715         - UNBOUNDED
8716       network.incoming.bytes_cscf_internal_0_port_0:
8717         type: org.openecomp.capabilities.metric.Ceilometer
8718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8719         occurrences:
8720         - 1
8721         - UNBOUNDED
8722       disk.device.read.bytes.rate_cscf_server_0:
8723         type: org.openecomp.capabilities.metric.Ceilometer
8724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8725         occurrences:
8726         - 1
8727         - UNBOUNDED
8728       binding_cscf_internal_0_port_0:
8729         type: tosca.capabilities.network.Bindable
8730         valid_source_types:
8731         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
8732         occurrences:
8733         - 0
8734         - UNBOUNDED
8735       disk.device.write.requests_cscf_server_0:
8736         type: org.openecomp.capabilities.metric.Ceilometer
8737         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8738         occurrences:
8739         - 1
8740         - UNBOUNDED
8741       disk.device.write.requests.rate_cscf_server_0:
8742         type: org.openecomp.capabilities.metric.Ceilometer
8743         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8744         occurrences:
8745         - 1
8746         - UNBOUNDED
8747       disk.read.bytes_cscf_server_0:
8748         type: org.openecomp.capabilities.metric.Ceilometer
8749         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8750         occurrences:
8751         - 1
8752         - UNBOUNDED
8753       disk.capacity_cscf_server_0:
8754         type: org.openecomp.capabilities.metric.Ceilometer
8755         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8756         occurrences:
8757         - 1
8758         - UNBOUNDED
8759       memory.usage_cscf_server_0:
8760         type: org.openecomp.capabilities.metric.Ceilometer
8761         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8762         occurrences:
8763         - 1
8764         - UNBOUNDED
8765       scalable_cscf_server_0:
8766         type: tosca.capabilities.Scalable
8767         occurrences:
8768         - 1
8769         - UNBOUNDED
8770       disk.device.iops_cscf_server_0:
8771         type: org.openecomp.capabilities.metric.Ceilometer
8772         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8773         occurrences:
8774         - 1
8775         - UNBOUNDED
8776       disk.iops_cscf_server_0:
8777         type: org.openecomp.capabilities.metric.Ceilometer
8778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8779         occurrences:
8780         - 1
8781         - UNBOUNDED
8782       disk.write.requests.rate_cscf_server_0:
8783         type: org.openecomp.capabilities.metric.Ceilometer
8784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8785         occurrences:
8786         - 1
8787         - UNBOUNDED
8788       network.incoming.packets.rate_cscf_internal_0_port_0:
8789         type: org.openecomp.capabilities.metric.Ceilometer
8790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8791         occurrences:
8792         - 1
8793         - UNBOUNDED
8794       os_cscf_server_0:
8795         type: tosca.capabilities.OperatingSystem
8796         occurrences:
8797         - 1
8798         - UNBOUNDED
8799       network.outgoing.packets.rate_cscf_internal_0_port_0:
8800         type: org.openecomp.capabilities.metric.Ceilometer
8801         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8802         occurrences:
8803         - 1
8804         - UNBOUNDED
8805       disk.ephemeral.size_cscf_server_0:
8806         type: org.openecomp.capabilities.metric.Ceilometer
8807         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8808         occurrences:
8809         - 1
8810         - UNBOUNDED
8811       cpu_util_cscf_server_0:
8812         type: org.openecomp.capabilities.metric.Ceilometer
8813         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8814         occurrences:
8815         - 1
8816         - UNBOUNDED
8817       memory.resident_cscf_server_0:
8818         type: org.openecomp.capabilities.metric.Ceilometer
8819         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8820         occurrences:
8821         - 1
8822         - UNBOUNDED
8823       network.incoming.bytes.rate_cscf_internal_0_port_0:
8824         type: org.openecomp.capabilities.metric.Ceilometer
8825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8826         occurrences:
8827         - 1
8828         - UNBOUNDED
8829       disk.latency_cscf_server_0:
8830         type: org.openecomp.capabilities.metric.Ceilometer
8831         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8832         occurrences:
8833         - 1
8834         - UNBOUNDED
8835       disk.device.latency_cscf_server_0:
8836         type: org.openecomp.capabilities.metric.Ceilometer
8837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8838         occurrences:
8839         - 1
8840         - UNBOUNDED
8841       disk.device.write.bytes_cscf_server_0:
8842         type: org.openecomp.capabilities.metric.Ceilometer
8843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8844         occurrences:
8845         - 1
8846         - UNBOUNDED