f315b706ff6216390abd15daa4e30085d826af5c
[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.heat.nested-no_vfc_v0.1:
9     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
10     properties:
11       server_group:
12         type: string
13         required: true
14         status: SUPPORTED
15       connectivityChk:
16         type: json
17         required: true
18         status: SUPPORTED
19       availabilityzone_name:
20         type: string
21         description: availabilityzone name
22         required: true
23         status: SUPPORTED
24       oam_net_gw:
25         type: string
26         description: CPS network gateway
27         required: true
28         status: SUPPORTED
29       pcm_image_name:
30         type: string
31         description: PCRF CM image name
32         required: true
33         status: SUPPORTED
34       security_group_name:
35         type: string
36         description: the name of security group
37         required: true
38         status: SUPPORTED
39       cps_net_ip:
40         type: string
41         description: CPS network ip
42         required: true
43         status: SUPPORTED
44       pcm_flavor_name:
45         type: string
46         description: flavor name of PCRF CM instance
47         required: true
48         status: SUPPORTED
49       pcm_vol:
50         type: string
51         description: CPS Cluman Cinder Volume
52         required: true
53         status: SUPPORTED
54       pcm_server_name:
55         type: string
56         description: PCRF CM server name
57         required: true
58         status: SUPPORTED
59       cps_net_name:
60         type: string
61         description: CPS network name
62         required: true
63         status: SUPPORTED
64       cps_net_mask:
65         type: string
66         description: CPS network mask
67         required: true
68         status: SUPPORTED
69       oam_net_ip:
70         type: string
71         description: OAM network ip
72         required: true
73         status: SUPPORTED
74       oam_net_mask:
75         type: string
76         description: CPS network mask
77         required: true
78         status: SUPPORTED
79       pcma_flavor_name:
80         type: string
81         required: true
82         status: SUPPORTED
83       oam_net_name:
84         type: string
85         description: OAM network name
86         required: true
87         status: SUPPORTED
88       pcma_server_name:
89         type: string
90         required: true
91         status: SUPPORTED
92       pcma_image_name:
93         type: string
94         required: true
95         status: SUPPORTED
96     attributes:
97       portId:
98         type: string
99         status: SUPPORTED
100     requirements:
101     - dependency_pcm_port_2:
102         capability: tosca.capabilities.Node
103         node: tosca.nodes.Root
104         relationship: tosca.relationships.DependsOn
105         occurrences:
106         - 0
107         - UNBOUNDED
108     - link_pcm_port_2:
109         capability: tosca.capabilities.network.Linkable
110         relationship: tosca.relationships.network.LinksTo
111         occurrences:
112         - 1
113         - 1
114     - dependency_pcm_port_1:
115         capability: tosca.capabilities.Node
116         node: tosca.nodes.Root
117         relationship: tosca.relationships.DependsOn
118         occurrences:
119         - 0
120         - UNBOUNDED
121     - link_pcm_port_1:
122         capability: tosca.capabilities.network.Linkable
123         relationship: tosca.relationships.network.LinksTo
124         occurrences:
125         - 1
126         - 1
127     - dependency_pcm_port_3:
128         capability: tosca.capabilities.Node
129         node: tosca.nodes.Root
130         relationship: tosca.relationships.DependsOn
131         occurrences:
132         - 0
133         - UNBOUNDED
134     - link_pcm_port_3:
135         capability: tosca.capabilities.network.Linkable
136         relationship: tosca.relationships.network.LinksTo
137         occurrences:
138         - 1
139         - 1
140     - dependency_server_pcma2:
141         capability: tosca.capabilities.Node
142         node: tosca.nodes.Root
143         relationship: tosca.relationships.DependsOn
144         occurrences:
145         - 0
146         - UNBOUNDED
147     - local_storage_server_pcma2:
148         capability: tosca.capabilities.Attachment
149         node: tosca.nodes.BlockStorage
150         relationship: tosca.relationships.AttachesTo
151         occurrences:
152         - 0
153         - UNBOUNDED
154     - dependency_server_pcma1:
155         capability: tosca.capabilities.Node
156         node: tosca.nodes.Root
157         relationship: tosca.relationships.DependsOn
158         occurrences:
159         - 0
160         - UNBOUNDED
161     - local_storage_server_pcma1:
162         capability: tosca.capabilities.Attachment
163         node: tosca.nodes.BlockStorage
164         relationship: tosca.relationships.AttachesTo
165         occurrences:
166         - 0
167         - UNBOUNDED
168     - dependency_pcm_port_0:
169         capability: tosca.capabilities.Node
170         node: tosca.nodes.Root
171         relationship: tosca.relationships.DependsOn
172         occurrences:
173         - 0
174         - UNBOUNDED
175     - link_pcm_port_0:
176         capability: tosca.capabilities.network.Linkable
177         relationship: tosca.relationships.network.LinksTo
178         occurrences:
179         - 1
180         - 1
181     capabilities:
182       network.incoming.packets.rate_pcm_port_0:
183         type: org.openecomp.capabilities.metric.Ceilometer
184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
185         occurrences:
186         - 1
187         - UNBOUNDED
188       network.incoming.packets.rate_pcm_port_3:
189         type: org.openecomp.capabilities.metric.Ceilometer
190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
191         occurrences:
192         - 1
193         - UNBOUNDED
194       network.incoming.packets.rate_pcm_port_2:
195         type: org.openecomp.capabilities.metric.Ceilometer
196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
197         occurrences:
198         - 1
199         - UNBOUNDED
200       network.incoming.packets.rate_pcm_port_1:
201         type: org.openecomp.capabilities.metric.Ceilometer
202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
203         occurrences:
204         - 1
205         - UNBOUNDED
206       network.outpoing.packets_pcm_port_1:
207         type: org.openecomp.capabilities.metric.Ceilometer
208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
209         occurrences:
210         - 1
211         - UNBOUNDED
212       disk.device.iops_server_pcma2:
213         type: org.openecomp.capabilities.metric.Ceilometer
214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
215         occurrences:
216         - 1
217         - UNBOUNDED
218       network.outpoing.packets_pcm_port_0:
219         type: org.openecomp.capabilities.metric.Ceilometer
220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
221         occurrences:
222         - 1
223         - UNBOUNDED
224       network.outpoing.packets_pcm_port_3:
225         type: org.openecomp.capabilities.metric.Ceilometer
226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
227         occurrences:
228         - 1
229         - UNBOUNDED
230       network.outpoing.packets_pcm_port_2:
231         type: org.openecomp.capabilities.metric.Ceilometer
232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
233         occurrences:
234         - 1
235         - UNBOUNDED
236       disk.device.iops_server_pcma1:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       disk.device.capacity_server_pcma2:
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       disk.device.capacity_server_pcma1:
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       disk.read.requests_server_pcma2:
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       disk.read.requests_server_pcma1:
261         type: org.openecomp.capabilities.metric.Ceilometer
262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
263         occurrences:
264         - 1
265         - UNBOUNDED
266       disk.write.requests.rate_server_pcma1:
267         type: org.openecomp.capabilities.metric.Ceilometer
268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
269         occurrences:
270         - 1
271         - UNBOUNDED
272       disk.write.requests.rate_server_pcma2:
273         type: org.openecomp.capabilities.metric.Ceilometer
274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
275         occurrences:
276         - 1
277         - UNBOUNDED
278       memory_server_pcma2:
279         type: org.openecomp.capabilities.metric.Ceilometer
280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
281         occurrences:
282         - 1
283         - UNBOUNDED
284       memory_server_pcma1:
285         type: org.openecomp.capabilities.metric.Ceilometer
286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
287         occurrences:
288         - 1
289         - UNBOUNDED
290       disk.device.read.bytes.rate_server_pcma1:
291         type: org.openecomp.capabilities.metric.Ceilometer
292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
293         occurrences:
294         - 1
295         - UNBOUNDED
296       network.outgoing.bytes_pcm_port_3:
297         type: org.openecomp.capabilities.metric.Ceilometer
298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
299         occurrences:
300         - 1
301         - UNBOUNDED
302       disk.device.read.bytes.rate_server_pcma2:
303         type: org.openecomp.capabilities.metric.Ceilometer
304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
305         occurrences:
306         - 1
307         - UNBOUNDED
308       binding_pcm_port_3:
309         type: tosca.capabilities.network.Bindable
310         valid_source_types:
311         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
312         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
313         occurrences:
314         - 0
315         - UNBOUNDED
316       disk.device.latency_server_pcma2:
317         type: org.openecomp.capabilities.metric.Ceilometer
318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
319         occurrences:
320         - 1
321         - UNBOUNDED
322       disk.device.usage_server_pcma2:
323         type: org.openecomp.capabilities.metric.Ceilometer
324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
325         occurrences:
326         - 1
327         - UNBOUNDED
328       network.incoming.bytes_pcm_port_0:
329         type: org.openecomp.capabilities.metric.Ceilometer
330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
331         occurrences:
332         - 1
333         - UNBOUNDED
334       disk.device.latency_server_pcma1:
335         type: org.openecomp.capabilities.metric.Ceilometer
336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
337         occurrences:
338         - 1
339         - UNBOUNDED
340       network.incoming.bytes_pcm_port_2:
341         type: org.openecomp.capabilities.metric.Ceilometer
342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
343         occurrences:
344         - 1
345         - UNBOUNDED
346       network.incoming.bytes_pcm_port_1:
347         type: org.openecomp.capabilities.metric.Ceilometer
348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
349         occurrences:
350         - 1
351         - UNBOUNDED
352       disk.device.usage_server_pcma1:
353         type: org.openecomp.capabilities.metric.Ceilometer
354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
355         occurrences:
356         - 1
357         - UNBOUNDED
358       binding_pcm_port_0:
359         type: tosca.capabilities.network.Bindable
360         valid_source_types:
361         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
362         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
363         occurrences:
364         - 0
365         - UNBOUNDED
366       binding_pcm_port_1:
367         type: tosca.capabilities.network.Bindable
368         valid_source_types:
369         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
370         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
371         occurrences:
372         - 0
373         - UNBOUNDED
374       binding_pcm_port_2:
375         type: tosca.capabilities.network.Bindable
376         valid_source_types:
377         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
378         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
379         occurrences:
380         - 0
381         - UNBOUNDED
382       network.incoming.bytes_pcm_port_3:
383         type: org.openecomp.capabilities.metric.Ceilometer
384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
385         occurrences:
386         - 1
387         - UNBOUNDED
388       network.outgoing.packets.rate_pcm_port_3:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       disk.device.read.requests_server_pcma1:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       disk.device.read.requests_server_pcma2:
401         type: org.openecomp.capabilities.metric.Ceilometer
402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
403         occurrences:
404         - 1
405         - UNBOUNDED
406       network.outgoing.packets.rate_pcm_port_0:
407         type: org.openecomp.capabilities.metric.Ceilometer
408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
409         occurrences:
410         - 1
411         - UNBOUNDED
412       network.outgoing.packets.rate_pcm_port_1:
413         type: org.openecomp.capabilities.metric.Ceilometer
414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
415         occurrences:
416         - 1
417         - UNBOUNDED
418       disk.write.bytes_server_pcma2:
419         type: org.openecomp.capabilities.metric.Ceilometer
420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
421         occurrences:
422         - 1
423         - UNBOUNDED
424       disk.device.read.requests.rate_server_pcma1:
425         type: org.openecomp.capabilities.metric.Ceilometer
426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
427         occurrences:
428         - 1
429         - UNBOUNDED
430       network.outgoing.packets.rate_pcm_port_2:
431         type: org.openecomp.capabilities.metric.Ceilometer
432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
433         occurrences:
434         - 1
435         - UNBOUNDED
436       disk.device.read.requests.rate_server_pcma2:
437         type: org.openecomp.capabilities.metric.Ceilometer
438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
439         occurrences:
440         - 1
441         - UNBOUNDED
442       disk.write.bytes_server_pcma1:
443         type: org.openecomp.capabilities.metric.Ceilometer
444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
445         occurrences:
446         - 1
447         - UNBOUNDED
448       feature_pcm_port_1:
449         type: tosca.capabilities.Node
450         occurrences:
451         - 1
452         - UNBOUNDED
453       binding_server_pcma1:
454         type: tosca.capabilities.network.Bindable
455         occurrences:
456         - 1
457         - UNBOUNDED
458       network.outgoing.bytes_pcm_port_0:
459         type: org.openecomp.capabilities.metric.Ceilometer
460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
461         occurrences:
462         - 1
463         - UNBOUNDED
464       binding_server_pcma2:
465         type: tosca.capabilities.network.Bindable
466         occurrences:
467         - 1
468         - UNBOUNDED
469       feature_pcm_port_0:
470         type: tosca.capabilities.Node
471         occurrences:
472         - 1
473         - UNBOUNDED
474       network.outgoing.bytes_pcm_port_2:
475         type: org.openecomp.capabilities.metric.Ceilometer
476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
477         occurrences:
478         - 1
479         - UNBOUNDED
480       feature_pcm_port_3:
481         type: tosca.capabilities.Node
482         occurrences:
483         - 1
484         - UNBOUNDED
485       feature_pcm_port_2:
486         type: tosca.capabilities.Node
487         occurrences:
488         - 1
489         - UNBOUNDED
490       network.outgoing.bytes_pcm_port_1:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       attachment_pcm_port_0:
497         type: tosca.capabilities.Attachment
498         occurrences:
499         - 1
500         - UNBOUNDED
501       attachment_pcm_port_1:
502         type: tosca.capabilities.Attachment
503         occurrences:
504         - 1
505         - UNBOUNDED
506       disk.write.bytes.rate_server_pcma2:
507         type: org.openecomp.capabilities.metric.Ceilometer
508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
509         occurrences:
510         - 1
511         - UNBOUNDED
512       attachment_pcm_port_2:
513         type: tosca.capabilities.Attachment
514         occurrences:
515         - 1
516         - UNBOUNDED
517       disk.write.bytes.rate_server_pcma1:
518         type: org.openecomp.capabilities.metric.Ceilometer
519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
520         occurrences:
521         - 1
522         - UNBOUNDED
523       attachment_pcm_port_3:
524         type: tosca.capabilities.Attachment
525         occurrences:
526         - 1
527         - UNBOUNDED
528       disk.root.size_server_pcma2:
529         type: org.openecomp.capabilities.metric.Ceilometer
530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
531         occurrences:
532         - 1
533         - UNBOUNDED
534       disk.root.size_server_pcma1:
535         type: org.openecomp.capabilities.metric.Ceilometer
536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
537         occurrences:
538         - 1
539         - UNBOUNDED
540       disk.iops_server_pcma2:
541         type: org.openecomp.capabilities.metric.Ceilometer
542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
543         occurrences:
544         - 1
545         - UNBOUNDED
546       disk.iops_server_pcma1:
547         type: org.openecomp.capabilities.metric.Ceilometer
548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
549         occurrences:
550         - 1
551         - UNBOUNDED
552       disk.device.write.bytes.rate_server_pcma1:
553         type: org.openecomp.capabilities.metric.Ceilometer
554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
555         occurrences:
556         - 1
557         - UNBOUNDED
558       disk.device.write.bytes.rate_server_pcma2:
559         type: org.openecomp.capabilities.metric.Ceilometer
560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
561         occurrences:
562         - 1
563         - UNBOUNDED
564       disk.read.bytes_server_pcma1:
565         type: org.openecomp.capabilities.metric.Ceilometer
566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
567         occurrences:
568         - 1
569         - UNBOUNDED
570       disk.read.bytes_server_pcma2:
571         type: org.openecomp.capabilities.metric.Ceilometer
572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
573         occurrences:
574         - 1
575         - UNBOUNDED
576       cpu_util_server_pcma1:
577         type: org.openecomp.capabilities.metric.Ceilometer
578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
579         occurrences:
580         - 1
581         - UNBOUNDED
582       cpu_util_server_pcma2:
583         type: org.openecomp.capabilities.metric.Ceilometer
584         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
585         occurrences:
586         - 1
587         - UNBOUNDED
588       feature_server_pcma2:
589         type: tosca.capabilities.Node
590         occurrences:
591         - 1
592         - UNBOUNDED
593       memory.usage_server_pcma2:
594         type: org.openecomp.capabilities.metric.Ceilometer
595         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
596         occurrences:
597         - 1
598         - UNBOUNDED
599       memory.usage_server_pcma1:
600         type: org.openecomp.capabilities.metric.Ceilometer
601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
602         occurrences:
603         - 1
604         - UNBOUNDED
605       feature_server_pcma1:
606         type: tosca.capabilities.Node
607         occurrences:
608         - 1
609         - UNBOUNDED
610       disk.read.bytes.rate_server_pcma1:
611         type: org.openecomp.capabilities.metric.Ceilometer
612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
613         occurrences:
614         - 1
615         - UNBOUNDED
616       disk.device.read.bytes_server_pcma2:
617         type: org.openecomp.capabilities.metric.Ceilometer
618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
619         occurrences:
620         - 1
621         - UNBOUNDED
622       disk.device.read.bytes_server_pcma1:
623         type: org.openecomp.capabilities.metric.Ceilometer
624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
625         occurrences:
626         - 1
627         - UNBOUNDED
628       endpoint_server_pcma2:
629         type: tosca.capabilities.Endpoint.Admin
630         occurrences:
631         - 1
632         - UNBOUNDED
633       disk.read.bytes.rate_server_pcma2:
634         type: org.openecomp.capabilities.metric.Ceilometer
635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
636         occurrences:
637         - 1
638         - UNBOUNDED
639       endpoint_server_pcma1:
640         type: tosca.capabilities.Endpoint.Admin
641         occurrences:
642         - 1
643         - UNBOUNDED
644       cpu.delta_server_pcma1:
645         type: org.openecomp.capabilities.metric.Ceilometer
646         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
647         occurrences:
648         - 1
649         - UNBOUNDED
650       cpu.delta_server_pcma2:
651         type: org.openecomp.capabilities.metric.Ceilometer
652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
653         occurrences:
654         - 1
655         - UNBOUNDED
656       host_server_pcma2:
657         type: tosca.capabilities.Container
658         valid_source_types:
659         - tosca.nodes.SoftwareComponent
660         occurrences:
661         - 1
662         - UNBOUNDED
663       host_server_pcma1:
664         type: tosca.capabilities.Container
665         valid_source_types:
666         - tosca.nodes.SoftwareComponent
667         occurrences:
668         - 1
669         - UNBOUNDED
670       disk.ephemeral.size_server_pcma1:
671         type: org.openecomp.capabilities.metric.Ceilometer
672         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
673         occurrences:
674         - 1
675         - UNBOUNDED
676       disk.ephemeral.size_server_pcma2:
677         type: org.openecomp.capabilities.metric.Ceilometer
678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
679         occurrences:
680         - 1
681         - UNBOUNDED
682       disk.device.write.requests.rate_server_pcma2:
683         type: org.openecomp.capabilities.metric.Ceilometer
684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
685         occurrences:
686         - 1
687         - UNBOUNDED
688       disk.latency_server_pcma1:
689         type: org.openecomp.capabilities.metric.Ceilometer
690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
691         occurrences:
692         - 1
693         - UNBOUNDED
694       disk.latency_server_pcma2:
695         type: org.openecomp.capabilities.metric.Ceilometer
696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
697         occurrences:
698         - 1
699         - UNBOUNDED
700       disk.device.write.requests.rate_server_pcma1:
701         type: org.openecomp.capabilities.metric.Ceilometer
702         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
703         occurrences:
704         - 1
705         - UNBOUNDED
706       scalable_server_pcma2:
707         type: tosca.capabilities.Scalable
708         occurrences:
709         - 1
710         - UNBOUNDED
711       scalable_server_pcma1:
712         type: tosca.capabilities.Scalable
713         occurrences:
714         - 1
715         - UNBOUNDED
716       disk.device.write.requests_server_pcma1:
717         type: org.openecomp.capabilities.metric.Ceilometer
718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
719         occurrences:
720         - 1
721         - UNBOUNDED
722       disk.device.write.requests_server_pcma2:
723         type: org.openecomp.capabilities.metric.Ceilometer
724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
725         occurrences:
726         - 1
727         - UNBOUNDED
728       instance_server_pcma2:
729         type: org.openecomp.capabilities.metric.Ceilometer
730         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
731         occurrences:
732         - 1
733         - UNBOUNDED
734       disk.device.allocation_server_pcma1:
735         type: org.openecomp.capabilities.metric.Ceilometer
736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
737         occurrences:
738         - 1
739         - UNBOUNDED
740       disk.device.allocation_server_pcma2:
741         type: org.openecomp.capabilities.metric.Ceilometer
742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
743         occurrences:
744         - 1
745         - UNBOUNDED
746       instance_server_pcma1:
747         type: org.openecomp.capabilities.metric.Ceilometer
748         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
749         occurrences:
750         - 1
751         - UNBOUNDED
752       os_server_pcma1:
753         type: tosca.capabilities.OperatingSystem
754         occurrences:
755         - 1
756         - UNBOUNDED
757       os_server_pcma2:
758         type: tosca.capabilities.OperatingSystem
759         occurrences:
760         - 1
761         - UNBOUNDED
762       forwarder_pcm_port_2:
763         type: org.openecomp.capabilities.Forwarder
764         occurrences:
765         - 1
766         - UNBOUNDED
767       forwarder_pcm_port_3:
768         type: org.openecomp.capabilities.Forwarder
769         occurrences:
770         - 1
771         - UNBOUNDED
772       forwarder_pcm_port_0:
773         type: org.openecomp.capabilities.Forwarder
774         occurrences:
775         - 1
776         - UNBOUNDED
777       forwarder_pcm_port_1:
778         type: org.openecomp.capabilities.Forwarder
779         occurrences:
780         - 1
781         - UNBOUNDED
782       disk.capacity_server_pcma1:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       disk.capacity_server_pcma2:
789         type: org.openecomp.capabilities.metric.Ceilometer
790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
791         occurrences:
792         - 1
793         - UNBOUNDED
794       disk.write.requests_server_pcma1:
795         type: org.openecomp.capabilities.metric.Ceilometer
796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
797         occurrences:
798         - 1
799         - UNBOUNDED
800       disk.write.requests_server_pcma2:
801         type: org.openecomp.capabilities.metric.Ceilometer
802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
803         occurrences:
804         - 1
805         - UNBOUNDED
806       network.outgoing.bytes.rate_pcm_port_1:
807         type: org.openecomp.capabilities.metric.Ceilometer
808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
809         occurrences:
810         - 1
811         - UNBOUNDED
812       network.incoming.packets_pcm_port_0:
813         type: org.openecomp.capabilities.metric.Ceilometer
814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
815         occurrences:
816         - 1
817         - UNBOUNDED
818       network.outgoing.bytes.rate_pcm_port_2:
819         type: org.openecomp.capabilities.metric.Ceilometer
820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
821         occurrences:
822         - 1
823         - UNBOUNDED
824       network.outgoing.bytes.rate_pcm_port_0:
825         type: org.openecomp.capabilities.metric.Ceilometer
826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
827         occurrences:
828         - 1
829         - UNBOUNDED
830       network.incoming.packets_pcm_port_3:
831         type: org.openecomp.capabilities.metric.Ceilometer
832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
833         occurrences:
834         - 1
835         - UNBOUNDED
836       disk.usage_server_pcma2:
837         type: org.openecomp.capabilities.metric.Ceilometer
838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
839         occurrences:
840         - 1
841         - UNBOUNDED
842       network.incoming.packets_pcm_port_2:
843         type: org.openecomp.capabilities.metric.Ceilometer
844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
845         occurrences:
846         - 1
847         - UNBOUNDED
848       network.outgoing.bytes.rate_pcm_port_3:
849         type: org.openecomp.capabilities.metric.Ceilometer
850         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
851         occurrences:
852         - 1
853         - UNBOUNDED
854       disk.usage_server_pcma1:
855         type: org.openecomp.capabilities.metric.Ceilometer
856         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
857         occurrences:
858         - 1
859         - UNBOUNDED
860       vcpus_server_pcma1:
861         type: org.openecomp.capabilities.metric.Ceilometer
862         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
863         occurrences:
864         - 1
865         - UNBOUNDED
866       memory.resident_server_pcma1:
867         type: org.openecomp.capabilities.metric.Ceilometer
868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
869         occurrences:
870         - 1
871         - UNBOUNDED
872       network.incoming.packets_pcm_port_1:
873         type: org.openecomp.capabilities.metric.Ceilometer
874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
875         occurrences:
876         - 1
877         - UNBOUNDED
878       vcpus_server_pcma2:
879         type: org.openecomp.capabilities.metric.Ceilometer
880         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
881         occurrences:
882         - 1
883         - UNBOUNDED
884       memory.resident_server_pcma2:
885         type: org.openecomp.capabilities.metric.Ceilometer
886         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
887         occurrences:
888         - 1
889         - UNBOUNDED
890       disk.device.write.bytes_server_pcma2:
891         type: org.openecomp.capabilities.metric.Ceilometer
892         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
893         occurrences:
894         - 1
895         - UNBOUNDED
896       disk.allocation_server_pcma1:
897         type: org.openecomp.capabilities.metric.Ceilometer
898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
899         occurrences:
900         - 1
901         - UNBOUNDED
902       disk.allocation_server_pcma2:
903         type: org.openecomp.capabilities.metric.Ceilometer
904         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
905         occurrences:
906         - 1
907         - UNBOUNDED
908       disk.device.write.bytes_server_pcma1:
909         type: org.openecomp.capabilities.metric.Ceilometer
910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
911         occurrences:
912         - 1
913         - UNBOUNDED
914       cpu_server_pcma1:
915         type: org.openecomp.capabilities.metric.Ceilometer
916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
917         occurrences:
918         - 1
919         - UNBOUNDED
920       network.incoming.bytes.rate_pcm_port_0:
921         type: org.openecomp.capabilities.metric.Ceilometer
922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
923         occurrences:
924         - 1
925         - UNBOUNDED
926       cpu_server_pcma2:
927         type: org.openecomp.capabilities.metric.Ceilometer
928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
929         occurrences:
930         - 1
931         - UNBOUNDED
932       network.incoming.bytes.rate_pcm_port_3:
933         type: org.openecomp.capabilities.metric.Ceilometer
934         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
935         occurrences:
936         - 1
937         - UNBOUNDED
938       network.incoming.bytes.rate_pcm_port_2:
939         type: org.openecomp.capabilities.metric.Ceilometer
940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
941         occurrences:
942         - 1
943         - UNBOUNDED
944       network.incoming.bytes.rate_pcm_port_1:
945         type: org.openecomp.capabilities.metric.Ceilometer
946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
947         occurrences:
948         - 1
949         - UNBOUNDED
950   org.openecomp.resource.abstract.nodes.pcma_server:
951     derived_from: org.openecomp.resource.abstract.nodes.VFC
952     properties:
953       port_pcm_port_3_mac_requirements:
954         type: org.openecomp.datatypes.network.MacRequirements
955         required: true
956         status: SUPPORTED
957       port_pcm_port_2_network_role:
958         type: string
959         required: true
960         status: SUPPORTED
961       port_pcm_port_2_fixed_ips:
962         type: list
963         required: true
964         status: SUPPORTED
965         entry_schema:
966           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
967       port_pcm_port_2_subinterface_indicator:
968         type: list
969         required: true
970         status: SUPPORTED
971         entry_schema:
972           type: boolean
973       port_pcm_port_3_network_role:
974         type: string
975         required: true
976         status: SUPPORTED
977       port_pcm_port_3_vlan_requirements:
978         type: list
979         required: true
980         status: SUPPORTED
981         entry_schema:
982           type: org.openecomp.datatypes.network.VlanRequirements
983       vm_flavor_name:
984         type: string
985         required: true
986         status: SUPPORTED
987       port_pcm_port_3_security_groups:
988         type: list
989         required: true
990         status: SUPPORTED
991         entry_schema:
992           type: json
993       port_pcm_port_3_order:
994         type: integer
995         required: true
996         status: SUPPORTED
997       compute_pcma_server_availability_zone:
998         type: list
999         required: true
1000         status: SUPPORTED
1001         entry_schema:
1002           type: string
1003       vm_image_name:
1004         type: string
1005         required: true
1006         status: SUPPORTED
1007       port_pcm_port_2_security_groups:
1008         type: list
1009         required: true
1010         status: SUPPORTED
1011         entry_schema:
1012           type: json
1013       port_pcm_port_2_exCP_naming:
1014         type: org.openecomp.datatypes.Naming
1015         required: true
1016         status: SUPPORTED
1017       port_pcm_port_3_ip_requirements:
1018         type: list
1019         required: true
1020         status: SUPPORTED
1021         entry_schema:
1022           type: org.openecomp.datatypes.network.IpRequirements
1023       port_pcm_port_2_subnetpoolid:
1024         type: string
1025         required: true
1026         status: SUPPORTED
1027       port_pcm_port_2_mac_requirements:
1028         type: org.openecomp.datatypes.network.MacRequirements
1029         required: true
1030         status: SUPPORTED
1031       port_pcm_port_2_vlan_requirements:
1032         type: list
1033         required: true
1034         status: SUPPORTED
1035         entry_schema:
1036           type: org.openecomp.datatypes.network.VlanRequirements
1037       port_pcm_port_3_subnetpoolid:
1038         type: string
1039         required: true
1040         status: SUPPORTED
1041       port_pcm_port_3_network_role_tag:
1042         type: string
1043         required: true
1044         status: SUPPORTED
1045       compute_pcma_server_config_drive:
1046         type: list
1047         required: true
1048         status: SUPPORTED
1049         entry_schema:
1050           type: boolean
1051       port_pcm_port_3_fixed_ips:
1052         type: list
1053         required: true
1054         status: SUPPORTED
1055         entry_schema:
1056           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1057       index_value:
1058         type: integer
1059         description: Index value of this substitution service template runtime instance
1060         required: false
1061         default: 0
1062         status: SUPPORTED
1063         constraints:
1064         - greater_or_equal: 0
1065       compute_pcma_server_user_data_format:
1066         type: list
1067         required: true
1068         status: SUPPORTED
1069         entry_schema:
1070           type: string
1071       port_pcm_port_3_subinterface_indicator:
1072         type: list
1073         required: true
1074         status: SUPPORTED
1075         entry_schema:
1076           type: boolean
1077       port_pcm_port_2_order:
1078         type: integer
1079         required: true
1080         status: SUPPORTED
1081       port_pcm_port_3_exCP_naming:
1082         type: org.openecomp.datatypes.Naming
1083         required: true
1084         status: SUPPORTED
1085       port_pcm_port_2_network:
1086         type: list
1087         required: true
1088         status: SUPPORTED
1089         entry_schema:
1090           type: string
1091       port_pcm_port_2_ip_requirements:
1092         type: list
1093         required: true
1094         status: SUPPORTED
1095         entry_schema:
1096           type: org.openecomp.datatypes.network.IpRequirements
1097       port_pcm_port_2_network_role_tag:
1098         type: string
1099         required: true
1100         status: SUPPORTED
1101       port_pcm_port_3_network:
1102         type: list
1103         required: true
1104         status: SUPPORTED
1105         entry_schema:
1106           type: string
1107       compute_pcma_server_scheduler_hints:
1108         type: list
1109         required: true
1110         status: SUPPORTED
1111         entry_schema:
1112           type: json
1113       compute_pcma_server_name:
1114         type: list
1115         required: true
1116         status: SUPPORTED
1117         entry_schema:
1118           type: string
1119     requirements:
1120     - dependency_pcma_server:
1121         capability: tosca.capabilities.Node
1122         node: tosca.nodes.Root
1123         relationship: tosca.relationships.DependsOn
1124         occurrences:
1125         - 0
1126         - UNBOUNDED
1127     - local_storage_pcma_server:
1128         capability: tosca.capabilities.Attachment
1129         node: tosca.nodes.BlockStorage
1130         relationship: tosca.relationships.AttachesTo
1131         occurrences:
1132         - 0
1133         - UNBOUNDED
1134     - dependency_pcma_server_pcm_port_3:
1135         capability: tosca.capabilities.Node
1136         node: tosca.nodes.Root
1137         relationship: tosca.relationships.DependsOn
1138         occurrences:
1139         - 0
1140         - UNBOUNDED
1141     - link_pcma_server_pcm_port_3:
1142         capability: tosca.capabilities.network.Linkable
1143         relationship: tosca.relationships.network.LinksTo
1144         occurrences:
1145         - 1
1146         - 1
1147     - dependency_pcma_server_pcm_port_2:
1148         capability: tosca.capabilities.Node
1149         node: tosca.nodes.Root
1150         relationship: tosca.relationships.DependsOn
1151         occurrences:
1152         - 0
1153         - UNBOUNDED
1154     - link_pcma_server_pcm_port_2:
1155         capability: tosca.capabilities.network.Linkable
1156         relationship: tosca.relationships.network.LinksTo
1157         occurrences:
1158         - 1
1159         - 1
1160     capabilities:
1161       cpu.delta_pcma_server:
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       scalable_pcma_server:
1168         type: tosca.capabilities.Scalable
1169         occurrences:
1170         - 1
1171         - UNBOUNDED
1172       vcpus_pcma_server:
1173         type: org.openecomp.capabilities.metric.Ceilometer
1174         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1175         occurrences:
1176         - 1
1177         - UNBOUNDED
1178       host_pcma_server:
1179         type: tosca.capabilities.Container
1180         valid_source_types:
1181         - tosca.nodes.SoftwareComponent
1182         occurrences:
1183         - 1
1184         - UNBOUNDED
1185       disk.device.read.requests.rate_pcma_server:
1186         type: org.openecomp.capabilities.metric.Ceilometer
1187         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1188         occurrences:
1189         - 1
1190         - UNBOUNDED
1191       disk.usage_pcma_server:
1192         type: org.openecomp.capabilities.metric.Ceilometer
1193         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1194         occurrences:
1195         - 1
1196         - UNBOUNDED
1197       network.outgoing.bytes.rate_pcma_server_pcm_port_3:
1198         type: org.openecomp.capabilities.metric.Ceilometer
1199         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1200         occurrences:
1201         - 1
1202         - UNBOUNDED
1203       disk.read.bytes_pcma_server:
1204         type: org.openecomp.capabilities.metric.Ceilometer
1205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1206         occurrences:
1207         - 1
1208         - UNBOUNDED
1209       disk.iops_pcma_server:
1210         type: org.openecomp.capabilities.metric.Ceilometer
1211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1212         occurrences:
1213         - 1
1214         - UNBOUNDED
1215       network.outgoing.bytes.rate_pcma_server_pcm_port_2:
1216         type: org.openecomp.capabilities.metric.Ceilometer
1217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1218         occurrences:
1219         - 1
1220         - UNBOUNDED
1221       attachment_pcma_server_pcm_port_2:
1222         type: tosca.capabilities.Attachment
1223         occurrences:
1224         - 1
1225         - UNBOUNDED
1226       endpoint_pcma_server:
1227         type: tosca.capabilities.Endpoint.Admin
1228         occurrences:
1229         - 1
1230         - UNBOUNDED
1231       feature_pcma_server:
1232         type: tosca.capabilities.Node
1233         occurrences:
1234         - 1
1235         - UNBOUNDED
1236       attachment_pcma_server_pcm_port_3:
1237         type: tosca.capabilities.Attachment
1238         occurrences:
1239         - 1
1240         - UNBOUNDED
1241       network.incoming.bytes.rate_pcma_server_pcm_port_2:
1242         type: org.openecomp.capabilities.metric.Ceilometer
1243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1244         occurrences:
1245         - 1
1246         - UNBOUNDED
1247       memory.usage_pcma_server:
1248         type: org.openecomp.capabilities.metric.Ceilometer
1249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1250         occurrences:
1251         - 1
1252         - UNBOUNDED
1253       network.outgoing.bytes_pcma_server_pcm_port_3:
1254         type: org.openecomp.capabilities.metric.Ceilometer
1255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1256         occurrences:
1257         - 1
1258         - UNBOUNDED
1259       binding_pcma_server_pcm_port_3:
1260         type: tosca.capabilities.network.Bindable
1261         valid_source_types:
1262         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1263         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1264         occurrences:
1265         - 0
1266         - UNBOUNDED
1267       network.incoming.bytes.rate_pcma_server_pcm_port_3:
1268         type: org.openecomp.capabilities.metric.Ceilometer
1269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1270         occurrences:
1271         - 1
1272         - UNBOUNDED
1273       memory_pcma_server:
1274         type: org.openecomp.capabilities.metric.Ceilometer
1275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1276         occurrences:
1277         - 1
1278         - UNBOUNDED
1279       network.outgoing.bytes_pcma_server_pcm_port_2:
1280         type: org.openecomp.capabilities.metric.Ceilometer
1281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1282         occurrences:
1283         - 1
1284         - UNBOUNDED
1285       cpu_pcma_server:
1286         type: org.openecomp.capabilities.metric.Ceilometer
1287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1288         occurrences:
1289         - 1
1290         - UNBOUNDED
1291       disk.device.write.bytes.rate_pcma_server:
1292         type: org.openecomp.capabilities.metric.Ceilometer
1293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1294         occurrences:
1295         - 1
1296         - UNBOUNDED
1297       disk.read.bytes.rate_pcma_server:
1298         type: org.openecomp.capabilities.metric.Ceilometer
1299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1300         occurrences:
1301         - 1
1302         - UNBOUNDED
1303       network.incoming.packets_pcma_server_pcm_port_3:
1304         type: org.openecomp.capabilities.metric.Ceilometer
1305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1306         occurrences:
1307         - 1
1308         - UNBOUNDED
1309       binding_pcma_server_pcm_port_2:
1310         type: tosca.capabilities.network.Bindable
1311         valid_source_types:
1312         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1313         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1314         occurrences:
1315         - 0
1316         - UNBOUNDED
1317       os_pcma_server:
1318         type: tosca.capabilities.OperatingSystem
1319         occurrences:
1320         - 1
1321         - UNBOUNDED
1322       network.incoming.packets_pcma_server_pcm_port_2:
1323         type: org.openecomp.capabilities.metric.Ceilometer
1324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1325         occurrences:
1326         - 1
1327         - UNBOUNDED
1328       network.incoming.packets.rate_pcma_server_pcm_port_3:
1329         type: org.openecomp.capabilities.metric.Ceilometer
1330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1331         occurrences:
1332         - 1
1333         - UNBOUNDED
1334       network.outgoing.packets.rate_pcma_server_pcm_port_3:
1335         type: org.openecomp.capabilities.metric.Ceilometer
1336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1337         occurrences:
1338         - 1
1339         - UNBOUNDED
1340       network.incoming.packets.rate_pcma_server_pcm_port_2:
1341         type: org.openecomp.capabilities.metric.Ceilometer
1342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1343         occurrences:
1344         - 1
1345         - UNBOUNDED
1346       forwarder_pcma_server_pcm_port_2:
1347         type: org.openecomp.capabilities.Forwarder
1348         occurrences:
1349         - 1
1350         - UNBOUNDED
1351       disk.device.read.requests_pcma_server:
1352         type: org.openecomp.capabilities.metric.Ceilometer
1353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1354         occurrences:
1355         - 1
1356         - UNBOUNDED
1357       forwarder_pcma_server_pcm_port_3:
1358         type: org.openecomp.capabilities.Forwarder
1359         occurrences:
1360         - 1
1361         - UNBOUNDED
1362       disk.write.bytes.rate_pcma_server:
1363         type: org.openecomp.capabilities.metric.Ceilometer
1364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1365         occurrences:
1366         - 1
1367         - UNBOUNDED
1368       network.outgoing.packets.rate_pcma_server_pcm_port_2:
1369         type: org.openecomp.capabilities.metric.Ceilometer
1370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1371         occurrences:
1372         - 1
1373         - UNBOUNDED
1374       disk.device.write.requests.rate_pcma_server:
1375         type: org.openecomp.capabilities.metric.Ceilometer
1376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1377         occurrences:
1378         - 1
1379         - UNBOUNDED
1380       cpu_util_pcma_server:
1381         type: org.openecomp.capabilities.metric.Ceilometer
1382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1383         occurrences:
1384         - 1
1385         - UNBOUNDED
1386       disk.device.write.bytes_pcma_server:
1387         type: org.openecomp.capabilities.metric.Ceilometer
1388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1389         occurrences:
1390         - 1
1391         - UNBOUNDED
1392       disk.device.read.bytes.rate_pcma_server:
1393         type: org.openecomp.capabilities.metric.Ceilometer
1394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1395         occurrences:
1396         - 1
1397         - UNBOUNDED
1398       disk.device.usage_pcma_server:
1399         type: org.openecomp.capabilities.metric.Ceilometer
1400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1401         occurrences:
1402         - 1
1403         - UNBOUNDED
1404       disk.read.requests_pcma_server:
1405         type: org.openecomp.capabilities.metric.Ceilometer
1406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1407         occurrences:
1408         - 1
1409         - UNBOUNDED
1410       disk.allocation_pcma_server:
1411         type: org.openecomp.capabilities.metric.Ceilometer
1412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1413         occurrences:
1414         - 1
1415         - UNBOUNDED
1416       feature_pcma_server_pcm_port_2:
1417         type: tosca.capabilities.Node
1418         occurrences:
1419         - 1
1420         - UNBOUNDED
1421       feature_pcma_server_pcm_port_3:
1422         type: tosca.capabilities.Node
1423         occurrences:
1424         - 1
1425         - UNBOUNDED
1426       disk.ephemeral.size_pcma_server:
1427         type: org.openecomp.capabilities.metric.Ceilometer
1428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1429         occurrences:
1430         - 1
1431         - UNBOUNDED
1432       binding_pcma_server:
1433         type: tosca.capabilities.network.Bindable
1434         occurrences:
1435         - 1
1436         - UNBOUNDED
1437       disk.latency_pcma_server:
1438         type: org.openecomp.capabilities.metric.Ceilometer
1439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1440         occurrences:
1441         - 1
1442         - UNBOUNDED
1443       disk.device.write.requests_pcma_server:
1444         type: org.openecomp.capabilities.metric.Ceilometer
1445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1446         occurrences:
1447         - 1
1448         - UNBOUNDED
1449       disk.device.read.bytes_pcma_server:
1450         type: org.openecomp.capabilities.metric.Ceilometer
1451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1452         occurrences:
1453         - 1
1454         - UNBOUNDED
1455       disk.device.allocation_pcma_server:
1456         type: org.openecomp.capabilities.metric.Ceilometer
1457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1458         occurrences:
1459         - 1
1460         - UNBOUNDED
1461       memory.resident_pcma_server:
1462         type: org.openecomp.capabilities.metric.Ceilometer
1463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1464         occurrences:
1465         - 1
1466         - UNBOUNDED
1467       disk.root.size_pcma_server:
1468         type: org.openecomp.capabilities.metric.Ceilometer
1469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1470         occurrences:
1471         - 1
1472         - UNBOUNDED
1473       disk.write.bytes_pcma_server:
1474         type: org.openecomp.capabilities.metric.Ceilometer
1475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1476         occurrences:
1477         - 1
1478         - UNBOUNDED
1479       disk.write.requests_pcma_server:
1480         type: org.openecomp.capabilities.metric.Ceilometer
1481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1482         occurrences:
1483         - 1
1484         - UNBOUNDED
1485       network.incoming.bytes_pcma_server_pcm_port_2:
1486         type: org.openecomp.capabilities.metric.Ceilometer
1487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1488         occurrences:
1489         - 1
1490         - UNBOUNDED
1491       network.incoming.bytes_pcma_server_pcm_port_3:
1492         type: org.openecomp.capabilities.metric.Ceilometer
1493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1494         occurrences:
1495         - 1
1496         - UNBOUNDED
1497       disk.write.requests.rate_pcma_server:
1498         type: org.openecomp.capabilities.metric.Ceilometer
1499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1500         occurrences:
1501         - 1
1502         - UNBOUNDED
1503       disk.device.iops_pcma_server:
1504         type: org.openecomp.capabilities.metric.Ceilometer
1505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1506         occurrences:
1507         - 1
1508         - UNBOUNDED
1509       instance_pcma_server:
1510         type: org.openecomp.capabilities.metric.Ceilometer
1511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1512         occurrences:
1513         - 1
1514         - UNBOUNDED
1515       network.outpoing.packets_pcma_server_pcm_port_3:
1516         type: org.openecomp.capabilities.metric.Ceilometer
1517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1518         occurrences:
1519         - 1
1520         - UNBOUNDED
1521       disk.device.latency_pcma_server:
1522         type: org.openecomp.capabilities.metric.Ceilometer
1523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1524         occurrences:
1525         - 1
1526         - UNBOUNDED
1527       network.outpoing.packets_pcma_server_pcm_port_2:
1528         type: org.openecomp.capabilities.metric.Ceilometer
1529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1530         occurrences:
1531         - 1
1532         - UNBOUNDED
1533       disk.capacity_pcma_server:
1534         type: org.openecomp.capabilities.metric.Ceilometer
1535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1536         occurrences:
1537         - 1
1538         - UNBOUNDED
1539       disk.device.capacity_pcma_server:
1540         type: org.openecomp.capabilities.metric.Ceilometer
1541         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1542         occurrences:
1543         - 1
1544         - UNBOUNDED
1545   org.openecomp.resource.abstract.nodes.heat.pcm_server:
1546     derived_from: org.openecomp.resource.abstract.nodes.VFC
1547     properties:
1548       availabilityzone_name:
1549         type: string
1550         description: availabilityzone name
1551         required: true
1552         status: SUPPORTED
1553       pcm_image_name:
1554         type: string
1555         description: PCRF CM image name
1556         required: true
1557         status: SUPPORTED
1558       port_pcm_port_00_mac_requirements:
1559         type: org.openecomp.datatypes.network.MacRequirements
1560         required: true
1561         status: SUPPORTED
1562       port_pcm_port_01_ip_requirements:
1563         type: list
1564         required: true
1565         status: SUPPORTED
1566         entry_schema:
1567           type: org.openecomp.datatypes.network.IpRequirements
1568       port_pcm_port_00_subnetpoolid:
1569         type: string
1570         required: true
1571         status: SUPPORTED
1572       port_pcm_port_01_vlan_requirements:
1573         type: list
1574         required: true
1575         status: SUPPORTED
1576         entry_schema:
1577           type: org.openecomp.datatypes.network.VlanRequirements
1578       port_pcm_port_01_network_role:
1579         type: string
1580         required: true
1581         status: SUPPORTED
1582       port_pcm_port_01_subnetpoolid:
1583         type: string
1584         required: true
1585         status: SUPPORTED
1586       pcm_server_name:
1587         type: string
1588         description: PCRF CM server name
1589         required: true
1590         status: SUPPORTED
1591       cps_net_mask:
1592         type: string
1593         description: CPS network mask
1594         required: true
1595         status: SUPPORTED
1596       oam_net_name:
1597         type: string
1598         description: OAM network name
1599         required: true
1600         status: SUPPORTED
1601       port_pcm_port_01_network_role_tag:
1602         type: string
1603         required: true
1604         status: SUPPORTED
1605       port_pcm_port_00_network_role:
1606         type: string
1607         required: true
1608         status: SUPPORTED
1609       port_pcm_port_00_ip_requirements:
1610         type: list
1611         required: true
1612         status: SUPPORTED
1613         entry_schema:
1614           type: org.openecomp.datatypes.network.IpRequirements
1615       server_group:
1616         type: string
1617         required: true
1618         status: SUPPORTED
1619       connectivityChk:
1620         type: json
1621         required: true
1622         status: SUPPORTED
1623       oam_net_gw:
1624         type: string
1625         description: CPS network gateway
1626         required: true
1627         status: SUPPORTED
1628       security_group_name:
1629         type: string
1630         description: the name of security group
1631         required: true
1632         status: SUPPORTED
1633       cps_net_ip:
1634         type: string
1635         description: CPS network ip
1636         required: true
1637         status: SUPPORTED
1638       port_pcm_port_00_network_role_tag:
1639         type: string
1640         required: true
1641         status: SUPPORTED
1642       port_pcm_port_01_order:
1643         type: integer
1644         required: true
1645         status: SUPPORTED
1646       pcm_flavor_name:
1647         type: string
1648         description: flavor name of PCRF CM instance
1649         required: true
1650         status: SUPPORTED
1651       port_pcm_port_00_exCP_naming:
1652         type: org.openecomp.datatypes.Naming
1653         required: true
1654         status: SUPPORTED
1655       port_pcm_port_00_order:
1656         type: integer
1657         required: true
1658         status: SUPPORTED
1659       port_pcm_port_01_mac_requirements:
1660         type: org.openecomp.datatypes.network.MacRequirements
1661         required: true
1662         status: SUPPORTED
1663       pcm_vol:
1664         type: string
1665         description: CPS Cluman Cinder Volume
1666         required: true
1667         status: SUPPORTED
1668       port_pcm_port_00_vlan_requirements:
1669         type: list
1670         required: true
1671         status: SUPPORTED
1672         entry_schema:
1673           type: org.openecomp.datatypes.network.VlanRequirements
1674       cps_net_name:
1675         type: string
1676         description: CPS network name
1677         required: true
1678         status: SUPPORTED
1679       oam_net_ip:
1680         type: string
1681         description: OAM network ip
1682         required: true
1683         status: SUPPORTED
1684       oam_net_mask:
1685         type: string
1686         description: CPS network mask
1687         required: true
1688         status: SUPPORTED
1689       port_pcm_port_01_exCP_naming:
1690         type: org.openecomp.datatypes.Naming
1691         required: true
1692         status: SUPPORTED
1693     attributes:
1694       server_pcm_id:
1695         type: string
1696         description: the pcm nova service id
1697         status: SUPPORTED
1698     requirements:
1699     - dependency_pcm_port_00:
1700         capability: tosca.capabilities.Node
1701         node: tosca.nodes.Root
1702         relationship: tosca.relationships.DependsOn
1703         occurrences:
1704         - 0
1705         - UNBOUNDED
1706     - link_pcm_port_00:
1707         capability: tosca.capabilities.network.Linkable
1708         relationship: tosca.relationships.network.LinksTo
1709         occurrences:
1710         - 1
1711         - 1
1712     - dependency_server_pcm:
1713         capability: tosca.capabilities.Node
1714         node: tosca.nodes.Root
1715         relationship: tosca.relationships.DependsOn
1716         occurrences:
1717         - 0
1718         - UNBOUNDED
1719     - local_storage_server_pcm:
1720         capability: tosca.capabilities.Attachment
1721         node: tosca.nodes.BlockStorage
1722         relationship: tosca.relationships.AttachesTo
1723         occurrences:
1724         - 0
1725         - UNBOUNDED
1726     - dependency_pcm_port_01:
1727         capability: tosca.capabilities.Node
1728         node: tosca.nodes.Root
1729         relationship: tosca.relationships.DependsOn
1730         occurrences:
1731         - 0
1732         - UNBOUNDED
1733     - link_pcm_port_01:
1734         capability: tosca.capabilities.network.Linkable
1735         relationship: tosca.relationships.network.LinksTo
1736         occurrences:
1737         - 1
1738         - 1
1739     capabilities:
1740       cpu_server_pcm:
1741         type: org.openecomp.capabilities.metric.Ceilometer
1742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1743         occurrences:
1744         - 1
1745         - UNBOUNDED
1746       feature_pcm_port_00:
1747         type: tosca.capabilities.Node
1748         occurrences:
1749         - 1
1750         - UNBOUNDED
1751       memory_server_pcm:
1752         type: org.openecomp.capabilities.metric.Ceilometer
1753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1754         occurrences:
1755         - 1
1756         - UNBOUNDED
1757       network.incoming.packets_pcm_port_01:
1758         type: org.openecomp.capabilities.metric.Ceilometer
1759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1760         occurrences:
1761         - 1
1762         - UNBOUNDED
1763       disk.write.requests_server_pcm:
1764         type: org.openecomp.capabilities.metric.Ceilometer
1765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1766         occurrences:
1767         - 1
1768         - UNBOUNDED
1769       feature_pcm_port_01:
1770         type: tosca.capabilities.Node
1771         occurrences:
1772         - 1
1773         - UNBOUNDED
1774       network.incoming.packets_pcm_port_00:
1775         type: org.openecomp.capabilities.metric.Ceilometer
1776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1777         occurrences:
1778         - 1
1779         - UNBOUNDED
1780       disk.device.iops_server_pcm:
1781         type: org.openecomp.capabilities.metric.Ceilometer
1782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1783         occurrences:
1784         - 1
1785         - UNBOUNDED
1786       memory.resident_server_pcm:
1787         type: org.openecomp.capabilities.metric.Ceilometer
1788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1789         occurrences:
1790         - 1
1791         - UNBOUNDED
1792       disk.device.write.requests_server_pcm:
1793         type: org.openecomp.capabilities.metric.Ceilometer
1794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1795         occurrences:
1796         - 1
1797         - UNBOUNDED
1798       network.outgoing.packets.rate_pcm_port_00:
1799         type: org.openecomp.capabilities.metric.Ceilometer
1800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1801         occurrences:
1802         - 1
1803         - UNBOUNDED
1804       network.incoming.bytes_pcm_port_00:
1805         type: org.openecomp.capabilities.metric.Ceilometer
1806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1807         occurrences:
1808         - 1
1809         - UNBOUNDED
1810       network.incoming.bytes_pcm_port_01:
1811         type: org.openecomp.capabilities.metric.Ceilometer
1812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1813         occurrences:
1814         - 1
1815         - UNBOUNDED
1816       disk.device.usage_server_pcm:
1817         type: org.openecomp.capabilities.metric.Ceilometer
1818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1819         occurrences:
1820         - 1
1821         - UNBOUNDED
1822       disk.allocation_server_pcm:
1823         type: org.openecomp.capabilities.metric.Ceilometer
1824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1825         occurrences:
1826         - 1
1827         - UNBOUNDED
1828       attachment_pcm_port_00:
1829         type: tosca.capabilities.Attachment
1830         occurrences:
1831         - 1
1832         - UNBOUNDED
1833       attachment_pcm_port_01:
1834         type: tosca.capabilities.Attachment
1835         occurrences:
1836         - 1
1837         - UNBOUNDED
1838       disk.usage_server_pcm:
1839         type: org.openecomp.capabilities.metric.Ceilometer
1840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1841         occurrences:
1842         - 1
1843         - UNBOUNDED
1844       disk.device.write.bytes_server_pcm:
1845         type: org.openecomp.capabilities.metric.Ceilometer
1846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1847         occurrences:
1848         - 1
1849         - UNBOUNDED
1850       network.outgoing.bytes_pcm_port_00:
1851         type: org.openecomp.capabilities.metric.Ceilometer
1852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1853         occurrences:
1854         - 1
1855         - UNBOUNDED
1856       disk.root.size_server_pcm:
1857         type: org.openecomp.capabilities.metric.Ceilometer
1858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1859         occurrences:
1860         - 1
1861         - UNBOUNDED
1862       disk.ephemeral.size_server_pcm:
1863         type: org.openecomp.capabilities.metric.Ceilometer
1864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1865         occurrences:
1866         - 1
1867         - UNBOUNDED
1868       disk.device.latency_server_pcm:
1869         type: org.openecomp.capabilities.metric.Ceilometer
1870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1871         occurrences:
1872         - 1
1873         - UNBOUNDED
1874       network.outgoing.packets.rate_pcm_port_01:
1875         type: org.openecomp.capabilities.metric.Ceilometer
1876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1877         occurrences:
1878         - 1
1879         - UNBOUNDED
1880       memory.usage_server_pcm:
1881         type: org.openecomp.capabilities.metric.Ceilometer
1882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1883         occurrences:
1884         - 1
1885         - UNBOUNDED
1886       network.outgoing.bytes_pcm_port_01:
1887         type: org.openecomp.capabilities.metric.Ceilometer
1888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1889         occurrences:
1890         - 1
1891         - UNBOUNDED
1892       disk.read.requests_server_pcm:
1893         type: org.openecomp.capabilities.metric.Ceilometer
1894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1895         occurrences:
1896         - 1
1897         - UNBOUNDED
1898       disk.capacity_server_pcm:
1899         type: org.openecomp.capabilities.metric.Ceilometer
1900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1901         occurrences:
1902         - 1
1903         - UNBOUNDED
1904       os_server_pcm:
1905         type: tosca.capabilities.OperatingSystem
1906         occurrences:
1907         - 1
1908         - UNBOUNDED
1909       disk.read.bytes_server_pcm:
1910         type: org.openecomp.capabilities.metric.Ceilometer
1911         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1912         occurrences:
1913         - 1
1914         - UNBOUNDED
1915       disk.device.read.bytes_server_pcm:
1916         type: org.openecomp.capabilities.metric.Ceilometer
1917         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1918         occurrences:
1919         - 1
1920         - UNBOUNDED
1921       network.incoming.bytes.rate_pcm_port_00:
1922         type: org.openecomp.capabilities.metric.Ceilometer
1923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1924         occurrences:
1925         - 1
1926         - UNBOUNDED
1927       endpoint_server_pcm:
1928         type: tosca.capabilities.Endpoint.Admin
1929         occurrences:
1930         - 1
1931         - UNBOUNDED
1932       network.incoming.bytes.rate_pcm_port_01:
1933         type: org.openecomp.capabilities.metric.Ceilometer
1934         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1935         occurrences:
1936         - 1
1937         - UNBOUNDED
1938       disk.device.read.requests.rate_server_pcm:
1939         type: org.openecomp.capabilities.metric.Ceilometer
1940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1941         occurrences:
1942         - 1
1943         - UNBOUNDED
1944       vcpus_server_pcm:
1945         type: org.openecomp.capabilities.metric.Ceilometer
1946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1947         occurrences:
1948         - 1
1949         - UNBOUNDED
1950       disk.write.bytes_server_pcm:
1951         type: org.openecomp.capabilities.metric.Ceilometer
1952         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1953         occurrences:
1954         - 1
1955         - UNBOUNDED
1956       disk.iops_server_pcm:
1957         type: org.openecomp.capabilities.metric.Ceilometer
1958         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1959         occurrences:
1960         - 1
1961         - UNBOUNDED
1962       disk.read.bytes.rate_server_pcm:
1963         type: org.openecomp.capabilities.metric.Ceilometer
1964         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1965         occurrences:
1966         - 1
1967         - UNBOUNDED
1968       disk.device.allocation_server_pcm:
1969         type: org.openecomp.capabilities.metric.Ceilometer
1970         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1971         occurrences:
1972         - 1
1973         - UNBOUNDED
1974       scalable_server_pcm:
1975         type: tosca.capabilities.Scalable
1976         occurrences:
1977         - 1
1978         - UNBOUNDED
1979       disk.device.read.bytes.rate_server_pcm:
1980         type: org.openecomp.capabilities.metric.Ceilometer
1981         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1982         occurrences:
1983         - 1
1984         - UNBOUNDED
1985       cpu_util_server_pcm:
1986         type: org.openecomp.capabilities.metric.Ceilometer
1987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1988         occurrences:
1989         - 1
1990         - UNBOUNDED
1991       network.outgoing.bytes.rate_pcm_port_01:
1992         type: org.openecomp.capabilities.metric.Ceilometer
1993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1994         occurrences:
1995         - 1
1996         - UNBOUNDED
1997       network.incoming.packets.rate_pcm_port_01:
1998         type: org.openecomp.capabilities.metric.Ceilometer
1999         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2000         occurrences:
2001         - 1
2002         - UNBOUNDED
2003       network.incoming.packets.rate_pcm_port_00:
2004         type: org.openecomp.capabilities.metric.Ceilometer
2005         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2006         occurrences:
2007         - 1
2008         - UNBOUNDED
2009       binding_pcm_port_01:
2010         type: tosca.capabilities.network.Bindable
2011         valid_source_types:
2012         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2013         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2014         occurrences:
2015         - 0
2016         - UNBOUNDED
2017       disk.write.requests.rate_server_pcm:
2018         type: org.openecomp.capabilities.metric.Ceilometer
2019         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2020         occurrences:
2021         - 1
2022         - UNBOUNDED
2023       binding_pcm_port_00:
2024         type: tosca.capabilities.network.Bindable
2025         valid_source_types:
2026         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2027         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2028         occurrences:
2029         - 0
2030         - UNBOUNDED
2031       disk.device.write.bytes.rate_server_pcm:
2032         type: org.openecomp.capabilities.metric.Ceilometer
2033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2034         occurrences:
2035         - 1
2036         - UNBOUNDED
2037       host_server_pcm:
2038         type: tosca.capabilities.Container
2039         valid_source_types:
2040         - tosca.nodes.SoftwareComponent
2041         occurrences:
2042         - 1
2043         - UNBOUNDED
2044       network.outgoing.bytes.rate_pcm_port_00:
2045         type: org.openecomp.capabilities.metric.Ceilometer
2046         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2047         occurrences:
2048         - 1
2049         - UNBOUNDED
2050       cpu.delta_server_pcm:
2051         type: org.openecomp.capabilities.metric.Ceilometer
2052         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2053         occurrences:
2054         - 1
2055         - UNBOUNDED
2056       binding_server_pcm:
2057         type: tosca.capabilities.network.Bindable
2058         occurrences:
2059         - 1
2060         - UNBOUNDED
2061       disk.device.capacity_server_pcm:
2062         type: org.openecomp.capabilities.metric.Ceilometer
2063         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2064         occurrences:
2065         - 1
2066         - UNBOUNDED
2067       forwarder_pcm_port_00:
2068         type: org.openecomp.capabilities.Forwarder
2069         occurrences:
2070         - 1
2071         - UNBOUNDED
2072       forwarder_pcm_port_01:
2073         type: org.openecomp.capabilities.Forwarder
2074         occurrences:
2075         - 1
2076         - UNBOUNDED
2077       instance_server_pcm:
2078         type: org.openecomp.capabilities.metric.Ceilometer
2079         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2080         occurrences:
2081         - 1
2082         - UNBOUNDED
2083       disk.device.write.requests.rate_server_pcm:
2084         type: org.openecomp.capabilities.metric.Ceilometer
2085         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2086         occurrences:
2087         - 1
2088         - UNBOUNDED
2089       disk.latency_server_pcm:
2090         type: org.openecomp.capabilities.metric.Ceilometer
2091         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2092         occurrences:
2093         - 1
2094         - UNBOUNDED
2095       disk.device.read.requests_server_pcm:
2096         type: org.openecomp.capabilities.metric.Ceilometer
2097         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2098         occurrences:
2099         - 1
2100         - UNBOUNDED
2101       feature_server_pcm:
2102         type: tosca.capabilities.Node
2103         occurrences:
2104         - 1
2105         - UNBOUNDED
2106       network.outpoing.packets_pcm_port_00:
2107         type: org.openecomp.capabilities.metric.Ceilometer
2108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2109         occurrences:
2110         - 1
2111         - UNBOUNDED
2112       disk.write.bytes.rate_server_pcm:
2113         type: org.openecomp.capabilities.metric.Ceilometer
2114         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2115         occurrences:
2116         - 1
2117         - UNBOUNDED
2118       network.outpoing.packets_pcm_port_01:
2119         type: org.openecomp.capabilities.metric.Ceilometer
2120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2121         occurrences:
2122         - 1
2123         - UNBOUNDED
2124   org.openecomp.resource.abstract.nodes.1c2_catalog_instance:
2125     derived_from: org.openecomp.resource.abstract.nodes.VFC
2126     properties:
2127       port_1c2_t2_port_order:
2128         type: integer
2129         required: true
2130         status: SUPPORTED
2131       compute_1c2_catalog_instance_availability_zone:
2132         type: list
2133         required: true
2134         status: SUPPORTED
2135         entry_schema:
2136           type: string
2137       port_1c2_t2_port_subnetpoolid:
2138         type: string
2139         required: true
2140         status: SUPPORTED
2141       port_1c2_t1_port_subinterface_indicator:
2142         type: list
2143         required: true
2144         status: SUPPORTED
2145         entry_schema:
2146           type: boolean
2147       port_1c2_t2_port_network_role:
2148         type: string
2149         required: true
2150         status: SUPPORTED
2151       vm_flavor_name:
2152         type: string
2153         required: true
2154         status: SUPPORTED
2155       port_1c2_t2_port_network_role_tag:
2156         type: string
2157         required: true
2158         status: SUPPORTED
2159       port_1c2_t1_port_vlan_requirements:
2160         type: list
2161         required: true
2162         status: SUPPORTED
2163         entry_schema:
2164           type: org.openecomp.datatypes.network.VlanRequirements
2165       vm_image_name:
2166         type: string
2167         required: true
2168         status: SUPPORTED
2169       port_1c2_t2_port_exCP_naming:
2170         type: org.openecomp.datatypes.Naming
2171         required: true
2172         status: SUPPORTED
2173       port_1c2_t1_port_order:
2174         type: integer
2175         required: true
2176         status: SUPPORTED
2177       port_1c2_t1_port_subnetpoolid:
2178         type: string
2179         required: true
2180         status: SUPPORTED
2181       port_1c2_t2_port_ip_requirements:
2182         type: list
2183         required: true
2184         status: SUPPORTED
2185         entry_schema:
2186           type: org.openecomp.datatypes.network.IpRequirements
2187       port_1c2_t2_port_subinterface_indicator:
2188         type: list
2189         required: true
2190         status: SUPPORTED
2191         entry_schema:
2192           type: boolean
2193       port_1c2_t1_port_mac_requirements:
2194         type: org.openecomp.datatypes.network.MacRequirements
2195         required: true
2196         status: SUPPORTED
2197       port_1c2_t1_port_network_role:
2198         type: string
2199         required: true
2200         status: SUPPORTED
2201       port_1c2_t2_port_network:
2202         type: list
2203         required: true
2204         status: SUPPORTED
2205         entry_schema:
2206           type: string
2207       index_value:
2208         type: integer
2209         description: Index value of this substitution service template runtime instance
2210         required: false
2211         default: 0
2212         status: SUPPORTED
2213         constraints:
2214         - greater_or_equal: 0
2215       compute_1c2_catalog_instance_metadata:
2216         type: list
2217         required: true
2218         status: SUPPORTED
2219         entry_schema:
2220           type: json
2221       compute_1c2_catalog_instance_name:
2222         type: list
2223         required: true
2224         status: SUPPORTED
2225         entry_schema:
2226           type: string
2227       port_1c2_t1_port_exCP_naming:
2228         type: org.openecomp.datatypes.Naming
2229         required: true
2230         status: SUPPORTED
2231       port_1c2_t1_port_network:
2232         type: list
2233         required: true
2234         status: SUPPORTED
2235         entry_schema:
2236           type: string
2237       port_1c2_t2_port_mac_requirements:
2238         type: org.openecomp.datatypes.network.MacRequirements
2239         required: true
2240         status: SUPPORTED
2241       port_1c2_t2_port_vlan_requirements:
2242         type: list
2243         required: true
2244         status: SUPPORTED
2245         entry_schema:
2246           type: org.openecomp.datatypes.network.VlanRequirements
2247       compute_1c2_catalog_instance_user_data_format:
2248         type: list
2249         required: true
2250         status: SUPPORTED
2251         entry_schema:
2252           type: string
2253       port_1c2_t1_port_network_role_tag:
2254         type: string
2255         required: true
2256         status: SUPPORTED
2257       port_1c2_t1_port_ip_requirements:
2258         type: list
2259         required: true
2260         status: SUPPORTED
2261         entry_schema:
2262           type: org.openecomp.datatypes.network.IpRequirements
2263       compute_1c2_catalog_instance_scheduler_hints:
2264         type: list
2265         required: true
2266         status: SUPPORTED
2267         entry_schema:
2268           type: json
2269     attributes:
2270       1c2_catalog_instance_instance_name:
2271         type: string
2272         status: SUPPORTED
2273       1c2_catalog_instance_1c2_t1_port_tenant_id:
2274         type: string
2275         status: SUPPORTED
2276     requirements:
2277     - dependency_1c2_catalog_instance:
2278         capability: tosca.capabilities.Node
2279         node: tosca.nodes.Root
2280         relationship: tosca.relationships.DependsOn
2281         occurrences:
2282         - 0
2283         - UNBOUNDED
2284     - local_storage_1c2_catalog_instance:
2285         capability: tosca.capabilities.Attachment
2286         node: tosca.nodes.BlockStorage
2287         relationship: tosca.relationships.AttachesTo
2288         occurrences:
2289         - 0
2290         - UNBOUNDED
2291     - dependency_1c2_catalog_instance_1c2_t2_port:
2292         capability: tosca.capabilities.Node
2293         node: tosca.nodes.Root
2294         relationship: tosca.relationships.DependsOn
2295         occurrences:
2296         - 0
2297         - UNBOUNDED
2298     - link_1c2_catalog_instance_1c2_t2_port:
2299         capability: tosca.capabilities.network.Linkable
2300         relationship: tosca.relationships.network.LinksTo
2301         occurrences:
2302         - 1
2303         - 1
2304     - dependency_1c2_catalog_instance_1c2_t1_port:
2305         capability: tosca.capabilities.Node
2306         node: tosca.nodes.Root
2307         relationship: tosca.relationships.DependsOn
2308         occurrences:
2309         - 0
2310         - UNBOUNDED
2311     - link_1c2_catalog_instance_1c2_t1_port:
2312         capability: tosca.capabilities.network.Linkable
2313         relationship: tosca.relationships.network.LinksTo
2314         occurrences:
2315         - 1
2316         - 1
2317     capabilities:
2318       disk.device.capacity_1c2_catalog_instance:
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       network.incoming.packets.rate_1c2_catalog_instance_1c2_t2_port:
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       disk.read.bytes.rate_1c2_catalog_instance:
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       memory.usage_1c2_catalog_instance:
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       network.outpoing.packets_1c2_catalog_instance_1c2_t1_port:
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       disk.write.bytes.rate_1c2_catalog_instance:
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       network.incoming.bytes.rate_1c2_catalog_instance_1c2_t2_port:
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       binding_1c2_catalog_instance_1c2_t2_port:
2361         type: tosca.capabilities.network.Bindable
2362         valid_source_types:
2363         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2364         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2365         occurrences:
2366         - 0
2367         - UNBOUNDED
2368       network.incoming.packets_1c2_catalog_instance_1c2_t1_port:
2369         type: org.openecomp.capabilities.metric.Ceilometer
2370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2371         occurrences:
2372         - 1
2373         - UNBOUNDED
2374       cpu_util_1c2_catalog_instance:
2375         type: org.openecomp.capabilities.metric.Ceilometer
2376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2377         occurrences:
2378         - 1
2379         - UNBOUNDED
2380       network.outpoing.packets_1c2_catalog_instance_1c2_t2_port:
2381         type: org.openecomp.capabilities.metric.Ceilometer
2382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2383         occurrences:
2384         - 1
2385         - UNBOUNDED
2386       feature_1c2_catalog_instance_1c2_t1_port:
2387         type: tosca.capabilities.Node
2388         occurrences:
2389         - 1
2390         - UNBOUNDED
2391       attachment_1c2_catalog_instance_1c2_t1_port:
2392         type: tosca.capabilities.Attachment
2393         occurrences:
2394         - 1
2395         - UNBOUNDED
2396       network.incoming.bytes_1c2_catalog_instance_1c2_t2_port:
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       cpu_1c2_catalog_instance:
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.read.requests_1c2_catalog_instance:
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       network.incoming.bytes.rate_1c2_catalog_instance_1c2_t1_port:
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       binding_1c2_catalog_instance_1c2_t1_port:
2421         type: tosca.capabilities.network.Bindable
2422         valid_source_types:
2423         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2424         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2425         occurrences:
2426         - 0
2427         - UNBOUNDED
2428       disk.ephemeral.size_1c2_catalog_instance:
2429         type: org.openecomp.capabilities.metric.Ceilometer
2430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2431         occurrences:
2432         - 1
2433         - UNBOUNDED
2434       disk.device.write.bytes_1c2_catalog_instance:
2435         type: org.openecomp.capabilities.metric.Ceilometer
2436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2437         occurrences:
2438         - 1
2439         - UNBOUNDED
2440       memory.resident_1c2_catalog_instance:
2441         type: org.openecomp.capabilities.metric.Ceilometer
2442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2443         occurrences:
2444         - 1
2445         - UNBOUNDED
2446       disk.device.write.requests.rate_1c2_catalog_instance:
2447         type: org.openecomp.capabilities.metric.Ceilometer
2448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2449         occurrences:
2450         - 1
2451         - UNBOUNDED
2452       network.incoming.bytes_1c2_catalog_instance_1c2_t1_port:
2453         type: org.openecomp.capabilities.metric.Ceilometer
2454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2455         occurrences:
2456         - 1
2457         - UNBOUNDED
2458       os_1c2_catalog_instance:
2459         type: tosca.capabilities.OperatingSystem
2460         occurrences:
2461         - 1
2462         - UNBOUNDED
2463       disk.device.iops_1c2_catalog_instance:
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       endpoint_1c2_catalog_instance:
2470         type: tosca.capabilities.Endpoint.Admin
2471         occurrences:
2472         - 1
2473         - UNBOUNDED
2474       disk.allocation_1c2_catalog_instance:
2475         type: org.openecomp.capabilities.metric.Ceilometer
2476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2477         occurrences:
2478         - 1
2479         - UNBOUNDED
2480       disk.latency_1c2_catalog_instance:
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       network.outgoing.bytes.rate_1c2_catalog_instance_1c2_t1_port:
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       network.outgoing.bytes_1c2_catalog_instance_1c2_t1_port:
2493         type: org.openecomp.capabilities.metric.Ceilometer
2494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2495         occurrences:
2496         - 1
2497         - UNBOUNDED
2498       disk.iops_1c2_catalog_instance:
2499         type: org.openecomp.capabilities.metric.Ceilometer
2500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2501         occurrences:
2502         - 1
2503         - UNBOUNDED
2504       network.outgoing.packets.rate_1c2_catalog_instance_1c2_t2_port:
2505         type: org.openecomp.capabilities.metric.Ceilometer
2506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2507         occurrences:
2508         - 1
2509         - UNBOUNDED
2510       network.incoming.packets_1c2_catalog_instance_1c2_t2_port:
2511         type: org.openecomp.capabilities.metric.Ceilometer
2512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2513         occurrences:
2514         - 1
2515         - UNBOUNDED
2516       vcpus_1c2_catalog_instance:
2517         type: org.openecomp.capabilities.metric.Ceilometer
2518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2519         occurrences:
2520         - 1
2521         - UNBOUNDED
2522       disk.device.latency_1c2_catalog_instance:
2523         type: org.openecomp.capabilities.metric.Ceilometer
2524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2525         occurrences:
2526         - 1
2527         - UNBOUNDED
2528       attachment_1c2_catalog_instance_1c2_t2_port:
2529         type: tosca.capabilities.Attachment
2530         occurrences:
2531         - 1
2532         - UNBOUNDED
2533       forwarder_1c2_catalog_instance_1c2_t1_port:
2534         type: org.openecomp.capabilities.Forwarder
2535         occurrences:
2536         - 1
2537         - UNBOUNDED
2538       network.outgoing.packets.rate_1c2_catalog_instance_1c2_t1_port:
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.read.bytes_1c2_catalog_instance:
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       instance_1c2_catalog_instance:
2551         type: org.openecomp.capabilities.metric.Ceilometer
2552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2553         occurrences:
2554         - 1
2555         - UNBOUNDED
2556       disk.capacity_1c2_catalog_instance:
2557         type: org.openecomp.capabilities.metric.Ceilometer
2558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2559         occurrences:
2560         - 1
2561         - UNBOUNDED
2562       disk.write.bytes_1c2_catalog_instance:
2563         type: org.openecomp.capabilities.metric.Ceilometer
2564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2565         occurrences:
2566         - 1
2567         - UNBOUNDED
2568       disk.device.read.bytes.rate_1c2_catalog_instance:
2569         type: org.openecomp.capabilities.metric.Ceilometer
2570         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2571         occurrences:
2572         - 1
2573         - UNBOUNDED
2574       forwarder_1c2_catalog_instance_1c2_t2_port:
2575         type: org.openecomp.capabilities.Forwarder
2576         occurrences:
2577         - 1
2578         - UNBOUNDED
2579       disk.device.allocation_1c2_catalog_instance:
2580         type: org.openecomp.capabilities.metric.Ceilometer
2581         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2582         occurrences:
2583         - 1
2584         - UNBOUNDED
2585       disk.device.read.bytes_1c2_catalog_instance:
2586         type: org.openecomp.capabilities.metric.Ceilometer
2587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2588         occurrences:
2589         - 1
2590         - UNBOUNDED
2591       network.outgoing.bytes.rate_1c2_catalog_instance_1c2_t2_port:
2592         type: org.openecomp.capabilities.metric.Ceilometer
2593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2594         occurrences:
2595         - 1
2596         - UNBOUNDED
2597       disk.device.read.requests_1c2_catalog_instance:
2598         type: org.openecomp.capabilities.metric.Ceilometer
2599         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2600         occurrences:
2601         - 1
2602         - UNBOUNDED
2603       disk.device.write.bytes.rate_1c2_catalog_instance:
2604         type: org.openecomp.capabilities.metric.Ceilometer
2605         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2606         occurrences:
2607         - 1
2608         - UNBOUNDED
2609       scalable_1c2_catalog_instance:
2610         type: tosca.capabilities.Scalable
2611         occurrences:
2612         - 1
2613         - UNBOUNDED
2614       disk.device.write.requests_1c2_catalog_instance:
2615         type: org.openecomp.capabilities.metric.Ceilometer
2616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2617         occurrences:
2618         - 1
2619         - UNBOUNDED
2620       host_1c2_catalog_instance:
2621         type: tosca.capabilities.Container
2622         valid_source_types:
2623         - tosca.nodes.SoftwareComponent
2624         occurrences:
2625         - 1
2626         - UNBOUNDED
2627       disk.root.size_1c2_catalog_instance:
2628         type: org.openecomp.capabilities.metric.Ceilometer
2629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2630         occurrences:
2631         - 1
2632         - UNBOUNDED
2633       disk.device.usage_1c2_catalog_instance:
2634         type: org.openecomp.capabilities.metric.Ceilometer
2635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2636         occurrences:
2637         - 1
2638         - UNBOUNDED
2639       network.outgoing.bytes_1c2_catalog_instance_1c2_t2_port:
2640         type: org.openecomp.capabilities.metric.Ceilometer
2641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2642         occurrences:
2643         - 1
2644         - UNBOUNDED
2645       disk.usage_1c2_catalog_instance:
2646         type: org.openecomp.capabilities.metric.Ceilometer
2647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2648         occurrences:
2649         - 1
2650         - UNBOUNDED
2651       feature_1c2_catalog_instance:
2652         type: tosca.capabilities.Node
2653         occurrences:
2654         - 1
2655         - UNBOUNDED
2656       network.incoming.packets.rate_1c2_catalog_instance_1c2_t1_port:
2657         type: org.openecomp.capabilities.metric.Ceilometer
2658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2659         occurrences:
2660         - 1
2661         - UNBOUNDED
2662       memory_1c2_catalog_instance:
2663         type: org.openecomp.capabilities.metric.Ceilometer
2664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2665         occurrences:
2666         - 1
2667         - UNBOUNDED
2668       disk.write.requests.rate_1c2_catalog_instance:
2669         type: org.openecomp.capabilities.metric.Ceilometer
2670         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2671         occurrences:
2672         - 1
2673         - UNBOUNDED
2674       disk.write.requests_1c2_catalog_instance:
2675         type: org.openecomp.capabilities.metric.Ceilometer
2676         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2677         occurrences:
2678         - 1
2679         - UNBOUNDED
2680       binding_1c2_catalog_instance:
2681         type: tosca.capabilities.network.Bindable
2682         occurrences:
2683         - 1
2684         - UNBOUNDED
2685       cpu.delta_1c2_catalog_instance:
2686         type: org.openecomp.capabilities.metric.Ceilometer
2687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2688         occurrences:
2689         - 1
2690         - UNBOUNDED
2691       feature_1c2_catalog_instance_1c2_t2_port:
2692         type: tosca.capabilities.Node
2693         occurrences:
2694         - 1
2695         - UNBOUNDED
2696       disk.device.read.requests.rate_1c2_catalog_instance:
2697         type: org.openecomp.capabilities.metric.Ceilometer
2698         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2699         occurrences:
2700         - 1
2701         - UNBOUNDED
2702   org.openecomp.resource.abstract.nodes.pcma_server_1:
2703     derived_from: org.openecomp.resource.abstract.nodes.VFC
2704     properties:
2705       port_pcm_port_0_network_role:
2706         type: string
2707         required: true
2708         status: SUPPORTED
2709       port_pcm_port_0_subinterface_indicator:
2710         type: list
2711         required: true
2712         status: SUPPORTED
2713         entry_schema:
2714           type: boolean
2715       port_pcm_port_1_network_role_tag:
2716         type: string
2717         required: true
2718         status: SUPPORTED
2719       port_pcm_port_0_fixed_ips:
2720         type: list
2721         required: true
2722         status: SUPPORTED
2723         entry_schema:
2724           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2725       port_pcm_port_0_vlan_requirements:
2726         type: list
2727         required: true
2728         status: SUPPORTED
2729         entry_schema:
2730           type: org.openecomp.datatypes.network.VlanRequirements
2731       vm_flavor_name:
2732         type: string
2733         required: true
2734         status: SUPPORTED
2735       port_pcm_port_0_security_groups:
2736         type: list
2737         required: true
2738         status: SUPPORTED
2739         entry_schema:
2740           type: json
2741       compute_pcma_server_availability_zone:
2742         type: list
2743         required: true
2744         status: SUPPORTED
2745         entry_schema:
2746           type: string
2747       port_pcm_port_0_order:
2748         type: integer
2749         required: true
2750         status: SUPPORTED
2751       port_pcm_port_0_subnetpoolid:
2752         type: string
2753         required: true
2754         status: SUPPORTED
2755       vm_image_name:
2756         type: string
2757         required: true
2758         status: SUPPORTED
2759       port_pcm_port_1_subnetpoolid:
2760         type: string
2761         required: true
2762         status: SUPPORTED
2763       port_pcm_port_0_network_role_tag:
2764         type: string
2765         required: true
2766         status: SUPPORTED
2767       port_pcm_port_0_exCP_naming:
2768         type: org.openecomp.datatypes.Naming
2769         required: true
2770         status: SUPPORTED
2771       port_pcm_port_1_exCP_naming:
2772         type: org.openecomp.datatypes.Naming
2773         required: true
2774         status: SUPPORTED
2775       port_pcm_port_1_network_role:
2776         type: string
2777         required: true
2778         status: SUPPORTED
2779       port_pcm_port_1_subinterface_indicator:
2780         type: list
2781         required: true
2782         status: SUPPORTED
2783         entry_schema:
2784           type: boolean
2785       port_pcm_port_1_network:
2786         type: list
2787         required: true
2788         status: SUPPORTED
2789         entry_schema:
2790           type: string
2791       port_pcm_port_0_ip_requirements:
2792         type: list
2793         required: true
2794         status: SUPPORTED
2795         entry_schema:
2796           type: org.openecomp.datatypes.network.IpRequirements
2797       port_pcm_port_1_security_groups:
2798         type: list
2799         required: true
2800         status: SUPPORTED
2801         entry_schema:
2802           type: json
2803       compute_pcma_server_config_drive:
2804         type: list
2805         required: true
2806         status: SUPPORTED
2807         entry_schema:
2808           type: boolean
2809       index_value:
2810         type: integer
2811         description: Index value of this substitution service template runtime instance
2812         required: false
2813         default: 0
2814         status: SUPPORTED
2815         constraints:
2816         - greater_or_equal: 0
2817       compute_pcma_server_user_data_format:
2818         type: list
2819         required: true
2820         status: SUPPORTED
2821         entry_schema:
2822           type: string
2823       port_pcm_port_0_network:
2824         type: list
2825         required: true
2826         status: SUPPORTED
2827         entry_schema:
2828           type: string
2829       port_pcm_port_1_mac_requirements:
2830         type: org.openecomp.datatypes.network.MacRequirements
2831         required: true
2832         status: SUPPORTED
2833       port_pcm_port_1_vlan_requirements:
2834         type: list
2835         required: true
2836         status: SUPPORTED
2837         entry_schema:
2838           type: org.openecomp.datatypes.network.VlanRequirements
2839       port_pcm_port_1_fixed_ips:
2840         type: list
2841         required: true
2842         status: SUPPORTED
2843         entry_schema:
2844           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2845       compute_pcma_server_name:
2846         type: list
2847         required: true
2848         status: SUPPORTED
2849         entry_schema:
2850           type: string
2851       port_pcm_port_0_mac_requirements:
2852         type: org.openecomp.datatypes.network.MacRequirements
2853         required: true
2854         status: SUPPORTED
2855       port_pcm_port_1_ip_requirements:
2856         type: list
2857         required: true
2858         status: SUPPORTED
2859         entry_schema:
2860           type: org.openecomp.datatypes.network.IpRequirements
2861       port_pcm_port_1_order:
2862         type: integer
2863         required: true
2864         status: SUPPORTED
2865     requirements:
2866     - dependency_pcma_server:
2867         capability: tosca.capabilities.Node
2868         node: tosca.nodes.Root
2869         relationship: tosca.relationships.DependsOn
2870         occurrences:
2871         - 0
2872         - UNBOUNDED
2873     - local_storage_pcma_server:
2874         capability: tosca.capabilities.Attachment
2875         node: tosca.nodes.BlockStorage
2876         relationship: tosca.relationships.AttachesTo
2877         occurrences:
2878         - 0
2879         - UNBOUNDED
2880     - dependency_pcma_server_pcm_port_0:
2881         capability: tosca.capabilities.Node
2882         node: tosca.nodes.Root
2883         relationship: tosca.relationships.DependsOn
2884         occurrences:
2885         - 0
2886         - UNBOUNDED
2887     - link_pcma_server_pcm_port_0:
2888         capability: tosca.capabilities.network.Linkable
2889         relationship: tosca.relationships.network.LinksTo
2890         occurrences:
2891         - 1
2892         - 1
2893     - dependency_pcma_server_pcm_port_1:
2894         capability: tosca.capabilities.Node
2895         node: tosca.nodes.Root
2896         relationship: tosca.relationships.DependsOn
2897         occurrences:
2898         - 0
2899         - UNBOUNDED
2900     - link_pcma_server_pcm_port_1:
2901         capability: tosca.capabilities.network.Linkable
2902         relationship: tosca.relationships.network.LinksTo
2903         occurrences:
2904         - 1
2905         - 1
2906     capabilities:
2907       cpu.delta_pcma_server:
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       scalable_pcma_server:
2914         type: tosca.capabilities.Scalable
2915         occurrences:
2916         - 1
2917         - UNBOUNDED
2918       vcpus_pcma_server:
2919         type: org.openecomp.capabilities.metric.Ceilometer
2920         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2921         occurrences:
2922         - 1
2923         - UNBOUNDED
2924       host_pcma_server:
2925         type: tosca.capabilities.Container
2926         valid_source_types:
2927         - tosca.nodes.SoftwareComponent
2928         occurrences:
2929         - 1
2930         - UNBOUNDED
2931       disk.device.read.requests.rate_pcma_server:
2932         type: org.openecomp.capabilities.metric.Ceilometer
2933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2934         occurrences:
2935         - 1
2936         - UNBOUNDED
2937       disk.usage_pcma_server:
2938         type: org.openecomp.capabilities.metric.Ceilometer
2939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2940         occurrences:
2941         - 1
2942         - UNBOUNDED
2943       attachment_pcma_server_pcm_port_0:
2944         type: tosca.capabilities.Attachment
2945         occurrences:
2946         - 1
2947         - UNBOUNDED
2948       disk.read.bytes_pcma_server:
2949         type: org.openecomp.capabilities.metric.Ceilometer
2950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2951         occurrences:
2952         - 1
2953         - UNBOUNDED
2954       disk.iops_pcma_server:
2955         type: org.openecomp.capabilities.metric.Ceilometer
2956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2957         occurrences:
2958         - 1
2959         - UNBOUNDED
2960       network.outgoing.bytes.rate_pcma_server_pcm_port_0:
2961         type: org.openecomp.capabilities.metric.Ceilometer
2962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2963         occurrences:
2964         - 1
2965         - UNBOUNDED
2966       network.outgoing.bytes.rate_pcma_server_pcm_port_1:
2967         type: org.openecomp.capabilities.metric.Ceilometer
2968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2969         occurrences:
2970         - 1
2971         - UNBOUNDED
2972       attachment_pcma_server_pcm_port_1:
2973         type: tosca.capabilities.Attachment
2974         occurrences:
2975         - 1
2976         - UNBOUNDED
2977       endpoint_pcma_server:
2978         type: tosca.capabilities.Endpoint.Admin
2979         occurrences:
2980         - 1
2981         - UNBOUNDED
2982       feature_pcma_server:
2983         type: tosca.capabilities.Node
2984         occurrences:
2985         - 1
2986         - UNBOUNDED
2987       memory.usage_pcma_server:
2988         type: org.openecomp.capabilities.metric.Ceilometer
2989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2990         occurrences:
2991         - 1
2992         - UNBOUNDED
2993       network.incoming.packets_pcma_server_pcm_port_0:
2994         type: org.openecomp.capabilities.metric.Ceilometer
2995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2996         occurrences:
2997         - 1
2998         - UNBOUNDED
2999       network.incoming.bytes.rate_pcma_server_pcm_port_1:
3000         type: org.openecomp.capabilities.metric.Ceilometer
3001         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3002         occurrences:
3003         - 1
3004         - UNBOUNDED
3005       network.outgoing.bytes_pcma_server_pcm_port_0:
3006         type: org.openecomp.capabilities.metric.Ceilometer
3007         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3008         occurrences:
3009         - 1
3010         - UNBOUNDED
3011       memory_pcma_server:
3012         type: org.openecomp.capabilities.metric.Ceilometer
3013         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3014         occurrences:
3015         - 1
3016         - UNBOUNDED
3017       network.outgoing.bytes_pcma_server_pcm_port_1:
3018         type: org.openecomp.capabilities.metric.Ceilometer
3019         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3020         occurrences:
3021         - 1
3022         - UNBOUNDED
3023       cpu_pcma_server:
3024         type: org.openecomp.capabilities.metric.Ceilometer
3025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3026         occurrences:
3027         - 1
3028         - UNBOUNDED
3029       disk.device.write.bytes.rate_pcma_server:
3030         type: org.openecomp.capabilities.metric.Ceilometer
3031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3032         occurrences:
3033         - 1
3034         - UNBOUNDED
3035       disk.read.bytes.rate_pcma_server:
3036         type: org.openecomp.capabilities.metric.Ceilometer
3037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3038         occurrences:
3039         - 1
3040         - UNBOUNDED
3041       network.incoming.packets.rate_pcma_server_pcm_port_0:
3042         type: org.openecomp.capabilities.metric.Ceilometer
3043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3044         occurrences:
3045         - 1
3046         - UNBOUNDED
3047       binding_pcma_server_pcm_port_0:
3048         type: tosca.capabilities.network.Bindable
3049         valid_source_types:
3050         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3051         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3052         occurrences:
3053         - 0
3054         - UNBOUNDED
3055       network.incoming.packets_pcma_server_pcm_port_1:
3056         type: org.openecomp.capabilities.metric.Ceilometer
3057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3058         occurrences:
3059         - 1
3060         - UNBOUNDED
3061       os_pcma_server:
3062         type: tosca.capabilities.OperatingSystem
3063         occurrences:
3064         - 1
3065         - UNBOUNDED
3066       binding_pcma_server_pcm_port_1:
3067         type: tosca.capabilities.network.Bindable
3068         valid_source_types:
3069         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3070         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3071         occurrences:
3072         - 0
3073         - UNBOUNDED
3074       network.incoming.packets.rate_pcma_server_pcm_port_1:
3075         type: org.openecomp.capabilities.metric.Ceilometer
3076         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3077         occurrences:
3078         - 1
3079         - UNBOUNDED
3080       forwarder_pcma_server_pcm_port_0:
3081         type: org.openecomp.capabilities.Forwarder
3082         occurrences:
3083         - 1
3084         - UNBOUNDED
3085       forwarder_pcma_server_pcm_port_1:
3086         type: org.openecomp.capabilities.Forwarder
3087         occurrences:
3088         - 1
3089         - UNBOUNDED
3090       disk.device.read.requests_pcma_server:
3091         type: org.openecomp.capabilities.metric.Ceilometer
3092         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3093         occurrences:
3094         - 1
3095         - UNBOUNDED
3096       disk.write.bytes.rate_pcma_server:
3097         type: org.openecomp.capabilities.metric.Ceilometer
3098         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3099         occurrences:
3100         - 1
3101         - UNBOUNDED
3102       network.outgoing.packets.rate_pcma_server_pcm_port_1:
3103         type: org.openecomp.capabilities.metric.Ceilometer
3104         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3105         occurrences:
3106         - 1
3107         - UNBOUNDED
3108       disk.device.write.requests.rate_pcma_server:
3109         type: org.openecomp.capabilities.metric.Ceilometer
3110         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3111         occurrences:
3112         - 1
3113         - UNBOUNDED
3114       network.incoming.bytes.rate_pcma_server_pcm_port_0:
3115         type: org.openecomp.capabilities.metric.Ceilometer
3116         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3117         occurrences:
3118         - 1
3119         - UNBOUNDED
3120       network.outgoing.packets.rate_pcma_server_pcm_port_0:
3121         type: org.openecomp.capabilities.metric.Ceilometer
3122         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3123         occurrences:
3124         - 1
3125         - UNBOUNDED
3126       cpu_util_pcma_server:
3127         type: org.openecomp.capabilities.metric.Ceilometer
3128         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3129         occurrences:
3130         - 1
3131         - UNBOUNDED
3132       disk.device.write.bytes_pcma_server:
3133         type: org.openecomp.capabilities.metric.Ceilometer
3134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3135         occurrences:
3136         - 1
3137         - UNBOUNDED
3138       disk.device.read.bytes.rate_pcma_server:
3139         type: org.openecomp.capabilities.metric.Ceilometer
3140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3141         occurrences:
3142         - 1
3143         - UNBOUNDED
3144       disk.device.usage_pcma_server:
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       disk.read.requests_pcma_server:
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.allocation_pcma_server:
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       feature_pcma_server_pcm_port_0:
3163         type: tosca.capabilities.Node
3164         occurrences:
3165         - 1
3166         - UNBOUNDED
3167       feature_pcma_server_pcm_port_1:
3168         type: tosca.capabilities.Node
3169         occurrences:
3170         - 1
3171         - UNBOUNDED
3172       disk.ephemeral.size_pcma_server:
3173         type: org.openecomp.capabilities.metric.Ceilometer
3174         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3175         occurrences:
3176         - 1
3177         - UNBOUNDED
3178       binding_pcma_server:
3179         type: tosca.capabilities.network.Bindable
3180         occurrences:
3181         - 1
3182         - UNBOUNDED
3183       disk.latency_pcma_server:
3184         type: org.openecomp.capabilities.metric.Ceilometer
3185         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3186         occurrences:
3187         - 1
3188         - UNBOUNDED
3189       disk.device.write.requests_pcma_server:
3190         type: org.openecomp.capabilities.metric.Ceilometer
3191         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3192         occurrences:
3193         - 1
3194         - UNBOUNDED
3195       disk.device.read.bytes_pcma_server:
3196         type: org.openecomp.capabilities.metric.Ceilometer
3197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3198         occurrences:
3199         - 1
3200         - UNBOUNDED
3201       disk.device.allocation_pcma_server:
3202         type: org.openecomp.capabilities.metric.Ceilometer
3203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3204         occurrences:
3205         - 1
3206         - UNBOUNDED
3207       memory.resident_pcma_server:
3208         type: org.openecomp.capabilities.metric.Ceilometer
3209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3210         occurrences:
3211         - 1
3212         - UNBOUNDED
3213       disk.root.size_pcma_server:
3214         type: org.openecomp.capabilities.metric.Ceilometer
3215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3216         occurrences:
3217         - 1
3218         - UNBOUNDED
3219       disk.write.bytes_pcma_server:
3220         type: org.openecomp.capabilities.metric.Ceilometer
3221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3222         occurrences:
3223         - 1
3224         - UNBOUNDED
3225       network.incoming.bytes_pcma_server_pcm_port_0:
3226         type: org.openecomp.capabilities.metric.Ceilometer
3227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3228         occurrences:
3229         - 1
3230         - UNBOUNDED
3231       disk.write.requests_pcma_server:
3232         type: org.openecomp.capabilities.metric.Ceilometer
3233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3234         occurrences:
3235         - 1
3236         - UNBOUNDED
3237       network.incoming.bytes_pcma_server_pcm_port_1:
3238         type: org.openecomp.capabilities.metric.Ceilometer
3239         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3240         occurrences:
3241         - 1
3242         - UNBOUNDED
3243       disk.write.requests.rate_pcma_server:
3244         type: org.openecomp.capabilities.metric.Ceilometer
3245         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3246         occurrences:
3247         - 1
3248         - UNBOUNDED
3249       disk.device.iops_pcma_server:
3250         type: org.openecomp.capabilities.metric.Ceilometer
3251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3252         occurrences:
3253         - 1
3254         - UNBOUNDED
3255       instance_pcma_server:
3256         type: org.openecomp.capabilities.metric.Ceilometer
3257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3258         occurrences:
3259         - 1
3260         - UNBOUNDED
3261       disk.device.latency_pcma_server:
3262         type: org.openecomp.capabilities.metric.Ceilometer
3263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3264         occurrences:
3265         - 1
3266         - UNBOUNDED
3267       disk.capacity_pcma_server:
3268         type: org.openecomp.capabilities.metric.Ceilometer
3269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3270         occurrences:
3271         - 1
3272         - UNBOUNDED
3273       disk.device.capacity_pcma_server:
3274         type: org.openecomp.capabilities.metric.Ceilometer
3275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3276         occurrences:
3277         - 1
3278         - UNBOUNDED
3279       network.outpoing.packets_pcma_server_pcm_port_1:
3280         type: org.openecomp.capabilities.metric.Ceilometer
3281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3282         occurrences:
3283         - 1
3284         - UNBOUNDED
3285       network.outpoing.packets_pcma_server_pcm_port_0:
3286         type: org.openecomp.capabilities.metric.Ceilometer
3287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3288         occurrences:
3289         - 1
3290         - UNBOUNDED
3291   org.openecomp.resource.abstract.nodes.b_single_1b:
3292     derived_from: org.openecomp.resource.abstract.nodes.VFC
3293     properties:
3294       port_1b_t1_port_order:
3295         type: integer
3296         required: true
3297         status: SUPPORTED
3298       port_1b_t1_port_network_role:
3299         type: string
3300         required: true
3301         status: SUPPORTED
3302       port_1b_t1_port_exCP_naming:
3303         type: org.openecomp.datatypes.Naming
3304         required: true
3305         status: SUPPORTED
3306       vm_flavor_name:
3307         type: string
3308         required: true
3309         status: SUPPORTED
3310       port_1b_t1_port_ip_requirements:
3311         type: list
3312         required: true
3313         status: SUPPORTED
3314         entry_schema:
3315           type: org.openecomp.datatypes.network.IpRequirements
3316       vm_image_name:
3317         type: string
3318         required: true
3319         status: SUPPORTED
3320       port_1b_t2_port_network_role:
3321         type: string
3322         required: true
3323         status: SUPPORTED
3324       port_1b_t2_port_order:
3325         type: integer
3326         required: true
3327         status: SUPPORTED
3328       port_1b_t2_port_subinterface_indicator:
3329         type: list
3330         required: true
3331         status: SUPPORTED
3332         entry_schema:
3333           type: boolean
3334       compute_b_single_1b_user_data_format:
3335         type: list
3336         required: true
3337         status: SUPPORTED
3338         entry_schema:
3339           type: string
3340       port_1b_t2_port_exCP_naming:
3341         type: org.openecomp.datatypes.Naming
3342         required: true
3343         status: SUPPORTED
3344       port_1b_t2_port_network_role_tag:
3345         type: string
3346         required: true
3347         status: SUPPORTED
3348       port_1b_t2_port_subnetpoolid:
3349         type: string
3350         required: true
3351         status: SUPPORTED
3352       port_1b_t2_port_mac_requirements:
3353         type: org.openecomp.datatypes.network.MacRequirements
3354         required: true
3355         status: SUPPORTED
3356       compute_b_single_1b_availability_zone:
3357         type: list
3358         required: true
3359         status: SUPPORTED
3360         entry_schema:
3361           type: string
3362       index_value:
3363         type: integer
3364         description: Index value of this substitution service template runtime instance
3365         required: false
3366         default: 0
3367         status: SUPPORTED
3368         constraints:
3369         - greater_or_equal: 0
3370       compute_b_single_1b_scheduler_hints:
3371         type: list
3372         required: true
3373         status: SUPPORTED
3374         entry_schema:
3375           type: json
3376       port_1b_t2_port_vlan_requirements:
3377         type: list
3378         required: true
3379         status: SUPPORTED
3380         entry_schema:
3381           type: org.openecomp.datatypes.network.VlanRequirements
3382       port_1b_t2_port_ip_requirements:
3383         type: list
3384         required: true
3385         status: SUPPORTED
3386         entry_schema:
3387           type: org.openecomp.datatypes.network.IpRequirements
3388       port_1b_t1_port_subinterface_indicator:
3389         type: list
3390         required: true
3391         status: SUPPORTED
3392         entry_schema:
3393           type: boolean
3394       port_1b_t1_port_network_role_tag:
3395         type: string
3396         required: true
3397         status: SUPPORTED
3398       compute_b_single_1b_metadata:
3399         type: list
3400         required: true
3401         status: SUPPORTED
3402         entry_schema:
3403           type: json
3404       port_1b_t1_port_subnetpoolid:
3405         type: string
3406         required: true
3407         status: SUPPORTED
3408       port_1b_t1_port_mac_requirements:
3409         type: org.openecomp.datatypes.network.MacRequirements
3410         required: true
3411         status: SUPPORTED
3412       port_1b_t2_port_network:
3413         type: list
3414         required: true
3415         status: SUPPORTED
3416         entry_schema:
3417           type: string
3418       port_1b_t1_port_vlan_requirements:
3419         type: list
3420         required: true
3421         status: SUPPORTED
3422         entry_schema:
3423           type: org.openecomp.datatypes.network.VlanRequirements
3424       compute_b_single_1b_name:
3425         type: list
3426         required: true
3427         status: SUPPORTED
3428         entry_schema:
3429           type: string
3430     attributes:
3431       b_single_1b_instance_name:
3432         type: string
3433         status: SUPPORTED
3434       b_single_1b_1b_t1_port_tenant_id:
3435         type: string
3436         status: SUPPORTED
3437     requirements:
3438     - dependency_b_single_1b:
3439         capability: tosca.capabilities.Node
3440         node: tosca.nodes.Root
3441         relationship: tosca.relationships.DependsOn
3442         occurrences:
3443         - 0
3444         - UNBOUNDED
3445     - local_storage_b_single_1b:
3446         capability: tosca.capabilities.Attachment
3447         node: tosca.nodes.BlockStorage
3448         relationship: tosca.relationships.AttachesTo
3449         occurrences:
3450         - 0
3451         - UNBOUNDED
3452     - dependency_b_single_1b_1b_t1_port:
3453         capability: tosca.capabilities.Node
3454         node: tosca.nodes.Root
3455         relationship: tosca.relationships.DependsOn
3456         occurrences:
3457         - 0
3458         - UNBOUNDED
3459     - link_b_single_1b_1b_t1_port:
3460         capability: tosca.capabilities.network.Linkable
3461         relationship: tosca.relationships.network.LinksTo
3462         occurrences:
3463         - 1
3464         - 1
3465     - dependency_b_single_1b_1b_t2_port:
3466         capability: tosca.capabilities.Node
3467         node: tosca.nodes.Root
3468         relationship: tosca.relationships.DependsOn
3469         occurrences:
3470         - 0
3471         - UNBOUNDED
3472     - link_b_single_1b_1b_t2_port:
3473         capability: tosca.capabilities.network.Linkable
3474         relationship: tosca.relationships.network.LinksTo
3475         occurrences:
3476         - 1
3477         - 1
3478     capabilities:
3479       attachment_b_single_1b_1b_t2_port:
3480         type: tosca.capabilities.Attachment
3481         occurrences:
3482         - 1
3483         - UNBOUNDED
3484       forwarder_b_single_1b_1b_t2_port:
3485         type: org.openecomp.capabilities.Forwarder
3486         occurrences:
3487         - 1
3488         - UNBOUNDED
3489       endpoint_b_single_1b:
3490         type: tosca.capabilities.Endpoint.Admin
3491         occurrences:
3492         - 1
3493         - UNBOUNDED
3494       feature_b_single_1b:
3495         type: tosca.capabilities.Node
3496         occurrences:
3497         - 1
3498         - UNBOUNDED
3499       disk.iops_b_single_1b:
3500         type: org.openecomp.capabilities.metric.Ceilometer
3501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3502         occurrences:
3503         - 1
3504         - UNBOUNDED
3505       network.incoming.bytes.rate_b_single_1b_1b_t2_port:
3506         type: org.openecomp.capabilities.metric.Ceilometer
3507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3508         occurrences:
3509         - 1
3510         - UNBOUNDED
3511       network.outgoing.bytes.rate_b_single_1b_1b_t2_port:
3512         type: org.openecomp.capabilities.metric.Ceilometer
3513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3514         occurrences:
3515         - 1
3516         - UNBOUNDED
3517       forwarder_b_single_1b_1b_t1_port:
3518         type: org.openecomp.capabilities.Forwarder
3519         occurrences:
3520         - 1
3521         - UNBOUNDED
3522       scalable_b_single_1b:
3523         type: tosca.capabilities.Scalable
3524         occurrences:
3525         - 1
3526         - UNBOUNDED
3527       disk.write.bytes_b_single_1b:
3528         type: org.openecomp.capabilities.metric.Ceilometer
3529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3530         occurrences:
3531         - 1
3532         - UNBOUNDED
3533       os_b_single_1b:
3534         type: tosca.capabilities.OperatingSystem
3535         occurrences:
3536         - 1
3537         - UNBOUNDED
3538       vcpus_b_single_1b:
3539         type: org.openecomp.capabilities.metric.Ceilometer
3540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3541         occurrences:
3542         - 1
3543         - UNBOUNDED
3544       cpu_b_single_1b:
3545         type: org.openecomp.capabilities.metric.Ceilometer
3546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3547         occurrences:
3548         - 1
3549         - UNBOUNDED
3550       disk.device.read.requests.rate_b_single_1b:
3551         type: org.openecomp.capabilities.metric.Ceilometer
3552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3553         occurrences:
3554         - 1
3555         - UNBOUNDED
3556       network.incoming.packets.rate_b_single_1b_1b_t2_port:
3557         type: org.openecomp.capabilities.metric.Ceilometer
3558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3559         occurrences:
3560         - 1
3561         - UNBOUNDED
3562       instance_b_single_1b:
3563         type: org.openecomp.capabilities.metric.Ceilometer
3564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3565         occurrences:
3566         - 1
3567         - UNBOUNDED
3568       network.incoming.bytes.rate_b_single_1b_1b_t1_port:
3569         type: org.openecomp.capabilities.metric.Ceilometer
3570         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3571         occurrences:
3572         - 1
3573         - UNBOUNDED
3574       disk.read.bytes_b_single_1b:
3575         type: org.openecomp.capabilities.metric.Ceilometer
3576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3577         occurrences:
3578         - 1
3579         - UNBOUNDED
3580       disk.device.latency_b_single_1b:
3581         type: org.openecomp.capabilities.metric.Ceilometer
3582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3583         occurrences:
3584         - 1
3585         - UNBOUNDED
3586       disk.usage_b_single_1b:
3587         type: org.openecomp.capabilities.metric.Ceilometer
3588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3589         occurrences:
3590         - 1
3591         - UNBOUNDED
3592       network.incoming.bytes_b_single_1b_1b_t1_port:
3593         type: org.openecomp.capabilities.metric.Ceilometer
3594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3595         occurrences:
3596         - 1
3597         - UNBOUNDED
3598       disk.device.allocation_b_single_1b:
3599         type: org.openecomp.capabilities.metric.Ceilometer
3600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3601         occurrences:
3602         - 1
3603         - UNBOUNDED
3604       network.outgoing.packets.rate_b_single_1b_1b_t2_port:
3605         type: org.openecomp.capabilities.metric.Ceilometer
3606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3607         occurrences:
3608         - 1
3609         - UNBOUNDED
3610       disk.device.capacity_b_single_1b:
3611         type: org.openecomp.capabilities.metric.Ceilometer
3612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3613         occurrences:
3614         - 1
3615         - UNBOUNDED
3616       disk.latency_b_single_1b:
3617         type: org.openecomp.capabilities.metric.Ceilometer
3618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3619         occurrences:
3620         - 1
3621         - UNBOUNDED
3622       network.incoming.packets_b_single_1b_1b_t2_port:
3623         type: org.openecomp.capabilities.metric.Ceilometer
3624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3625         occurrences:
3626         - 1
3627         - UNBOUNDED
3628       network.incoming.packets.rate_b_single_1b_1b_t1_port:
3629         type: org.openecomp.capabilities.metric.Ceilometer
3630         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3631         occurrences:
3632         - 1
3633         - UNBOUNDED
3634       attachment_b_single_1b_1b_t1_port:
3635         type: tosca.capabilities.Attachment
3636         occurrences:
3637         - 1
3638         - UNBOUNDED
3639       disk.device.write.requests_b_single_1b:
3640         type: org.openecomp.capabilities.metric.Ceilometer
3641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3642         occurrences:
3643         - 1
3644         - UNBOUNDED
3645       binding_b_single_1b_1b_t2_port:
3646         type: tosca.capabilities.network.Bindable
3647         valid_source_types:
3648         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3649         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3650         occurrences:
3651         - 0
3652         - UNBOUNDED
3653       disk.ephemeral.size_b_single_1b:
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       disk.write.requests.rate_b_single_1b:
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       network.outpoing.packets_b_single_1b_1b_t2_port:
3666         type: org.openecomp.capabilities.metric.Ceilometer
3667         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3668         occurrences:
3669         - 1
3670         - UNBOUNDED
3671       disk.device.iops_b_single_1b:
3672         type: org.openecomp.capabilities.metric.Ceilometer
3673         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3674         occurrences:
3675         - 1
3676         - UNBOUNDED
3677       disk.read.requests_b_single_1b:
3678         type: org.openecomp.capabilities.metric.Ceilometer
3679         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3680         occurrences:
3681         - 1
3682         - UNBOUNDED
3683       memory.resident_b_single_1b:
3684         type: org.openecomp.capabilities.metric.Ceilometer
3685         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3686         occurrences:
3687         - 1
3688         - UNBOUNDED
3689       disk.root.size_b_single_1b:
3690         type: org.openecomp.capabilities.metric.Ceilometer
3691         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3692         occurrences:
3693         - 1
3694         - UNBOUNDED
3695       feature_b_single_1b_1b_t1_port:
3696         type: tosca.capabilities.Node
3697         occurrences:
3698         - 1
3699         - UNBOUNDED
3700       network.outgoing.bytes_b_single_1b_1b_t2_port:
3701         type: org.openecomp.capabilities.metric.Ceilometer
3702         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3703         occurrences:
3704         - 1
3705         - UNBOUNDED
3706       disk.capacity_b_single_1b:
3707         type: org.openecomp.capabilities.metric.Ceilometer
3708         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3709         occurrences:
3710         - 1
3711         - UNBOUNDED
3712       disk.device.write.bytes_b_single_1b:
3713         type: org.openecomp.capabilities.metric.Ceilometer
3714         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3715         occurrences:
3716         - 1
3717         - UNBOUNDED
3718       disk.device.read.bytes_b_single_1b:
3719         type: org.openecomp.capabilities.metric.Ceilometer
3720         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3721         occurrences:
3722         - 1
3723         - UNBOUNDED
3724       disk.device.read.bytes.rate_b_single_1b:
3725         type: org.openecomp.capabilities.metric.Ceilometer
3726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3727         occurrences:
3728         - 1
3729         - UNBOUNDED
3730       cpu_util_b_single_1b:
3731         type: org.openecomp.capabilities.metric.Ceilometer
3732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3733         occurrences:
3734         - 1
3735         - UNBOUNDED
3736       disk.write.requests_b_single_1b:
3737         type: org.openecomp.capabilities.metric.Ceilometer
3738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3739         occurrences:
3740         - 1
3741         - UNBOUNDED
3742       network.outgoing.packets.rate_b_single_1b_1b_t1_port:
3743         type: org.openecomp.capabilities.metric.Ceilometer
3744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3745         occurrences:
3746         - 1
3747         - UNBOUNDED
3748       disk.device.usage_b_single_1b:
3749         type: org.openecomp.capabilities.metric.Ceilometer
3750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3751         occurrences:
3752         - 1
3753         - UNBOUNDED
3754       disk.read.bytes.rate_b_single_1b:
3755         type: org.openecomp.capabilities.metric.Ceilometer
3756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3757         occurrences:
3758         - 1
3759         - UNBOUNDED
3760       network.outgoing.bytes_b_single_1b_1b_t1_port:
3761         type: org.openecomp.capabilities.metric.Ceilometer
3762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3763         occurrences:
3764         - 1
3765         - UNBOUNDED
3766       disk.device.read.requests_b_single_1b:
3767         type: org.openecomp.capabilities.metric.Ceilometer
3768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3769         occurrences:
3770         - 1
3771         - UNBOUNDED
3772       network.incoming.packets_b_single_1b_1b_t1_port:
3773         type: org.openecomp.capabilities.metric.Ceilometer
3774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3775         occurrences:
3776         - 1
3777         - UNBOUNDED
3778       binding_b_single_1b_1b_t1_port:
3779         type: tosca.capabilities.network.Bindable
3780         valid_source_types:
3781         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3782         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3783         occurrences:
3784         - 0
3785         - UNBOUNDED
3786       network.outpoing.packets_b_single_1b_1b_t1_port:
3787         type: org.openecomp.capabilities.metric.Ceilometer
3788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3789         occurrences:
3790         - 1
3791         - UNBOUNDED
3792       disk.device.write.requests.rate_b_single_1b:
3793         type: org.openecomp.capabilities.metric.Ceilometer
3794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3795         occurrences:
3796         - 1
3797         - UNBOUNDED
3798       memory.usage_b_single_1b:
3799         type: org.openecomp.capabilities.metric.Ceilometer
3800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3801         occurrences:
3802         - 1
3803         - UNBOUNDED
3804       disk.write.bytes.rate_b_single_1b:
3805         type: org.openecomp.capabilities.metric.Ceilometer
3806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3807         occurrences:
3808         - 1
3809         - UNBOUNDED
3810       network.incoming.bytes_b_single_1b_1b_t2_port:
3811         type: org.openecomp.capabilities.metric.Ceilometer
3812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3813         occurrences:
3814         - 1
3815         - UNBOUNDED
3816       network.outgoing.bytes.rate_b_single_1b_1b_t1_port:
3817         type: org.openecomp.capabilities.metric.Ceilometer
3818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3819         occurrences:
3820         - 1
3821         - UNBOUNDED
3822       cpu.delta_b_single_1b:
3823         type: org.openecomp.capabilities.metric.Ceilometer
3824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3825         occurrences:
3826         - 1
3827         - UNBOUNDED
3828       disk.allocation_b_single_1b:
3829         type: org.openecomp.capabilities.metric.Ceilometer
3830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3831         occurrences:
3832         - 1
3833         - UNBOUNDED
3834       disk.device.write.bytes.rate_b_single_1b:
3835         type: org.openecomp.capabilities.metric.Ceilometer
3836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3837         occurrences:
3838         - 1
3839         - UNBOUNDED
3840       memory_b_single_1b:
3841         type: org.openecomp.capabilities.metric.Ceilometer
3842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3843         occurrences:
3844         - 1
3845         - UNBOUNDED
3846       host_b_single_1b:
3847         type: tosca.capabilities.Container
3848         valid_source_types:
3849         - tosca.nodes.SoftwareComponent
3850         occurrences:
3851         - 1
3852         - UNBOUNDED
3853       binding_b_single_1b:
3854         type: tosca.capabilities.network.Bindable
3855         occurrences:
3856         - 1
3857         - UNBOUNDED
3858       feature_b_single_1b_1b_t2_port:
3859         type: tosca.capabilities.Node
3860         occurrences:
3861         - 1
3862         - UNBOUNDED
3863   org.openecomp.resource.abstract.nodes.1c1_scalling_instance:
3864     derived_from: org.openecomp.resource.abstract.nodes.VFC
3865     properties:
3866       port_1c1_t1_port_exCP_naming:
3867         type: org.openecomp.datatypes.Naming
3868         required: true
3869         status: SUPPORTED
3870       port_1c1_t2_port_vlan_requirements:
3871         type: list
3872         required: true
3873         status: SUPPORTED
3874         entry_schema:
3875           type: org.openecomp.datatypes.network.VlanRequirements
3876       compute_1c1_scalling_instance_user_data_format:
3877         type: list
3878         required: true
3879         status: SUPPORTED
3880         entry_schema:
3881           type: string
3882       port_1c1_t2_port_subinterface_indicator:
3883         type: list
3884         required: true
3885         status: SUPPORTED
3886         entry_schema:
3887           type: boolean
3888       port_1c1_t2_port_network_role_tag:
3889         type: string
3890         required: true
3891         status: SUPPORTED
3892       vm_flavor_name:
3893         type: string
3894         required: true
3895         status: SUPPORTED
3896       port_1c1_t1_port_ip_requirements:
3897         type: list
3898         required: true
3899         status: SUPPORTED
3900         entry_schema:
3901           type: org.openecomp.datatypes.network.IpRequirements
3902       vm_image_name:
3903         type: string
3904         required: true
3905         status: SUPPORTED
3906       compute_1c1_scalling_instance_name:
3907         type: list
3908         required: true
3909         status: SUPPORTED
3910         entry_schema:
3911           type: string
3912       port_1c1_t1_port_name:
3913         type: list
3914         required: true
3915         status: SUPPORTED
3916         entry_schema:
3917           type: string
3918       port_1c1_t1_port_network:
3919         type: list
3920         required: true
3921         status: SUPPORTED
3922         entry_schema:
3923           type: string
3924       port_1c1_t2_port_fixed_ips:
3925         type: list
3926         required: true
3927         status: SUPPORTED
3928         entry_schema:
3929           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3930       port_1c1_t2_port_network:
3931         type: list
3932         required: true
3933         status: SUPPORTED
3934         entry_schema:
3935           type: string
3936       port_1c1_t1_port_fixed_ips:
3937         type: list
3938         required: true
3939         status: SUPPORTED
3940         entry_schema:
3941           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3942       port_1c1_t1_port_vlan_requirements:
3943         type: list
3944         required: true
3945         status: SUPPORTED
3946         entry_schema:
3947           type: org.openecomp.datatypes.network.VlanRequirements
3948       port_1c1_t2_port_ip_requirements:
3949         type: list
3950         required: true
3951         status: SUPPORTED
3952         entry_schema:
3953           type: org.openecomp.datatypes.network.IpRequirements
3954       port_1c1_t1_port_mac_requirements:
3955         type: org.openecomp.datatypes.network.MacRequirements
3956         required: true
3957         status: SUPPORTED
3958       index_value:
3959         type: integer
3960         description: Index value of this substitution service template runtime instance
3961         required: false
3962         default: 0
3963         status: SUPPORTED
3964         constraints:
3965         - greater_or_equal: 0
3966       port_1c1_t2_port_network_role:
3967         type: string
3968         required: true
3969         status: SUPPORTED
3970       port_1c1_t2_port_order:
3971         type: integer
3972         required: true
3973         status: SUPPORTED
3974       port_1c1_t2_port_mac_requirements:
3975         type: org.openecomp.datatypes.network.MacRequirements
3976         required: true
3977         status: SUPPORTED
3978       compute_1c1_scalling_instance_availability_zone:
3979         type: list
3980         required: true
3981         status: SUPPORTED
3982         entry_schema:
3983           type: string
3984       port_1c1_t2_port_subnetpoolid:
3985         type: string
3986         required: true
3987         status: SUPPORTED
3988       port_1c1_t2_port_name:
3989         type: list
3990         required: true
3991         status: SUPPORTED
3992         entry_schema:
3993           type: string
3994       compute_1c1_scalling_instance_scheduler_hints:
3995         type: list
3996         required: true
3997         status: SUPPORTED
3998         entry_schema:
3999           type: json
4000       port_1c1_t2_port_exCP_naming:
4001         type: org.openecomp.datatypes.Naming
4002         required: true
4003         status: SUPPORTED
4004       compute_1c1_scalling_instance_metadata:
4005         type: list
4006         required: true
4007         status: SUPPORTED
4008         entry_schema:
4009           type: json
4010       port_1c1_t1_port_subnetpoolid:
4011         type: string
4012         required: true
4013         status: SUPPORTED
4014       port_1c1_t1_port_network_role_tag:
4015         type: string
4016         required: true
4017         status: SUPPORTED
4018       port_1c1_t1_port_network_role:
4019         type: string
4020         required: true
4021         status: SUPPORTED
4022       port_1c1_t1_port_subinterface_indicator:
4023         type: list
4024         required: true
4025         status: SUPPORTED
4026         entry_schema:
4027           type: boolean
4028       port_1c1_t1_port_order:
4029         type: integer
4030         required: true
4031         status: SUPPORTED
4032     attributes:
4033       1c1_scalling_instance_1c1_t1_port_tenant_id:
4034         type: string
4035         status: SUPPORTED
4036       1c1_scalling_instance_instance_name:
4037         type: string
4038         status: SUPPORTED
4039       1c1_scalling_instance_1c1_t2_port_tenant_id:
4040         type: string
4041         status: SUPPORTED
4042     requirements:
4043     - dependency_1c1_scalling_instance_1c1_t1_port:
4044         capability: tosca.capabilities.Node
4045         node: tosca.nodes.Root
4046         relationship: tosca.relationships.DependsOn
4047         occurrences:
4048         - 0
4049         - UNBOUNDED
4050     - link_1c1_scalling_instance_1c1_t1_port:
4051         capability: tosca.capabilities.network.Linkable
4052         relationship: tosca.relationships.network.LinksTo
4053         occurrences:
4054         - 1
4055         - 1
4056     - dependency_1c1_scalling_instance:
4057         capability: tosca.capabilities.Node
4058         node: tosca.nodes.Root
4059         relationship: tosca.relationships.DependsOn
4060         occurrences:
4061         - 0
4062         - UNBOUNDED
4063     - local_storage_1c1_scalling_instance:
4064         capability: tosca.capabilities.Attachment
4065         node: tosca.nodes.BlockStorage
4066         relationship: tosca.relationships.AttachesTo
4067         occurrences:
4068         - 0
4069         - UNBOUNDED
4070     - dependency_1c1_scalling_instance_1c1_t2_port:
4071         capability: tosca.capabilities.Node
4072         node: tosca.nodes.Root
4073         relationship: tosca.relationships.DependsOn
4074         occurrences:
4075         - 0
4076         - UNBOUNDED
4077     - link_1c1_scalling_instance_1c1_t2_port:
4078         capability: tosca.capabilities.network.Linkable
4079         relationship: tosca.relationships.network.LinksTo
4080         occurrences:
4081         - 1
4082         - 1
4083     capabilities:
4084       disk.device.latency_1c1_scalling_instance:
4085         type: org.openecomp.capabilities.metric.Ceilometer
4086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4087         occurrences:
4088         - 1
4089         - UNBOUNDED
4090       disk.ephemeral.size_1c1_scalling_instance:
4091         type: org.openecomp.capabilities.metric.Ceilometer
4092         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4093         occurrences:
4094         - 1
4095         - UNBOUNDED
4096       disk.root.size_1c1_scalling_instance:
4097         type: org.openecomp.capabilities.metric.Ceilometer
4098         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4099         occurrences:
4100         - 1
4101         - UNBOUNDED
4102       endpoint_1c1_scalling_instance:
4103         type: tosca.capabilities.Endpoint.Admin
4104         occurrences:
4105         - 1
4106         - UNBOUNDED
4107       disk.read.bytes_1c1_scalling_instance:
4108         type: org.openecomp.capabilities.metric.Ceilometer
4109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4110         occurrences:
4111         - 1
4112         - UNBOUNDED
4113       network.outgoing.packets.rate_1c1_scalling_instance_1c1_t2_port:
4114         type: org.openecomp.capabilities.metric.Ceilometer
4115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4116         occurrences:
4117         - 1
4118         - UNBOUNDED
4119       network.incoming.packets.rate_1c1_scalling_instance_1c1_t2_port:
4120         type: org.openecomp.capabilities.metric.Ceilometer
4121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4122         occurrences:
4123         - 1
4124         - UNBOUNDED
4125       disk.usage_1c1_scalling_instance:
4126         type: org.openecomp.capabilities.metric.Ceilometer
4127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4128         occurrences:
4129         - 1
4130         - UNBOUNDED
4131       memory.resident_1c1_scalling_instance:
4132         type: org.openecomp.capabilities.metric.Ceilometer
4133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4134         occurrences:
4135         - 1
4136         - UNBOUNDED
4137       network.incoming.bytes.rate_1c1_scalling_instance_1c1_t2_port:
4138         type: org.openecomp.capabilities.metric.Ceilometer
4139         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4140         occurrences:
4141         - 1
4142         - UNBOUNDED
4143       cpu_1c1_scalling_instance:
4144         type: org.openecomp.capabilities.metric.Ceilometer
4145         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4146         occurrences:
4147         - 1
4148         - UNBOUNDED
4149       forwarder_1c1_scalling_instance_1c1_t2_port:
4150         type: org.openecomp.capabilities.Forwarder
4151         occurrences:
4152         - 1
4153         - UNBOUNDED
4154       disk.write.bytes_1c1_scalling_instance:
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.incoming.packets.rate_1c1_scalling_instance_1c1_t1_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_1c1_scalling_instance_1c1_t1_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       disk.write.bytes.rate_1c1_scalling_instance:
4173         type: org.openecomp.capabilities.metric.Ceilometer
4174         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4175         occurrences:
4176         - 1
4177         - UNBOUNDED
4178       disk.device.allocation_1c1_scalling_instance:
4179         type: org.openecomp.capabilities.metric.Ceilometer
4180         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4181         occurrences:
4182         - 1
4183         - UNBOUNDED
4184       network.incoming.bytes.rate_1c1_scalling_instance_1c1_t1_port:
4185         type: org.openecomp.capabilities.metric.Ceilometer
4186         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4187         occurrences:
4188         - 1
4189         - UNBOUNDED
4190       feature_1c1_scalling_instance:
4191         type: tosca.capabilities.Node
4192         occurrences:
4193         - 1
4194         - UNBOUNDED
4195       disk.device.write.requests.rate_1c1_scalling_instance:
4196         type: org.openecomp.capabilities.metric.Ceilometer
4197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4198         occurrences:
4199         - 1
4200         - UNBOUNDED
4201       forwarder_1c1_scalling_instance_1c1_t1_port:
4202         type: org.openecomp.capabilities.Forwarder
4203         occurrences:
4204         - 1
4205         - UNBOUNDED
4206       disk.read.bytes.rate_1c1_scalling_instance:
4207         type: org.openecomp.capabilities.metric.Ceilometer
4208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4209         occurrences:
4210         - 1
4211         - UNBOUNDED
4212       network.outpoing.packets_1c1_scalling_instance_1c1_t2_port:
4213         type: org.openecomp.capabilities.metric.Ceilometer
4214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4215         occurrences:
4216         - 1
4217         - UNBOUNDED
4218       scalable_1c1_scalling_instance:
4219         type: tosca.capabilities.Scalable
4220         occurrences:
4221         - 1
4222         - UNBOUNDED
4223       disk.device.read.bytes_1c1_scalling_instance:
4224         type: org.openecomp.capabilities.metric.Ceilometer
4225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4226         occurrences:
4227         - 1
4228         - UNBOUNDED
4229       binding_1c1_scalling_instance_1c1_t2_port:
4230         type: tosca.capabilities.network.Bindable
4231         valid_source_types:
4232         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4233         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4234         occurrences:
4235         - 0
4236         - UNBOUNDED
4237       disk.device.write.bytes_1c1_scalling_instance:
4238         type: org.openecomp.capabilities.metric.Ceilometer
4239         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4240         occurrences:
4241         - 1
4242         - UNBOUNDED
4243       disk.read.requests_1c1_scalling_instance:
4244         type: org.openecomp.capabilities.metric.Ceilometer
4245         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4246         occurrences:
4247         - 1
4248         - UNBOUNDED
4249       network.incoming.packets_1c1_scalling_instance_1c1_t2_port:
4250         type: org.openecomp.capabilities.metric.Ceilometer
4251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4252         occurrences:
4253         - 1
4254         - UNBOUNDED
4255       vcpus_1c1_scalling_instance:
4256         type: org.openecomp.capabilities.metric.Ceilometer
4257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4258         occurrences:
4259         - 1
4260         - UNBOUNDED
4261       network.outgoing.bytes_1c1_scalling_instance_1c1_t1_port:
4262         type: org.openecomp.capabilities.metric.Ceilometer
4263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4264         occurrences:
4265         - 1
4266         - UNBOUNDED
4267       host_1c1_scalling_instance:
4268         type: tosca.capabilities.Container
4269         valid_source_types:
4270         - tosca.nodes.SoftwareComponent
4271         occurrences:
4272         - 1
4273         - UNBOUNDED
4274       disk.write.requests_1c1_scalling_instance:
4275         type: org.openecomp.capabilities.metric.Ceilometer
4276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4277         occurrences:
4278         - 1
4279         - UNBOUNDED
4280       feature_1c1_scalling_instance_1c1_t1_port:
4281         type: tosca.capabilities.Node
4282         occurrences:
4283         - 1
4284         - UNBOUNDED
4285       binding_1c1_scalling_instance_1c1_t1_port:
4286         type: tosca.capabilities.network.Bindable
4287         valid_source_types:
4288         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4289         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4290         occurrences:
4291         - 0
4292         - UNBOUNDED
4293       disk.device.read.requests.rate_1c1_scalling_instance:
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_1c1_scalling_instance_1c1_t2_port:
4300         type: tosca.capabilities.Attachment
4301         occurrences:
4302         - 1
4303         - UNBOUNDED
4304       disk.device.read.bytes.rate_1c1_scalling_instance:
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       network.outgoing.packets.rate_1c1_scalling_instance_1c1_t1_port:
4311         type: org.openecomp.capabilities.metric.Ceilometer
4312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4313         occurrences:
4314         - 1
4315         - UNBOUNDED
4316       disk.device.iops_1c1_scalling_instance:
4317         type: org.openecomp.capabilities.metric.Ceilometer
4318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4319         occurrences:
4320         - 1
4321         - UNBOUNDED
4322       disk.device.capacity_1c1_scalling_instance:
4323         type: org.openecomp.capabilities.metric.Ceilometer
4324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4325         occurrences:
4326         - 1
4327         - UNBOUNDED
4328       disk.capacity_1c1_scalling_instance:
4329         type: org.openecomp.capabilities.metric.Ceilometer
4330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4331         occurrences:
4332         - 1
4333         - UNBOUNDED
4334       disk.write.requests.rate_1c1_scalling_instance:
4335         type: org.openecomp.capabilities.metric.Ceilometer
4336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4337         occurrences:
4338         - 1
4339         - UNBOUNDED
4340       cpu_util_1c1_scalling_instance:
4341         type: org.openecomp.capabilities.metric.Ceilometer
4342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4343         occurrences:
4344         - 1
4345         - UNBOUNDED
4346       disk.device.read.requests_1c1_scalling_instance:
4347         type: org.openecomp.capabilities.metric.Ceilometer
4348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4349         occurrences:
4350         - 1
4351         - UNBOUNDED
4352       disk.device.write.bytes.rate_1c1_scalling_instance:
4353         type: org.openecomp.capabilities.metric.Ceilometer
4354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4355         occurrences:
4356         - 1
4357         - UNBOUNDED
4358       disk.device.write.requests_1c1_scalling_instance:
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.outgoing.bytes.rate_1c1_scalling_instance_1c1_t1_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       network.outgoing.bytes_1c1_scalling_instance_1c1_t2_port:
4371         type: org.openecomp.capabilities.metric.Ceilometer
4372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4373         occurrences:
4374         - 1
4375         - UNBOUNDED
4376       disk.latency_1c1_scalling_instance:
4377         type: org.openecomp.capabilities.metric.Ceilometer
4378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4379         occurrences:
4380         - 1
4381         - UNBOUNDED
4382       binding_1c1_scalling_instance:
4383         type: tosca.capabilities.network.Bindable
4384         occurrences:
4385         - 1
4386         - UNBOUNDED
4387       disk.device.usage_1c1_scalling_instance:
4388         type: org.openecomp.capabilities.metric.Ceilometer
4389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4390         occurrences:
4391         - 1
4392         - UNBOUNDED
4393       network.incoming.packets_1c1_scalling_instance_1c1_t1_port:
4394         type: org.openecomp.capabilities.metric.Ceilometer
4395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4396         occurrences:
4397         - 1
4398         - UNBOUNDED
4399       disk.allocation_1c1_scalling_instance:
4400         type: org.openecomp.capabilities.metric.Ceilometer
4401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4402         occurrences:
4403         - 1
4404         - UNBOUNDED
4405       feature_1c1_scalling_instance_1c1_t2_port:
4406         type: tosca.capabilities.Node
4407         occurrences:
4408         - 1
4409         - UNBOUNDED
4410       memory.usage_1c1_scalling_instance:
4411         type: org.openecomp.capabilities.metric.Ceilometer
4412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4413         occurrences:
4414         - 1
4415         - UNBOUNDED
4416       network.incoming.bytes_1c1_scalling_instance_1c1_t2_port:
4417         type: org.openecomp.capabilities.metric.Ceilometer
4418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4419         occurrences:
4420         - 1
4421         - UNBOUNDED
4422       network.outgoing.bytes.rate_1c1_scalling_instance_1c1_t2_port:
4423         type: org.openecomp.capabilities.metric.Ceilometer
4424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4425         occurrences:
4426         - 1
4427         - UNBOUNDED
4428       os_1c1_scalling_instance:
4429         type: tosca.capabilities.OperatingSystem
4430         occurrences:
4431         - 1
4432         - UNBOUNDED
4433       disk.iops_1c1_scalling_instance:
4434         type: org.openecomp.capabilities.metric.Ceilometer
4435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4436         occurrences:
4437         - 1
4438         - UNBOUNDED
4439       network.outpoing.packets_1c1_scalling_instance_1c1_t1_port:
4440         type: org.openecomp.capabilities.metric.Ceilometer
4441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4442         occurrences:
4443         - 1
4444         - UNBOUNDED
4445       attachment_1c1_scalling_instance_1c1_t1_port:
4446         type: tosca.capabilities.Attachment
4447         occurrences:
4448         - 1
4449         - UNBOUNDED
4450       cpu.delta_1c1_scalling_instance:
4451         type: org.openecomp.capabilities.metric.Ceilometer
4452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4453         occurrences:
4454         - 1
4455         - UNBOUNDED
4456       memory_1c1_scalling_instance:
4457         type: org.openecomp.capabilities.metric.Ceilometer
4458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4459         occurrences:
4460         - 1
4461         - UNBOUNDED
4462       instance_1c1_scalling_instance:
4463         type: org.openecomp.capabilities.metric.Ceilometer
4464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4465         occurrences:
4466         - 1
4467         - UNBOUNDED
4468   org.openecomp.resource.abstract.nodes.a_single_1a:
4469     derived_from: org.openecomp.resource.abstract.nodes.VFC
4470     properties:
4471       compute_a_single_1a_metadata:
4472         type: list
4473         required: true
4474         status: SUPPORTED
4475         entry_schema:
4476           type: json
4477       port_1a_t1_port_ip_requirements:
4478         type: list
4479         required: true
4480         status: SUPPORTED
4481         entry_schema:
4482           type: org.openecomp.datatypes.network.IpRequirements
4483       port_1a_t2_port_network_role_tag:
4484         type: string
4485         required: true
4486         status: SUPPORTED
4487       vm_flavor_name:
4488         type: string
4489         required: true
4490         status: SUPPORTED
4491       port_1a_t2_port_network_role:
4492         type: string
4493         required: true
4494         status: SUPPORTED
4495       port_1a_t2_port_network:
4496         type: list
4497         required: true
4498         status: SUPPORTED
4499         entry_schema:
4500           type: string
4501       port_1a_t1_port_mac_requirements:
4502         type: org.openecomp.datatypes.network.MacRequirements
4503         required: true
4504         status: SUPPORTED
4505       port_1a_t1_port_network:
4506         type: list
4507         required: true
4508         status: SUPPORTED
4509         entry_schema:
4510           type: string
4511       port_1a_t1_port_subnetpoolid:
4512         type: string
4513         required: true
4514         status: SUPPORTED
4515       vm_image_name:
4516         type: string
4517         required: true
4518         status: SUPPORTED
4519       port_1a_t2_port_ip_requirements:
4520         type: list
4521         required: true
4522         status: SUPPORTED
4523         entry_schema:
4524           type: org.openecomp.datatypes.network.IpRequirements
4525       port_1a_t1_port_vlan_requirements:
4526         type: list
4527         required: true
4528         status: SUPPORTED
4529         entry_schema:
4530           type: org.openecomp.datatypes.network.VlanRequirements
4531       port_1a_t1_port_exCP_naming:
4532         type: org.openecomp.datatypes.Naming
4533         required: true
4534         status: SUPPORTED
4535       compute_a_single_1a_availability_zone:
4536         type: list
4537         required: true
4538         status: SUPPORTED
4539         entry_schema:
4540           type: string
4541       compute_a_single_1a_scheduler_hints:
4542         type: list
4543         required: true
4544         status: SUPPORTED
4545         entry_schema:
4546           type: json
4547       index_value:
4548         type: integer
4549         description: Index value of this substitution service template runtime instance
4550         required: false
4551         default: 0
4552         status: SUPPORTED
4553         constraints:
4554         - greater_or_equal: 0
4555       port_1a_t1_port_network_role_tag:
4556         type: string
4557         required: true
4558         status: SUPPORTED
4559       port_1a_t1_port_network_role:
4560         type: string
4561         required: true
4562         status: SUPPORTED
4563       port_1a_t1_port_order:
4564         type: integer
4565         required: true
4566         status: SUPPORTED
4567       port_1a_t2_port_subinterface_indicator:
4568         type: list
4569         required: true
4570         status: SUPPORTED
4571         entry_schema:
4572           type: boolean
4573       port_1a_t2_port_exCP_naming:
4574         type: org.openecomp.datatypes.Naming
4575         required: true
4576         status: SUPPORTED
4577       port_1a_t1_port_subinterface_indicator:
4578         type: list
4579         required: true
4580         status: SUPPORTED
4581         entry_schema:
4582           type: boolean
4583       port_1a_t2_port_vlan_requirements:
4584         type: list
4585         required: true
4586         status: SUPPORTED
4587         entry_schema:
4588           type: org.openecomp.datatypes.network.VlanRequirements
4589       port_1a_t2_port_subnetpoolid:
4590         type: string
4591         required: true
4592         status: SUPPORTED
4593       port_1a_t2_port_order:
4594         type: integer
4595         required: true
4596         status: SUPPORTED
4597       compute_a_single_1a_user_data_format:
4598         type: list
4599         required: true
4600         status: SUPPORTED
4601         entry_schema:
4602           type: string
4603       compute_a_single_1a_name:
4604         type: list
4605         required: true
4606         status: SUPPORTED
4607         entry_schema:
4608           type: string
4609       port_1a_t2_port_mac_requirements:
4610         type: org.openecomp.datatypes.network.MacRequirements
4611         required: true
4612         status: SUPPORTED
4613     attributes:
4614       a_single_1a_instance_name:
4615         type: string
4616         status: SUPPORTED
4617       a_single_1a_1a_t1_port_tenant_id:
4618         type: string
4619         status: SUPPORTED
4620     requirements:
4621     - dependency_a_single_1a_1a_t1_port:
4622         capability: tosca.capabilities.Node
4623         node: tosca.nodes.Root
4624         relationship: tosca.relationships.DependsOn
4625         occurrences:
4626         - 0
4627         - UNBOUNDED
4628     - link_a_single_1a_1a_t1_port:
4629         capability: tosca.capabilities.network.Linkable
4630         relationship: tosca.relationships.network.LinksTo
4631         occurrences:
4632         - 1
4633         - 1
4634     - dependency_a_single_1a:
4635         capability: tosca.capabilities.Node
4636         node: tosca.nodes.Root
4637         relationship: tosca.relationships.DependsOn
4638         occurrences:
4639         - 0
4640         - UNBOUNDED
4641     - local_storage_a_single_1a:
4642         capability: tosca.capabilities.Attachment
4643         node: tosca.nodes.BlockStorage
4644         relationship: tosca.relationships.AttachesTo
4645         occurrences:
4646         - 0
4647         - UNBOUNDED
4648     - dependency_a_single_1a_1a_t2_port:
4649         capability: tosca.capabilities.Node
4650         node: tosca.nodes.Root
4651         relationship: tosca.relationships.DependsOn
4652         occurrences:
4653         - 0
4654         - UNBOUNDED
4655     - link_a_single_1a_1a_t2_port:
4656         capability: tosca.capabilities.network.Linkable
4657         relationship: tosca.relationships.network.LinksTo
4658         occurrences:
4659         - 1
4660         - 1
4661     capabilities:
4662       disk.read.bytes_a_single_1a:
4663         type: org.openecomp.capabilities.metric.Ceilometer
4664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4665         occurrences:
4666         - 1
4667         - UNBOUNDED
4668       network.incoming.bytes.rate_a_single_1a_1a_t2_port:
4669         type: org.openecomp.capabilities.metric.Ceilometer
4670         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4671         occurrences:
4672         - 1
4673         - UNBOUNDED
4674       disk.usage_a_single_1a:
4675         type: org.openecomp.capabilities.metric.Ceilometer
4676         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4677         occurrences:
4678         - 1
4679         - UNBOUNDED
4680       attachment_a_single_1a_1a_t2_port:
4681         type: tosca.capabilities.Attachment
4682         occurrences:
4683         - 1
4684         - UNBOUNDED
4685       scalable_a_single_1a:
4686         type: tosca.capabilities.Scalable
4687         occurrences:
4688         - 1
4689         - UNBOUNDED
4690       network.outgoing.bytes.rate_a_single_1a_1a_t2_port:
4691         type: org.openecomp.capabilities.metric.Ceilometer
4692         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4693         occurrences:
4694         - 1
4695         - UNBOUNDED
4696       host_a_single_1a:
4697         type: tosca.capabilities.Container
4698         valid_source_types:
4699         - tosca.nodes.SoftwareComponent
4700         occurrences:
4701         - 1
4702         - UNBOUNDED
4703       endpoint_a_single_1a:
4704         type: tosca.capabilities.Endpoint.Admin
4705         occurrences:
4706         - 1
4707         - UNBOUNDED
4708       disk.root.size_a_single_1a:
4709         type: org.openecomp.capabilities.metric.Ceilometer
4710         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4711         occurrences:
4712         - 1
4713         - UNBOUNDED
4714       memory.resident_a_single_1a:
4715         type: org.openecomp.capabilities.metric.Ceilometer
4716         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4717         occurrences:
4718         - 1
4719         - UNBOUNDED
4720       network.incoming.packets.rate_a_single_1a_1a_t2_port:
4721         type: org.openecomp.capabilities.metric.Ceilometer
4722         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4723         occurrences:
4724         - 1
4725         - UNBOUNDED
4726       cpu.delta_a_single_1a:
4727         type: org.openecomp.capabilities.metric.Ceilometer
4728         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4729         occurrences:
4730         - 1
4731         - UNBOUNDED
4732       forwarder_a_single_1a_1a_t1_port:
4733         type: org.openecomp.capabilities.Forwarder
4734         occurrences:
4735         - 1
4736         - UNBOUNDED
4737       disk.device.write.requests_a_single_1a:
4738         type: org.openecomp.capabilities.metric.Ceilometer
4739         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4740         occurrences:
4741         - 1
4742         - UNBOUNDED
4743       network.incoming.bytes.rate_a_single_1a_1a_t1_port:
4744         type: org.openecomp.capabilities.metric.Ceilometer
4745         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4746         occurrences:
4747         - 1
4748         - UNBOUNDED
4749       disk.iops_a_single_1a:
4750         type: org.openecomp.capabilities.metric.Ceilometer
4751         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4752         occurrences:
4753         - 1
4754         - UNBOUNDED
4755       network.incoming.bytes_a_single_1a_1a_t1_port:
4756         type: org.openecomp.capabilities.metric.Ceilometer
4757         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4758         occurrences:
4759         - 1
4760         - UNBOUNDED
4761       cpu_util_a_single_1a:
4762         type: org.openecomp.capabilities.metric.Ceilometer
4763         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4764         occurrences:
4765         - 1
4766         - UNBOUNDED
4767       os_a_single_1a:
4768         type: tosca.capabilities.OperatingSystem
4769         occurrences:
4770         - 1
4771         - UNBOUNDED
4772       disk.device.usage_a_single_1a:
4773         type: org.openecomp.capabilities.metric.Ceilometer
4774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4775         occurrences:
4776         - 1
4777         - UNBOUNDED
4778       network.incoming.packets.rate_a_single_1a_1a_t1_port:
4779         type: org.openecomp.capabilities.metric.Ceilometer
4780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4781         occurrences:
4782         - 1
4783         - UNBOUNDED
4784       network.outgoing.packets.rate_a_single_1a_1a_t2_port:
4785         type: org.openecomp.capabilities.metric.Ceilometer
4786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4787         occurrences:
4788         - 1
4789         - UNBOUNDED
4790       disk.read.requests_a_single_1a:
4791         type: org.openecomp.capabilities.metric.Ceilometer
4792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4793         occurrences:
4794         - 1
4795         - UNBOUNDED
4796       disk.read.bytes.rate_a_single_1a:
4797         type: org.openecomp.capabilities.metric.Ceilometer
4798         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4799         occurrences:
4800         - 1
4801         - UNBOUNDED
4802       disk.write.bytes.rate_a_single_1a:
4803         type: org.openecomp.capabilities.metric.Ceilometer
4804         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4805         occurrences:
4806         - 1
4807         - UNBOUNDED
4808       attachment_a_single_1a_1a_t1_port:
4809         type: tosca.capabilities.Attachment
4810         occurrences:
4811         - 1
4812         - UNBOUNDED
4813       cpu_a_single_1a:
4814         type: org.openecomp.capabilities.metric.Ceilometer
4815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4816         occurrences:
4817         - 1
4818         - UNBOUNDED
4819       memory.usage_a_single_1a:
4820         type: org.openecomp.capabilities.metric.Ceilometer
4821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4822         occurrences:
4823         - 1
4824         - UNBOUNDED
4825       forwarder_a_single_1a_1a_t2_port:
4826         type: org.openecomp.capabilities.Forwarder
4827         occurrences:
4828         - 1
4829         - UNBOUNDED
4830       disk.device.write.requests.rate_a_single_1a:
4831         type: org.openecomp.capabilities.metric.Ceilometer
4832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4833         occurrences:
4834         - 1
4835         - UNBOUNDED
4836       binding_a_single_1a_1a_t2_port:
4837         type: tosca.capabilities.network.Bindable
4838         valid_source_types:
4839         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4840         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4841         occurrences:
4842         - 0
4843         - UNBOUNDED
4844       network.incoming.packets_a_single_1a_1a_t2_port:
4845         type: org.openecomp.capabilities.metric.Ceilometer
4846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4847         occurrences:
4848         - 1
4849         - UNBOUNDED
4850       disk.device.read.requests_a_single_1a:
4851         type: org.openecomp.capabilities.metric.Ceilometer
4852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4853         occurrences:
4854         - 1
4855         - UNBOUNDED
4856       disk.device.latency_a_single_1a:
4857         type: org.openecomp.capabilities.metric.Ceilometer
4858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4859         occurrences:
4860         - 1
4861         - UNBOUNDED
4862       instance_a_single_1a:
4863         type: org.openecomp.capabilities.metric.Ceilometer
4864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4865         occurrences:
4866         - 1
4867         - UNBOUNDED
4868       binding_a_single_1a:
4869         type: tosca.capabilities.network.Bindable
4870         occurrences:
4871         - 1
4872         - UNBOUNDED
4873       disk.latency_a_single_1a:
4874         type: org.openecomp.capabilities.metric.Ceilometer
4875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4876         occurrences:
4877         - 1
4878         - UNBOUNDED
4879       network.outgoing.bytes_a_single_1a_1a_t2_port:
4880         type: org.openecomp.capabilities.metric.Ceilometer
4881         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4882         occurrences:
4883         - 1
4884         - UNBOUNDED
4885       disk.device.allocation_a_single_1a:
4886         type: org.openecomp.capabilities.metric.Ceilometer
4887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4888         occurrences:
4889         - 1
4890         - UNBOUNDED
4891       disk.write.bytes_a_single_1a:
4892         type: org.openecomp.capabilities.metric.Ceilometer
4893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4894         occurrences:
4895         - 1
4896         - UNBOUNDED
4897       feature_a_single_1a_1a_t1_port:
4898         type: tosca.capabilities.Node
4899         occurrences:
4900         - 1
4901         - UNBOUNDED
4902       network.outpoing.packets_a_single_1a_1a_t2_port:
4903         type: org.openecomp.capabilities.metric.Ceilometer
4904         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4905         occurrences:
4906         - 1
4907         - UNBOUNDED
4908       network.outpoing.packets_a_single_1a_1a_t1_port:
4909         type: org.openecomp.capabilities.metric.Ceilometer
4910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4911         occurrences:
4912         - 1
4913         - UNBOUNDED
4914       disk.device.read.bytes.rate_a_single_1a:
4915         type: org.openecomp.capabilities.metric.Ceilometer
4916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4917         occurrences:
4918         - 1
4919         - UNBOUNDED
4920       disk.device.write.bytes_a_single_1a:
4921         type: org.openecomp.capabilities.metric.Ceilometer
4922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4923         occurrences:
4924         - 1
4925         - UNBOUNDED
4926       disk.device.write.bytes.rate_a_single_1a:
4927         type: org.openecomp.capabilities.metric.Ceilometer
4928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4929         occurrences:
4930         - 1
4931         - UNBOUNDED
4932       memory_a_single_1a:
4933         type: org.openecomp.capabilities.metric.Ceilometer
4934         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4935         occurrences:
4936         - 1
4937         - UNBOUNDED
4938       disk.allocation_a_single_1a:
4939         type: org.openecomp.capabilities.metric.Ceilometer
4940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4941         occurrences:
4942         - 1
4943         - UNBOUNDED
4944       network.outgoing.packets.rate_a_single_1a_1a_t1_port:
4945         type: org.openecomp.capabilities.metric.Ceilometer
4946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4947         occurrences:
4948         - 1
4949         - UNBOUNDED
4950       feature_a_single_1a_1a_t2_port:
4951         type: tosca.capabilities.Node
4952         occurrences:
4953         - 1
4954         - UNBOUNDED
4955       disk.capacity_a_single_1a:
4956         type: org.openecomp.capabilities.metric.Ceilometer
4957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4958         occurrences:
4959         - 1
4960         - UNBOUNDED
4961       disk.device.read.bytes_a_single_1a:
4962         type: org.openecomp.capabilities.metric.Ceilometer
4963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4964         occurrences:
4965         - 1
4966         - UNBOUNDED
4967       network.incoming.packets_a_single_1a_1a_t1_port:
4968         type: org.openecomp.capabilities.metric.Ceilometer
4969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4970         occurrences:
4971         - 1
4972         - UNBOUNDED
4973       feature_a_single_1a:
4974         type: tosca.capabilities.Node
4975         occurrences:
4976         - 1
4977         - UNBOUNDED
4978       network.outgoing.bytes_a_single_1a_1a_t1_port:
4979         type: org.openecomp.capabilities.metric.Ceilometer
4980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4981         occurrences:
4982         - 1
4983         - UNBOUNDED
4984       disk.ephemeral.size_a_single_1a:
4985         type: org.openecomp.capabilities.metric.Ceilometer
4986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4987         occurrences:
4988         - 1
4989         - UNBOUNDED
4990       vcpus_a_single_1a:
4991         type: org.openecomp.capabilities.metric.Ceilometer
4992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4993         occurrences:
4994         - 1
4995         - UNBOUNDED
4996       binding_a_single_1a_1a_t1_port:
4997         type: tosca.capabilities.network.Bindable
4998         valid_source_types:
4999         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5000         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
5001         occurrences:
5002         - 0
5003         - UNBOUNDED
5004       disk.device.iops_a_single_1a:
5005         type: org.openecomp.capabilities.metric.Ceilometer
5006         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5007         occurrences:
5008         - 1
5009         - UNBOUNDED
5010       disk.write.requests_a_single_1a:
5011         type: org.openecomp.capabilities.metric.Ceilometer
5012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5013         occurrences:
5014         - 1
5015         - UNBOUNDED
5016       disk.device.read.requests.rate_a_single_1a:
5017         type: org.openecomp.capabilities.metric.Ceilometer
5018         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5019         occurrences:
5020         - 1
5021         - UNBOUNDED
5022       disk.device.capacity_a_single_1a:
5023         type: org.openecomp.capabilities.metric.Ceilometer
5024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5025         occurrences:
5026         - 1
5027         - UNBOUNDED
5028       disk.write.requests.rate_a_single_1a:
5029         type: org.openecomp.capabilities.metric.Ceilometer
5030         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5031         occurrences:
5032         - 1
5033         - UNBOUNDED
5034       network.incoming.bytes_a_single_1a_1a_t2_port:
5035         type: org.openecomp.capabilities.metric.Ceilometer
5036         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5037         occurrences:
5038         - 1
5039         - UNBOUNDED
5040       network.outgoing.bytes.rate_a_single_1a_1a_t1_port:
5041         type: org.openecomp.capabilities.metric.Ceilometer
5042         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5043         occurrences:
5044         - 1
5045         - UNBOUNDED
5046   org.openecomp.resource.abstract.nodes.b_single_1b_1:
5047     derived_from: org.openecomp.resource.abstract.nodes.VFC
5048     properties:
5049       port_1b_t1_port_order:
5050         type: integer
5051         required: true
5052         status: SUPPORTED
5053       port_1b_t1_port_network_role:
5054         type: string
5055         required: true
5056         status: SUPPORTED
5057       port_1b_t1_port_exCP_naming:
5058         type: org.openecomp.datatypes.Naming
5059         required: true
5060         status: SUPPORTED
5061       vm_flavor_name:
5062         type: string
5063         required: true
5064         status: SUPPORTED
5065       port_1b_t1_port_ip_requirements:
5066         type: list
5067         required: true
5068         status: SUPPORTED
5069         entry_schema:
5070           type: org.openecomp.datatypes.network.IpRequirements
5071       vm_image_name:
5072         type: string
5073         required: true
5074         status: SUPPORTED
5075       port_1b_t2_port_network_role:
5076         type: string
5077         required: true
5078         status: SUPPORTED
5079       port_1b_t2_port_order:
5080         type: integer
5081         required: true
5082         status: SUPPORTED
5083       port_1b_t2_port_subinterface_indicator:
5084         type: list
5085         required: true
5086         status: SUPPORTED
5087         entry_schema:
5088           type: boolean
5089       compute_b_single_1b_user_data_format:
5090         type: list
5091         required: true
5092         status: SUPPORTED
5093         entry_schema:
5094           type: string
5095       port_1b_t2_port_exCP_naming:
5096         type: org.openecomp.datatypes.Naming
5097         required: true
5098         status: SUPPORTED
5099       port_1b_t2_port_network_role_tag:
5100         type: string
5101         required: true
5102         status: SUPPORTED
5103       port_1b_t2_port_subnetpoolid:
5104         type: string
5105         required: true
5106         status: SUPPORTED
5107       port_1b_t2_port_mac_requirements:
5108         type: org.openecomp.datatypes.network.MacRequirements
5109         required: true
5110         status: SUPPORTED
5111       compute_b_single_1b_availability_zone:
5112         type: list
5113         required: true
5114         status: SUPPORTED
5115         entry_schema:
5116           type: string
5117       index_value:
5118         type: integer
5119         description: Index value of this substitution service template runtime instance
5120         required: false
5121         default: 0
5122         status: SUPPORTED
5123         constraints:
5124         - greater_or_equal: 0
5125       compute_b_single_1b_scheduler_hints:
5126         type: list
5127         required: true
5128         status: SUPPORTED
5129         entry_schema:
5130           type: json
5131       port_1b_t2_port_vlan_requirements:
5132         type: list
5133         required: true
5134         status: SUPPORTED
5135         entry_schema:
5136           type: org.openecomp.datatypes.network.VlanRequirements
5137       port_1b_t2_port_ip_requirements:
5138         type: list
5139         required: true
5140         status: SUPPORTED
5141         entry_schema:
5142           type: org.openecomp.datatypes.network.IpRequirements
5143       port_1b_t1_port_subinterface_indicator:
5144         type: list
5145         required: true
5146         status: SUPPORTED
5147         entry_schema:
5148           type: boolean
5149       port_1b_t1_port_value_specs:
5150         type: list
5151         required: true
5152         status: SUPPORTED
5153         entry_schema:
5154           type: json
5155       port_1b_t1_port_network_role_tag:
5156         type: string
5157         required: true
5158         status: SUPPORTED
5159       port_1b_t1_port_subnetpoolid:
5160         type: string
5161         required: true
5162         status: SUPPORTED
5163       port_1b_t1_port_mac_requirements:
5164         type: org.openecomp.datatypes.network.MacRequirements
5165         required: true
5166         status: SUPPORTED
5167       port_1b_t2_port_network:
5168         type: list
5169         required: true
5170         status: SUPPORTED
5171         entry_schema:
5172           type: string
5173       port_1b_t1_port_vlan_requirements:
5174         type: list
5175         required: true
5176         status: SUPPORTED
5177         entry_schema:
5178           type: org.openecomp.datatypes.network.VlanRequirements
5179       port_1b_t1_port_network:
5180         type: list
5181         required: true
5182         status: SUPPORTED
5183         entry_schema:
5184           type: string
5185       compute_b_single_1b_name:
5186         type: list
5187         required: true
5188         status: SUPPORTED
5189         entry_schema:
5190           type: string
5191     attributes:
5192       b_single_1b_instance_name:
5193         type: string
5194         status: SUPPORTED
5195       b_single_1b_1b_t1_port_tenant_id:
5196         type: string
5197         status: SUPPORTED
5198     requirements:
5199     - dependency_b_single_1b:
5200         capability: tosca.capabilities.Node
5201         node: tosca.nodes.Root
5202         relationship: tosca.relationships.DependsOn
5203         occurrences:
5204         - 0
5205         - UNBOUNDED
5206     - local_storage_b_single_1b:
5207         capability: tosca.capabilities.Attachment
5208         node: tosca.nodes.BlockStorage
5209         relationship: tosca.relationships.AttachesTo
5210         occurrences:
5211         - 0
5212         - UNBOUNDED
5213     - dependency_b_single_1b_1b_t1_port:
5214         capability: tosca.capabilities.Node
5215         node: tosca.nodes.Root
5216         relationship: tosca.relationships.DependsOn
5217         occurrences:
5218         - 0
5219         - UNBOUNDED
5220     - link_b_single_1b_1b_t1_port:
5221         capability: tosca.capabilities.network.Linkable
5222         relationship: tosca.relationships.network.LinksTo
5223         occurrences:
5224         - 1
5225         - 1
5226     - dependency_b_single_1b_1b_t2_port:
5227         capability: tosca.capabilities.Node
5228         node: tosca.nodes.Root
5229         relationship: tosca.relationships.DependsOn
5230         occurrences:
5231         - 0
5232         - UNBOUNDED
5233     - link_b_single_1b_1b_t2_port:
5234         capability: tosca.capabilities.network.Linkable
5235         relationship: tosca.relationships.network.LinksTo
5236         occurrences:
5237         - 1
5238         - 1
5239     capabilities:
5240       attachment_b_single_1b_1b_t2_port:
5241         type: tosca.capabilities.Attachment
5242         occurrences:
5243         - 1
5244         - UNBOUNDED
5245       forwarder_b_single_1b_1b_t2_port:
5246         type: org.openecomp.capabilities.Forwarder
5247         occurrences:
5248         - 1
5249         - UNBOUNDED
5250       endpoint_b_single_1b:
5251         type: tosca.capabilities.Endpoint.Admin
5252         occurrences:
5253         - 1
5254         - UNBOUNDED
5255       feature_b_single_1b:
5256         type: tosca.capabilities.Node
5257         occurrences:
5258         - 1
5259         - UNBOUNDED
5260       disk.iops_b_single_1b:
5261         type: org.openecomp.capabilities.metric.Ceilometer
5262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5263         occurrences:
5264         - 1
5265         - UNBOUNDED
5266       network.incoming.bytes.rate_b_single_1b_1b_t2_port:
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       network.outgoing.bytes.rate_b_single_1b_1b_t2_port:
5273         type: org.openecomp.capabilities.metric.Ceilometer
5274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5275         occurrences:
5276         - 1
5277         - UNBOUNDED
5278       forwarder_b_single_1b_1b_t1_port:
5279         type: org.openecomp.capabilities.Forwarder
5280         occurrences:
5281         - 1
5282         - UNBOUNDED
5283       scalable_b_single_1b:
5284         type: tosca.capabilities.Scalable
5285         occurrences:
5286         - 1
5287         - UNBOUNDED
5288       disk.write.bytes_b_single_1b:
5289         type: org.openecomp.capabilities.metric.Ceilometer
5290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5291         occurrences:
5292         - 1
5293         - UNBOUNDED
5294       os_b_single_1b:
5295         type: tosca.capabilities.OperatingSystem
5296         occurrences:
5297         - 1
5298         - UNBOUNDED
5299       vcpus_b_single_1b:
5300         type: org.openecomp.capabilities.metric.Ceilometer
5301         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5302         occurrences:
5303         - 1
5304         - UNBOUNDED
5305       cpu_b_single_1b:
5306         type: org.openecomp.capabilities.metric.Ceilometer
5307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5308         occurrences:
5309         - 1
5310         - UNBOUNDED
5311       disk.device.read.requests.rate_b_single_1b:
5312         type: org.openecomp.capabilities.metric.Ceilometer
5313         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5314         occurrences:
5315         - 1
5316         - UNBOUNDED
5317       network.incoming.packets.rate_b_single_1b_1b_t2_port:
5318         type: org.openecomp.capabilities.metric.Ceilometer
5319         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5320         occurrences:
5321         - 1
5322         - UNBOUNDED
5323       instance_b_single_1b:
5324         type: org.openecomp.capabilities.metric.Ceilometer
5325         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5326         occurrences:
5327         - 1
5328         - UNBOUNDED
5329       network.incoming.bytes.rate_b_single_1b_1b_t1_port:
5330         type: org.openecomp.capabilities.metric.Ceilometer
5331         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5332         occurrences:
5333         - 1
5334         - UNBOUNDED
5335       disk.read.bytes_b_single_1b:
5336         type: org.openecomp.capabilities.metric.Ceilometer
5337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5338         occurrences:
5339         - 1
5340         - UNBOUNDED
5341       disk.device.latency_b_single_1b:
5342         type: org.openecomp.capabilities.metric.Ceilometer
5343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5344         occurrences:
5345         - 1
5346         - UNBOUNDED
5347       disk.usage_b_single_1b:
5348         type: org.openecomp.capabilities.metric.Ceilometer
5349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5350         occurrences:
5351         - 1
5352         - UNBOUNDED
5353       network.incoming.bytes_b_single_1b_1b_t1_port:
5354         type: org.openecomp.capabilities.metric.Ceilometer
5355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5356         occurrences:
5357         - 1
5358         - UNBOUNDED
5359       disk.device.allocation_b_single_1b:
5360         type: org.openecomp.capabilities.metric.Ceilometer
5361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5362         occurrences:
5363         - 1
5364         - UNBOUNDED
5365       network.outgoing.packets.rate_b_single_1b_1b_t2_port:
5366         type: org.openecomp.capabilities.metric.Ceilometer
5367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5368         occurrences:
5369         - 1
5370         - UNBOUNDED
5371       disk.device.capacity_b_single_1b:
5372         type: org.openecomp.capabilities.metric.Ceilometer
5373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5374         occurrences:
5375         - 1
5376         - UNBOUNDED
5377       disk.latency_b_single_1b:
5378         type: org.openecomp.capabilities.metric.Ceilometer
5379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5380         occurrences:
5381         - 1
5382         - UNBOUNDED
5383       network.incoming.packets_b_single_1b_1b_t2_port:
5384         type: org.openecomp.capabilities.metric.Ceilometer
5385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5386         occurrences:
5387         - 1
5388         - UNBOUNDED
5389       network.incoming.packets.rate_b_single_1b_1b_t1_port:
5390         type: org.openecomp.capabilities.metric.Ceilometer
5391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5392         occurrences:
5393         - 1
5394         - UNBOUNDED
5395       attachment_b_single_1b_1b_t1_port:
5396         type: tosca.capabilities.Attachment
5397         occurrences:
5398         - 1
5399         - UNBOUNDED
5400       disk.device.write.requests_b_single_1b:
5401         type: org.openecomp.capabilities.metric.Ceilometer
5402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5403         occurrences:
5404         - 1
5405         - UNBOUNDED
5406       binding_b_single_1b_1b_t2_port:
5407         type: tosca.capabilities.network.Bindable
5408         valid_source_types:
5409         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5410         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
5411         occurrences:
5412         - 0
5413         - UNBOUNDED
5414       disk.ephemeral.size_b_single_1b:
5415         type: org.openecomp.capabilities.metric.Ceilometer
5416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5417         occurrences:
5418         - 1
5419         - UNBOUNDED
5420       disk.write.requests.rate_b_single_1b:
5421         type: org.openecomp.capabilities.metric.Ceilometer
5422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5423         occurrences:
5424         - 1
5425         - UNBOUNDED
5426       network.outpoing.packets_b_single_1b_1b_t2_port:
5427         type: org.openecomp.capabilities.metric.Ceilometer
5428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5429         occurrences:
5430         - 1
5431         - UNBOUNDED
5432       disk.device.iops_b_single_1b:
5433         type: org.openecomp.capabilities.metric.Ceilometer
5434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5435         occurrences:
5436         - 1
5437         - UNBOUNDED
5438       disk.read.requests_b_single_1b:
5439         type: org.openecomp.capabilities.metric.Ceilometer
5440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5441         occurrences:
5442         - 1
5443         - UNBOUNDED
5444       memory.resident_b_single_1b:
5445         type: org.openecomp.capabilities.metric.Ceilometer
5446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5447         occurrences:
5448         - 1
5449         - UNBOUNDED
5450       disk.root.size_b_single_1b:
5451         type: org.openecomp.capabilities.metric.Ceilometer
5452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5453         occurrences:
5454         - 1
5455         - UNBOUNDED
5456       feature_b_single_1b_1b_t1_port:
5457         type: tosca.capabilities.Node
5458         occurrences:
5459         - 1
5460         - UNBOUNDED
5461       network.outgoing.bytes_b_single_1b_1b_t2_port:
5462         type: org.openecomp.capabilities.metric.Ceilometer
5463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5464         occurrences:
5465         - 1
5466         - UNBOUNDED
5467       disk.capacity_b_single_1b:
5468         type: org.openecomp.capabilities.metric.Ceilometer
5469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5470         occurrences:
5471         - 1
5472         - UNBOUNDED
5473       disk.device.write.bytes_b_single_1b:
5474         type: org.openecomp.capabilities.metric.Ceilometer
5475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5476         occurrences:
5477         - 1
5478         - UNBOUNDED
5479       disk.device.read.bytes_b_single_1b:
5480         type: org.openecomp.capabilities.metric.Ceilometer
5481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5482         occurrences:
5483         - 1
5484         - UNBOUNDED
5485       disk.device.read.bytes.rate_b_single_1b:
5486         type: org.openecomp.capabilities.metric.Ceilometer
5487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5488         occurrences:
5489         - 1
5490         - UNBOUNDED
5491       cpu_util_b_single_1b:
5492         type: org.openecomp.capabilities.metric.Ceilometer
5493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5494         occurrences:
5495         - 1
5496         - UNBOUNDED
5497       disk.write.requests_b_single_1b:
5498         type: org.openecomp.capabilities.metric.Ceilometer
5499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5500         occurrences:
5501         - 1
5502         - UNBOUNDED
5503       network.outgoing.packets.rate_b_single_1b_1b_t1_port:
5504         type: org.openecomp.capabilities.metric.Ceilometer
5505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5506         occurrences:
5507         - 1
5508         - UNBOUNDED
5509       disk.device.usage_b_single_1b:
5510         type: org.openecomp.capabilities.metric.Ceilometer
5511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5512         occurrences:
5513         - 1
5514         - UNBOUNDED
5515       disk.read.bytes.rate_b_single_1b:
5516         type: org.openecomp.capabilities.metric.Ceilometer
5517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5518         occurrences:
5519         - 1
5520         - UNBOUNDED
5521       network.outgoing.bytes_b_single_1b_1b_t1_port:
5522         type: org.openecomp.capabilities.metric.Ceilometer
5523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5524         occurrences:
5525         - 1
5526         - UNBOUNDED
5527       disk.device.read.requests_b_single_1b:
5528         type: org.openecomp.capabilities.metric.Ceilometer
5529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5530         occurrences:
5531         - 1
5532         - UNBOUNDED
5533       network.incoming.packets_b_single_1b_1b_t1_port:
5534         type: org.openecomp.capabilities.metric.Ceilometer
5535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5536         occurrences:
5537         - 1
5538         - UNBOUNDED
5539       binding_b_single_1b_1b_t1_port:
5540         type: tosca.capabilities.network.Bindable
5541         valid_source_types:
5542         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5543         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
5544         occurrences:
5545         - 0
5546         - UNBOUNDED
5547       network.outpoing.packets_b_single_1b_1b_t1_port:
5548         type: org.openecomp.capabilities.metric.Ceilometer
5549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5550         occurrences:
5551         - 1
5552         - UNBOUNDED
5553       disk.device.write.requests.rate_b_single_1b:
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       memory.usage_b_single_1b:
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       disk.write.bytes.rate_b_single_1b:
5566         type: org.openecomp.capabilities.metric.Ceilometer
5567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5568         occurrences:
5569         - 1
5570         - UNBOUNDED
5571       network.incoming.bytes_b_single_1b_1b_t2_port:
5572         type: org.openecomp.capabilities.metric.Ceilometer
5573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5574         occurrences:
5575         - 1
5576         - UNBOUNDED
5577       network.outgoing.bytes.rate_b_single_1b_1b_t1_port:
5578         type: org.openecomp.capabilities.metric.Ceilometer
5579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5580         occurrences:
5581         - 1
5582         - UNBOUNDED
5583       cpu.delta_b_single_1b:
5584         type: org.openecomp.capabilities.metric.Ceilometer
5585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5586         occurrences:
5587         - 1
5588         - UNBOUNDED
5589       disk.allocation_b_single_1b:
5590         type: org.openecomp.capabilities.metric.Ceilometer
5591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5592         occurrences:
5593         - 1
5594         - UNBOUNDED
5595       disk.device.write.bytes.rate_b_single_1b:
5596         type: org.openecomp.capabilities.metric.Ceilometer
5597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5598         occurrences:
5599         - 1
5600         - UNBOUNDED
5601       memory_b_single_1b:
5602         type: org.openecomp.capabilities.metric.Ceilometer
5603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5604         occurrences:
5605         - 1
5606         - UNBOUNDED
5607       host_b_single_1b:
5608         type: tosca.capabilities.Container
5609         valid_source_types:
5610         - tosca.nodes.SoftwareComponent
5611         occurrences:
5612         - 1
5613         - UNBOUNDED
5614       binding_b_single_1b:
5615         type: tosca.capabilities.network.Bindable
5616         occurrences:
5617         - 1
5618         - UNBOUNDED
5619       feature_b_single_1b_1b_t2_port:
5620         type: tosca.capabilities.Node
5621         occurrences:
5622         - 1
5623         - UNBOUNDED