0adea1712ab7e088b88338cd730a92ec45d03540
[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       availabilityzone_name:
16         type: string
17         description: availabilityzone name
18         required: true
19         status: SUPPORTED
20       oam_net_gw:
21         type: string
22         description: CPS network gateway
23         required: true
24         status: SUPPORTED
25       pcm_image_name:
26         type: string
27         description: PCRF CM image name
28         required: true
29         status: SUPPORTED
30       security_group_name:
31         type: string
32         description: the name of security group
33         required: true
34         status: SUPPORTED
35       cps_net_ip:
36         type: string
37         description: CPS network ip
38         required: true
39         status: SUPPORTED
40       pcm_flavor_name:
41         type: string
42         description: flavor name of PCRF CM instance
43         required: true
44         status: SUPPORTED
45       pcm_vol:
46         type: string
47         description: CPS Cluman Cinder Volume
48         required: true
49         status: SUPPORTED
50       pcm_server_name:
51         type: string
52         description: PCRF CM server name
53         required: true
54         status: SUPPORTED
55       cps_net_name:
56         type: string
57         description: CPS network name
58         required: true
59         status: SUPPORTED
60       cps_net_mask:
61         type: string
62         description: CPS network mask
63         required: true
64         status: SUPPORTED
65       oam_net_ip:
66         type: string
67         description: OAM network ip
68         required: true
69         status: SUPPORTED
70       oam_net_mask:
71         type: string
72         description: CPS network mask
73         required: true
74         status: SUPPORTED
75       pcma_flavor_name:
76         type: string
77         required: true
78         status: SUPPORTED
79       oam_net_name:
80         type: string
81         description: OAM network name
82         required: true
83         status: SUPPORTED
84       pcma_server_name:
85         type: string
86         required: true
87         status: SUPPORTED
88       pcma_image_name:
89         type: string
90         required: true
91         status: SUPPORTED
92     attributes:
93       portId:
94         type: string
95         status: SUPPORTED
96     requirements:
97     - dependency_pcm_port_2:
98         capability: tosca.capabilities.Node
99         node: tosca.nodes.Root
100         relationship: tosca.relationships.DependsOn
101         occurrences:
102         - 0
103         - UNBOUNDED
104     - link_pcm_port_2:
105         capability: tosca.capabilities.network.Linkable
106         relationship: tosca.relationships.network.LinksTo
107         occurrences:
108         - 1
109         - 1
110     - dependency_pcm_port_1:
111         capability: tosca.capabilities.Node
112         node: tosca.nodes.Root
113         relationship: tosca.relationships.DependsOn
114         occurrences:
115         - 0
116         - UNBOUNDED
117     - link_pcm_port_1:
118         capability: tosca.capabilities.network.Linkable
119         relationship: tosca.relationships.network.LinksTo
120         occurrences:
121         - 1
122         - 1
123     - dependency_pcm_port_3:
124         capability: tosca.capabilities.Node
125         node: tosca.nodes.Root
126         relationship: tosca.relationships.DependsOn
127         occurrences:
128         - 0
129         - UNBOUNDED
130     - link_pcm_port_3:
131         capability: tosca.capabilities.network.Linkable
132         relationship: tosca.relationships.network.LinksTo
133         occurrences:
134         - 1
135         - 1
136     - dependency_server_pcma2:
137         capability: tosca.capabilities.Node
138         node: tosca.nodes.Root
139         relationship: tosca.relationships.DependsOn
140         occurrences:
141         - 0
142         - UNBOUNDED
143     - local_storage_server_pcma2:
144         capability: tosca.capabilities.Attachment
145         node: tosca.nodes.BlockStorage
146         relationship: tosca.relationships.AttachesTo
147         occurrences:
148         - 0
149         - UNBOUNDED
150     - dependency_server_pcma1:
151         capability: tosca.capabilities.Node
152         node: tosca.nodes.Root
153         relationship: tosca.relationships.DependsOn
154         occurrences:
155         - 0
156         - UNBOUNDED
157     - local_storage_server_pcma1:
158         capability: tosca.capabilities.Attachment
159         node: tosca.nodes.BlockStorage
160         relationship: tosca.relationships.AttachesTo
161         occurrences:
162         - 0
163         - UNBOUNDED
164     - dependency_pcm_port_0:
165         capability: tosca.capabilities.Node
166         node: tosca.nodes.Root
167         relationship: tosca.relationships.DependsOn
168         occurrences:
169         - 0
170         - UNBOUNDED
171     - link_pcm_port_0:
172         capability: tosca.capabilities.network.Linkable
173         relationship: tosca.relationships.network.LinksTo
174         occurrences:
175         - 1
176         - 1
177     capabilities:
178       network.incoming.packets.rate_pcm_port_0:
179         type: org.openecomp.capabilities.metric.Ceilometer
180         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
181         occurrences:
182         - 1
183         - UNBOUNDED
184       network.incoming.packets.rate_pcm_port_3:
185         type: org.openecomp.capabilities.metric.Ceilometer
186         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
187         occurrences:
188         - 1
189         - UNBOUNDED
190       network.incoming.packets.rate_pcm_port_2:
191         type: org.openecomp.capabilities.metric.Ceilometer
192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
193         occurrences:
194         - 1
195         - UNBOUNDED
196       network.incoming.packets.rate_pcm_port_1:
197         type: org.openecomp.capabilities.metric.Ceilometer
198         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
199         occurrences:
200         - 1
201         - UNBOUNDED
202       network.outpoing.packets_pcm_port_1:
203         type: org.openecomp.capabilities.metric.Ceilometer
204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
205         occurrences:
206         - 1
207         - UNBOUNDED
208       disk.device.iops_server_pcma2:
209         type: org.openecomp.capabilities.metric.Ceilometer
210         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
211         occurrences:
212         - 1
213         - UNBOUNDED
214       network.outpoing.packets_pcm_port_0:
215         type: org.openecomp.capabilities.metric.Ceilometer
216         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
217         occurrences:
218         - 1
219         - UNBOUNDED
220       network.outpoing.packets_pcm_port_3:
221         type: org.openecomp.capabilities.metric.Ceilometer
222         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
223         occurrences:
224         - 1
225         - UNBOUNDED
226       network.outpoing.packets_pcm_port_2:
227         type: org.openecomp.capabilities.metric.Ceilometer
228         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
229         occurrences:
230         - 1
231         - UNBOUNDED
232       disk.device.iops_server_pcma1:
233         type: org.openecomp.capabilities.metric.Ceilometer
234         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
235         occurrences:
236         - 1
237         - UNBOUNDED
238       disk.device.capacity_server_pcma2:
239         type: org.openecomp.capabilities.metric.Ceilometer
240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
241         occurrences:
242         - 1
243         - UNBOUNDED
244       disk.device.capacity_server_pcma1:
245         type: org.openecomp.capabilities.metric.Ceilometer
246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
247         occurrences:
248         - 1
249         - UNBOUNDED
250       disk.read.requests_server_pcma2:
251         type: org.openecomp.capabilities.metric.Ceilometer
252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
253         occurrences:
254         - 1
255         - UNBOUNDED
256       disk.read.requests_server_pcma1:
257         type: org.openecomp.capabilities.metric.Ceilometer
258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
259         occurrences:
260         - 1
261         - UNBOUNDED
262       disk.write.requests.rate_server_pcma1:
263         type: org.openecomp.capabilities.metric.Ceilometer
264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
265         occurrences:
266         - 1
267         - UNBOUNDED
268       disk.write.requests.rate_server_pcma2:
269         type: org.openecomp.capabilities.metric.Ceilometer
270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
271         occurrences:
272         - 1
273         - UNBOUNDED
274       memory_server_pcma2:
275         type: org.openecomp.capabilities.metric.Ceilometer
276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
277         occurrences:
278         - 1
279         - UNBOUNDED
280       memory_server_pcma1:
281         type: org.openecomp.capabilities.metric.Ceilometer
282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
283         occurrences:
284         - 1
285         - UNBOUNDED
286       disk.device.read.bytes.rate_server_pcma1:
287         type: org.openecomp.capabilities.metric.Ceilometer
288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
289         occurrences:
290         - 1
291         - UNBOUNDED
292       network.outgoing.bytes_pcm_port_3:
293         type: org.openecomp.capabilities.metric.Ceilometer
294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
295         occurrences:
296         - 1
297         - UNBOUNDED
298       disk.device.read.bytes.rate_server_pcma2:
299         type: org.openecomp.capabilities.metric.Ceilometer
300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
301         occurrences:
302         - 1
303         - UNBOUNDED
304       binding_pcm_port_3:
305         type: tosca.capabilities.network.Bindable
306         valid_source_types:
307         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
308         occurrences:
309         - 0
310         - UNBOUNDED
311       disk.device.latency_server_pcma2:
312         type: org.openecomp.capabilities.metric.Ceilometer
313         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
314         occurrences:
315         - 1
316         - UNBOUNDED
317       disk.device.usage_server_pcma2:
318         type: org.openecomp.capabilities.metric.Ceilometer
319         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
320         occurrences:
321         - 1
322         - UNBOUNDED
323       network.incoming.bytes_pcm_port_0:
324         type: org.openecomp.capabilities.metric.Ceilometer
325         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
326         occurrences:
327         - 1
328         - UNBOUNDED
329       disk.device.latency_server_pcma1:
330         type: org.openecomp.capabilities.metric.Ceilometer
331         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
332         occurrences:
333         - 1
334         - UNBOUNDED
335       network.incoming.bytes_pcm_port_2:
336         type: org.openecomp.capabilities.metric.Ceilometer
337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
338         occurrences:
339         - 1
340         - UNBOUNDED
341       network.incoming.bytes_pcm_port_1:
342         type: org.openecomp.capabilities.metric.Ceilometer
343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
344         occurrences:
345         - 1
346         - UNBOUNDED
347       disk.device.usage_server_pcma1:
348         type: org.openecomp.capabilities.metric.Ceilometer
349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
350         occurrences:
351         - 1
352         - UNBOUNDED
353       binding_pcm_port_0:
354         type: tosca.capabilities.network.Bindable
355         valid_source_types:
356         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
357         occurrences:
358         - 0
359         - UNBOUNDED
360       binding_pcm_port_1:
361         type: tosca.capabilities.network.Bindable
362         valid_source_types:
363         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
364         occurrences:
365         - 0
366         - UNBOUNDED
367       binding_pcm_port_2:
368         type: tosca.capabilities.network.Bindable
369         valid_source_types:
370         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
371         occurrences:
372         - 0
373         - UNBOUNDED
374       network.incoming.bytes_pcm_port_3:
375         type: org.openecomp.capabilities.metric.Ceilometer
376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
377         occurrences:
378         - 1
379         - UNBOUNDED
380       network.outgoing.packets.rate_pcm_port_3:
381         type: org.openecomp.capabilities.metric.Ceilometer
382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
383         occurrences:
384         - 1
385         - UNBOUNDED
386       disk.device.read.requests_server_pcma1:
387         type: org.openecomp.capabilities.metric.Ceilometer
388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
389         occurrences:
390         - 1
391         - UNBOUNDED
392       disk.device.read.requests_server_pcma2:
393         type: org.openecomp.capabilities.metric.Ceilometer
394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
395         occurrences:
396         - 1
397         - UNBOUNDED
398       network.outgoing.packets.rate_pcm_port_0:
399         type: org.openecomp.capabilities.metric.Ceilometer
400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
401         occurrences:
402         - 1
403         - UNBOUNDED
404       network.outgoing.packets.rate_pcm_port_1:
405         type: org.openecomp.capabilities.metric.Ceilometer
406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
407         occurrences:
408         - 1
409         - UNBOUNDED
410       disk.write.bytes_server_pcma2:
411         type: org.openecomp.capabilities.metric.Ceilometer
412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
413         occurrences:
414         - 1
415         - UNBOUNDED
416       disk.device.read.requests.rate_server_pcma1:
417         type: org.openecomp.capabilities.metric.Ceilometer
418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
419         occurrences:
420         - 1
421         - UNBOUNDED
422       network.outgoing.packets.rate_pcm_port_2:
423         type: org.openecomp.capabilities.metric.Ceilometer
424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
425         occurrences:
426         - 1
427         - UNBOUNDED
428       disk.device.read.requests.rate_server_pcma2:
429         type: org.openecomp.capabilities.metric.Ceilometer
430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
431         occurrences:
432         - 1
433         - UNBOUNDED
434       disk.write.bytes_server_pcma1:
435         type: org.openecomp.capabilities.metric.Ceilometer
436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
437         occurrences:
438         - 1
439         - UNBOUNDED
440       feature_pcm_port_1:
441         type: tosca.capabilities.Node
442         occurrences:
443         - 1
444         - UNBOUNDED
445       binding_server_pcma1:
446         type: tosca.capabilities.network.Bindable
447         occurrences:
448         - 1
449         - UNBOUNDED
450       network.outgoing.bytes_pcm_port_0:
451         type: org.openecomp.capabilities.metric.Ceilometer
452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
453         occurrences:
454         - 1
455         - UNBOUNDED
456       binding_server_pcma2:
457         type: tosca.capabilities.network.Bindable
458         occurrences:
459         - 1
460         - UNBOUNDED
461       feature_pcm_port_0:
462         type: tosca.capabilities.Node
463         occurrences:
464         - 1
465         - UNBOUNDED
466       network.outgoing.bytes_pcm_port_2:
467         type: org.openecomp.capabilities.metric.Ceilometer
468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
469         occurrences:
470         - 1
471         - UNBOUNDED
472       feature_pcm_port_3:
473         type: tosca.capabilities.Node
474         occurrences:
475         - 1
476         - UNBOUNDED
477       feature_pcm_port_2:
478         type: tosca.capabilities.Node
479         occurrences:
480         - 1
481         - UNBOUNDED
482       network.outgoing.bytes_pcm_port_1:
483         type: org.openecomp.capabilities.metric.Ceilometer
484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
485         occurrences:
486         - 1
487         - UNBOUNDED
488       attachment_pcm_port_0:
489         type: tosca.capabilities.Attachment
490         occurrences:
491         - 1
492         - UNBOUNDED
493       attachment_pcm_port_1:
494         type: tosca.capabilities.Attachment
495         occurrences:
496         - 1
497         - UNBOUNDED
498       disk.write.bytes.rate_server_pcma2:
499         type: org.openecomp.capabilities.metric.Ceilometer
500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
501         occurrences:
502         - 1
503         - UNBOUNDED
504       attachment_pcm_port_2:
505         type: tosca.capabilities.Attachment
506         occurrences:
507         - 1
508         - UNBOUNDED
509       disk.write.bytes.rate_server_pcma1:
510         type: org.openecomp.capabilities.metric.Ceilometer
511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
512         occurrences:
513         - 1
514         - UNBOUNDED
515       attachment_pcm_port_3:
516         type: tosca.capabilities.Attachment
517         occurrences:
518         - 1
519         - UNBOUNDED
520       disk.root.size_server_pcma2:
521         type: org.openecomp.capabilities.metric.Ceilometer
522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
523         occurrences:
524         - 1
525         - UNBOUNDED
526       disk.root.size_server_pcma1:
527         type: org.openecomp.capabilities.metric.Ceilometer
528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
529         occurrences:
530         - 1
531         - UNBOUNDED
532       disk.iops_server_pcma2:
533         type: org.openecomp.capabilities.metric.Ceilometer
534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
535         occurrences:
536         - 1
537         - UNBOUNDED
538       disk.iops_server_pcma1:
539         type: org.openecomp.capabilities.metric.Ceilometer
540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
541         occurrences:
542         - 1
543         - UNBOUNDED
544       disk.device.write.bytes.rate_server_pcma1:
545         type: org.openecomp.capabilities.metric.Ceilometer
546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
547         occurrences:
548         - 1
549         - UNBOUNDED
550       disk.device.write.bytes.rate_server_pcma2:
551         type: org.openecomp.capabilities.metric.Ceilometer
552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
553         occurrences:
554         - 1
555         - UNBOUNDED
556       disk.read.bytes_server_pcma1:
557         type: org.openecomp.capabilities.metric.Ceilometer
558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
559         occurrences:
560         - 1
561         - UNBOUNDED
562       disk.read.bytes_server_pcma2:
563         type: org.openecomp.capabilities.metric.Ceilometer
564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
565         occurrences:
566         - 1
567         - UNBOUNDED
568       cpu_util_server_pcma1:
569         type: org.openecomp.capabilities.metric.Ceilometer
570         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
571         occurrences:
572         - 1
573         - UNBOUNDED
574       cpu_util_server_pcma2:
575         type: org.openecomp.capabilities.metric.Ceilometer
576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
577         occurrences:
578         - 1
579         - UNBOUNDED
580       feature_server_pcma2:
581         type: tosca.capabilities.Node
582         occurrences:
583         - 1
584         - UNBOUNDED
585       memory.usage_server_pcma2:
586         type: org.openecomp.capabilities.metric.Ceilometer
587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
588         occurrences:
589         - 1
590         - UNBOUNDED
591       memory.usage_server_pcma1:
592         type: org.openecomp.capabilities.metric.Ceilometer
593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
594         occurrences:
595         - 1
596         - UNBOUNDED
597       feature_server_pcma1:
598         type: tosca.capabilities.Node
599         occurrences:
600         - 1
601         - UNBOUNDED
602       disk.read.bytes.rate_server_pcma1:
603         type: org.openecomp.capabilities.metric.Ceilometer
604         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
605         occurrences:
606         - 1
607         - UNBOUNDED
608       disk.device.read.bytes_server_pcma2:
609         type: org.openecomp.capabilities.metric.Ceilometer
610         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
611         occurrences:
612         - 1
613         - UNBOUNDED
614       disk.device.read.bytes_server_pcma1:
615         type: org.openecomp.capabilities.metric.Ceilometer
616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
617         occurrences:
618         - 1
619         - UNBOUNDED
620       endpoint_server_pcma2:
621         type: tosca.capabilities.Endpoint.Admin
622         occurrences:
623         - 1
624         - UNBOUNDED
625       disk.read.bytes.rate_server_pcma2:
626         type: org.openecomp.capabilities.metric.Ceilometer
627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
628         occurrences:
629         - 1
630         - UNBOUNDED
631       endpoint_server_pcma1:
632         type: tosca.capabilities.Endpoint.Admin
633         occurrences:
634         - 1
635         - UNBOUNDED
636       cpu.delta_server_pcma1:
637         type: org.openecomp.capabilities.metric.Ceilometer
638         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
639         occurrences:
640         - 1
641         - UNBOUNDED
642       cpu.delta_server_pcma2:
643         type: org.openecomp.capabilities.metric.Ceilometer
644         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
645         occurrences:
646         - 1
647         - UNBOUNDED
648       host_server_pcma2:
649         type: tosca.capabilities.Container
650         valid_source_types:
651         - tosca.nodes.SoftwareComponent
652         occurrences:
653         - 1
654         - UNBOUNDED
655       host_server_pcma1:
656         type: tosca.capabilities.Container
657         valid_source_types:
658         - tosca.nodes.SoftwareComponent
659         occurrences:
660         - 1
661         - UNBOUNDED
662       disk.ephemeral.size_server_pcma1:
663         type: org.openecomp.capabilities.metric.Ceilometer
664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
665         occurrences:
666         - 1
667         - UNBOUNDED
668       disk.ephemeral.size_server_pcma2:
669         type: org.openecomp.capabilities.metric.Ceilometer
670         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
671         occurrences:
672         - 1
673         - UNBOUNDED
674       disk.device.write.requests.rate_server_pcma2:
675         type: org.openecomp.capabilities.metric.Ceilometer
676         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
677         occurrences:
678         - 1
679         - UNBOUNDED
680       disk.latency_server_pcma1:
681         type: org.openecomp.capabilities.metric.Ceilometer
682         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
683         occurrences:
684         - 1
685         - UNBOUNDED
686       disk.latency_server_pcma2:
687         type: org.openecomp.capabilities.metric.Ceilometer
688         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
689         occurrences:
690         - 1
691         - UNBOUNDED
692       disk.device.write.requests.rate_server_pcma1:
693         type: org.openecomp.capabilities.metric.Ceilometer
694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
695         occurrences:
696         - 1
697         - UNBOUNDED
698       scalable_server_pcma2:
699         type: tosca.capabilities.Scalable
700         occurrences:
701         - 1
702         - UNBOUNDED
703       scalable_server_pcma1:
704         type: tosca.capabilities.Scalable
705         occurrences:
706         - 1
707         - UNBOUNDED
708       disk.device.write.requests_server_pcma1:
709         type: org.openecomp.capabilities.metric.Ceilometer
710         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
711         occurrences:
712         - 1
713         - UNBOUNDED
714       disk.device.write.requests_server_pcma2:
715         type: org.openecomp.capabilities.metric.Ceilometer
716         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
717         occurrences:
718         - 1
719         - UNBOUNDED
720       instance_server_pcma2:
721         type: org.openecomp.capabilities.metric.Ceilometer
722         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
723         occurrences:
724         - 1
725         - UNBOUNDED
726       disk.device.allocation_server_pcma1:
727         type: org.openecomp.capabilities.metric.Ceilometer
728         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
729         occurrences:
730         - 1
731         - UNBOUNDED
732       disk.device.allocation_server_pcma2:
733         type: org.openecomp.capabilities.metric.Ceilometer
734         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
735         occurrences:
736         - 1
737         - UNBOUNDED
738       instance_server_pcma1:
739         type: org.openecomp.capabilities.metric.Ceilometer
740         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
741         occurrences:
742         - 1
743         - UNBOUNDED
744       os_server_pcma1:
745         type: tosca.capabilities.OperatingSystem
746         occurrences:
747         - 1
748         - UNBOUNDED
749       os_server_pcma2:
750         type: tosca.capabilities.OperatingSystem
751         occurrences:
752         - 1
753         - UNBOUNDED
754       disk.capacity_server_pcma1:
755         type: org.openecomp.capabilities.metric.Ceilometer
756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
757         occurrences:
758         - 1
759         - UNBOUNDED
760       disk.capacity_server_pcma2:
761         type: org.openecomp.capabilities.metric.Ceilometer
762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
763         occurrences:
764         - 1
765         - UNBOUNDED
766       disk.write.requests_server_pcma1:
767         type: org.openecomp.capabilities.metric.Ceilometer
768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
769         occurrences:
770         - 1
771         - UNBOUNDED
772       disk.write.requests_server_pcma2:
773         type: org.openecomp.capabilities.metric.Ceilometer
774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
775         occurrences:
776         - 1
777         - UNBOUNDED
778       network.outgoing.bytes.rate_pcm_port_1:
779         type: org.openecomp.capabilities.metric.Ceilometer
780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
781         occurrences:
782         - 1
783         - UNBOUNDED
784       network.incoming.packets_pcm_port_0:
785         type: org.openecomp.capabilities.metric.Ceilometer
786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
787         occurrences:
788         - 1
789         - UNBOUNDED
790       network.outgoing.bytes.rate_pcm_port_2:
791         type: org.openecomp.capabilities.metric.Ceilometer
792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
793         occurrences:
794         - 1
795         - UNBOUNDED
796       network.outgoing.bytes.rate_pcm_port_0:
797         type: org.openecomp.capabilities.metric.Ceilometer
798         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
799         occurrences:
800         - 1
801         - UNBOUNDED
802       network.incoming.packets_pcm_port_3:
803         type: org.openecomp.capabilities.metric.Ceilometer
804         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
805         occurrences:
806         - 1
807         - UNBOUNDED
808       disk.usage_server_pcma2:
809         type: org.openecomp.capabilities.metric.Ceilometer
810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
811         occurrences:
812         - 1
813         - UNBOUNDED
814       network.incoming.packets_pcm_port_2:
815         type: org.openecomp.capabilities.metric.Ceilometer
816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
817         occurrences:
818         - 1
819         - UNBOUNDED
820       network.outgoing.bytes.rate_pcm_port_3:
821         type: org.openecomp.capabilities.metric.Ceilometer
822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
823         occurrences:
824         - 1
825         - UNBOUNDED
826       disk.usage_server_pcma1:
827         type: org.openecomp.capabilities.metric.Ceilometer
828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
829         occurrences:
830         - 1
831         - UNBOUNDED
832       vcpus_server_pcma1:
833         type: org.openecomp.capabilities.metric.Ceilometer
834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
835         occurrences:
836         - 1
837         - UNBOUNDED
838       memory.resident_server_pcma1:
839         type: org.openecomp.capabilities.metric.Ceilometer
840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
841         occurrences:
842         - 1
843         - UNBOUNDED
844       network.incoming.packets_pcm_port_1:
845         type: org.openecomp.capabilities.metric.Ceilometer
846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
847         occurrences:
848         - 1
849         - UNBOUNDED
850       vcpus_server_pcma2:
851         type: org.openecomp.capabilities.metric.Ceilometer
852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
853         occurrences:
854         - 1
855         - UNBOUNDED
856       memory.resident_server_pcma2:
857         type: org.openecomp.capabilities.metric.Ceilometer
858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
859         occurrences:
860         - 1
861         - UNBOUNDED
862       disk.device.write.bytes_server_pcma2:
863         type: org.openecomp.capabilities.metric.Ceilometer
864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
865         occurrences:
866         - 1
867         - UNBOUNDED
868       disk.allocation_server_pcma1:
869         type: org.openecomp.capabilities.metric.Ceilometer
870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
871         occurrences:
872         - 1
873         - UNBOUNDED
874       disk.allocation_server_pcma2:
875         type: org.openecomp.capabilities.metric.Ceilometer
876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
877         occurrences:
878         - 1
879         - UNBOUNDED
880       disk.device.write.bytes_server_pcma1:
881         type: org.openecomp.capabilities.metric.Ceilometer
882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
883         occurrences:
884         - 1
885         - UNBOUNDED
886       cpu_server_pcma1:
887         type: org.openecomp.capabilities.metric.Ceilometer
888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
889         occurrences:
890         - 1
891         - UNBOUNDED
892       network.incoming.bytes.rate_pcm_port_0:
893         type: org.openecomp.capabilities.metric.Ceilometer
894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
895         occurrences:
896         - 1
897         - UNBOUNDED
898       cpu_server_pcma2:
899         type: org.openecomp.capabilities.metric.Ceilometer
900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
901         occurrences:
902         - 1
903         - UNBOUNDED
904       network.incoming.bytes.rate_pcm_port_3:
905         type: org.openecomp.capabilities.metric.Ceilometer
906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
907         occurrences:
908         - 1
909         - UNBOUNDED
910       network.incoming.bytes.rate_pcm_port_2:
911         type: org.openecomp.capabilities.metric.Ceilometer
912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
913         occurrences:
914         - 1
915         - UNBOUNDED
916       network.incoming.bytes.rate_pcm_port_1:
917         type: org.openecomp.capabilities.metric.Ceilometer
918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
919         occurrences:
920         - 1
921         - UNBOUNDED
922   org.openecomp.resource.vfc.nodes.heat.pcma_server:
923     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
924     properties:
925       port_pcm_port_0_network_role:
926         type: string
927         required: true
928         status: SUPPORTED
929       port_pcm_port_1_network_role_tag:
930         type: string
931         required: true
932         status: SUPPORTED
933       port_pcm_port_0_fixed_ips:
934         type: list
935         required: true
936         status: SUPPORTED
937         entry_schema:
938           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
939       port_pcm_port_0_vlan_requirements:
940         type: list
941         required: true
942         status: SUPPORTED
943         entry_schema:
944           type: org.openecomp.datatypes.network.VlanRequirements
945       vm_flavor_name:
946         type: string
947         required: true
948         status: SUPPORTED
949       port_pcm_port_0_security_groups:
950         type: list
951         required: true
952         status: SUPPORTED
953         entry_schema:
954           type: json
955       compute_pcma_server_availability_zone:
956         type: list
957         required: true
958         status: SUPPORTED
959         entry_schema:
960           type: string
961       port_pcm_port_0_order:
962         type: integer
963         required: true
964         status: SUPPORTED
965       port_pcm_port_0_subnetpoolid:
966         type: string
967         required: true
968         status: SUPPORTED
969       vm_image_name:
970         type: string
971         required: true
972         status: SUPPORTED
973       port_pcm_port_1_subnetpoolid:
974         type: string
975         required: true
976         status: SUPPORTED
977       port_pcm_port_0_network_role_tag:
978         type: string
979         required: true
980         status: SUPPORTED
981       port_pcm_port_0_exCP_naming:
982         type: org.openecomp.datatypes.Naming
983         required: true
984         status: SUPPORTED
985       port_pcm_port_1_exCP_naming:
986         type: org.openecomp.datatypes.Naming
987         required: true
988         status: SUPPORTED
989       port_pcm_port_1_network_role:
990         type: string
991         required: true
992         status: SUPPORTED
993       port_pcm_port_1_network:
994         type: list
995         required: true
996         status: SUPPORTED
997         entry_schema:
998           type: string
999       port_pcm_port_0_ip_requirements:
1000         type: list
1001         required: true
1002         status: SUPPORTED
1003         entry_schema:
1004           type: org.openecomp.datatypes.network.IpRequirements
1005       port_pcm_port_1_security_groups:
1006         type: list
1007         required: true
1008         status: SUPPORTED
1009         entry_schema:
1010           type: json
1011       compute_pcma_server_config_drive:
1012         type: list
1013         required: true
1014         status: SUPPORTED
1015         entry_schema:
1016           type: boolean
1017       index_value:
1018         type: integer
1019         description: Index value of this substitution service template runtime instance
1020         required: false
1021         default: 0
1022         status: SUPPORTED
1023         constraints:
1024         - greater_or_equal: 0
1025       compute_pcma_server_user_data_format:
1026         type: list
1027         required: true
1028         status: SUPPORTED
1029         entry_schema:
1030           type: string
1031       port_pcm_port_0_network:
1032         type: list
1033         required: true
1034         status: SUPPORTED
1035         entry_schema:
1036           type: string
1037       port_pcm_port_1_mac_requirements:
1038         type: org.openecomp.datatypes.network.MacRequirements
1039         required: true
1040         status: SUPPORTED
1041       port_pcm_port_1_vlan_requirements:
1042         type: list
1043         required: true
1044         status: SUPPORTED
1045         entry_schema:
1046           type: org.openecomp.datatypes.network.VlanRequirements
1047       port_pcm_port_1_fixed_ips:
1048         type: list
1049         required: true
1050         status: SUPPORTED
1051         entry_schema:
1052           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1053       compute_pcma_server_name:
1054         type: list
1055         required: true
1056         status: SUPPORTED
1057         entry_schema:
1058           type: string
1059       port_pcm_port_0_mac_requirements:
1060         type: org.openecomp.datatypes.network.MacRequirements
1061         required: true
1062         status: SUPPORTED
1063       port_pcm_port_1_ip_requirements:
1064         type: list
1065         required: true
1066         status: SUPPORTED
1067         entry_schema:
1068           type: org.openecomp.datatypes.network.IpRequirements
1069       port_pcm_port_1_order:
1070         type: integer
1071         required: true
1072         status: SUPPORTED
1073   org.openecomp.resource.vfc.nodes.heat.pcm_server:
1074     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1075     properties:
1076       port_pcm_port_0_network_role:
1077         type: string
1078         required: true
1079         status: SUPPORTED
1080       port_pcm_port_1_network_role_tag:
1081         type: string
1082         required: true
1083         status: SUPPORTED
1084       availabilityzone_name:
1085         type: string
1086         description: availabilityzone name
1087         required: true
1088         status: SUPPORTED
1089       port_pcm_port_0_vlan_requirements:
1090         type: list
1091         required: true
1092         status: SUPPORTED
1093         entry_schema:
1094           type: org.openecomp.datatypes.network.VlanRequirements
1095       pcm_image_name:
1096         type: string
1097         description: PCRF CM image name
1098         required: true
1099         status: SUPPORTED
1100       port_pcm_port_0_order:
1101         type: integer
1102         required: true
1103         status: SUPPORTED
1104       port_pcm_port_0_subnetpoolid:
1105         type: string
1106         required: true
1107         status: SUPPORTED
1108       port_pcm_port_1_subnetpoolid:
1109         type: string
1110         required: true
1111         status: SUPPORTED
1112       port_pcm_port_0_network_role_tag:
1113         type: string
1114         required: true
1115         status: SUPPORTED
1116       pcm_server_name:
1117         type: string
1118         description: PCRF CM server name
1119         required: true
1120         status: SUPPORTED
1121       cps_net_mask:
1122         type: string
1123         description: CPS network mask
1124         required: true
1125         status: SUPPORTED
1126       port_pcm_port_1_exCP_naming:
1127         type: org.openecomp.datatypes.Naming
1128         required: true
1129         status: SUPPORTED
1130       port_pcm_port_0_exCP_naming:
1131         type: org.openecomp.datatypes.Naming
1132         required: true
1133         status: SUPPORTED
1134       oam_net_name:
1135         type: string
1136         description: OAM network name
1137         required: true
1138         status: SUPPORTED
1139       port_pcm_port_1_network_role:
1140         type: string
1141         required: true
1142         status: SUPPORTED
1143       server_group:
1144         type: string
1145         required: true
1146         status: SUPPORTED
1147       port_pcm_port_0_ip_requirements:
1148         type: list
1149         required: true
1150         status: SUPPORTED
1151         entry_schema:
1152           type: org.openecomp.datatypes.network.IpRequirements
1153       oam_net_gw:
1154         type: string
1155         description: CPS network gateway
1156         required: true
1157         status: SUPPORTED
1158       security_group_name:
1159         type: string
1160         description: the name of security group
1161         required: true
1162         status: SUPPORTED
1163       cps_net_ip:
1164         type: string
1165         description: CPS network ip
1166         required: true
1167         status: SUPPORTED
1168       port_pcm_port_1_mac_requirements:
1169         type: org.openecomp.datatypes.network.MacRequirements
1170         required: true
1171         status: SUPPORTED
1172       port_pcm_port_1_vlan_requirements:
1173         type: list
1174         required: true
1175         status: SUPPORTED
1176         entry_schema:
1177           type: org.openecomp.datatypes.network.VlanRequirements
1178       pcm_flavor_name:
1179         type: string
1180         description: flavor name of PCRF CM instance
1181         required: true
1182         status: SUPPORTED
1183       pcm_vol:
1184         type: string
1185         description: CPS Cluman Cinder Volume
1186         required: true
1187         status: SUPPORTED
1188       port_pcm_port_1_ip_requirements:
1189         type: list
1190         required: true
1191         status: SUPPORTED
1192         entry_schema:
1193           type: org.openecomp.datatypes.network.IpRequirements
1194       port_pcm_port_0_mac_requirements:
1195         type: org.openecomp.datatypes.network.MacRequirements
1196         required: true
1197         status: SUPPORTED
1198       cps_net_name:
1199         type: string
1200         description: CPS network name
1201         required: true
1202         status: SUPPORTED
1203       oam_net_ip:
1204         type: string
1205         description: OAM network ip
1206         required: true
1207         status: SUPPORTED
1208       oam_net_mask:
1209         type: string
1210         description: CPS network mask
1211         required: true
1212         status: SUPPORTED
1213       port_pcm_port_1_order:
1214         type: integer
1215         required: true
1216         status: SUPPORTED
1217     attributes:
1218       server_pcm_id:
1219         type: string
1220         description: the pcm nova service id
1221         status: SUPPORTED
1222     requirements:
1223     - dependency_pcm_port_1:
1224         capability: tosca.capabilities.Node
1225         node: tosca.nodes.Root
1226         relationship: tosca.relationships.DependsOn
1227         occurrences:
1228         - 0
1229         - UNBOUNDED
1230     - link_pcm_port_1:
1231         capability: tosca.capabilities.network.Linkable
1232         relationship: tosca.relationships.network.LinksTo
1233         occurrences:
1234         - 1
1235         - 1
1236     - dependency_server_pcm:
1237         capability: tosca.capabilities.Node
1238         node: tosca.nodes.Root
1239         relationship: tosca.relationships.DependsOn
1240         occurrences:
1241         - 0
1242         - UNBOUNDED
1243     - local_storage_server_pcm:
1244         capability: tosca.capabilities.Attachment
1245         node: tosca.nodes.BlockStorage
1246         relationship: tosca.relationships.AttachesTo
1247         occurrences:
1248         - 0
1249         - UNBOUNDED
1250     - dependency_pcm_port_0:
1251         capability: tosca.capabilities.Node
1252         node: tosca.nodes.Root
1253         relationship: tosca.relationships.DependsOn
1254         occurrences:
1255         - 0
1256         - UNBOUNDED
1257     - link_pcm_port_0:
1258         capability: tosca.capabilities.network.Linkable
1259         relationship: tosca.relationships.network.LinksTo
1260         occurrences:
1261         - 1
1262         - 1
1263     capabilities:
1264       network.incoming.packets.rate_pcm_port_0:
1265         type: org.openecomp.capabilities.metric.Ceilometer
1266         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1267         occurrences:
1268         - 1
1269         - UNBOUNDED
1270       cpu_server_pcm:
1271         type: org.openecomp.capabilities.metric.Ceilometer
1272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1273         occurrences:
1274         - 1
1275         - UNBOUNDED
1276       network.incoming.packets.rate_pcm_port_1:
1277         type: org.openecomp.capabilities.metric.Ceilometer
1278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1279         occurrences:
1280         - 1
1281         - UNBOUNDED
1282       network.outpoing.packets_pcm_port_1:
1283         type: org.openecomp.capabilities.metric.Ceilometer
1284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1285         occurrences:
1286         - 1
1287         - UNBOUNDED
1288       memory_server_pcm:
1289         type: org.openecomp.capabilities.metric.Ceilometer
1290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1291         occurrences:
1292         - 1
1293         - UNBOUNDED
1294       disk.write.requests_server_pcm:
1295         type: org.openecomp.capabilities.metric.Ceilometer
1296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1297         occurrences:
1298         - 1
1299         - UNBOUNDED
1300       network.outpoing.packets_pcm_port_0:
1301         type: org.openecomp.capabilities.metric.Ceilometer
1302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1303         occurrences:
1304         - 1
1305         - UNBOUNDED
1306       disk.device.iops_server_pcm:
1307         type: org.openecomp.capabilities.metric.Ceilometer
1308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1309         occurrences:
1310         - 1
1311         - UNBOUNDED
1312       memory.resident_server_pcm:
1313         type: org.openecomp.capabilities.metric.Ceilometer
1314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1315         occurrences:
1316         - 1
1317         - UNBOUNDED
1318       disk.device.write.requests_server_pcm:
1319         type: org.openecomp.capabilities.metric.Ceilometer
1320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1321         occurrences:
1322         - 1
1323         - UNBOUNDED
1324       disk.device.usage_server_pcm:
1325         type: org.openecomp.capabilities.metric.Ceilometer
1326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1327         occurrences:
1328         - 1
1329         - UNBOUNDED
1330       disk.allocation_server_pcm:
1331         type: org.openecomp.capabilities.metric.Ceilometer
1332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1333         occurrences:
1334         - 1
1335         - UNBOUNDED
1336       disk.usage_server_pcm:
1337         type: org.openecomp.capabilities.metric.Ceilometer
1338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1339         occurrences:
1340         - 1
1341         - UNBOUNDED
1342       disk.device.write.bytes_server_pcm:
1343         type: org.openecomp.capabilities.metric.Ceilometer
1344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1345         occurrences:
1346         - 1
1347         - UNBOUNDED
1348       disk.root.size_server_pcm:
1349         type: org.openecomp.capabilities.metric.Ceilometer
1350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1351         occurrences:
1352         - 1
1353         - UNBOUNDED
1354       disk.ephemeral.size_server_pcm:
1355         type: org.openecomp.capabilities.metric.Ceilometer
1356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1357         occurrences:
1358         - 1
1359         - UNBOUNDED
1360       disk.device.latency_server_pcm:
1361         type: org.openecomp.capabilities.metric.Ceilometer
1362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1363         occurrences:
1364         - 1
1365         - UNBOUNDED
1366       network.incoming.bytes_pcm_port_0:
1367         type: org.openecomp.capabilities.metric.Ceilometer
1368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1369         occurrences:
1370         - 1
1371         - UNBOUNDED
1372       network.incoming.bytes_pcm_port_1:
1373         type: org.openecomp.capabilities.metric.Ceilometer
1374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1375         occurrences:
1376         - 1
1377         - UNBOUNDED
1378       binding_pcm_port_0:
1379         type: tosca.capabilities.network.Bindable
1380         valid_source_types:
1381         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1382         occurrences:
1383         - 0
1384         - UNBOUNDED
1385       binding_pcm_port_1:
1386         type: tosca.capabilities.network.Bindable
1387         valid_source_types:
1388         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1389         occurrences:
1390         - 0
1391         - UNBOUNDED
1392       memory.usage_server_pcm:
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.read.requests_server_pcm:
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.capacity_server_pcm:
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       os_server_pcm:
1411         type: tosca.capabilities.OperatingSystem
1412         occurrences:
1413         - 1
1414         - UNBOUNDED
1415       disk.read.bytes_server_pcm:
1416         type: org.openecomp.capabilities.metric.Ceilometer
1417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1418         occurrences:
1419         - 1
1420         - UNBOUNDED
1421       network.outgoing.packets.rate_pcm_port_0:
1422         type: org.openecomp.capabilities.metric.Ceilometer
1423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1424         occurrences:
1425         - 1
1426         - UNBOUNDED
1427       network.outgoing.packets.rate_pcm_port_1:
1428         type: org.openecomp.capabilities.metric.Ceilometer
1429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1430         occurrences:
1431         - 1
1432         - UNBOUNDED
1433       feature_pcm_port_1:
1434         type: tosca.capabilities.Node
1435         occurrences:
1436         - 1
1437         - UNBOUNDED
1438       network.outgoing.bytes_pcm_port_0:
1439         type: org.openecomp.capabilities.metric.Ceilometer
1440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1441         occurrences:
1442         - 1
1443         - UNBOUNDED
1444       disk.device.read.bytes_server_pcm:
1445         type: org.openecomp.capabilities.metric.Ceilometer
1446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1447         occurrences:
1448         - 1
1449         - UNBOUNDED
1450       feature_pcm_port_0:
1451         type: tosca.capabilities.Node
1452         occurrences:
1453         - 1
1454         - UNBOUNDED
1455       network.outgoing.bytes_pcm_port_1:
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       attachment_pcm_port_0:
1462         type: tosca.capabilities.Attachment
1463         occurrences:
1464         - 1
1465         - UNBOUNDED
1466       attachment_pcm_port_1:
1467         type: tosca.capabilities.Attachment
1468         occurrences:
1469         - 1
1470         - UNBOUNDED
1471       endpoint_server_pcm:
1472         type: tosca.capabilities.Endpoint.Admin
1473         occurrences:
1474         - 1
1475         - UNBOUNDED
1476       disk.device.read.requests.rate_server_pcm:
1477         type: org.openecomp.capabilities.metric.Ceilometer
1478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1479         occurrences:
1480         - 1
1481         - UNBOUNDED
1482       vcpus_server_pcm:
1483         type: org.openecomp.capabilities.metric.Ceilometer
1484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1485         occurrences:
1486         - 1
1487         - UNBOUNDED
1488       disk.write.bytes_server_pcm:
1489         type: org.openecomp.capabilities.metric.Ceilometer
1490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1491         occurrences:
1492         - 1
1493         - UNBOUNDED
1494       disk.iops_server_pcm:
1495         type: org.openecomp.capabilities.metric.Ceilometer
1496         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1497         occurrences:
1498         - 1
1499         - UNBOUNDED
1500       disk.read.bytes.rate_server_pcm:
1501         type: org.openecomp.capabilities.metric.Ceilometer
1502         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1503         occurrences:
1504         - 1
1505         - UNBOUNDED
1506       disk.device.allocation_server_pcm:
1507         type: org.openecomp.capabilities.metric.Ceilometer
1508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1509         occurrences:
1510         - 1
1511         - UNBOUNDED
1512       scalable_server_pcm:
1513         type: tosca.capabilities.Scalable
1514         occurrences:
1515         - 1
1516         - UNBOUNDED
1517       disk.device.read.bytes.rate_server_pcm:
1518         type: org.openecomp.capabilities.metric.Ceilometer
1519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1520         occurrences:
1521         - 1
1522         - UNBOUNDED
1523       cpu_util_server_pcm:
1524         type: org.openecomp.capabilities.metric.Ceilometer
1525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1526         occurrences:
1527         - 1
1528         - UNBOUNDED
1529       disk.write.requests.rate_server_pcm:
1530         type: org.openecomp.capabilities.metric.Ceilometer
1531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1532         occurrences:
1533         - 1
1534         - UNBOUNDED
1535       disk.device.write.bytes.rate_server_pcm:
1536         type: org.openecomp.capabilities.metric.Ceilometer
1537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1538         occurrences:
1539         - 1
1540         - UNBOUNDED
1541       host_server_pcm:
1542         type: tosca.capabilities.Container
1543         valid_source_types:
1544         - tosca.nodes.SoftwareComponent
1545         occurrences:
1546         - 1
1547         - UNBOUNDED
1548       cpu.delta_server_pcm:
1549         type: org.openecomp.capabilities.metric.Ceilometer
1550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1551         occurrences:
1552         - 1
1553         - UNBOUNDED
1554       network.outgoing.bytes.rate_pcm_port_1:
1555         type: org.openecomp.capabilities.metric.Ceilometer
1556         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1557         occurrences:
1558         - 1
1559         - UNBOUNDED
1560       network.incoming.packets_pcm_port_0:
1561         type: org.openecomp.capabilities.metric.Ceilometer
1562         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1563         occurrences:
1564         - 1
1565         - UNBOUNDED
1566       binding_server_pcm:
1567         type: tosca.capabilities.network.Bindable
1568         occurrences:
1569         - 1
1570         - UNBOUNDED
1571       network.outgoing.bytes.rate_pcm_port_0:
1572         type: org.openecomp.capabilities.metric.Ceilometer
1573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1574         occurrences:
1575         - 1
1576         - UNBOUNDED
1577       disk.device.capacity_server_pcm:
1578         type: org.openecomp.capabilities.metric.Ceilometer
1579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1580         occurrences:
1581         - 1
1582         - UNBOUNDED
1583       network.incoming.packets_pcm_port_1:
1584         type: org.openecomp.capabilities.metric.Ceilometer
1585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1586         occurrences:
1587         - 1
1588         - UNBOUNDED
1589       instance_server_pcm:
1590         type: org.openecomp.capabilities.metric.Ceilometer
1591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1592         occurrences:
1593         - 1
1594         - UNBOUNDED
1595       disk.device.write.requests.rate_server_pcm:
1596         type: org.openecomp.capabilities.metric.Ceilometer
1597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1598         occurrences:
1599         - 1
1600         - UNBOUNDED
1601       disk.latency_server_pcm:
1602         type: org.openecomp.capabilities.metric.Ceilometer
1603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1604         occurrences:
1605         - 1
1606         - UNBOUNDED
1607       disk.device.read.requests_server_pcm:
1608         type: org.openecomp.capabilities.metric.Ceilometer
1609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1610         occurrences:
1611         - 1
1612         - UNBOUNDED
1613       feature_server_pcm:
1614         type: tosca.capabilities.Node
1615         occurrences:
1616         - 1
1617         - UNBOUNDED
1618       network.incoming.bytes.rate_pcm_port_0:
1619         type: org.openecomp.capabilities.metric.Ceilometer
1620         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1621         occurrences:
1622         - 1
1623         - UNBOUNDED
1624       disk.write.bytes.rate_server_pcm:
1625         type: org.openecomp.capabilities.metric.Ceilometer
1626         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1627         occurrences:
1628         - 1
1629         - UNBOUNDED
1630       network.incoming.bytes.rate_pcm_port_1:
1631         type: org.openecomp.capabilities.metric.Ceilometer
1632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1633         occurrences:
1634         - 1
1635         - UNBOUNDED
1636   org.openecomp.resource.vfc.nodes.heat.1c1_scalling_instance:
1637     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1638     properties:
1639       port_1c1_t1_port_exCP_naming:
1640         type: org.openecomp.datatypes.Naming
1641         required: true
1642         status: SUPPORTED
1643       port_1c1_t2_port_vlan_requirements:
1644         type: list
1645         required: true
1646         status: SUPPORTED
1647         entry_schema:
1648           type: org.openecomp.datatypes.network.VlanRequirements
1649       compute_1c1_scalling_instance_user_data_format:
1650         type: list
1651         required: true
1652         status: SUPPORTED
1653         entry_schema:
1654           type: string
1655       port_1c1_t2_port_network_role_tag:
1656         type: string
1657         required: true
1658         status: SUPPORTED
1659       vm_flavor_name:
1660         type: string
1661         required: true
1662         status: SUPPORTED
1663       port_1c1_t1_port_ip_requirements:
1664         type: list
1665         required: true
1666         status: SUPPORTED
1667         entry_schema:
1668           type: org.openecomp.datatypes.network.IpRequirements
1669       vm_image_name:
1670         type: string
1671         required: true
1672         status: SUPPORTED
1673       compute_1c1_scalling_instance_name:
1674         type: list
1675         required: true
1676         status: SUPPORTED
1677         entry_schema:
1678           type: string
1679       port_1c1_t1_port_name:
1680         type: list
1681         required: true
1682         status: SUPPORTED
1683         entry_schema:
1684           type: string
1685       port_1c1_t1_port_network:
1686         type: list
1687         required: true
1688         status: SUPPORTED
1689         entry_schema:
1690           type: string
1691       port_1c1_t2_port_fixed_ips:
1692         type: list
1693         required: true
1694         status: SUPPORTED
1695         entry_schema:
1696           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1697       port_1c1_t2_port_network:
1698         type: list
1699         required: true
1700         status: SUPPORTED
1701         entry_schema:
1702           type: string
1703       port_1c1_t1_port_fixed_ips:
1704         type: list
1705         required: true
1706         status: SUPPORTED
1707         entry_schema:
1708           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1709       port_1c1_t1_port_vlan_requirements:
1710         type: list
1711         required: true
1712         status: SUPPORTED
1713         entry_schema:
1714           type: org.openecomp.datatypes.network.VlanRequirements
1715       port_1c1_t2_port_ip_requirements:
1716         type: list
1717         required: true
1718         status: SUPPORTED
1719         entry_schema:
1720           type: org.openecomp.datatypes.network.IpRequirements
1721       port_1c1_t1_port_mac_requirements:
1722         type: org.openecomp.datatypes.network.MacRequirements
1723         required: true
1724         status: SUPPORTED
1725       index_value:
1726         type: integer
1727         description: Index value of this substitution service template runtime instance
1728         required: false
1729         default: 0
1730         status: SUPPORTED
1731         constraints:
1732         - greater_or_equal: 0
1733       port_1c1_t2_port_network_role:
1734         type: string
1735         required: true
1736         status: SUPPORTED
1737       port_1c1_t2_port_order:
1738         type: integer
1739         required: true
1740         status: SUPPORTED
1741       port_1c1_t2_port_mac_requirements:
1742         type: org.openecomp.datatypes.network.MacRequirements
1743         required: true
1744         status: SUPPORTED
1745       compute_1c1_scalling_instance_availability_zone:
1746         type: list
1747         required: true
1748         status: SUPPORTED
1749         entry_schema:
1750           type: string
1751       port_1c1_t2_port_subnetpoolid:
1752         type: string
1753         required: true
1754         status: SUPPORTED
1755       port_1c1_t2_port_name:
1756         type: list
1757         required: true
1758         status: SUPPORTED
1759         entry_schema:
1760           type: string
1761       compute_1c1_scalling_instance_scheduler_hints:
1762         type: list
1763         required: true
1764         status: SUPPORTED
1765         entry_schema:
1766           type: json
1767       port_1c1_t2_port_exCP_naming:
1768         type: org.openecomp.datatypes.Naming
1769         required: true
1770         status: SUPPORTED
1771       port_1c1_t1_port_subnetpoolid:
1772         type: string
1773         required: true
1774         status: SUPPORTED
1775       port_1c1_t1_port_network_role_tag:
1776         type: string
1777         required: true
1778         status: SUPPORTED
1779       port_1c1_t1_port_network_role:
1780         type: string
1781         required: true
1782         status: SUPPORTED
1783       port_1c1_t1_port_order:
1784         type: integer
1785         required: true
1786         status: SUPPORTED
1787     attributes:
1788       1c1_scalling_instance_instance_name:
1789         type: string
1790         status: SUPPORTED
1791       1c1_scalling_instance_1c1_t2_port_tenant_id:
1792         type: string
1793         status: SUPPORTED
1794   org.openecomp.resource.abstract.nodes.heat.nested-no-nova:
1795     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1796     properties:
1797       security_group_name:
1798         type: string
1799         required: true
1800         status: SUPPORTED
1801       net_name:
1802         type: string
1803         required: true
1804         status: SUPPORTED
1805     attributes:
1806       output1:
1807         type: string
1808         status: SUPPORTED
1809     requirements:
1810     - dependency_dependsOn_network:
1811         capability: tosca.capabilities.Node
1812         node: tosca.nodes.Root
1813         relationship: tosca.relationships.DependsOn
1814         occurrences:
1815         - 0
1816         - UNBOUNDED
1817     - dependency_jsa_security_group:
1818         capability: tosca.capabilities.Node
1819         node: tosca.nodes.Root
1820         relationship: tosca.relationships.DependsOn
1821         occurrences:
1822         - 0
1823         - UNBOUNDED
1824     - port_jsa_security_group:
1825         capability: tosca.capabilities.Attachment
1826         node: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
1827         relationship: org.openecomp.relationships.AttachesTo
1828         occurrences:
1829         - 0
1830         - UNBOUNDED
1831     capabilities:
1832       end_point_dependsOn_network:
1833         type: tosca.capabilities.Endpoint
1834         occurrences:
1835         - 1
1836         - UNBOUNDED
1837       link_dependsOn_network:
1838         type: tosca.capabilities.network.Linkable
1839         occurrences:
1840         - 1
1841         - UNBOUNDED
1842       feature_jsa_security_group:
1843         type: tosca.capabilities.Node
1844         occurrences:
1845         - 1
1846         - UNBOUNDED
1847       feature_dependsOn_network:
1848         type: tosca.capabilities.Node
1849         occurrences:
1850         - 1
1851         - UNBOUNDED
1852       attachment_dependsOn_network:
1853         type: tosca.capabilities.Attachment
1854         occurrences:
1855         - 1
1856         - UNBOUNDED
1857   org.openecomp.resource.vfc.nodes.heat.a_single_1a:
1858     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1859     properties:
1860       port_1a_t1_port_ip_requirements:
1861         type: list
1862         required: true
1863         status: SUPPORTED
1864         entry_schema:
1865           type: org.openecomp.datatypes.network.IpRequirements
1866       port_1a_t2_port_network_role_tag:
1867         type: string
1868         required: true
1869         status: SUPPORTED
1870       vm_flavor_name:
1871         type: string
1872         required: true
1873         status: SUPPORTED
1874       port_1a_t2_port_network_role:
1875         type: string
1876         required: true
1877         status: SUPPORTED
1878       port_1a_t2_port_network:
1879         type: list
1880         required: true
1881         status: SUPPORTED
1882         entry_schema:
1883           type: string
1884       port_1a_t1_port_mac_requirements:
1885         type: org.openecomp.datatypes.network.MacRequirements
1886         required: true
1887         status: SUPPORTED
1888       port_1a_t1_port_network:
1889         type: list
1890         required: true
1891         status: SUPPORTED
1892         entry_schema:
1893           type: string
1894       port_1a_t1_port_subnetpoolid:
1895         type: string
1896         required: true
1897         status: SUPPORTED
1898       vm_image_name:
1899         type: string
1900         required: true
1901         status: SUPPORTED
1902       port_1a_t2_port_ip_requirements:
1903         type: list
1904         required: true
1905         status: SUPPORTED
1906         entry_schema:
1907           type: org.openecomp.datatypes.network.IpRequirements
1908       port_1a_t1_port_vlan_requirements:
1909         type: list
1910         required: true
1911         status: SUPPORTED
1912         entry_schema:
1913           type: org.openecomp.datatypes.network.VlanRequirements
1914       port_1a_t1_port_exCP_naming:
1915         type: org.openecomp.datatypes.Naming
1916         required: true
1917         status: SUPPORTED
1918       compute_a_single_1a_availability_zone:
1919         type: list
1920         required: true
1921         status: SUPPORTED
1922         entry_schema:
1923           type: string
1924       compute_a_single_1a_scheduler_hints:
1925         type: list
1926         required: true
1927         status: SUPPORTED
1928         entry_schema:
1929           type: json
1930       index_value:
1931         type: integer
1932         description: Index value of this substitution service template runtime instance
1933         required: false
1934         default: 0
1935         status: SUPPORTED
1936         constraints:
1937         - greater_or_equal: 0
1938       port_1a_t1_port_network_role_tag:
1939         type: string
1940         required: true
1941         status: SUPPORTED
1942       port_1a_t1_port_network_role:
1943         type: string
1944         required: true
1945         status: SUPPORTED
1946       port_1a_t1_port_order:
1947         type: integer
1948         required: true
1949         status: SUPPORTED
1950       port_1a_t2_port_exCP_naming:
1951         type: org.openecomp.datatypes.Naming
1952         required: true
1953         status: SUPPORTED
1954       port_1a_t2_port_vlan_requirements:
1955         type: list
1956         required: true
1957         status: SUPPORTED
1958         entry_schema:
1959           type: org.openecomp.datatypes.network.VlanRequirements
1960       port_1a_t2_port_subnetpoolid:
1961         type: string
1962         required: true
1963         status: SUPPORTED
1964       port_1a_t2_port_order:
1965         type: integer
1966         required: true
1967         status: SUPPORTED
1968       compute_a_single_1a_user_data_format:
1969         type: list
1970         required: true
1971         status: SUPPORTED
1972         entry_schema:
1973           type: string
1974       compute_a_single_1a_name:
1975         type: list
1976         required: true
1977         status: SUPPORTED
1978         entry_schema:
1979           type: string
1980       port_1a_t2_port_mac_requirements:
1981         type: org.openecomp.datatypes.network.MacRequirements
1982         required: true
1983         status: SUPPORTED
1984     attributes:
1985       a_single_1a_instance_name:
1986         type: string
1987         status: SUPPORTED
1988       a_single_1a_1a_t1_port_tenant_id:
1989         type: string
1990         status: SUPPORTED
1991   org.openecomp.resource.abstract.nodes.pcma_server:
1992     derived_from: org.openecomp.resource.abstract.nodes.VFC
1993     properties:
1994       port_pcm_port_3_mac_requirements:
1995         type: org.openecomp.datatypes.network.MacRequirements
1996         required: true
1997         status: SUPPORTED
1998       port_pcm_port_2_network_role:
1999         type: string
2000         required: true
2001         status: SUPPORTED
2002       port_pcm_port_2_fixed_ips:
2003         type: list
2004         required: true
2005         status: SUPPORTED
2006         entry_schema:
2007           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2008       port_pcm_port_3_network_role:
2009         type: string
2010         required: true
2011         status: SUPPORTED
2012       port_pcm_port_3_vlan_requirements:
2013         type: list
2014         required: true
2015         status: SUPPORTED
2016         entry_schema:
2017           type: org.openecomp.datatypes.network.VlanRequirements
2018       vm_flavor_name:
2019         type: string
2020         required: true
2021         status: SUPPORTED
2022       port_pcm_port_3_security_groups:
2023         type: list
2024         required: true
2025         status: SUPPORTED
2026         entry_schema:
2027           type: json
2028       port_pcm_port_3_order:
2029         type: integer
2030         required: true
2031         status: SUPPORTED
2032       compute_pcma_server_availability_zone:
2033         type: list
2034         required: true
2035         status: SUPPORTED
2036         entry_schema:
2037           type: string
2038       vm_image_name:
2039         type: string
2040         required: true
2041         status: SUPPORTED
2042       port_pcm_port_2_security_groups:
2043         type: list
2044         required: true
2045         status: SUPPORTED
2046         entry_schema:
2047           type: json
2048       port_pcm_port_2_exCP_naming:
2049         type: org.openecomp.datatypes.Naming
2050         required: true
2051         status: SUPPORTED
2052       port_pcm_port_3_ip_requirements:
2053         type: list
2054         required: true
2055         status: SUPPORTED
2056         entry_schema:
2057           type: org.openecomp.datatypes.network.IpRequirements
2058       port_pcm_port_2_subnetpoolid:
2059         type: string
2060         required: true
2061         status: SUPPORTED
2062       port_pcm_port_2_mac_requirements:
2063         type: org.openecomp.datatypes.network.MacRequirements
2064         required: true
2065         status: SUPPORTED
2066       port_pcm_port_2_vlan_requirements:
2067         type: list
2068         required: true
2069         status: SUPPORTED
2070         entry_schema:
2071           type: org.openecomp.datatypes.network.VlanRequirements
2072       port_pcm_port_3_subnetpoolid:
2073         type: string
2074         required: true
2075         status: SUPPORTED
2076       port_pcm_port_3_network_role_tag:
2077         type: string
2078         required: true
2079         status: SUPPORTED
2080       compute_pcma_server_config_drive:
2081         type: list
2082         required: true
2083         status: SUPPORTED
2084         entry_schema:
2085           type: boolean
2086       port_pcm_port_3_fixed_ips:
2087         type: list
2088         required: true
2089         status: SUPPORTED
2090         entry_schema:
2091           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2092       index_value:
2093         type: integer
2094         description: Index value of this substitution service template runtime instance
2095         required: false
2096         default: 0
2097         status: SUPPORTED
2098         constraints:
2099         - greater_or_equal: 0
2100       compute_pcma_server_user_data_format:
2101         type: list
2102         required: true
2103         status: SUPPORTED
2104         entry_schema:
2105           type: string
2106       port_pcm_port_2_order:
2107         type: integer
2108         required: true
2109         status: SUPPORTED
2110       port_pcm_port_3_exCP_naming:
2111         type: org.openecomp.datatypes.Naming
2112         required: true
2113         status: SUPPORTED
2114       port_pcm_port_2_network:
2115         type: list
2116         required: true
2117         status: SUPPORTED
2118         entry_schema:
2119           type: string
2120       port_pcm_port_2_ip_requirements:
2121         type: list
2122         required: true
2123         status: SUPPORTED
2124         entry_schema:
2125           type: org.openecomp.datatypes.network.IpRequirements
2126       port_pcm_port_2_network_role_tag:
2127         type: string
2128         required: true
2129         status: SUPPORTED
2130       port_pcm_port_3_network:
2131         type: list
2132         required: true
2133         status: SUPPORTED
2134         entry_schema:
2135           type: string
2136       compute_pcma_server_scheduler_hints:
2137         type: list
2138         required: true
2139         status: SUPPORTED
2140         entry_schema:
2141           type: json
2142       compute_pcma_server_name:
2143         type: list
2144         required: true
2145         status: SUPPORTED
2146         entry_schema:
2147           type: string
2148     requirements:
2149     - dependency_pcma_server:
2150         capability: tosca.capabilities.Node
2151         node: tosca.nodes.Root
2152         relationship: tosca.relationships.DependsOn
2153         occurrences:
2154         - 0
2155         - UNBOUNDED
2156     - local_storage_pcma_server:
2157         capability: tosca.capabilities.Attachment
2158         node: tosca.nodes.BlockStorage
2159         relationship: tosca.relationships.AttachesTo
2160         occurrences:
2161         - 0
2162         - UNBOUNDED
2163     - dependency_pcma_server_pcm_port_3:
2164         capability: tosca.capabilities.Node
2165         node: tosca.nodes.Root
2166         relationship: tosca.relationships.DependsOn
2167         occurrences:
2168         - 0
2169         - UNBOUNDED
2170     - link_pcma_server_pcm_port_3:
2171         capability: tosca.capabilities.network.Linkable
2172         relationship: tosca.relationships.network.LinksTo
2173         occurrences:
2174         - 1
2175         - 1
2176     - dependency_pcma_server_pcm_port_2:
2177         capability: tosca.capabilities.Node
2178         node: tosca.nodes.Root
2179         relationship: tosca.relationships.DependsOn
2180         occurrences:
2181         - 0
2182         - UNBOUNDED
2183     - link_pcma_server_pcm_port_2:
2184         capability: tosca.capabilities.network.Linkable
2185         relationship: tosca.relationships.network.LinksTo
2186         occurrences:
2187         - 1
2188         - 1
2189     capabilities:
2190       cpu.delta_pcma_server:
2191         type: org.openecomp.capabilities.metric.Ceilometer
2192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2193         occurrences:
2194         - 1
2195         - UNBOUNDED
2196       scalable_pcma_server:
2197         type: tosca.capabilities.Scalable
2198         occurrences:
2199         - 1
2200         - UNBOUNDED
2201       vcpus_pcma_server:
2202         type: org.openecomp.capabilities.metric.Ceilometer
2203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2204         occurrences:
2205         - 1
2206         - UNBOUNDED
2207       host_pcma_server:
2208         type: tosca.capabilities.Container
2209         valid_source_types:
2210         - tosca.nodes.SoftwareComponent
2211         occurrences:
2212         - 1
2213         - UNBOUNDED
2214       disk.device.read.requests.rate_pcma_server:
2215         type: org.openecomp.capabilities.metric.Ceilometer
2216         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2217         occurrences:
2218         - 1
2219         - UNBOUNDED
2220       disk.usage_pcma_server:
2221         type: org.openecomp.capabilities.metric.Ceilometer
2222         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2223         occurrences:
2224         - 1
2225         - UNBOUNDED
2226       network.outgoing.bytes.rate_pcma_server_pcm_port_3:
2227         type: org.openecomp.capabilities.metric.Ceilometer
2228         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2229         occurrences:
2230         - 1
2231         - UNBOUNDED
2232       disk.read.bytes_pcma_server:
2233         type: org.openecomp.capabilities.metric.Ceilometer
2234         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2235         occurrences:
2236         - 1
2237         - UNBOUNDED
2238       disk.iops_pcma_server:
2239         type: org.openecomp.capabilities.metric.Ceilometer
2240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2241         occurrences:
2242         - 1
2243         - UNBOUNDED
2244       network.outgoing.bytes.rate_pcma_server_pcm_port_2:
2245         type: org.openecomp.capabilities.metric.Ceilometer
2246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2247         occurrences:
2248         - 1
2249         - UNBOUNDED
2250       attachment_pcma_server_pcm_port_2:
2251         type: tosca.capabilities.Attachment
2252         occurrences:
2253         - 1
2254         - UNBOUNDED
2255       endpoint_pcma_server:
2256         type: tosca.capabilities.Endpoint.Admin
2257         occurrences:
2258         - 1
2259         - UNBOUNDED
2260       feature_pcma_server:
2261         type: tosca.capabilities.Node
2262         occurrences:
2263         - 1
2264         - UNBOUNDED
2265       attachment_pcma_server_pcm_port_3:
2266         type: tosca.capabilities.Attachment
2267         occurrences:
2268         - 1
2269         - UNBOUNDED
2270       network.incoming.bytes.rate_pcma_server_pcm_port_2:
2271         type: org.openecomp.capabilities.metric.Ceilometer
2272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2273         occurrences:
2274         - 1
2275         - UNBOUNDED
2276       memory.usage_pcma_server:
2277         type: org.openecomp.capabilities.metric.Ceilometer
2278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2279         occurrences:
2280         - 1
2281         - UNBOUNDED
2282       network.outgoing.bytes_pcma_server_pcm_port_3:
2283         type: org.openecomp.capabilities.metric.Ceilometer
2284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2285         occurrences:
2286         - 1
2287         - UNBOUNDED
2288       binding_pcma_server_pcm_port_3:
2289         type: tosca.capabilities.network.Bindable
2290         valid_source_types:
2291         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2292         occurrences:
2293         - 0
2294         - UNBOUNDED
2295       network.incoming.bytes.rate_pcma_server_pcm_port_3:
2296         type: org.openecomp.capabilities.metric.Ceilometer
2297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2298         occurrences:
2299         - 1
2300         - UNBOUNDED
2301       memory_pcma_server:
2302         type: org.openecomp.capabilities.metric.Ceilometer
2303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2304         occurrences:
2305         - 1
2306         - UNBOUNDED
2307       network.outgoing.bytes_pcma_server_pcm_port_2:
2308         type: org.openecomp.capabilities.metric.Ceilometer
2309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2310         occurrences:
2311         - 1
2312         - UNBOUNDED
2313       cpu_pcma_server:
2314         type: org.openecomp.capabilities.metric.Ceilometer
2315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2316         occurrences:
2317         - 1
2318         - UNBOUNDED
2319       disk.device.write.bytes.rate_pcma_server:
2320         type: org.openecomp.capabilities.metric.Ceilometer
2321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2322         occurrences:
2323         - 1
2324         - UNBOUNDED
2325       disk.read.bytes.rate_pcma_server:
2326         type: org.openecomp.capabilities.metric.Ceilometer
2327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2328         occurrences:
2329         - 1
2330         - UNBOUNDED
2331       network.incoming.packets_pcma_server_pcm_port_3:
2332         type: org.openecomp.capabilities.metric.Ceilometer
2333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2334         occurrences:
2335         - 1
2336         - UNBOUNDED
2337       binding_pcma_server_pcm_port_2:
2338         type: tosca.capabilities.network.Bindable
2339         valid_source_types:
2340         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2341         occurrences:
2342         - 0
2343         - UNBOUNDED
2344       os_pcma_server:
2345         type: tosca.capabilities.OperatingSystem
2346         occurrences:
2347         - 1
2348         - UNBOUNDED
2349       network.incoming.packets_pcma_server_pcm_port_2:
2350         type: org.openecomp.capabilities.metric.Ceilometer
2351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2352         occurrences:
2353         - 1
2354         - UNBOUNDED
2355       network.incoming.packets.rate_pcma_server_pcm_port_3:
2356         type: org.openecomp.capabilities.metric.Ceilometer
2357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2358         occurrences:
2359         - 1
2360         - UNBOUNDED
2361       network.outgoing.packets.rate_pcma_server_pcm_port_3:
2362         type: org.openecomp.capabilities.metric.Ceilometer
2363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2364         occurrences:
2365         - 1
2366         - UNBOUNDED
2367       network.incoming.packets.rate_pcma_server_pcm_port_2:
2368         type: org.openecomp.capabilities.metric.Ceilometer
2369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2370         occurrences:
2371         - 1
2372         - UNBOUNDED
2373       disk.device.read.requests_pcma_server:
2374         type: org.openecomp.capabilities.metric.Ceilometer
2375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2376         occurrences:
2377         - 1
2378         - UNBOUNDED
2379       disk.write.bytes.rate_pcma_server:
2380         type: org.openecomp.capabilities.metric.Ceilometer
2381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2382         occurrences:
2383         - 1
2384         - UNBOUNDED
2385       network.outgoing.packets.rate_pcma_server_pcm_port_2:
2386         type: org.openecomp.capabilities.metric.Ceilometer
2387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2388         occurrences:
2389         - 1
2390         - UNBOUNDED
2391       disk.device.write.requests.rate_pcma_server:
2392         type: org.openecomp.capabilities.metric.Ceilometer
2393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2394         occurrences:
2395         - 1
2396         - UNBOUNDED
2397       cpu_util_pcma_server:
2398         type: org.openecomp.capabilities.metric.Ceilometer
2399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2400         occurrences:
2401         - 1
2402         - UNBOUNDED
2403       disk.device.write.bytes_pcma_server:
2404         type: org.openecomp.capabilities.metric.Ceilometer
2405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2406         occurrences:
2407         - 1
2408         - UNBOUNDED
2409       disk.device.read.bytes.rate_pcma_server:
2410         type: org.openecomp.capabilities.metric.Ceilometer
2411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2412         occurrences:
2413         - 1
2414         - UNBOUNDED
2415       disk.device.usage_pcma_server:
2416         type: org.openecomp.capabilities.metric.Ceilometer
2417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2418         occurrences:
2419         - 1
2420         - UNBOUNDED
2421       disk.read.requests_pcma_server:
2422         type: org.openecomp.capabilities.metric.Ceilometer
2423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2424         occurrences:
2425         - 1
2426         - UNBOUNDED
2427       disk.allocation_pcma_server:
2428         type: org.openecomp.capabilities.metric.Ceilometer
2429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2430         occurrences:
2431         - 1
2432         - UNBOUNDED
2433       feature_pcma_server_pcm_port_2:
2434         type: tosca.capabilities.Node
2435         occurrences:
2436         - 1
2437         - UNBOUNDED
2438       feature_pcma_server_pcm_port_3:
2439         type: tosca.capabilities.Node
2440         occurrences:
2441         - 1
2442         - UNBOUNDED
2443       disk.ephemeral.size_pcma_server:
2444         type: org.openecomp.capabilities.metric.Ceilometer
2445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2446         occurrences:
2447         - 1
2448         - UNBOUNDED
2449       binding_pcma_server:
2450         type: tosca.capabilities.network.Bindable
2451         occurrences:
2452         - 1
2453         - UNBOUNDED
2454       disk.latency_pcma_server:
2455         type: org.openecomp.capabilities.metric.Ceilometer
2456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2457         occurrences:
2458         - 1
2459         - UNBOUNDED
2460       disk.device.write.requests_pcma_server:
2461         type: org.openecomp.capabilities.metric.Ceilometer
2462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2463         occurrences:
2464         - 1
2465         - UNBOUNDED
2466       disk.device.read.bytes_pcma_server:
2467         type: org.openecomp.capabilities.metric.Ceilometer
2468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2469         occurrences:
2470         - 1
2471         - UNBOUNDED
2472       disk.device.allocation_pcma_server:
2473         type: org.openecomp.capabilities.metric.Ceilometer
2474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2475         occurrences:
2476         - 1
2477         - UNBOUNDED
2478       memory.resident_pcma_server:
2479         type: org.openecomp.capabilities.metric.Ceilometer
2480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2481         occurrences:
2482         - 1
2483         - UNBOUNDED
2484       disk.root.size_pcma_server:
2485         type: org.openecomp.capabilities.metric.Ceilometer
2486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2487         occurrences:
2488         - 1
2489         - UNBOUNDED
2490       disk.write.bytes_pcma_server:
2491         type: org.openecomp.capabilities.metric.Ceilometer
2492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2493         occurrences:
2494         - 1
2495         - UNBOUNDED
2496       disk.write.requests_pcma_server:
2497         type: org.openecomp.capabilities.metric.Ceilometer
2498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2499         occurrences:
2500         - 1
2501         - UNBOUNDED
2502       network.incoming.bytes_pcma_server_pcm_port_2:
2503         type: org.openecomp.capabilities.metric.Ceilometer
2504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2505         occurrences:
2506         - 1
2507         - UNBOUNDED
2508       network.incoming.bytes_pcma_server_pcm_port_3:
2509         type: org.openecomp.capabilities.metric.Ceilometer
2510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2511         occurrences:
2512         - 1
2513         - UNBOUNDED
2514       disk.write.requests.rate_pcma_server:
2515         type: org.openecomp.capabilities.metric.Ceilometer
2516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2517         occurrences:
2518         - 1
2519         - UNBOUNDED
2520       disk.device.iops_pcma_server:
2521         type: org.openecomp.capabilities.metric.Ceilometer
2522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2523         occurrences:
2524         - 1
2525         - UNBOUNDED
2526       instance_pcma_server:
2527         type: org.openecomp.capabilities.metric.Ceilometer
2528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2529         occurrences:
2530         - 1
2531         - UNBOUNDED
2532       network.outpoing.packets_pcma_server_pcm_port_3:
2533         type: org.openecomp.capabilities.metric.Ceilometer
2534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2535         occurrences:
2536         - 1
2537         - UNBOUNDED
2538       disk.device.latency_pcma_server:
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       network.outpoing.packets_pcma_server_pcm_port_2:
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       disk.capacity_pcma_server:
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.device.capacity_pcma_server:
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   org.openecomp.resource.abstract.nodes.heat.pcm_server:
2563     derived_from: org.openecomp.resource.abstract.nodes.VFC
2564     properties:
2565       port_pcm_port_0_network_role:
2566         type: string
2567         required: true
2568         status: SUPPORTED
2569       port_pcm_port_1_network_role_tag:
2570         type: string
2571         required: true
2572         status: SUPPORTED
2573       availabilityzone_name:
2574         type: string
2575         description: availabilityzone name
2576         required: true
2577         status: SUPPORTED
2578       port_pcm_port_0_vlan_requirements:
2579         type: list
2580         required: true
2581         status: SUPPORTED
2582         entry_schema:
2583           type: org.openecomp.datatypes.network.VlanRequirements
2584       pcm_image_name:
2585         type: string
2586         description: PCRF CM image name
2587         required: true
2588         status: SUPPORTED
2589       port_pcm_port_0_order:
2590         type: integer
2591         required: true
2592         status: SUPPORTED
2593       port_pcm_port_0_subnetpoolid:
2594         type: string
2595         required: true
2596         status: SUPPORTED
2597       port_pcm_port_1_subnetpoolid:
2598         type: string
2599         required: true
2600         status: SUPPORTED
2601       port_pcm_port_0_network_role_tag:
2602         type: string
2603         required: true
2604         status: SUPPORTED
2605       pcm_server_name:
2606         type: string
2607         description: PCRF CM server name
2608         required: true
2609         status: SUPPORTED
2610       cps_net_mask:
2611         type: string
2612         description: CPS network mask
2613         required: true
2614         status: SUPPORTED
2615       port_pcm_port_1_exCP_naming:
2616         type: org.openecomp.datatypes.Naming
2617         required: true
2618         status: SUPPORTED
2619       port_pcm_port_0_exCP_naming:
2620         type: org.openecomp.datatypes.Naming
2621         required: true
2622         status: SUPPORTED
2623       oam_net_name:
2624         type: string
2625         description: OAM network name
2626         required: true
2627         status: SUPPORTED
2628       port_pcm_port_1_network_role:
2629         type: string
2630         required: true
2631         status: SUPPORTED
2632       server_group:
2633         type: string
2634         required: true
2635         status: SUPPORTED
2636       port_pcm_port_0_ip_requirements:
2637         type: list
2638         required: true
2639         status: SUPPORTED
2640         entry_schema:
2641           type: org.openecomp.datatypes.network.IpRequirements
2642       oam_net_gw:
2643         type: string
2644         description: CPS network gateway
2645         required: true
2646         status: SUPPORTED
2647       security_group_name:
2648         type: string
2649         description: the name of security group
2650         required: true
2651         status: SUPPORTED
2652       cps_net_ip:
2653         type: string
2654         description: CPS network ip
2655         required: true
2656         status: SUPPORTED
2657       port_pcm_port_1_mac_requirements:
2658         type: org.openecomp.datatypes.network.MacRequirements
2659         required: true
2660         status: SUPPORTED
2661       port_pcm_port_1_vlan_requirements:
2662         type: list
2663         required: true
2664         status: SUPPORTED
2665         entry_schema:
2666           type: org.openecomp.datatypes.network.VlanRequirements
2667       pcm_flavor_name:
2668         type: string
2669         description: flavor name of PCRF CM instance
2670         required: true
2671         status: SUPPORTED
2672       pcm_vol:
2673         type: string
2674         description: CPS Cluman Cinder Volume
2675         required: true
2676         status: SUPPORTED
2677       port_pcm_port_1_ip_requirements:
2678         type: list
2679         required: true
2680         status: SUPPORTED
2681         entry_schema:
2682           type: org.openecomp.datatypes.network.IpRequirements
2683       port_pcm_port_0_mac_requirements:
2684         type: org.openecomp.datatypes.network.MacRequirements
2685         required: true
2686         status: SUPPORTED
2687       cps_net_name:
2688         type: string
2689         description: CPS network name
2690         required: true
2691         status: SUPPORTED
2692       oam_net_ip:
2693         type: string
2694         description: OAM network ip
2695         required: true
2696         status: SUPPORTED
2697       oam_net_mask:
2698         type: string
2699         description: CPS network mask
2700         required: true
2701         status: SUPPORTED
2702       port_pcm_port_1_order:
2703         type: integer
2704         required: true
2705         status: SUPPORTED
2706     attributes:
2707       server_pcm_id:
2708         type: string
2709         description: the pcm nova service id
2710         status: SUPPORTED
2711     requirements:
2712     - dependency_pcm_port_1:
2713         capability: tosca.capabilities.Node
2714         node: tosca.nodes.Root
2715         relationship: tosca.relationships.DependsOn
2716         occurrences:
2717         - 0
2718         - UNBOUNDED
2719     - link_pcm_port_1:
2720         capability: tosca.capabilities.network.Linkable
2721         relationship: tosca.relationships.network.LinksTo
2722         occurrences:
2723         - 1
2724         - 1
2725     - dependency_server_pcm:
2726         capability: tosca.capabilities.Node
2727         node: tosca.nodes.Root
2728         relationship: tosca.relationships.DependsOn
2729         occurrences:
2730         - 0
2731         - UNBOUNDED
2732     - local_storage_server_pcm:
2733         capability: tosca.capabilities.Attachment
2734         node: tosca.nodes.BlockStorage
2735         relationship: tosca.relationships.AttachesTo
2736         occurrences:
2737         - 0
2738         - UNBOUNDED
2739     - dependency_pcm_port_0:
2740         capability: tosca.capabilities.Node
2741         node: tosca.nodes.Root
2742         relationship: tosca.relationships.DependsOn
2743         occurrences:
2744         - 0
2745         - UNBOUNDED
2746     - link_pcm_port_0:
2747         capability: tosca.capabilities.network.Linkable
2748         relationship: tosca.relationships.network.LinksTo
2749         occurrences:
2750         - 1
2751         - 1
2752     capabilities:
2753       network.incoming.packets.rate_pcm_port_0:
2754         type: org.openecomp.capabilities.metric.Ceilometer
2755         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2756         occurrences:
2757         - 1
2758         - UNBOUNDED
2759       cpu_server_pcm:
2760         type: org.openecomp.capabilities.metric.Ceilometer
2761         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2762         occurrences:
2763         - 1
2764         - UNBOUNDED
2765       network.incoming.packets.rate_pcm_port_1:
2766         type: org.openecomp.capabilities.metric.Ceilometer
2767         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2768         occurrences:
2769         - 1
2770         - UNBOUNDED
2771       network.outpoing.packets_pcm_port_1:
2772         type: org.openecomp.capabilities.metric.Ceilometer
2773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2774         occurrences:
2775         - 1
2776         - UNBOUNDED
2777       memory_server_pcm:
2778         type: org.openecomp.capabilities.metric.Ceilometer
2779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2780         occurrences:
2781         - 1
2782         - UNBOUNDED
2783       disk.write.requests_server_pcm:
2784         type: org.openecomp.capabilities.metric.Ceilometer
2785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2786         occurrences:
2787         - 1
2788         - UNBOUNDED
2789       network.outpoing.packets_pcm_port_0:
2790         type: org.openecomp.capabilities.metric.Ceilometer
2791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2792         occurrences:
2793         - 1
2794         - UNBOUNDED
2795       disk.device.iops_server_pcm:
2796         type: org.openecomp.capabilities.metric.Ceilometer
2797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2798         occurrences:
2799         - 1
2800         - UNBOUNDED
2801       memory.resident_server_pcm:
2802         type: org.openecomp.capabilities.metric.Ceilometer
2803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2804         occurrences:
2805         - 1
2806         - UNBOUNDED
2807       disk.device.write.requests_server_pcm:
2808         type: org.openecomp.capabilities.metric.Ceilometer
2809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2810         occurrences:
2811         - 1
2812         - UNBOUNDED
2813       disk.device.usage_server_pcm:
2814         type: org.openecomp.capabilities.metric.Ceilometer
2815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2816         occurrences:
2817         - 1
2818         - UNBOUNDED
2819       disk.allocation_server_pcm:
2820         type: org.openecomp.capabilities.metric.Ceilometer
2821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2822         occurrences:
2823         - 1
2824         - UNBOUNDED
2825       disk.usage_server_pcm:
2826         type: org.openecomp.capabilities.metric.Ceilometer
2827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2828         occurrences:
2829         - 1
2830         - UNBOUNDED
2831       disk.device.write.bytes_server_pcm:
2832         type: org.openecomp.capabilities.metric.Ceilometer
2833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2834         occurrences:
2835         - 1
2836         - UNBOUNDED
2837       disk.root.size_server_pcm:
2838         type: org.openecomp.capabilities.metric.Ceilometer
2839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2840         occurrences:
2841         - 1
2842         - UNBOUNDED
2843       disk.ephemeral.size_server_pcm:
2844         type: org.openecomp.capabilities.metric.Ceilometer
2845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2846         occurrences:
2847         - 1
2848         - UNBOUNDED
2849       disk.device.latency_server_pcm:
2850         type: org.openecomp.capabilities.metric.Ceilometer
2851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2852         occurrences:
2853         - 1
2854         - UNBOUNDED
2855       network.incoming.bytes_pcm_port_0:
2856         type: org.openecomp.capabilities.metric.Ceilometer
2857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2858         occurrences:
2859         - 1
2860         - UNBOUNDED
2861       network.incoming.bytes_pcm_port_1:
2862         type: org.openecomp.capabilities.metric.Ceilometer
2863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2864         occurrences:
2865         - 1
2866         - UNBOUNDED
2867       binding_pcm_port_0:
2868         type: tosca.capabilities.network.Bindable
2869         valid_source_types:
2870         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2871         occurrences:
2872         - 0
2873         - UNBOUNDED
2874       binding_pcm_port_1:
2875         type: tosca.capabilities.network.Bindable
2876         valid_source_types:
2877         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2878         occurrences:
2879         - 0
2880         - UNBOUNDED
2881       memory.usage_server_pcm:
2882         type: org.openecomp.capabilities.metric.Ceilometer
2883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2884         occurrences:
2885         - 1
2886         - UNBOUNDED
2887       disk.read.requests_server_pcm:
2888         type: org.openecomp.capabilities.metric.Ceilometer
2889         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2890         occurrences:
2891         - 1
2892         - UNBOUNDED
2893       disk.capacity_server_pcm:
2894         type: org.openecomp.capabilities.metric.Ceilometer
2895         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2896         occurrences:
2897         - 1
2898         - UNBOUNDED
2899       os_server_pcm:
2900         type: tosca.capabilities.OperatingSystem
2901         occurrences:
2902         - 1
2903         - UNBOUNDED
2904       disk.read.bytes_server_pcm:
2905         type: org.openecomp.capabilities.metric.Ceilometer
2906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2907         occurrences:
2908         - 1
2909         - UNBOUNDED
2910       network.outgoing.packets.rate_pcm_port_0:
2911         type: org.openecomp.capabilities.metric.Ceilometer
2912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2913         occurrences:
2914         - 1
2915         - UNBOUNDED
2916       network.outgoing.packets.rate_pcm_port_1:
2917         type: org.openecomp.capabilities.metric.Ceilometer
2918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2919         occurrences:
2920         - 1
2921         - UNBOUNDED
2922       feature_pcm_port_1:
2923         type: tosca.capabilities.Node
2924         occurrences:
2925         - 1
2926         - UNBOUNDED
2927       network.outgoing.bytes_pcm_port_0:
2928         type: org.openecomp.capabilities.metric.Ceilometer
2929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2930         occurrences:
2931         - 1
2932         - UNBOUNDED
2933       disk.device.read.bytes_server_pcm:
2934         type: org.openecomp.capabilities.metric.Ceilometer
2935         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2936         occurrences:
2937         - 1
2938         - UNBOUNDED
2939       feature_pcm_port_0:
2940         type: tosca.capabilities.Node
2941         occurrences:
2942         - 1
2943         - UNBOUNDED
2944       network.outgoing.bytes_pcm_port_1:
2945         type: org.openecomp.capabilities.metric.Ceilometer
2946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2947         occurrences:
2948         - 1
2949         - UNBOUNDED
2950       attachment_pcm_port_0:
2951         type: tosca.capabilities.Attachment
2952         occurrences:
2953         - 1
2954         - UNBOUNDED
2955       attachment_pcm_port_1:
2956         type: tosca.capabilities.Attachment
2957         occurrences:
2958         - 1
2959         - UNBOUNDED
2960       endpoint_server_pcm:
2961         type: tosca.capabilities.Endpoint.Admin
2962         occurrences:
2963         - 1
2964         - UNBOUNDED
2965       disk.device.read.requests.rate_server_pcm:
2966         type: org.openecomp.capabilities.metric.Ceilometer
2967         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2968         occurrences:
2969         - 1
2970         - UNBOUNDED
2971       vcpus_server_pcm:
2972         type: org.openecomp.capabilities.metric.Ceilometer
2973         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2974         occurrences:
2975         - 1
2976         - UNBOUNDED
2977       disk.write.bytes_server_pcm:
2978         type: org.openecomp.capabilities.metric.Ceilometer
2979         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2980         occurrences:
2981         - 1
2982         - UNBOUNDED
2983       disk.iops_server_pcm:
2984         type: org.openecomp.capabilities.metric.Ceilometer
2985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2986         occurrences:
2987         - 1
2988         - UNBOUNDED
2989       disk.read.bytes.rate_server_pcm:
2990         type: org.openecomp.capabilities.metric.Ceilometer
2991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2992         occurrences:
2993         - 1
2994         - UNBOUNDED
2995       disk.device.allocation_server_pcm:
2996         type: org.openecomp.capabilities.metric.Ceilometer
2997         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2998         occurrences:
2999         - 1
3000         - UNBOUNDED
3001       scalable_server_pcm:
3002         type: tosca.capabilities.Scalable
3003         occurrences:
3004         - 1
3005         - UNBOUNDED
3006       disk.device.read.bytes.rate_server_pcm:
3007         type: org.openecomp.capabilities.metric.Ceilometer
3008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3009         occurrences:
3010         - 1
3011         - UNBOUNDED
3012       cpu_util_server_pcm:
3013         type: org.openecomp.capabilities.metric.Ceilometer
3014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3015         occurrences:
3016         - 1
3017         - UNBOUNDED
3018       disk.write.requests.rate_server_pcm:
3019         type: org.openecomp.capabilities.metric.Ceilometer
3020         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3021         occurrences:
3022         - 1
3023         - UNBOUNDED
3024       disk.device.write.bytes.rate_server_pcm:
3025         type: org.openecomp.capabilities.metric.Ceilometer
3026         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3027         occurrences:
3028         - 1
3029         - UNBOUNDED
3030       host_server_pcm:
3031         type: tosca.capabilities.Container
3032         valid_source_types:
3033         - tosca.nodes.SoftwareComponent
3034         occurrences:
3035         - 1
3036         - UNBOUNDED
3037       cpu.delta_server_pcm:
3038         type: org.openecomp.capabilities.metric.Ceilometer
3039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3040         occurrences:
3041         - 1
3042         - UNBOUNDED
3043       network.outgoing.bytes.rate_pcm_port_1:
3044         type: org.openecomp.capabilities.metric.Ceilometer
3045         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3046         occurrences:
3047         - 1
3048         - UNBOUNDED
3049       network.incoming.packets_pcm_port_0:
3050         type: org.openecomp.capabilities.metric.Ceilometer
3051         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3052         occurrences:
3053         - 1
3054         - UNBOUNDED
3055       binding_server_pcm:
3056         type: tosca.capabilities.network.Bindable
3057         occurrences:
3058         - 1
3059         - UNBOUNDED
3060       network.outgoing.bytes.rate_pcm_port_0:
3061         type: org.openecomp.capabilities.metric.Ceilometer
3062         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3063         occurrences:
3064         - 1
3065         - UNBOUNDED
3066       disk.device.capacity_server_pcm:
3067         type: org.openecomp.capabilities.metric.Ceilometer
3068         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3069         occurrences:
3070         - 1
3071         - UNBOUNDED
3072       network.incoming.packets_pcm_port_1:
3073         type: org.openecomp.capabilities.metric.Ceilometer
3074         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3075         occurrences:
3076         - 1
3077         - UNBOUNDED
3078       instance_server_pcm:
3079         type: org.openecomp.capabilities.metric.Ceilometer
3080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3081         occurrences:
3082         - 1
3083         - UNBOUNDED
3084       disk.device.write.requests.rate_server_pcm:
3085         type: org.openecomp.capabilities.metric.Ceilometer
3086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3087         occurrences:
3088         - 1
3089         - UNBOUNDED
3090       disk.latency_server_pcm:
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.device.read.requests_server_pcm:
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       feature_server_pcm:
3103         type: tosca.capabilities.Node
3104         occurrences:
3105         - 1
3106         - UNBOUNDED
3107       network.incoming.bytes.rate_pcm_port_0:
3108         type: org.openecomp.capabilities.metric.Ceilometer
3109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3110         occurrences:
3111         - 1
3112         - UNBOUNDED
3113       disk.write.bytes.rate_server_pcm:
3114         type: org.openecomp.capabilities.metric.Ceilometer
3115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3116         occurrences:
3117         - 1
3118         - UNBOUNDED
3119       network.incoming.bytes.rate_pcm_port_1:
3120         type: org.openecomp.capabilities.metric.Ceilometer
3121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3122         occurrences:
3123         - 1
3124         - UNBOUNDED
3125   org.openecomp.resource.abstract.nodes.1c2_catalog_instance:
3126     derived_from: org.openecomp.resource.abstract.nodes.VFC
3127     properties:
3128       port_1c2_t2_port_order:
3129         type: integer
3130         required: true
3131         status: SUPPORTED
3132       compute_1c2_catalog_instance_availability_zone:
3133         type: list
3134         required: true
3135         status: SUPPORTED
3136         entry_schema:
3137           type: string
3138       port_1c2_t2_port_subnetpoolid:
3139         type: string
3140         required: true
3141         status: SUPPORTED
3142       port_1c2_t2_port_network_role:
3143         type: string
3144         required: true
3145         status: SUPPORTED
3146       vm_flavor_name:
3147         type: string
3148         required: true
3149         status: SUPPORTED
3150       port_1c2_t2_port_network_role_tag:
3151         type: string
3152         required: true
3153         status: SUPPORTED
3154       port_1c2_t1_port_vlan_requirements:
3155         type: list
3156         required: true
3157         status: SUPPORTED
3158         entry_schema:
3159           type: org.openecomp.datatypes.network.VlanRequirements
3160       vm_image_name:
3161         type: string
3162         required: true
3163         status: SUPPORTED
3164       port_1c2_t2_port_exCP_naming:
3165         type: org.openecomp.datatypes.Naming
3166         required: true
3167         status: SUPPORTED
3168       port_1c2_t1_port_order:
3169         type: integer
3170         required: true
3171         status: SUPPORTED
3172       port_1c2_t1_port_subnetpoolid:
3173         type: string
3174         required: true
3175         status: SUPPORTED
3176       port_1c2_t2_port_ip_requirements:
3177         type: list
3178         required: true
3179         status: SUPPORTED
3180         entry_schema:
3181           type: org.openecomp.datatypes.network.IpRequirements
3182       port_1c2_t1_port_mac_requirements:
3183         type: org.openecomp.datatypes.network.MacRequirements
3184         required: true
3185         status: SUPPORTED
3186       port_1c2_t1_port_network_role:
3187         type: string
3188         required: true
3189         status: SUPPORTED
3190       port_1c2_t2_port_network:
3191         type: list
3192         required: true
3193         status: SUPPORTED
3194         entry_schema:
3195           type: string
3196       index_value:
3197         type: integer
3198         description: Index value of this substitution service template runtime instance
3199         required: false
3200         default: 0
3201         status: SUPPORTED
3202         constraints:
3203         - greater_or_equal: 0
3204       compute_1c2_catalog_instance_name:
3205         type: list
3206         required: true
3207         status: SUPPORTED
3208         entry_schema:
3209           type: string
3210       port_1c2_t1_port_exCP_naming:
3211         type: org.openecomp.datatypes.Naming
3212         required: true
3213         status: SUPPORTED
3214       port_1c2_t1_port_network:
3215         type: list
3216         required: true
3217         status: SUPPORTED
3218         entry_schema:
3219           type: string
3220       port_1c2_t2_port_mac_requirements:
3221         type: org.openecomp.datatypes.network.MacRequirements
3222         required: true
3223         status: SUPPORTED
3224       port_1c2_t2_port_vlan_requirements:
3225         type: list
3226         required: true
3227         status: SUPPORTED
3228         entry_schema:
3229           type: org.openecomp.datatypes.network.VlanRequirements
3230       compute_1c2_catalog_instance_user_data_format:
3231         type: list
3232         required: true
3233         status: SUPPORTED
3234         entry_schema:
3235           type: string
3236       port_1c2_t1_port_network_role_tag:
3237         type: string
3238         required: true
3239         status: SUPPORTED
3240       port_1c2_t1_port_ip_requirements:
3241         type: list
3242         required: true
3243         status: SUPPORTED
3244         entry_schema:
3245           type: org.openecomp.datatypes.network.IpRequirements
3246       compute_1c2_catalog_instance_scheduler_hints:
3247         type: list
3248         required: true
3249         status: SUPPORTED
3250         entry_schema:
3251           type: json
3252     attributes:
3253       1c2_catalog_instance_instance_name:
3254         type: string
3255         status: SUPPORTED
3256       1c2_catalog_instance_1c2_t1_port_tenant_id:
3257         type: string
3258         status: SUPPORTED
3259     requirements:
3260     - dependency_1c2_catalog_instance:
3261         capability: tosca.capabilities.Node
3262         node: tosca.nodes.Root
3263         relationship: tosca.relationships.DependsOn
3264         occurrences:
3265         - 0
3266         - UNBOUNDED
3267     - local_storage_1c2_catalog_instance:
3268         capability: tosca.capabilities.Attachment
3269         node: tosca.nodes.BlockStorage
3270         relationship: tosca.relationships.AttachesTo
3271         occurrences:
3272         - 0
3273         - UNBOUNDED
3274     - dependency_1c2_catalog_instance_1c2_t2_port:
3275         capability: tosca.capabilities.Node
3276         node: tosca.nodes.Root
3277         relationship: tosca.relationships.DependsOn
3278         occurrences:
3279         - 0
3280         - UNBOUNDED
3281     - link_1c2_catalog_instance_1c2_t2_port:
3282         capability: tosca.capabilities.network.Linkable
3283         relationship: tosca.relationships.network.LinksTo
3284         occurrences:
3285         - 1
3286         - 1
3287     - dependency_1c2_catalog_instance_1c2_t1_port:
3288         capability: tosca.capabilities.Node
3289         node: tosca.nodes.Root
3290         relationship: tosca.relationships.DependsOn
3291         occurrences:
3292         - 0
3293         - UNBOUNDED
3294     - link_1c2_catalog_instance_1c2_t1_port:
3295         capability: tosca.capabilities.network.Linkable
3296         relationship: tosca.relationships.network.LinksTo
3297         occurrences:
3298         - 1
3299         - 1
3300     capabilities:
3301       disk.device.capacity_1c2_catalog_instance:
3302         type: org.openecomp.capabilities.metric.Ceilometer
3303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3304         occurrences:
3305         - 1
3306         - UNBOUNDED
3307       network.incoming.packets.rate_1c2_catalog_instance_1c2_t2_port:
3308         type: org.openecomp.capabilities.metric.Ceilometer
3309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3310         occurrences:
3311         - 1
3312         - UNBOUNDED
3313       disk.read.bytes.rate_1c2_catalog_instance:
3314         type: org.openecomp.capabilities.metric.Ceilometer
3315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3316         occurrences:
3317         - 1
3318         - UNBOUNDED
3319       memory.usage_1c2_catalog_instance:
3320         type: org.openecomp.capabilities.metric.Ceilometer
3321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3322         occurrences:
3323         - 1
3324         - UNBOUNDED
3325       network.outpoing.packets_1c2_catalog_instance_1c2_t1_port:
3326         type: org.openecomp.capabilities.metric.Ceilometer
3327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3328         occurrences:
3329         - 1
3330         - UNBOUNDED
3331       disk.write.bytes.rate_1c2_catalog_instance:
3332         type: org.openecomp.capabilities.metric.Ceilometer
3333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3334         occurrences:
3335         - 1
3336         - UNBOUNDED
3337       binding_1c2_catalog_instance_1c2_t2_port:
3338         type: tosca.capabilities.network.Bindable
3339         valid_source_types:
3340         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3341         occurrences:
3342         - 0
3343         - UNBOUNDED
3344       network.incoming.bytes.rate_1c2_catalog_instance_1c2_t2_port:
3345         type: org.openecomp.capabilities.metric.Ceilometer
3346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3347         occurrences:
3348         - 1
3349         - UNBOUNDED
3350       network.incoming.packets_1c2_catalog_instance_1c2_t1_port:
3351         type: org.openecomp.capabilities.metric.Ceilometer
3352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3353         occurrences:
3354         - 1
3355         - UNBOUNDED
3356       cpu_util_1c2_catalog_instance:
3357         type: org.openecomp.capabilities.metric.Ceilometer
3358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3359         occurrences:
3360         - 1
3361         - UNBOUNDED
3362       network.outpoing.packets_1c2_catalog_instance_1c2_t2_port:
3363         type: org.openecomp.capabilities.metric.Ceilometer
3364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3365         occurrences:
3366         - 1
3367         - UNBOUNDED
3368       feature_1c2_catalog_instance_1c2_t1_port:
3369         type: tosca.capabilities.Node
3370         occurrences:
3371         - 1
3372         - UNBOUNDED
3373       attachment_1c2_catalog_instance_1c2_t1_port:
3374         type: tosca.capabilities.Attachment
3375         occurrences:
3376         - 1
3377         - UNBOUNDED
3378       network.incoming.bytes_1c2_catalog_instance_1c2_t2_port:
3379         type: org.openecomp.capabilities.metric.Ceilometer
3380         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3381         occurrences:
3382         - 1
3383         - UNBOUNDED
3384       cpu_1c2_catalog_instance:
3385         type: org.openecomp.capabilities.metric.Ceilometer
3386         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3387         occurrences:
3388         - 1
3389         - UNBOUNDED
3390       disk.read.requests_1c2_catalog_instance:
3391         type: org.openecomp.capabilities.metric.Ceilometer
3392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3393         occurrences:
3394         - 1
3395         - UNBOUNDED
3396       binding_1c2_catalog_instance_1c2_t1_port:
3397         type: tosca.capabilities.network.Bindable
3398         valid_source_types:
3399         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3400         occurrences:
3401         - 0
3402         - UNBOUNDED
3403       network.incoming.bytes.rate_1c2_catalog_instance_1c2_t1_port:
3404         type: org.openecomp.capabilities.metric.Ceilometer
3405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3406         occurrences:
3407         - 1
3408         - UNBOUNDED
3409       disk.ephemeral.size_1c2_catalog_instance:
3410         type: org.openecomp.capabilities.metric.Ceilometer
3411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3412         occurrences:
3413         - 1
3414         - UNBOUNDED
3415       disk.device.write.bytes_1c2_catalog_instance:
3416         type: org.openecomp.capabilities.metric.Ceilometer
3417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3418         occurrences:
3419         - 1
3420         - UNBOUNDED
3421       memory.resident_1c2_catalog_instance:
3422         type: org.openecomp.capabilities.metric.Ceilometer
3423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3424         occurrences:
3425         - 1
3426         - UNBOUNDED
3427       disk.device.write.requests.rate_1c2_catalog_instance:
3428         type: org.openecomp.capabilities.metric.Ceilometer
3429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3430         occurrences:
3431         - 1
3432         - UNBOUNDED
3433       network.incoming.bytes_1c2_catalog_instance_1c2_t1_port:
3434         type: org.openecomp.capabilities.metric.Ceilometer
3435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3436         occurrences:
3437         - 1
3438         - UNBOUNDED
3439       os_1c2_catalog_instance:
3440         type: tosca.capabilities.OperatingSystem
3441         occurrences:
3442         - 1
3443         - UNBOUNDED
3444       disk.device.iops_1c2_catalog_instance:
3445         type: org.openecomp.capabilities.metric.Ceilometer
3446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3447         occurrences:
3448         - 1
3449         - UNBOUNDED
3450       endpoint_1c2_catalog_instance:
3451         type: tosca.capabilities.Endpoint.Admin
3452         occurrences:
3453         - 1
3454         - UNBOUNDED
3455       disk.allocation_1c2_catalog_instance:
3456         type: org.openecomp.capabilities.metric.Ceilometer
3457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3458         occurrences:
3459         - 1
3460         - UNBOUNDED
3461       disk.latency_1c2_catalog_instance:
3462         type: org.openecomp.capabilities.metric.Ceilometer
3463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3464         occurrences:
3465         - 1
3466         - UNBOUNDED
3467       network.outgoing.bytes.rate_1c2_catalog_instance_1c2_t1_port:
3468         type: org.openecomp.capabilities.metric.Ceilometer
3469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3470         occurrences:
3471         - 1
3472         - UNBOUNDED
3473       network.outgoing.bytes_1c2_catalog_instance_1c2_t1_port:
3474         type: org.openecomp.capabilities.metric.Ceilometer
3475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3476         occurrences:
3477         - 1
3478         - UNBOUNDED
3479       disk.iops_1c2_catalog_instance:
3480         type: org.openecomp.capabilities.metric.Ceilometer
3481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3482         occurrences:
3483         - 1
3484         - UNBOUNDED
3485       network.outgoing.packets.rate_1c2_catalog_instance_1c2_t2_port:
3486         type: org.openecomp.capabilities.metric.Ceilometer
3487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3488         occurrences:
3489         - 1
3490         - UNBOUNDED
3491       network.incoming.packets_1c2_catalog_instance_1c2_t2_port:
3492         type: org.openecomp.capabilities.metric.Ceilometer
3493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3494         occurrences:
3495         - 1
3496         - UNBOUNDED
3497       vcpus_1c2_catalog_instance:
3498         type: org.openecomp.capabilities.metric.Ceilometer
3499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3500         occurrences:
3501         - 1
3502         - UNBOUNDED
3503       disk.device.latency_1c2_catalog_instance:
3504         type: org.openecomp.capabilities.metric.Ceilometer
3505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3506         occurrences:
3507         - 1
3508         - UNBOUNDED
3509       attachment_1c2_catalog_instance_1c2_t2_port:
3510         type: tosca.capabilities.Attachment
3511         occurrences:
3512         - 1
3513         - UNBOUNDED
3514       network.outgoing.packets.rate_1c2_catalog_instance_1c2_t1_port:
3515         type: org.openecomp.capabilities.metric.Ceilometer
3516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3517         occurrences:
3518         - 1
3519         - UNBOUNDED
3520       disk.read.bytes_1c2_catalog_instance:
3521         type: org.openecomp.capabilities.metric.Ceilometer
3522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3523         occurrences:
3524         - 1
3525         - UNBOUNDED
3526       instance_1c2_catalog_instance:
3527         type: org.openecomp.capabilities.metric.Ceilometer
3528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3529         occurrences:
3530         - 1
3531         - UNBOUNDED
3532       disk.capacity_1c2_catalog_instance:
3533         type: org.openecomp.capabilities.metric.Ceilometer
3534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3535         occurrences:
3536         - 1
3537         - UNBOUNDED
3538       disk.write.bytes_1c2_catalog_instance:
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       disk.device.read.bytes.rate_1c2_catalog_instance:
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.allocation_1c2_catalog_instance:
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       disk.device.read.bytes_1c2_catalog_instance:
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       network.outgoing.bytes.rate_1c2_catalog_instance_1c2_t2_port:
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       disk.device.read.requests_1c2_catalog_instance:
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.device.write.bytes.rate_1c2_catalog_instance:
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       scalable_1c2_catalog_instance:
3581         type: tosca.capabilities.Scalable
3582         occurrences:
3583         - 1
3584         - UNBOUNDED
3585       disk.device.write.requests_1c2_catalog_instance:
3586         type: org.openecomp.capabilities.metric.Ceilometer
3587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3588         occurrences:
3589         - 1
3590         - UNBOUNDED
3591       host_1c2_catalog_instance:
3592         type: tosca.capabilities.Container
3593         valid_source_types:
3594         - tosca.nodes.SoftwareComponent
3595         occurrences:
3596         - 1
3597         - UNBOUNDED
3598       disk.root.size_1c2_catalog_instance:
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       disk.device.usage_1c2_catalog_instance:
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       network.outgoing.bytes_1c2_catalog_instance_1c2_t2_port:
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.usage_1c2_catalog_instance:
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       feature_1c2_catalog_instance:
3623         type: tosca.capabilities.Node
3624         occurrences:
3625         - 1
3626         - UNBOUNDED
3627       network.incoming.packets.rate_1c2_catalog_instance_1c2_t1_port:
3628         type: org.openecomp.capabilities.metric.Ceilometer
3629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3630         occurrences:
3631         - 1
3632         - UNBOUNDED
3633       memory_1c2_catalog_instance:
3634         type: org.openecomp.capabilities.metric.Ceilometer
3635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3636         occurrences:
3637         - 1
3638         - UNBOUNDED
3639       disk.write.requests.rate_1c2_catalog_instance:
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       disk.write.requests_1c2_catalog_instance:
3646         type: org.openecomp.capabilities.metric.Ceilometer
3647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3648         occurrences:
3649         - 1
3650         - UNBOUNDED
3651       binding_1c2_catalog_instance:
3652         type: tosca.capabilities.network.Bindable
3653         occurrences:
3654         - 1
3655         - UNBOUNDED
3656       cpu.delta_1c2_catalog_instance:
3657         type: org.openecomp.capabilities.metric.Ceilometer
3658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3659         occurrences:
3660         - 1
3661         - UNBOUNDED
3662       feature_1c2_catalog_instance_1c2_t2_port:
3663         type: tosca.capabilities.Node
3664         occurrences:
3665         - 1
3666         - UNBOUNDED
3667       disk.device.read.requests.rate_1c2_catalog_instance:
3668         type: org.openecomp.capabilities.metric.Ceilometer
3669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3670         occurrences:
3671         - 1
3672         - UNBOUNDED
3673   org.openecomp.resource.abstract.nodes.pcma_server_1:
3674     derived_from: org.openecomp.resource.abstract.nodes.VFC
3675     properties:
3676       port_pcm_port_0_network_role:
3677         type: string
3678         required: true
3679         status: SUPPORTED
3680       port_pcm_port_1_network_role_tag:
3681         type: string
3682         required: true
3683         status: SUPPORTED
3684       port_pcm_port_0_fixed_ips:
3685         type: list
3686         required: true
3687         status: SUPPORTED
3688         entry_schema:
3689           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3690       port_pcm_port_0_vlan_requirements:
3691         type: list
3692         required: true
3693         status: SUPPORTED
3694         entry_schema:
3695           type: org.openecomp.datatypes.network.VlanRequirements
3696       vm_flavor_name:
3697         type: string
3698         required: true
3699         status: SUPPORTED
3700       port_pcm_port_0_security_groups:
3701         type: list
3702         required: true
3703         status: SUPPORTED
3704         entry_schema:
3705           type: json
3706       compute_pcma_server_availability_zone:
3707         type: list
3708         required: true
3709         status: SUPPORTED
3710         entry_schema:
3711           type: string
3712       port_pcm_port_0_order:
3713         type: integer
3714         required: true
3715         status: SUPPORTED
3716       port_pcm_port_0_subnetpoolid:
3717         type: string
3718         required: true
3719         status: SUPPORTED
3720       vm_image_name:
3721         type: string
3722         required: true
3723         status: SUPPORTED
3724       port_pcm_port_1_subnetpoolid:
3725         type: string
3726         required: true
3727         status: SUPPORTED
3728       port_pcm_port_0_network_role_tag:
3729         type: string
3730         required: true
3731         status: SUPPORTED
3732       port_pcm_port_0_exCP_naming:
3733         type: org.openecomp.datatypes.Naming
3734         required: true
3735         status: SUPPORTED
3736       port_pcm_port_1_exCP_naming:
3737         type: org.openecomp.datatypes.Naming
3738         required: true
3739         status: SUPPORTED
3740       port_pcm_port_1_network_role:
3741         type: string
3742         required: true
3743         status: SUPPORTED
3744       port_pcm_port_1_network:
3745         type: list
3746         required: true
3747         status: SUPPORTED
3748         entry_schema:
3749           type: string
3750       port_pcm_port_0_ip_requirements:
3751         type: list
3752         required: true
3753         status: SUPPORTED
3754         entry_schema:
3755           type: org.openecomp.datatypes.network.IpRequirements
3756       port_pcm_port_1_security_groups:
3757         type: list
3758         required: true
3759         status: SUPPORTED
3760         entry_schema:
3761           type: json
3762       compute_pcma_server_config_drive:
3763         type: list
3764         required: true
3765         status: SUPPORTED
3766         entry_schema:
3767           type: boolean
3768       index_value:
3769         type: integer
3770         description: Index value of this substitution service template runtime instance
3771         required: false
3772         default: 0
3773         status: SUPPORTED
3774         constraints:
3775         - greater_or_equal: 0
3776       compute_pcma_server_user_data_format:
3777         type: list
3778         required: true
3779         status: SUPPORTED
3780         entry_schema:
3781           type: string
3782       port_pcm_port_0_network:
3783         type: list
3784         required: true
3785         status: SUPPORTED
3786         entry_schema:
3787           type: string
3788       port_pcm_port_1_mac_requirements:
3789         type: org.openecomp.datatypes.network.MacRequirements
3790         required: true
3791         status: SUPPORTED
3792       port_pcm_port_1_vlan_requirements:
3793         type: list
3794         required: true
3795         status: SUPPORTED
3796         entry_schema:
3797           type: org.openecomp.datatypes.network.VlanRequirements
3798       port_pcm_port_1_fixed_ips:
3799         type: list
3800         required: true
3801         status: SUPPORTED
3802         entry_schema:
3803           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3804       compute_pcma_server_name:
3805         type: list
3806         required: true
3807         status: SUPPORTED
3808         entry_schema:
3809           type: string
3810       port_pcm_port_0_mac_requirements:
3811         type: org.openecomp.datatypes.network.MacRequirements
3812         required: true
3813         status: SUPPORTED
3814       port_pcm_port_1_ip_requirements:
3815         type: list
3816         required: true
3817         status: SUPPORTED
3818         entry_schema:
3819           type: org.openecomp.datatypes.network.IpRequirements
3820       port_pcm_port_1_order:
3821         type: integer
3822         required: true
3823         status: SUPPORTED
3824     requirements:
3825     - dependency_pcma_server:
3826         capability: tosca.capabilities.Node
3827         node: tosca.nodes.Root
3828         relationship: tosca.relationships.DependsOn
3829         occurrences:
3830         - 0
3831         - UNBOUNDED
3832     - local_storage_pcma_server:
3833         capability: tosca.capabilities.Attachment
3834         node: tosca.nodes.BlockStorage
3835         relationship: tosca.relationships.AttachesTo
3836         occurrences:
3837         - 0
3838         - UNBOUNDED
3839     - dependency_pcma_server_pcm_port_0:
3840         capability: tosca.capabilities.Node
3841         node: tosca.nodes.Root
3842         relationship: tosca.relationships.DependsOn
3843         occurrences:
3844         - 0
3845         - UNBOUNDED
3846     - link_pcma_server_pcm_port_0:
3847         capability: tosca.capabilities.network.Linkable
3848         relationship: tosca.relationships.network.LinksTo
3849         occurrences:
3850         - 1
3851         - 1
3852     - dependency_pcma_server_pcm_port_1:
3853         capability: tosca.capabilities.Node
3854         node: tosca.nodes.Root
3855         relationship: tosca.relationships.DependsOn
3856         occurrences:
3857         - 0
3858         - UNBOUNDED
3859     - link_pcma_server_pcm_port_1:
3860         capability: tosca.capabilities.network.Linkable
3861         relationship: tosca.relationships.network.LinksTo
3862         occurrences:
3863         - 1
3864         - 1
3865     capabilities:
3866       cpu.delta_pcma_server:
3867         type: org.openecomp.capabilities.metric.Ceilometer
3868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3869         occurrences:
3870         - 1
3871         - UNBOUNDED
3872       scalable_pcma_server:
3873         type: tosca.capabilities.Scalable
3874         occurrences:
3875         - 1
3876         - UNBOUNDED
3877       vcpus_pcma_server:
3878         type: org.openecomp.capabilities.metric.Ceilometer
3879         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3880         occurrences:
3881         - 1
3882         - UNBOUNDED
3883       host_pcma_server:
3884         type: tosca.capabilities.Container
3885         valid_source_types:
3886         - tosca.nodes.SoftwareComponent
3887         occurrences:
3888         - 1
3889         - UNBOUNDED
3890       disk.device.read.requests.rate_pcma_server:
3891         type: org.openecomp.capabilities.metric.Ceilometer
3892         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3893         occurrences:
3894         - 1
3895         - UNBOUNDED
3896       disk.usage_pcma_server:
3897         type: org.openecomp.capabilities.metric.Ceilometer
3898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3899         occurrences:
3900         - 1
3901         - UNBOUNDED
3902       attachment_pcma_server_pcm_port_0:
3903         type: tosca.capabilities.Attachment
3904         occurrences:
3905         - 1
3906         - UNBOUNDED
3907       disk.read.bytes_pcma_server:
3908         type: org.openecomp.capabilities.metric.Ceilometer
3909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3910         occurrences:
3911         - 1
3912         - UNBOUNDED
3913       disk.iops_pcma_server:
3914         type: org.openecomp.capabilities.metric.Ceilometer
3915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3916         occurrences:
3917         - 1
3918         - UNBOUNDED
3919       network.outgoing.bytes.rate_pcma_server_pcm_port_0:
3920         type: org.openecomp.capabilities.metric.Ceilometer
3921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3922         occurrences:
3923         - 1
3924         - UNBOUNDED
3925       network.outgoing.bytes.rate_pcma_server_pcm_port_1:
3926         type: org.openecomp.capabilities.metric.Ceilometer
3927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3928         occurrences:
3929         - 1
3930         - UNBOUNDED
3931       attachment_pcma_server_pcm_port_1:
3932         type: tosca.capabilities.Attachment
3933         occurrences:
3934         - 1
3935         - UNBOUNDED
3936       endpoint_pcma_server:
3937         type: tosca.capabilities.Endpoint.Admin
3938         occurrences:
3939         - 1
3940         - UNBOUNDED
3941       feature_pcma_server:
3942         type: tosca.capabilities.Node
3943         occurrences:
3944         - 1
3945         - UNBOUNDED
3946       memory.usage_pcma_server:
3947         type: org.openecomp.capabilities.metric.Ceilometer
3948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3949         occurrences:
3950         - 1
3951         - UNBOUNDED
3952       network.incoming.packets_pcma_server_pcm_port_0:
3953         type: org.openecomp.capabilities.metric.Ceilometer
3954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3955         occurrences:
3956         - 1
3957         - UNBOUNDED
3958       network.incoming.bytes.rate_pcma_server_pcm_port_1:
3959         type: org.openecomp.capabilities.metric.Ceilometer
3960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3961         occurrences:
3962         - 1
3963         - UNBOUNDED
3964       network.outgoing.bytes_pcma_server_pcm_port_0:
3965         type: org.openecomp.capabilities.metric.Ceilometer
3966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3967         occurrences:
3968         - 1
3969         - UNBOUNDED
3970       memory_pcma_server:
3971         type: org.openecomp.capabilities.metric.Ceilometer
3972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3973         occurrences:
3974         - 1
3975         - UNBOUNDED
3976       network.outgoing.bytes_pcma_server_pcm_port_1:
3977         type: org.openecomp.capabilities.metric.Ceilometer
3978         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3979         occurrences:
3980         - 1
3981         - UNBOUNDED
3982       cpu_pcma_server:
3983         type: org.openecomp.capabilities.metric.Ceilometer
3984         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3985         occurrences:
3986         - 1
3987         - UNBOUNDED
3988       disk.device.write.bytes.rate_pcma_server:
3989         type: org.openecomp.capabilities.metric.Ceilometer
3990         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3991         occurrences:
3992         - 1
3993         - UNBOUNDED
3994       disk.read.bytes.rate_pcma_server:
3995         type: org.openecomp.capabilities.metric.Ceilometer
3996         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3997         occurrences:
3998         - 1
3999         - UNBOUNDED
4000       network.incoming.packets.rate_pcma_server_pcm_port_0:
4001         type: org.openecomp.capabilities.metric.Ceilometer
4002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4003         occurrences:
4004         - 1
4005         - UNBOUNDED
4006       binding_pcma_server_pcm_port_0:
4007         type: tosca.capabilities.network.Bindable
4008         valid_source_types:
4009         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4010         occurrences:
4011         - 0
4012         - UNBOUNDED
4013       network.incoming.packets_pcma_server_pcm_port_1:
4014         type: org.openecomp.capabilities.metric.Ceilometer
4015         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4016         occurrences:
4017         - 1
4018         - UNBOUNDED
4019       os_pcma_server:
4020         type: tosca.capabilities.OperatingSystem
4021         occurrences:
4022         - 1
4023         - UNBOUNDED
4024       binding_pcma_server_pcm_port_1:
4025         type: tosca.capabilities.network.Bindable
4026         valid_source_types:
4027         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4028         occurrences:
4029         - 0
4030         - UNBOUNDED
4031       network.incoming.packets.rate_pcma_server_pcm_port_1:
4032         type: org.openecomp.capabilities.metric.Ceilometer
4033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4034         occurrences:
4035         - 1
4036         - UNBOUNDED
4037       disk.device.read.requests_pcma_server:
4038         type: org.openecomp.capabilities.metric.Ceilometer
4039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4040         occurrences:
4041         - 1
4042         - UNBOUNDED
4043       disk.write.bytes.rate_pcma_server:
4044         type: org.openecomp.capabilities.metric.Ceilometer
4045         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4046         occurrences:
4047         - 1
4048         - UNBOUNDED
4049       network.outgoing.packets.rate_pcma_server_pcm_port_1:
4050         type: org.openecomp.capabilities.metric.Ceilometer
4051         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4052         occurrences:
4053         - 1
4054         - UNBOUNDED
4055       disk.device.write.requests.rate_pcma_server:
4056         type: org.openecomp.capabilities.metric.Ceilometer
4057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4058         occurrences:
4059         - 1
4060         - UNBOUNDED
4061       network.incoming.bytes.rate_pcma_server_pcm_port_0:
4062         type: org.openecomp.capabilities.metric.Ceilometer
4063         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4064         occurrences:
4065         - 1
4066         - UNBOUNDED
4067       network.outgoing.packets.rate_pcma_server_pcm_port_0:
4068         type: org.openecomp.capabilities.metric.Ceilometer
4069         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4070         occurrences:
4071         - 1
4072         - UNBOUNDED
4073       cpu_util_pcma_server:
4074         type: org.openecomp.capabilities.metric.Ceilometer
4075         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4076         occurrences:
4077         - 1
4078         - UNBOUNDED
4079       disk.device.write.bytes_pcma_server:
4080         type: org.openecomp.capabilities.metric.Ceilometer
4081         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4082         occurrences:
4083         - 1
4084         - UNBOUNDED
4085       disk.device.read.bytes.rate_pcma_server:
4086         type: org.openecomp.capabilities.metric.Ceilometer
4087         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4088         occurrences:
4089         - 1
4090         - UNBOUNDED
4091       disk.device.usage_pcma_server:
4092         type: org.openecomp.capabilities.metric.Ceilometer
4093         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4094         occurrences:
4095         - 1
4096         - UNBOUNDED
4097       disk.read.requests_pcma_server:
4098         type: org.openecomp.capabilities.metric.Ceilometer
4099         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4100         occurrences:
4101         - 1
4102         - UNBOUNDED
4103       disk.allocation_pcma_server:
4104         type: org.openecomp.capabilities.metric.Ceilometer
4105         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4106         occurrences:
4107         - 1
4108         - UNBOUNDED
4109       feature_pcma_server_pcm_port_0:
4110         type: tosca.capabilities.Node
4111         occurrences:
4112         - 1
4113         - UNBOUNDED
4114       feature_pcma_server_pcm_port_1:
4115         type: tosca.capabilities.Node
4116         occurrences:
4117         - 1
4118         - UNBOUNDED
4119       disk.ephemeral.size_pcma_server:
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       binding_pcma_server:
4126         type: tosca.capabilities.network.Bindable
4127         occurrences:
4128         - 1
4129         - UNBOUNDED
4130       disk.latency_pcma_server:
4131         type: org.openecomp.capabilities.metric.Ceilometer
4132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4133         occurrences:
4134         - 1
4135         - UNBOUNDED
4136       disk.device.write.requests_pcma_server:
4137         type: org.openecomp.capabilities.metric.Ceilometer
4138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4139         occurrences:
4140         - 1
4141         - UNBOUNDED
4142       disk.device.read.bytes_pcma_server:
4143         type: org.openecomp.capabilities.metric.Ceilometer
4144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4145         occurrences:
4146         - 1
4147         - UNBOUNDED
4148       disk.device.allocation_pcma_server:
4149         type: org.openecomp.capabilities.metric.Ceilometer
4150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4151         occurrences:
4152         - 1
4153         - UNBOUNDED
4154       memory.resident_pcma_server:
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       disk.root.size_pcma_server:
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       disk.write.bytes_pcma_server:
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       network.incoming.bytes_pcma_server_pcm_port_0:
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.write.requests_pcma_server:
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_pcma_server_pcm_port_1:
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       disk.write.requests.rate_pcma_server:
4191         type: org.openecomp.capabilities.metric.Ceilometer
4192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4193         occurrences:
4194         - 1
4195         - UNBOUNDED
4196       disk.device.iops_pcma_server:
4197         type: org.openecomp.capabilities.metric.Ceilometer
4198         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4199         occurrences:
4200         - 1
4201         - UNBOUNDED
4202       instance_pcma_server:
4203         type: org.openecomp.capabilities.metric.Ceilometer
4204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4205         occurrences:
4206         - 1
4207         - UNBOUNDED
4208       disk.device.latency_pcma_server:
4209         type: org.openecomp.capabilities.metric.Ceilometer
4210         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4211         occurrences:
4212         - 1
4213         - UNBOUNDED
4214       disk.capacity_pcma_server:
4215         type: org.openecomp.capabilities.metric.Ceilometer
4216         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4217         occurrences:
4218         - 1
4219         - UNBOUNDED
4220       disk.device.capacity_pcma_server:
4221         type: org.openecomp.capabilities.metric.Ceilometer
4222         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4223         occurrences:
4224         - 1
4225         - UNBOUNDED
4226       network.outpoing.packets_pcma_server_pcm_port_1:
4227         type: org.openecomp.capabilities.metric.Ceilometer
4228         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4229         occurrences:
4230         - 1
4231         - UNBOUNDED
4232       network.outpoing.packets_pcma_server_pcm_port_0:
4233         type: org.openecomp.capabilities.metric.Ceilometer
4234         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4235         occurrences:
4236         - 1
4237         - UNBOUNDED
4238   org.openecomp.resource.abstract.nodes.b_single_1b:
4239     derived_from: org.openecomp.resource.abstract.nodes.VFC
4240     properties:
4241       port_1b_t2_port_mac_requirements:
4242         type: org.openecomp.datatypes.network.MacRequirements
4243         required: true
4244         status: SUPPORTED
4245       compute_b_single_1b_availability_zone:
4246         type: list
4247         required: true
4248         status: SUPPORTED
4249         entry_schema:
4250           type: string
4251       index_value:
4252         type: integer
4253         description: Index value of this substitution service template runtime instance
4254         required: false
4255         default: 0
4256         status: SUPPORTED
4257         constraints:
4258         - greater_or_equal: 0
4259       compute_b_single_1b_scheduler_hints:
4260         type: list
4261         required: true
4262         status: SUPPORTED
4263         entry_schema:
4264           type: json
4265       port_1b_t1_port_order:
4266         type: integer
4267         required: true
4268         status: SUPPORTED
4269       port_1b_t2_port_vlan_requirements:
4270         type: list
4271         required: true
4272         status: SUPPORTED
4273         entry_schema:
4274           type: org.openecomp.datatypes.network.VlanRequirements
4275       port_1b_t2_port_ip_requirements:
4276         type: list
4277         required: true
4278         status: SUPPORTED
4279         entry_schema:
4280           type: org.openecomp.datatypes.network.IpRequirements
4281       port_1b_t1_port_network_role:
4282         type: string
4283         required: true
4284         status: SUPPORTED
4285       port_1b_t1_port_exCP_naming:
4286         type: org.openecomp.datatypes.Naming
4287         required: true
4288         status: SUPPORTED
4289       vm_flavor_name:
4290         type: string
4291         required: true
4292         status: SUPPORTED
4293       port_1b_t1_port_network_role_tag:
4294         type: string
4295         required: true
4296         status: SUPPORTED
4297       port_1b_t1_port_ip_requirements:
4298         type: list
4299         required: true
4300         status: SUPPORTED
4301         entry_schema:
4302           type: org.openecomp.datatypes.network.IpRequirements
4303       vm_image_name:
4304         type: string
4305         required: true
4306         status: SUPPORTED
4307       port_1b_t1_port_subnetpoolid:
4308         type: string
4309         required: true
4310         status: SUPPORTED
4311       port_1b_t1_port_mac_requirements:
4312         type: org.openecomp.datatypes.network.MacRequirements
4313         required: true
4314         status: SUPPORTED
4315       port_1b_t2_port_network:
4316         type: list
4317         required: true
4318         status: SUPPORTED
4319         entry_schema:
4320           type: string
4321       port_1b_t2_port_network_role:
4322         type: string
4323         required: true
4324         status: SUPPORTED
4325       port_1b_t2_port_order:
4326         type: integer
4327         required: true
4328         status: SUPPORTED
4329       port_1b_t1_port_vlan_requirements:
4330         type: list
4331         required: true
4332         status: SUPPORTED
4333         entry_schema:
4334           type: org.openecomp.datatypes.network.VlanRequirements
4335       compute_b_single_1b_user_data_format:
4336         type: list
4337         required: true
4338         status: SUPPORTED
4339         entry_schema:
4340           type: string
4341       port_1b_t2_port_exCP_naming:
4342         type: org.openecomp.datatypes.Naming
4343         required: true
4344         status: SUPPORTED
4345       compute_b_single_1b_name:
4346         type: list
4347         required: true
4348         status: SUPPORTED
4349         entry_schema:
4350           type: string
4351       port_1b_t2_port_network_role_tag:
4352         type: string
4353         required: true
4354         status: SUPPORTED
4355       port_1b_t2_port_subnetpoolid:
4356         type: string
4357         required: true
4358         status: SUPPORTED
4359     attributes:
4360       b_single_1b_instance_name:
4361         type: string
4362         status: SUPPORTED
4363       b_single_1b_1b_t1_port_tenant_id:
4364         type: string
4365         status: SUPPORTED
4366     requirements:
4367     - dependency_b_single_1b:
4368         capability: tosca.capabilities.Node
4369         node: tosca.nodes.Root
4370         relationship: tosca.relationships.DependsOn
4371         occurrences:
4372         - 0
4373         - UNBOUNDED
4374     - local_storage_b_single_1b:
4375         capability: tosca.capabilities.Attachment
4376         node: tosca.nodes.BlockStorage
4377         relationship: tosca.relationships.AttachesTo
4378         occurrences:
4379         - 0
4380         - UNBOUNDED
4381     - dependency_b_single_1b_1b_t1_port:
4382         capability: tosca.capabilities.Node
4383         node: tosca.nodes.Root
4384         relationship: tosca.relationships.DependsOn
4385         occurrences:
4386         - 0
4387         - UNBOUNDED
4388     - link_b_single_1b_1b_t1_port:
4389         capability: tosca.capabilities.network.Linkable
4390         relationship: tosca.relationships.network.LinksTo
4391         occurrences:
4392         - 1
4393         - 1
4394     - dependency_b_single_1b_1b_t2_port:
4395         capability: tosca.capabilities.Node
4396         node: tosca.nodes.Root
4397         relationship: tosca.relationships.DependsOn
4398         occurrences:
4399         - 0
4400         - UNBOUNDED
4401     - link_b_single_1b_1b_t2_port:
4402         capability: tosca.capabilities.network.Linkable
4403         relationship: tosca.relationships.network.LinksTo
4404         occurrences:
4405         - 1
4406         - 1
4407     capabilities:
4408       attachment_b_single_1b_1b_t2_port:
4409         type: tosca.capabilities.Attachment
4410         occurrences:
4411         - 1
4412         - UNBOUNDED
4413       endpoint_b_single_1b:
4414         type: tosca.capabilities.Endpoint.Admin
4415         occurrences:
4416         - 1
4417         - UNBOUNDED
4418       feature_b_single_1b:
4419         type: tosca.capabilities.Node
4420         occurrences:
4421         - 1
4422         - UNBOUNDED
4423       disk.iops_b_single_1b:
4424         type: org.openecomp.capabilities.metric.Ceilometer
4425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4426         occurrences:
4427         - 1
4428         - UNBOUNDED
4429       network.incoming.bytes.rate_b_single_1b_1b_t2_port:
4430         type: org.openecomp.capabilities.metric.Ceilometer
4431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4432         occurrences:
4433         - 1
4434         - UNBOUNDED
4435       network.outgoing.bytes.rate_b_single_1b_1b_t2_port:
4436         type: org.openecomp.capabilities.metric.Ceilometer
4437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4438         occurrences:
4439         - 1
4440         - UNBOUNDED
4441       scalable_b_single_1b:
4442         type: tosca.capabilities.Scalable
4443         occurrences:
4444         - 1
4445         - UNBOUNDED
4446       disk.write.bytes_b_single_1b:
4447         type: org.openecomp.capabilities.metric.Ceilometer
4448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4449         occurrences:
4450         - 1
4451         - UNBOUNDED
4452       os_b_single_1b:
4453         type: tosca.capabilities.OperatingSystem
4454         occurrences:
4455         - 1
4456         - UNBOUNDED
4457       vcpus_b_single_1b:
4458         type: org.openecomp.capabilities.metric.Ceilometer
4459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4460         occurrences:
4461         - 1
4462         - UNBOUNDED
4463       cpu_b_single_1b:
4464         type: org.openecomp.capabilities.metric.Ceilometer
4465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4466         occurrences:
4467         - 1
4468         - UNBOUNDED
4469       disk.device.read.requests.rate_b_single_1b:
4470         type: org.openecomp.capabilities.metric.Ceilometer
4471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4472         occurrences:
4473         - 1
4474         - UNBOUNDED
4475       network.incoming.packets.rate_b_single_1b_1b_t2_port:
4476         type: org.openecomp.capabilities.metric.Ceilometer
4477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4478         occurrences:
4479         - 1
4480         - UNBOUNDED
4481       instance_b_single_1b:
4482         type: org.openecomp.capabilities.metric.Ceilometer
4483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4484         occurrences:
4485         - 1
4486         - UNBOUNDED
4487       network.incoming.bytes.rate_b_single_1b_1b_t1_port:
4488         type: org.openecomp.capabilities.metric.Ceilometer
4489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4490         occurrences:
4491         - 1
4492         - UNBOUNDED
4493       disk.read.bytes_b_single_1b:
4494         type: org.openecomp.capabilities.metric.Ceilometer
4495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4496         occurrences:
4497         - 1
4498         - UNBOUNDED
4499       disk.device.latency_b_single_1b:
4500         type: org.openecomp.capabilities.metric.Ceilometer
4501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4502         occurrences:
4503         - 1
4504         - UNBOUNDED
4505       disk.usage_b_single_1b:
4506         type: org.openecomp.capabilities.metric.Ceilometer
4507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4508         occurrences:
4509         - 1
4510         - UNBOUNDED
4511       network.incoming.bytes_b_single_1b_1b_t1_port:
4512         type: org.openecomp.capabilities.metric.Ceilometer
4513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4514         occurrences:
4515         - 1
4516         - UNBOUNDED
4517       disk.device.allocation_b_single_1b:
4518         type: org.openecomp.capabilities.metric.Ceilometer
4519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4520         occurrences:
4521         - 1
4522         - UNBOUNDED
4523       network.outgoing.packets.rate_b_single_1b_1b_t2_port:
4524         type: org.openecomp.capabilities.metric.Ceilometer
4525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4526         occurrences:
4527         - 1
4528         - UNBOUNDED
4529       disk.device.capacity_b_single_1b:
4530         type: org.openecomp.capabilities.metric.Ceilometer
4531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4532         occurrences:
4533         - 1
4534         - UNBOUNDED
4535       disk.latency_b_single_1b:
4536         type: org.openecomp.capabilities.metric.Ceilometer
4537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4538         occurrences:
4539         - 1
4540         - UNBOUNDED
4541       network.incoming.packets_b_single_1b_1b_t2_port:
4542         type: org.openecomp.capabilities.metric.Ceilometer
4543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4544         occurrences:
4545         - 1
4546         - UNBOUNDED
4547       network.incoming.packets.rate_b_single_1b_1b_t1_port:
4548         type: org.openecomp.capabilities.metric.Ceilometer
4549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4550         occurrences:
4551         - 1
4552         - UNBOUNDED
4553       attachment_b_single_1b_1b_t1_port:
4554         type: tosca.capabilities.Attachment
4555         occurrences:
4556         - 1
4557         - UNBOUNDED
4558       disk.device.write.requests_b_single_1b:
4559         type: org.openecomp.capabilities.metric.Ceilometer
4560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4561         occurrences:
4562         - 1
4563         - UNBOUNDED
4564       binding_b_single_1b_1b_t2_port:
4565         type: tosca.capabilities.network.Bindable
4566         valid_source_types:
4567         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4568         occurrences:
4569         - 0
4570         - UNBOUNDED
4571       disk.ephemeral.size_b_single_1b:
4572         type: org.openecomp.capabilities.metric.Ceilometer
4573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4574         occurrences:
4575         - 1
4576         - UNBOUNDED
4577       disk.write.requests.rate_b_single_1b:
4578         type: org.openecomp.capabilities.metric.Ceilometer
4579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4580         occurrences:
4581         - 1
4582         - UNBOUNDED
4583       network.outpoing.packets_b_single_1b_1b_t2_port:
4584         type: org.openecomp.capabilities.metric.Ceilometer
4585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4586         occurrences:
4587         - 1
4588         - UNBOUNDED
4589       disk.device.iops_b_single_1b:
4590         type: org.openecomp.capabilities.metric.Ceilometer
4591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4592         occurrences:
4593         - 1
4594         - UNBOUNDED
4595       disk.read.requests_b_single_1b:
4596         type: org.openecomp.capabilities.metric.Ceilometer
4597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4598         occurrences:
4599         - 1
4600         - UNBOUNDED
4601       memory.resident_b_single_1b:
4602         type: org.openecomp.capabilities.metric.Ceilometer
4603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4604         occurrences:
4605         - 1
4606         - UNBOUNDED
4607       disk.root.size_b_single_1b:
4608         type: org.openecomp.capabilities.metric.Ceilometer
4609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4610         occurrences:
4611         - 1
4612         - UNBOUNDED
4613       feature_b_single_1b_1b_t1_port:
4614         type: tosca.capabilities.Node
4615         occurrences:
4616         - 1
4617         - UNBOUNDED
4618       network.outgoing.bytes_b_single_1b_1b_t2_port:
4619         type: org.openecomp.capabilities.metric.Ceilometer
4620         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4621         occurrences:
4622         - 1
4623         - UNBOUNDED
4624       disk.capacity_b_single_1b:
4625         type: org.openecomp.capabilities.metric.Ceilometer
4626         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4627         occurrences:
4628         - 1
4629         - UNBOUNDED
4630       disk.device.write.bytes_b_single_1b:
4631         type: org.openecomp.capabilities.metric.Ceilometer
4632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4633         occurrences:
4634         - 1
4635         - UNBOUNDED
4636       disk.device.read.bytes_b_single_1b:
4637         type: org.openecomp.capabilities.metric.Ceilometer
4638         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4639         occurrences:
4640         - 1
4641         - UNBOUNDED
4642       disk.device.read.bytes.rate_b_single_1b:
4643         type: org.openecomp.capabilities.metric.Ceilometer
4644         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4645         occurrences:
4646         - 1
4647         - UNBOUNDED
4648       cpu_util_b_single_1b:
4649         type: org.openecomp.capabilities.metric.Ceilometer
4650         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4651         occurrences:
4652         - 1
4653         - UNBOUNDED
4654       disk.write.requests_b_single_1b:
4655         type: org.openecomp.capabilities.metric.Ceilometer
4656         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4657         occurrences:
4658         - 1
4659         - UNBOUNDED
4660       network.outgoing.packets.rate_b_single_1b_1b_t1_port:
4661         type: org.openecomp.capabilities.metric.Ceilometer
4662         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4663         occurrences:
4664         - 1
4665         - UNBOUNDED
4666       disk.device.usage_b_single_1b:
4667         type: org.openecomp.capabilities.metric.Ceilometer
4668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4669         occurrences:
4670         - 1
4671         - UNBOUNDED
4672       disk.read.bytes.rate_b_single_1b:
4673         type: org.openecomp.capabilities.metric.Ceilometer
4674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4675         occurrences:
4676         - 1
4677         - UNBOUNDED
4678       network.outgoing.bytes_b_single_1b_1b_t1_port:
4679         type: org.openecomp.capabilities.metric.Ceilometer
4680         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4681         occurrences:
4682         - 1
4683         - UNBOUNDED
4684       disk.device.read.requests_b_single_1b:
4685         type: org.openecomp.capabilities.metric.Ceilometer
4686         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4687         occurrences:
4688         - 1
4689         - UNBOUNDED
4690       network.incoming.packets_b_single_1b_1b_t1_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       binding_b_single_1b_1b_t1_port:
4697         type: tosca.capabilities.network.Bindable
4698         valid_source_types:
4699         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4700         occurrences:
4701         - 0
4702         - UNBOUNDED
4703       network.outpoing.packets_b_single_1b_1b_t1_port:
4704         type: org.openecomp.capabilities.metric.Ceilometer
4705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4706         occurrences:
4707         - 1
4708         - UNBOUNDED
4709       disk.device.write.requests.rate_b_single_1b:
4710         type: org.openecomp.capabilities.metric.Ceilometer
4711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4712         occurrences:
4713         - 1
4714         - UNBOUNDED
4715       memory.usage_b_single_1b:
4716         type: org.openecomp.capabilities.metric.Ceilometer
4717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4718         occurrences:
4719         - 1
4720         - UNBOUNDED
4721       disk.write.bytes.rate_b_single_1b:
4722         type: org.openecomp.capabilities.metric.Ceilometer
4723         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4724         occurrences:
4725         - 1
4726         - UNBOUNDED
4727       network.incoming.bytes_b_single_1b_1b_t2_port:
4728         type: org.openecomp.capabilities.metric.Ceilometer
4729         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4730         occurrences:
4731         - 1
4732         - UNBOUNDED
4733       network.outgoing.bytes.rate_b_single_1b_1b_t1_port:
4734         type: org.openecomp.capabilities.metric.Ceilometer
4735         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4736         occurrences:
4737         - 1
4738         - UNBOUNDED
4739       cpu.delta_b_single_1b:
4740         type: org.openecomp.capabilities.metric.Ceilometer
4741         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4742         occurrences:
4743         - 1
4744         - UNBOUNDED
4745       disk.allocation_b_single_1b:
4746         type: org.openecomp.capabilities.metric.Ceilometer
4747         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4748         occurrences:
4749         - 1
4750         - UNBOUNDED
4751       disk.device.write.bytes.rate_b_single_1b:
4752         type: org.openecomp.capabilities.metric.Ceilometer
4753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4754         occurrences:
4755         - 1
4756         - UNBOUNDED
4757       memory_b_single_1b:
4758         type: org.openecomp.capabilities.metric.Ceilometer
4759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4760         occurrences:
4761         - 1
4762         - UNBOUNDED
4763       host_b_single_1b:
4764         type: tosca.capabilities.Container
4765         valid_source_types:
4766         - tosca.nodes.SoftwareComponent
4767         occurrences:
4768         - 1
4769         - UNBOUNDED
4770       binding_b_single_1b:
4771         type: tosca.capabilities.network.Bindable
4772         occurrences:
4773         - 1
4774         - UNBOUNDED
4775       feature_b_single_1b_1b_t2_port:
4776         type: tosca.capabilities.Node
4777         occurrences:
4778         - 1
4779         - UNBOUNDED
4780   org.openecomp.resource.abstract.nodes.1c1_scalling_instance:
4781     derived_from: org.openecomp.resource.abstract.nodes.VFC
4782     properties:
4783       port_1c1_t1_port_exCP_naming:
4784         type: org.openecomp.datatypes.Naming
4785         required: true
4786         status: SUPPORTED
4787       port_1c1_t2_port_vlan_requirements:
4788         type: list
4789         required: true
4790         status: SUPPORTED
4791         entry_schema:
4792           type: org.openecomp.datatypes.network.VlanRequirements
4793       compute_1c1_scalling_instance_user_data_format:
4794         type: list
4795         required: true
4796         status: SUPPORTED
4797         entry_schema:
4798           type: string
4799       port_1c1_t2_port_network_role_tag:
4800         type: string
4801         required: true
4802         status: SUPPORTED
4803       vm_flavor_name:
4804         type: string
4805         required: true
4806         status: SUPPORTED
4807       port_1c1_t1_port_ip_requirements:
4808         type: list
4809         required: true
4810         status: SUPPORTED
4811         entry_schema:
4812           type: org.openecomp.datatypes.network.IpRequirements
4813       vm_image_name:
4814         type: string
4815         required: true
4816         status: SUPPORTED
4817       compute_1c1_scalling_instance_name:
4818         type: list
4819         required: true
4820         status: SUPPORTED
4821         entry_schema:
4822           type: string
4823       port_1c1_t1_port_name:
4824         type: list
4825         required: true
4826         status: SUPPORTED
4827         entry_schema:
4828           type: string
4829       port_1c1_t1_port_network:
4830         type: list
4831         required: true
4832         status: SUPPORTED
4833         entry_schema:
4834           type: string
4835       port_1c1_t2_port_fixed_ips:
4836         type: list
4837         required: true
4838         status: SUPPORTED
4839         entry_schema:
4840           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
4841       port_1c1_t2_port_network:
4842         type: list
4843         required: true
4844         status: SUPPORTED
4845         entry_schema:
4846           type: string
4847       port_1c1_t1_port_fixed_ips:
4848         type: list
4849         required: true
4850         status: SUPPORTED
4851         entry_schema:
4852           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
4853       port_1c1_t1_port_vlan_requirements:
4854         type: list
4855         required: true
4856         status: SUPPORTED
4857         entry_schema:
4858           type: org.openecomp.datatypes.network.VlanRequirements
4859       port_1c1_t2_port_ip_requirements:
4860         type: list
4861         required: true
4862         status: SUPPORTED
4863         entry_schema:
4864           type: org.openecomp.datatypes.network.IpRequirements
4865       port_1c1_t1_port_mac_requirements:
4866         type: org.openecomp.datatypes.network.MacRequirements
4867         required: true
4868         status: SUPPORTED
4869       index_value:
4870         type: integer
4871         description: Index value of this substitution service template runtime instance
4872         required: false
4873         default: 0
4874         status: SUPPORTED
4875         constraints:
4876         - greater_or_equal: 0
4877       port_1c1_t2_port_network_role:
4878         type: string
4879         required: true
4880         status: SUPPORTED
4881       port_1c1_t2_port_order:
4882         type: integer
4883         required: true
4884         status: SUPPORTED
4885       port_1c1_t2_port_mac_requirements:
4886         type: org.openecomp.datatypes.network.MacRequirements
4887         required: true
4888         status: SUPPORTED
4889       compute_1c1_scalling_instance_availability_zone:
4890         type: list
4891         required: true
4892         status: SUPPORTED
4893         entry_schema:
4894           type: string
4895       port_1c1_t2_port_subnetpoolid:
4896         type: string
4897         required: true
4898         status: SUPPORTED
4899       port_1c1_t2_port_name:
4900         type: list
4901         required: true
4902         status: SUPPORTED
4903         entry_schema:
4904           type: string
4905       compute_1c1_scalling_instance_scheduler_hints:
4906         type: list
4907         required: true
4908         status: SUPPORTED
4909         entry_schema:
4910           type: json
4911       port_1c1_t2_port_exCP_naming:
4912         type: org.openecomp.datatypes.Naming
4913         required: true
4914         status: SUPPORTED
4915       port_1c1_t1_port_subnetpoolid:
4916         type: string
4917         required: true
4918         status: SUPPORTED
4919       port_1c1_t1_port_network_role_tag:
4920         type: string
4921         required: true
4922         status: SUPPORTED
4923       port_1c1_t1_port_network_role:
4924         type: string
4925         required: true
4926         status: SUPPORTED
4927       port_1c1_t1_port_order:
4928         type: integer
4929         required: true
4930         status: SUPPORTED
4931     attributes:
4932       1c1_scalling_instance_instance_name:
4933         type: string
4934         status: SUPPORTED
4935       1c1_scalling_instance_1c1_t2_port_tenant_id:
4936         type: string
4937         status: SUPPORTED
4938     requirements:
4939     - dependency_1c1_scalling_instance_1c1_t1_port:
4940         capability: tosca.capabilities.Node
4941         node: tosca.nodes.Root
4942         relationship: tosca.relationships.DependsOn
4943         occurrences:
4944         - 0
4945         - UNBOUNDED
4946     - link_1c1_scalling_instance_1c1_t1_port:
4947         capability: tosca.capabilities.network.Linkable
4948         relationship: tosca.relationships.network.LinksTo
4949         occurrences:
4950         - 1
4951         - 1
4952     - dependency_1c1_scalling_instance:
4953         capability: tosca.capabilities.Node
4954         node: tosca.nodes.Root
4955         relationship: tosca.relationships.DependsOn
4956         occurrences:
4957         - 0
4958         - UNBOUNDED
4959     - local_storage_1c1_scalling_instance:
4960         capability: tosca.capabilities.Attachment
4961         node: tosca.nodes.BlockStorage
4962         relationship: tosca.relationships.AttachesTo
4963         occurrences:
4964         - 0
4965         - UNBOUNDED
4966     - dependency_1c1_scalling_instance_1c1_t2_port:
4967         capability: tosca.capabilities.Node
4968         node: tosca.nodes.Root
4969         relationship: tosca.relationships.DependsOn
4970         occurrences:
4971         - 0
4972         - UNBOUNDED
4973     - link_1c1_scalling_instance_1c1_t2_port:
4974         capability: tosca.capabilities.network.Linkable
4975         relationship: tosca.relationships.network.LinksTo
4976         occurrences:
4977         - 1
4978         - 1
4979     capabilities:
4980       disk.device.latency_1c1_scalling_instance:
4981         type: org.openecomp.capabilities.metric.Ceilometer
4982         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4983         occurrences:
4984         - 1
4985         - UNBOUNDED
4986       disk.ephemeral.size_1c1_scalling_instance:
4987         type: org.openecomp.capabilities.metric.Ceilometer
4988         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4989         occurrences:
4990         - 1
4991         - UNBOUNDED
4992       disk.root.size_1c1_scalling_instance:
4993         type: org.openecomp.capabilities.metric.Ceilometer
4994         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4995         occurrences:
4996         - 1
4997         - UNBOUNDED
4998       endpoint_1c1_scalling_instance:
4999         type: tosca.capabilities.Endpoint.Admin
5000         occurrences:
5001         - 1
5002         - UNBOUNDED
5003       disk.read.bytes_1c1_scalling_instance:
5004         type: org.openecomp.capabilities.metric.Ceilometer
5005         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5006         occurrences:
5007         - 1
5008         - UNBOUNDED
5009       network.outgoing.packets.rate_1c1_scalling_instance_1c1_t2_port:
5010         type: org.openecomp.capabilities.metric.Ceilometer
5011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5012         occurrences:
5013         - 1
5014         - UNBOUNDED
5015       network.incoming.packets.rate_1c1_scalling_instance_1c1_t2_port:
5016         type: org.openecomp.capabilities.metric.Ceilometer
5017         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5018         occurrences:
5019         - 1
5020         - UNBOUNDED
5021       disk.usage_1c1_scalling_instance:
5022         type: org.openecomp.capabilities.metric.Ceilometer
5023         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5024         occurrences:
5025         - 1
5026         - UNBOUNDED
5027       memory.resident_1c1_scalling_instance:
5028         type: org.openecomp.capabilities.metric.Ceilometer
5029         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5030         occurrences:
5031         - 1
5032         - UNBOUNDED
5033       network.incoming.bytes.rate_1c1_scalling_instance_1c1_t2_port:
5034         type: org.openecomp.capabilities.metric.Ceilometer
5035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5036         occurrences:
5037         - 1
5038         - UNBOUNDED
5039       cpu_1c1_scalling_instance:
5040         type: org.openecomp.capabilities.metric.Ceilometer
5041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5042         occurrences:
5043         - 1
5044         - UNBOUNDED
5045       disk.write.bytes_1c1_scalling_instance:
5046         type: org.openecomp.capabilities.metric.Ceilometer
5047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5048         occurrences:
5049         - 1
5050         - UNBOUNDED
5051       network.incoming.packets.rate_1c1_scalling_instance_1c1_t1_port:
5052         type: org.openecomp.capabilities.metric.Ceilometer
5053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5054         occurrences:
5055         - 1
5056         - UNBOUNDED
5057       network.incoming.bytes_1c1_scalling_instance_1c1_t1_port:
5058         type: org.openecomp.capabilities.metric.Ceilometer
5059         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5060         occurrences:
5061         - 1
5062         - UNBOUNDED
5063       disk.write.bytes.rate_1c1_scalling_instance:
5064         type: org.openecomp.capabilities.metric.Ceilometer
5065         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5066         occurrences:
5067         - 1
5068         - UNBOUNDED
5069       disk.device.allocation_1c1_scalling_instance:
5070         type: org.openecomp.capabilities.metric.Ceilometer
5071         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5072         occurrences:
5073         - 1
5074         - UNBOUNDED
5075       network.incoming.bytes.rate_1c1_scalling_instance_1c1_t1_port:
5076         type: org.openecomp.capabilities.metric.Ceilometer
5077         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5078         occurrences:
5079         - 1
5080         - UNBOUNDED
5081       feature_1c1_scalling_instance:
5082         type: tosca.capabilities.Node
5083         occurrences:
5084         - 1
5085         - UNBOUNDED
5086       disk.device.write.requests.rate_1c1_scalling_instance:
5087         type: org.openecomp.capabilities.metric.Ceilometer
5088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5089         occurrences:
5090         - 1
5091         - UNBOUNDED
5092       disk.read.bytes.rate_1c1_scalling_instance:
5093         type: org.openecomp.capabilities.metric.Ceilometer
5094         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5095         occurrences:
5096         - 1
5097         - UNBOUNDED
5098       network.outpoing.packets_1c1_scalling_instance_1c1_t2_port:
5099         type: org.openecomp.capabilities.metric.Ceilometer
5100         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5101         occurrences:
5102         - 1
5103         - UNBOUNDED
5104       scalable_1c1_scalling_instance:
5105         type: tosca.capabilities.Scalable
5106         occurrences:
5107         - 1
5108         - UNBOUNDED
5109       disk.device.read.bytes_1c1_scalling_instance:
5110         type: org.openecomp.capabilities.metric.Ceilometer
5111         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5112         occurrences:
5113         - 1
5114         - UNBOUNDED
5115       binding_1c1_scalling_instance_1c1_t2_port:
5116         type: tosca.capabilities.network.Bindable
5117         valid_source_types:
5118         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5119         occurrences:
5120         - 0
5121         - UNBOUNDED
5122       disk.device.write.bytes_1c1_scalling_instance:
5123         type: org.openecomp.capabilities.metric.Ceilometer
5124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5125         occurrences:
5126         - 1
5127         - UNBOUNDED
5128       disk.read.requests_1c1_scalling_instance:
5129         type: org.openecomp.capabilities.metric.Ceilometer
5130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5131         occurrences:
5132         - 1
5133         - UNBOUNDED
5134       network.incoming.packets_1c1_scalling_instance_1c1_t2_port:
5135         type: org.openecomp.capabilities.metric.Ceilometer
5136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5137         occurrences:
5138         - 1
5139         - UNBOUNDED
5140       vcpus_1c1_scalling_instance:
5141         type: org.openecomp.capabilities.metric.Ceilometer
5142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5143         occurrences:
5144         - 1
5145         - UNBOUNDED
5146       network.outgoing.bytes_1c1_scalling_instance_1c1_t1_port:
5147         type: org.openecomp.capabilities.metric.Ceilometer
5148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5149         occurrences:
5150         - 1
5151         - UNBOUNDED
5152       host_1c1_scalling_instance:
5153         type: tosca.capabilities.Container
5154         valid_source_types:
5155         - tosca.nodes.SoftwareComponent
5156         occurrences:
5157         - 1
5158         - UNBOUNDED
5159       disk.write.requests_1c1_scalling_instance:
5160         type: org.openecomp.capabilities.metric.Ceilometer
5161         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5162         occurrences:
5163         - 1
5164         - UNBOUNDED
5165       feature_1c1_scalling_instance_1c1_t1_port:
5166         type: tosca.capabilities.Node
5167         occurrences:
5168         - 1
5169         - UNBOUNDED
5170       binding_1c1_scalling_instance_1c1_t1_port:
5171         type: tosca.capabilities.network.Bindable
5172         valid_source_types:
5173         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5174         occurrences:
5175         - 0
5176         - UNBOUNDED
5177       disk.device.read.requests.rate_1c1_scalling_instance:
5178         type: org.openecomp.capabilities.metric.Ceilometer
5179         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5180         occurrences:
5181         - 1
5182         - UNBOUNDED
5183       attachment_1c1_scalling_instance_1c1_t2_port:
5184         type: tosca.capabilities.Attachment
5185         occurrences:
5186         - 1
5187         - UNBOUNDED
5188       disk.device.read.bytes.rate_1c1_scalling_instance:
5189         type: org.openecomp.capabilities.metric.Ceilometer
5190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5191         occurrences:
5192         - 1
5193         - UNBOUNDED
5194       network.outgoing.packets.rate_1c1_scalling_instance_1c1_t1_port:
5195         type: org.openecomp.capabilities.metric.Ceilometer
5196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5197         occurrences:
5198         - 1
5199         - UNBOUNDED
5200       disk.device.iops_1c1_scalling_instance:
5201         type: org.openecomp.capabilities.metric.Ceilometer
5202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5203         occurrences:
5204         - 1
5205         - UNBOUNDED
5206       disk.device.capacity_1c1_scalling_instance:
5207         type: org.openecomp.capabilities.metric.Ceilometer
5208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5209         occurrences:
5210         - 1
5211         - UNBOUNDED
5212       disk.capacity_1c1_scalling_instance:
5213         type: org.openecomp.capabilities.metric.Ceilometer
5214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5215         occurrences:
5216         - 1
5217         - UNBOUNDED
5218       disk.write.requests.rate_1c1_scalling_instance:
5219         type: org.openecomp.capabilities.metric.Ceilometer
5220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5221         occurrences:
5222         - 1
5223         - UNBOUNDED
5224       cpu_util_1c1_scalling_instance:
5225         type: org.openecomp.capabilities.metric.Ceilometer
5226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5227         occurrences:
5228         - 1
5229         - UNBOUNDED
5230       disk.device.read.requests_1c1_scalling_instance:
5231         type: org.openecomp.capabilities.metric.Ceilometer
5232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5233         occurrences:
5234         - 1
5235         - UNBOUNDED
5236       disk.device.write.bytes.rate_1c1_scalling_instance:
5237         type: org.openecomp.capabilities.metric.Ceilometer
5238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5239         occurrences:
5240         - 1
5241         - UNBOUNDED
5242       disk.device.write.requests_1c1_scalling_instance:
5243         type: org.openecomp.capabilities.metric.Ceilometer
5244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5245         occurrences:
5246         - 1
5247         - UNBOUNDED
5248       network.outgoing.bytes.rate_1c1_scalling_instance_1c1_t1_port:
5249         type: org.openecomp.capabilities.metric.Ceilometer
5250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5251         occurrences:
5252         - 1
5253         - UNBOUNDED
5254       network.outgoing.bytes_1c1_scalling_instance_1c1_t2_port:
5255         type: org.openecomp.capabilities.metric.Ceilometer
5256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5257         occurrences:
5258         - 1
5259         - UNBOUNDED
5260       disk.latency_1c1_scalling_instance:
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       binding_1c1_scalling_instance:
5267         type: tosca.capabilities.network.Bindable
5268         occurrences:
5269         - 1
5270         - UNBOUNDED
5271       disk.device.usage_1c1_scalling_instance:
5272         type: org.openecomp.capabilities.metric.Ceilometer
5273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5274         occurrences:
5275         - 1
5276         - UNBOUNDED
5277       network.incoming.packets_1c1_scalling_instance_1c1_t1_port:
5278         type: org.openecomp.capabilities.metric.Ceilometer
5279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5280         occurrences:
5281         - 1
5282         - UNBOUNDED
5283       disk.allocation_1c1_scalling_instance:
5284         type: org.openecomp.capabilities.metric.Ceilometer
5285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5286         occurrences:
5287         - 1
5288         - UNBOUNDED
5289       feature_1c1_scalling_instance_1c1_t2_port:
5290         type: tosca.capabilities.Node
5291         occurrences:
5292         - 1
5293         - UNBOUNDED
5294       memory.usage_1c1_scalling_instance:
5295         type: org.openecomp.capabilities.metric.Ceilometer
5296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5297         occurrences:
5298         - 1
5299         - UNBOUNDED
5300       network.incoming.bytes_1c1_scalling_instance_1c1_t2_port:
5301         type: org.openecomp.capabilities.metric.Ceilometer
5302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5303         occurrences:
5304         - 1
5305         - UNBOUNDED
5306       network.outgoing.bytes.rate_1c1_scalling_instance_1c1_t2_port:
5307         type: org.openecomp.capabilities.metric.Ceilometer
5308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5309         occurrences:
5310         - 1
5311         - UNBOUNDED
5312       os_1c1_scalling_instance:
5313         type: tosca.capabilities.OperatingSystem
5314         occurrences:
5315         - 1
5316         - UNBOUNDED
5317       disk.iops_1c1_scalling_instance:
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       network.outpoing.packets_1c1_scalling_instance_1c1_t1_port:
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       attachment_1c1_scalling_instance_1c1_t1_port:
5330         type: tosca.capabilities.Attachment
5331         occurrences:
5332         - 1
5333         - UNBOUNDED
5334       cpu.delta_1c1_scalling_instance:
5335         type: org.openecomp.capabilities.metric.Ceilometer
5336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5337         occurrences:
5338         - 1
5339         - UNBOUNDED
5340       memory_1c1_scalling_instance:
5341         type: org.openecomp.capabilities.metric.Ceilometer
5342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5343         occurrences:
5344         - 1
5345         - UNBOUNDED
5346       instance_1c1_scalling_instance:
5347         type: org.openecomp.capabilities.metric.Ceilometer
5348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5349         occurrences:
5350         - 1
5351         - UNBOUNDED
5352   org.openecomp.resource.abstract.nodes.a_single_1a:
5353     derived_from: org.openecomp.resource.abstract.nodes.VFC
5354     properties:
5355       port_1a_t1_port_ip_requirements:
5356         type: list
5357         required: true
5358         status: SUPPORTED
5359         entry_schema:
5360           type: org.openecomp.datatypes.network.IpRequirements
5361       port_1a_t2_port_network_role_tag:
5362         type: string
5363         required: true
5364         status: SUPPORTED
5365       vm_flavor_name:
5366         type: string
5367         required: true
5368         status: SUPPORTED
5369       port_1a_t2_port_network_role:
5370         type: string
5371         required: true
5372         status: SUPPORTED
5373       port_1a_t2_port_network:
5374         type: list
5375         required: true
5376         status: SUPPORTED
5377         entry_schema:
5378           type: string
5379       port_1a_t1_port_mac_requirements:
5380         type: org.openecomp.datatypes.network.MacRequirements
5381         required: true
5382         status: SUPPORTED
5383       port_1a_t1_port_network:
5384         type: list
5385         required: true
5386         status: SUPPORTED
5387         entry_schema:
5388           type: string
5389       port_1a_t1_port_subnetpoolid:
5390         type: string
5391         required: true
5392         status: SUPPORTED
5393       vm_image_name:
5394         type: string
5395         required: true
5396         status: SUPPORTED
5397       port_1a_t2_port_ip_requirements:
5398         type: list
5399         required: true
5400         status: SUPPORTED
5401         entry_schema:
5402           type: org.openecomp.datatypes.network.IpRequirements
5403       port_1a_t1_port_vlan_requirements:
5404         type: list
5405         required: true
5406         status: SUPPORTED
5407         entry_schema:
5408           type: org.openecomp.datatypes.network.VlanRequirements
5409       port_1a_t1_port_exCP_naming:
5410         type: org.openecomp.datatypes.Naming
5411         required: true
5412         status: SUPPORTED
5413       compute_a_single_1a_availability_zone:
5414         type: list
5415         required: true
5416         status: SUPPORTED
5417         entry_schema:
5418           type: string
5419       compute_a_single_1a_scheduler_hints:
5420         type: list
5421         required: true
5422         status: SUPPORTED
5423         entry_schema:
5424           type: json
5425       index_value:
5426         type: integer
5427         description: Index value of this substitution service template runtime instance
5428         required: false
5429         default: 0
5430         status: SUPPORTED
5431         constraints:
5432         - greater_or_equal: 0
5433       port_1a_t1_port_network_role_tag:
5434         type: string
5435         required: true
5436         status: SUPPORTED
5437       port_1a_t1_port_network_role:
5438         type: string
5439         required: true
5440         status: SUPPORTED
5441       port_1a_t1_port_order:
5442         type: integer
5443         required: true
5444         status: SUPPORTED
5445       port_1a_t2_port_exCP_naming:
5446         type: org.openecomp.datatypes.Naming
5447         required: true
5448         status: SUPPORTED
5449       port_1a_t2_port_vlan_requirements:
5450         type: list
5451         required: true
5452         status: SUPPORTED
5453         entry_schema:
5454           type: org.openecomp.datatypes.network.VlanRequirements
5455       port_1a_t2_port_subnetpoolid:
5456         type: string
5457         required: true
5458         status: SUPPORTED
5459       port_1a_t2_port_order:
5460         type: integer
5461         required: true
5462         status: SUPPORTED
5463       compute_a_single_1a_user_data_format:
5464         type: list
5465         required: true
5466         status: SUPPORTED
5467         entry_schema:
5468           type: string
5469       compute_a_single_1a_name:
5470         type: list
5471         required: true
5472         status: SUPPORTED
5473         entry_schema:
5474           type: string
5475       port_1a_t2_port_mac_requirements:
5476         type: org.openecomp.datatypes.network.MacRequirements
5477         required: true
5478         status: SUPPORTED
5479     attributes:
5480       a_single_1a_instance_name:
5481         type: string
5482         status: SUPPORTED
5483       a_single_1a_1a_t1_port_tenant_id:
5484         type: string
5485         status: SUPPORTED
5486     requirements:
5487     - dependency_a_single_1a_1a_t1_port:
5488         capability: tosca.capabilities.Node
5489         node: tosca.nodes.Root
5490         relationship: tosca.relationships.DependsOn
5491         occurrences:
5492         - 0
5493         - UNBOUNDED
5494     - link_a_single_1a_1a_t1_port:
5495         capability: tosca.capabilities.network.Linkable
5496         relationship: tosca.relationships.network.LinksTo
5497         occurrences:
5498         - 1
5499         - 1
5500     - dependency_a_single_1a:
5501         capability: tosca.capabilities.Node
5502         node: tosca.nodes.Root
5503         relationship: tosca.relationships.DependsOn
5504         occurrences:
5505         - 0
5506         - UNBOUNDED
5507     - local_storage_a_single_1a:
5508         capability: tosca.capabilities.Attachment
5509         node: tosca.nodes.BlockStorage
5510         relationship: tosca.relationships.AttachesTo
5511         occurrences:
5512         - 0
5513         - UNBOUNDED
5514     - dependency_a_single_1a_1a_t2_port:
5515         capability: tosca.capabilities.Node
5516         node: tosca.nodes.Root
5517         relationship: tosca.relationships.DependsOn
5518         occurrences:
5519         - 0
5520         - UNBOUNDED
5521     - link_a_single_1a_1a_t2_port:
5522         capability: tosca.capabilities.network.Linkable
5523         relationship: tosca.relationships.network.LinksTo
5524         occurrences:
5525         - 1
5526         - 1
5527     capabilities:
5528       disk.read.bytes_a_single_1a:
5529         type: org.openecomp.capabilities.metric.Ceilometer
5530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5531         occurrences:
5532         - 1
5533         - UNBOUNDED
5534       network.incoming.bytes.rate_a_single_1a_1a_t2_port:
5535         type: org.openecomp.capabilities.metric.Ceilometer
5536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5537         occurrences:
5538         - 1
5539         - UNBOUNDED
5540       disk.usage_a_single_1a:
5541         type: org.openecomp.capabilities.metric.Ceilometer
5542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5543         occurrences:
5544         - 1
5545         - UNBOUNDED
5546       attachment_a_single_1a_1a_t2_port:
5547         type: tosca.capabilities.Attachment
5548         occurrences:
5549         - 1
5550         - UNBOUNDED
5551       scalable_a_single_1a:
5552         type: tosca.capabilities.Scalable
5553         occurrences:
5554         - 1
5555         - UNBOUNDED
5556       network.outgoing.bytes.rate_a_single_1a_1a_t2_port:
5557         type: org.openecomp.capabilities.metric.Ceilometer
5558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5559         occurrences:
5560         - 1
5561         - UNBOUNDED
5562       host_a_single_1a:
5563         type: tosca.capabilities.Container
5564         valid_source_types:
5565         - tosca.nodes.SoftwareComponent
5566         occurrences:
5567         - 1
5568         - UNBOUNDED
5569       endpoint_a_single_1a:
5570         type: tosca.capabilities.Endpoint.Admin
5571         occurrences:
5572         - 1
5573         - UNBOUNDED
5574       disk.root.size_a_single_1a:
5575         type: org.openecomp.capabilities.metric.Ceilometer
5576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5577         occurrences:
5578         - 1
5579         - UNBOUNDED
5580       memory.resident_a_single_1a:
5581         type: org.openecomp.capabilities.metric.Ceilometer
5582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5583         occurrences:
5584         - 1
5585         - UNBOUNDED
5586       network.incoming.packets.rate_a_single_1a_1a_t2_port:
5587         type: org.openecomp.capabilities.metric.Ceilometer
5588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5589         occurrences:
5590         - 1
5591         - UNBOUNDED
5592       cpu.delta_a_single_1a:
5593         type: org.openecomp.capabilities.metric.Ceilometer
5594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5595         occurrences:
5596         - 1
5597         - UNBOUNDED
5598       disk.device.write.requests_a_single_1a:
5599         type: org.openecomp.capabilities.metric.Ceilometer
5600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5601         occurrences:
5602         - 1
5603         - UNBOUNDED
5604       network.incoming.bytes.rate_a_single_1a_1a_t1_port:
5605         type: org.openecomp.capabilities.metric.Ceilometer
5606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5607         occurrences:
5608         - 1
5609         - UNBOUNDED
5610       disk.iops_a_single_1a:
5611         type: org.openecomp.capabilities.metric.Ceilometer
5612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5613         occurrences:
5614         - 1
5615         - UNBOUNDED
5616       network.incoming.bytes_a_single_1a_1a_t1_port:
5617         type: org.openecomp.capabilities.metric.Ceilometer
5618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5619         occurrences:
5620         - 1
5621         - UNBOUNDED
5622       cpu_util_a_single_1a:
5623         type: org.openecomp.capabilities.metric.Ceilometer
5624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5625         occurrences:
5626         - 1
5627         - UNBOUNDED
5628       os_a_single_1a:
5629         type: tosca.capabilities.OperatingSystem
5630         occurrences:
5631         - 1
5632         - UNBOUNDED
5633       disk.device.usage_a_single_1a:
5634         type: org.openecomp.capabilities.metric.Ceilometer
5635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5636         occurrences:
5637         - 1
5638         - UNBOUNDED
5639       network.incoming.packets.rate_a_single_1a_1a_t1_port:
5640         type: org.openecomp.capabilities.metric.Ceilometer
5641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5642         occurrences:
5643         - 1
5644         - UNBOUNDED
5645       network.outgoing.packets.rate_a_single_1a_1a_t2_port:
5646         type: org.openecomp.capabilities.metric.Ceilometer
5647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5648         occurrences:
5649         - 1
5650         - UNBOUNDED
5651       disk.read.requests_a_single_1a:
5652         type: org.openecomp.capabilities.metric.Ceilometer
5653         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5654         occurrences:
5655         - 1
5656         - UNBOUNDED
5657       disk.read.bytes.rate_a_single_1a:
5658         type: org.openecomp.capabilities.metric.Ceilometer
5659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5660         occurrences:
5661         - 1
5662         - UNBOUNDED
5663       disk.write.bytes.rate_a_single_1a:
5664         type: org.openecomp.capabilities.metric.Ceilometer
5665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5666         occurrences:
5667         - 1
5668         - UNBOUNDED
5669       attachment_a_single_1a_1a_t1_port:
5670         type: tosca.capabilities.Attachment
5671         occurrences:
5672         - 1
5673         - UNBOUNDED
5674       cpu_a_single_1a:
5675         type: org.openecomp.capabilities.metric.Ceilometer
5676         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5677         occurrences:
5678         - 1
5679         - UNBOUNDED
5680       memory.usage_a_single_1a:
5681         type: org.openecomp.capabilities.metric.Ceilometer
5682         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5683         occurrences:
5684         - 1
5685         - UNBOUNDED
5686       disk.device.write.requests.rate_a_single_1a:
5687         type: org.openecomp.capabilities.metric.Ceilometer
5688         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5689         occurrences:
5690         - 1
5691         - UNBOUNDED
5692       binding_a_single_1a_1a_t2_port:
5693         type: tosca.capabilities.network.Bindable
5694         valid_source_types:
5695         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5696         occurrences:
5697         - 0
5698         - UNBOUNDED
5699       network.incoming.packets_a_single_1a_1a_t2_port:
5700         type: org.openecomp.capabilities.metric.Ceilometer
5701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5702         occurrences:
5703         - 1
5704         - UNBOUNDED
5705       disk.device.read.requests_a_single_1a:
5706         type: org.openecomp.capabilities.metric.Ceilometer
5707         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5708         occurrences:
5709         - 1
5710         - UNBOUNDED
5711       disk.device.latency_a_single_1a:
5712         type: org.openecomp.capabilities.metric.Ceilometer
5713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5714         occurrences:
5715         - 1
5716         - UNBOUNDED
5717       instance_a_single_1a:
5718         type: org.openecomp.capabilities.metric.Ceilometer
5719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5720         occurrences:
5721         - 1
5722         - UNBOUNDED
5723       binding_a_single_1a:
5724         type: tosca.capabilities.network.Bindable
5725         occurrences:
5726         - 1
5727         - UNBOUNDED
5728       disk.latency_a_single_1a:
5729         type: org.openecomp.capabilities.metric.Ceilometer
5730         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5731         occurrences:
5732         - 1
5733         - UNBOUNDED
5734       network.outgoing.bytes_a_single_1a_1a_t2_port:
5735         type: org.openecomp.capabilities.metric.Ceilometer
5736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5737         occurrences:
5738         - 1
5739         - UNBOUNDED
5740       disk.device.allocation_a_single_1a:
5741         type: org.openecomp.capabilities.metric.Ceilometer
5742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5743         occurrences:
5744         - 1
5745         - UNBOUNDED
5746       disk.write.bytes_a_single_1a:
5747         type: org.openecomp.capabilities.metric.Ceilometer
5748         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5749         occurrences:
5750         - 1
5751         - UNBOUNDED
5752       feature_a_single_1a_1a_t1_port:
5753         type: tosca.capabilities.Node
5754         occurrences:
5755         - 1
5756         - UNBOUNDED
5757       network.outpoing.packets_a_single_1a_1a_t2_port:
5758         type: org.openecomp.capabilities.metric.Ceilometer
5759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5760         occurrences:
5761         - 1
5762         - UNBOUNDED
5763       network.outpoing.packets_a_single_1a_1a_t1_port:
5764         type: org.openecomp.capabilities.metric.Ceilometer
5765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5766         occurrences:
5767         - 1
5768         - UNBOUNDED
5769       disk.device.read.bytes.rate_a_single_1a:
5770         type: org.openecomp.capabilities.metric.Ceilometer
5771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5772         occurrences:
5773         - 1
5774         - UNBOUNDED
5775       disk.device.write.bytes_a_single_1a:
5776         type: org.openecomp.capabilities.metric.Ceilometer
5777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5778         occurrences:
5779         - 1
5780         - UNBOUNDED
5781       disk.device.write.bytes.rate_a_single_1a:
5782         type: org.openecomp.capabilities.metric.Ceilometer
5783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5784         occurrences:
5785         - 1
5786         - UNBOUNDED
5787       memory_a_single_1a:
5788         type: org.openecomp.capabilities.metric.Ceilometer
5789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5790         occurrences:
5791         - 1
5792         - UNBOUNDED
5793       disk.allocation_a_single_1a:
5794         type: org.openecomp.capabilities.metric.Ceilometer
5795         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5796         occurrences:
5797         - 1
5798         - UNBOUNDED
5799       network.outgoing.packets.rate_a_single_1a_1a_t1_port:
5800         type: org.openecomp.capabilities.metric.Ceilometer
5801         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5802         occurrences:
5803         - 1
5804         - UNBOUNDED
5805       feature_a_single_1a_1a_t2_port:
5806         type: tosca.capabilities.Node
5807         occurrences:
5808         - 1
5809         - UNBOUNDED
5810       disk.capacity_a_single_1a:
5811         type: org.openecomp.capabilities.metric.Ceilometer
5812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5813         occurrences:
5814         - 1
5815         - UNBOUNDED
5816       disk.device.read.bytes_a_single_1a:
5817         type: org.openecomp.capabilities.metric.Ceilometer
5818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5819         occurrences:
5820         - 1
5821         - UNBOUNDED
5822       network.incoming.packets_a_single_1a_1a_t1_port:
5823         type: org.openecomp.capabilities.metric.Ceilometer
5824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5825         occurrences:
5826         - 1
5827         - UNBOUNDED
5828       feature_a_single_1a:
5829         type: tosca.capabilities.Node
5830         occurrences:
5831         - 1
5832         - UNBOUNDED
5833       network.outgoing.bytes_a_single_1a_1a_t1_port:
5834         type: org.openecomp.capabilities.metric.Ceilometer
5835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5836         occurrences:
5837         - 1
5838         - UNBOUNDED
5839       disk.ephemeral.size_a_single_1a:
5840         type: org.openecomp.capabilities.metric.Ceilometer
5841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5842         occurrences:
5843         - 1
5844         - UNBOUNDED
5845       vcpus_a_single_1a:
5846         type: org.openecomp.capabilities.metric.Ceilometer
5847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5848         occurrences:
5849         - 1
5850         - UNBOUNDED
5851       binding_a_single_1a_1a_t1_port:
5852         type: tosca.capabilities.network.Bindable
5853         valid_source_types:
5854         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5855         occurrences:
5856         - 0
5857         - UNBOUNDED
5858       disk.device.iops_a_single_1a:
5859         type: org.openecomp.capabilities.metric.Ceilometer
5860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5861         occurrences:
5862         - 1
5863         - UNBOUNDED
5864       disk.write.requests_a_single_1a:
5865         type: org.openecomp.capabilities.metric.Ceilometer
5866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5867         occurrences:
5868         - 1
5869         - UNBOUNDED
5870       disk.device.read.requests.rate_a_single_1a:
5871         type: org.openecomp.capabilities.metric.Ceilometer
5872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5873         occurrences:
5874         - 1
5875         - UNBOUNDED
5876       disk.device.capacity_a_single_1a:
5877         type: org.openecomp.capabilities.metric.Ceilometer
5878         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5879         occurrences:
5880         - 1
5881         - UNBOUNDED
5882       disk.write.requests.rate_a_single_1a:
5883         type: org.openecomp.capabilities.metric.Ceilometer
5884         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5885         occurrences:
5886         - 1
5887         - UNBOUNDED
5888       network.incoming.bytes_a_single_1a_1a_t2_port:
5889         type: org.openecomp.capabilities.metric.Ceilometer
5890         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5891         occurrences:
5892         - 1
5893         - UNBOUNDED
5894       network.outgoing.bytes.rate_a_single_1a_1a_t1_port:
5895         type: org.openecomp.capabilities.metric.Ceilometer
5896         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5897         occurrences:
5898         - 1
5899         - UNBOUNDED
5900   org.openecomp.resource.vfc.nodes.heat.b_single_1b:
5901     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
5902     properties:
5903       port_1b_t1_port_order:
5904         type: integer
5905         required: true
5906         status: SUPPORTED
5907       port_1b_t1_port_network_role:
5908         type: string
5909         required: true
5910         status: SUPPORTED
5911       port_1b_t1_port_exCP_naming:
5912         type: org.openecomp.datatypes.Naming
5913         required: true
5914         status: SUPPORTED
5915       vm_flavor_name:
5916         type: string
5917         required: true
5918         status: SUPPORTED
5919       port_1b_t1_port_ip_requirements:
5920         type: list
5921         required: true
5922         status: SUPPORTED
5923         entry_schema:
5924           type: org.openecomp.datatypes.network.IpRequirements
5925       vm_image_name:
5926         type: string
5927         required: true
5928         status: SUPPORTED
5929       port_1b_t2_port_network_role:
5930         type: string
5931         required: true
5932         status: SUPPORTED
5933       port_1b_t2_port_order:
5934         type: integer
5935         required: true
5936         status: SUPPORTED
5937       compute_b_single_1b_user_data_format:
5938         type: list
5939         required: true
5940         status: SUPPORTED
5941         entry_schema:
5942           type: string
5943       port_1b_t2_port_exCP_naming:
5944         type: org.openecomp.datatypes.Naming
5945         required: true
5946         status: SUPPORTED
5947       port_1b_t2_port_network_role_tag:
5948         type: string
5949         required: true
5950         status: SUPPORTED
5951       port_1b_t2_port_subnetpoolid:
5952         type: string
5953         required: true
5954         status: SUPPORTED
5955       port_1b_t2_port_mac_requirements:
5956         type: org.openecomp.datatypes.network.MacRequirements
5957         required: true
5958         status: SUPPORTED
5959       compute_b_single_1b_availability_zone:
5960         type: list
5961         required: true
5962         status: SUPPORTED
5963         entry_schema:
5964           type: string
5965       index_value:
5966         type: integer
5967         description: Index value of this substitution service template runtime instance
5968         required: false
5969         default: 0
5970         status: SUPPORTED
5971         constraints:
5972         - greater_or_equal: 0
5973       compute_b_single_1b_scheduler_hints:
5974         type: list
5975         required: true
5976         status: SUPPORTED
5977         entry_schema:
5978           type: json
5979       port_1b_t2_port_vlan_requirements:
5980         type: list
5981         required: true
5982         status: SUPPORTED
5983         entry_schema:
5984           type: org.openecomp.datatypes.network.VlanRequirements
5985       port_1b_t2_port_ip_requirements:
5986         type: list
5987         required: true
5988         status: SUPPORTED
5989         entry_schema:
5990           type: org.openecomp.datatypes.network.IpRequirements
5991       port_1b_t1_port_network_role_tag:
5992         type: string
5993         required: true
5994         status: SUPPORTED
5995       port_1b_t1_port_subnetpoolid:
5996         type: string
5997         required: true
5998         status: SUPPORTED
5999       port_1b_t1_port_mac_requirements:
6000         type: org.openecomp.datatypes.network.MacRequirements
6001         required: true
6002         status: SUPPORTED
6003       port_1b_t2_port_network:
6004         type: list
6005         required: true
6006         status: SUPPORTED
6007         entry_schema:
6008           type: string
6009       port_1b_t1_port_vlan_requirements:
6010         type: list
6011         required: true
6012         status: SUPPORTED
6013         entry_schema:
6014           type: org.openecomp.datatypes.network.VlanRequirements
6015       port_1b_t1_port_network:
6016         type: list
6017         required: true
6018         status: SUPPORTED
6019         entry_schema:
6020           type: string
6021       compute_b_single_1b_name:
6022         type: list
6023         required: true
6024         status: SUPPORTED
6025         entry_schema:
6026           type: string
6027     attributes:
6028       b_single_1b_instance_name:
6029         type: string
6030         status: SUPPORTED
6031       b_single_1b_1b_t1_port_tenant_id:
6032         type: string
6033         status: SUPPORTED
6034   org.openecomp.resource.abstract.nodes.b_single_1b_1:
6035     derived_from: org.openecomp.resource.abstract.nodes.VFC
6036     properties:
6037       port_1b_t1_port_order:
6038         type: integer
6039         required: true
6040         status: SUPPORTED
6041       port_1b_t1_port_network_role:
6042         type: string
6043         required: true
6044         status: SUPPORTED
6045       port_1b_t1_port_exCP_naming:
6046         type: org.openecomp.datatypes.Naming
6047         required: true
6048         status: SUPPORTED
6049       vm_flavor_name:
6050         type: string
6051         required: true
6052         status: SUPPORTED
6053       port_1b_t1_port_ip_requirements:
6054         type: list
6055         required: true
6056         status: SUPPORTED
6057         entry_schema:
6058           type: org.openecomp.datatypes.network.IpRequirements
6059       vm_image_name:
6060         type: string
6061         required: true
6062         status: SUPPORTED
6063       port_1b_t2_port_network_role:
6064         type: string
6065         required: true
6066         status: SUPPORTED
6067       port_1b_t2_port_order:
6068         type: integer
6069         required: true
6070         status: SUPPORTED
6071       compute_b_single_1b_user_data_format:
6072         type: list
6073         required: true
6074         status: SUPPORTED
6075         entry_schema:
6076           type: string
6077       port_1b_t2_port_exCP_naming:
6078         type: org.openecomp.datatypes.Naming
6079         required: true
6080         status: SUPPORTED
6081       port_1b_t2_port_network_role_tag:
6082         type: string
6083         required: true
6084         status: SUPPORTED
6085       port_1b_t2_port_subnetpoolid:
6086         type: string
6087         required: true
6088         status: SUPPORTED
6089       port_1b_t2_port_mac_requirements:
6090         type: org.openecomp.datatypes.network.MacRequirements
6091         required: true
6092         status: SUPPORTED
6093       compute_b_single_1b_availability_zone:
6094         type: list
6095         required: true
6096         status: SUPPORTED
6097         entry_schema:
6098           type: string
6099       index_value:
6100         type: integer
6101         description: Index value of this substitution service template runtime instance
6102         required: false
6103         default: 0
6104         status: SUPPORTED
6105         constraints:
6106         - greater_or_equal: 0
6107       compute_b_single_1b_scheduler_hints:
6108         type: list
6109         required: true
6110         status: SUPPORTED
6111         entry_schema:
6112           type: json
6113       port_1b_t2_port_vlan_requirements:
6114         type: list
6115         required: true
6116         status: SUPPORTED
6117         entry_schema:
6118           type: org.openecomp.datatypes.network.VlanRequirements
6119       port_1b_t2_port_ip_requirements:
6120         type: list
6121         required: true
6122         status: SUPPORTED
6123         entry_schema:
6124           type: org.openecomp.datatypes.network.IpRequirements
6125       port_1b_t1_port_network_role_tag:
6126         type: string
6127         required: true
6128         status: SUPPORTED
6129       port_1b_t1_port_subnetpoolid:
6130         type: string
6131         required: true
6132         status: SUPPORTED
6133       port_1b_t1_port_mac_requirements:
6134         type: org.openecomp.datatypes.network.MacRequirements
6135         required: true
6136         status: SUPPORTED
6137       port_1b_t2_port_network:
6138         type: list
6139         required: true
6140         status: SUPPORTED
6141         entry_schema:
6142           type: string
6143       port_1b_t1_port_vlan_requirements:
6144         type: list
6145         required: true
6146         status: SUPPORTED
6147         entry_schema:
6148           type: org.openecomp.datatypes.network.VlanRequirements
6149       port_1b_t1_port_network:
6150         type: list
6151         required: true
6152         status: SUPPORTED
6153         entry_schema:
6154           type: string
6155       compute_b_single_1b_name:
6156         type: list
6157         required: true
6158         status: SUPPORTED
6159         entry_schema:
6160           type: string
6161     attributes:
6162       b_single_1b_instance_name:
6163         type: string
6164         status: SUPPORTED
6165       b_single_1b_1b_t1_port_tenant_id:
6166         type: string
6167         status: SUPPORTED
6168     requirements:
6169     - dependency_b_single_1b:
6170         capability: tosca.capabilities.Node
6171         node: tosca.nodes.Root
6172         relationship: tosca.relationships.DependsOn
6173         occurrences:
6174         - 0
6175         - UNBOUNDED
6176     - local_storage_b_single_1b:
6177         capability: tosca.capabilities.Attachment
6178         node: tosca.nodes.BlockStorage
6179         relationship: tosca.relationships.AttachesTo
6180         occurrences:
6181         - 0
6182         - UNBOUNDED
6183     - dependency_b_single_1b_1b_t1_port:
6184         capability: tosca.capabilities.Node
6185         node: tosca.nodes.Root
6186         relationship: tosca.relationships.DependsOn
6187         occurrences:
6188         - 0
6189         - UNBOUNDED
6190     - link_b_single_1b_1b_t1_port:
6191         capability: tosca.capabilities.network.Linkable
6192         relationship: tosca.relationships.network.LinksTo
6193         occurrences:
6194         - 1
6195         - 1
6196     - dependency_b_single_1b_1b_t2_port:
6197         capability: tosca.capabilities.Node
6198         node: tosca.nodes.Root
6199         relationship: tosca.relationships.DependsOn
6200         occurrences:
6201         - 0
6202         - UNBOUNDED
6203     - link_b_single_1b_1b_t2_port:
6204         capability: tosca.capabilities.network.Linkable
6205         relationship: tosca.relationships.network.LinksTo
6206         occurrences:
6207         - 1
6208         - 1
6209     capabilities:
6210       attachment_b_single_1b_1b_t2_port:
6211         type: tosca.capabilities.Attachment
6212         occurrences:
6213         - 1
6214         - UNBOUNDED
6215       endpoint_b_single_1b:
6216         type: tosca.capabilities.Endpoint.Admin
6217         occurrences:
6218         - 1
6219         - UNBOUNDED
6220       feature_b_single_1b:
6221         type: tosca.capabilities.Node
6222         occurrences:
6223         - 1
6224         - UNBOUNDED
6225       disk.iops_b_single_1b:
6226         type: org.openecomp.capabilities.metric.Ceilometer
6227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6228         occurrences:
6229         - 1
6230         - UNBOUNDED
6231       network.incoming.bytes.rate_b_single_1b_1b_t2_port:
6232         type: org.openecomp.capabilities.metric.Ceilometer
6233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6234         occurrences:
6235         - 1
6236         - UNBOUNDED
6237       network.outgoing.bytes.rate_b_single_1b_1b_t2_port:
6238         type: org.openecomp.capabilities.metric.Ceilometer
6239         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6240         occurrences:
6241         - 1
6242         - UNBOUNDED
6243       scalable_b_single_1b:
6244         type: tosca.capabilities.Scalable
6245         occurrences:
6246         - 1
6247         - UNBOUNDED
6248       disk.write.bytes_b_single_1b:
6249         type: org.openecomp.capabilities.metric.Ceilometer
6250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6251         occurrences:
6252         - 1
6253         - UNBOUNDED
6254       os_b_single_1b:
6255         type: tosca.capabilities.OperatingSystem
6256         occurrences:
6257         - 1
6258         - UNBOUNDED
6259       vcpus_b_single_1b:
6260         type: org.openecomp.capabilities.metric.Ceilometer
6261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6262         occurrences:
6263         - 1
6264         - UNBOUNDED
6265       cpu_b_single_1b:
6266         type: org.openecomp.capabilities.metric.Ceilometer
6267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6268         occurrences:
6269         - 1
6270         - UNBOUNDED
6271       disk.device.read.requests.rate_b_single_1b:
6272         type: org.openecomp.capabilities.metric.Ceilometer
6273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6274         occurrences:
6275         - 1
6276         - UNBOUNDED
6277       network.incoming.packets.rate_b_single_1b_1b_t2_port:
6278         type: org.openecomp.capabilities.metric.Ceilometer
6279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6280         occurrences:
6281         - 1
6282         - UNBOUNDED
6283       instance_b_single_1b:
6284         type: org.openecomp.capabilities.metric.Ceilometer
6285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6286         occurrences:
6287         - 1
6288         - UNBOUNDED
6289       network.incoming.bytes.rate_b_single_1b_1b_t1_port:
6290         type: org.openecomp.capabilities.metric.Ceilometer
6291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6292         occurrences:
6293         - 1
6294         - UNBOUNDED
6295       disk.read.bytes_b_single_1b:
6296         type: org.openecomp.capabilities.metric.Ceilometer
6297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6298         occurrences:
6299         - 1
6300         - UNBOUNDED
6301       disk.device.latency_b_single_1b:
6302         type: org.openecomp.capabilities.metric.Ceilometer
6303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6304         occurrences:
6305         - 1
6306         - UNBOUNDED
6307       disk.usage_b_single_1b:
6308         type: org.openecomp.capabilities.metric.Ceilometer
6309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6310         occurrences:
6311         - 1
6312         - UNBOUNDED
6313       network.incoming.bytes_b_single_1b_1b_t1_port:
6314         type: org.openecomp.capabilities.metric.Ceilometer
6315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6316         occurrences:
6317         - 1
6318         - UNBOUNDED
6319       disk.device.allocation_b_single_1b:
6320         type: org.openecomp.capabilities.metric.Ceilometer
6321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6322         occurrences:
6323         - 1
6324         - UNBOUNDED
6325       network.outgoing.packets.rate_b_single_1b_1b_t2_port:
6326         type: org.openecomp.capabilities.metric.Ceilometer
6327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6328         occurrences:
6329         - 1
6330         - UNBOUNDED
6331       disk.device.capacity_b_single_1b:
6332         type: org.openecomp.capabilities.metric.Ceilometer
6333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6334         occurrences:
6335         - 1
6336         - UNBOUNDED
6337       disk.latency_b_single_1b:
6338         type: org.openecomp.capabilities.metric.Ceilometer
6339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6340         occurrences:
6341         - 1
6342         - UNBOUNDED
6343       network.incoming.packets_b_single_1b_1b_t2_port:
6344         type: org.openecomp.capabilities.metric.Ceilometer
6345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6346         occurrences:
6347         - 1
6348         - UNBOUNDED
6349       network.incoming.packets.rate_b_single_1b_1b_t1_port:
6350         type: org.openecomp.capabilities.metric.Ceilometer
6351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6352         occurrences:
6353         - 1
6354         - UNBOUNDED
6355       attachment_b_single_1b_1b_t1_port:
6356         type: tosca.capabilities.Attachment
6357         occurrences:
6358         - 1
6359         - UNBOUNDED
6360       disk.device.write.requests_b_single_1b:
6361         type: org.openecomp.capabilities.metric.Ceilometer
6362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6363         occurrences:
6364         - 1
6365         - UNBOUNDED
6366       binding_b_single_1b_1b_t2_port:
6367         type: tosca.capabilities.network.Bindable
6368         valid_source_types:
6369         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6370         occurrences:
6371         - 0
6372         - UNBOUNDED
6373       disk.ephemeral.size_b_single_1b:
6374         type: org.openecomp.capabilities.metric.Ceilometer
6375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6376         occurrences:
6377         - 1
6378         - UNBOUNDED
6379       disk.write.requests.rate_b_single_1b:
6380         type: org.openecomp.capabilities.metric.Ceilometer
6381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6382         occurrences:
6383         - 1
6384         - UNBOUNDED
6385       network.outpoing.packets_b_single_1b_1b_t2_port:
6386         type: org.openecomp.capabilities.metric.Ceilometer
6387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6388         occurrences:
6389         - 1
6390         - UNBOUNDED
6391       disk.device.iops_b_single_1b:
6392         type: org.openecomp.capabilities.metric.Ceilometer
6393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6394         occurrences:
6395         - 1
6396         - UNBOUNDED
6397       disk.read.requests_b_single_1b:
6398         type: org.openecomp.capabilities.metric.Ceilometer
6399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6400         occurrences:
6401         - 1
6402         - UNBOUNDED
6403       memory.resident_b_single_1b:
6404         type: org.openecomp.capabilities.metric.Ceilometer
6405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6406         occurrences:
6407         - 1
6408         - UNBOUNDED
6409       disk.root.size_b_single_1b:
6410         type: org.openecomp.capabilities.metric.Ceilometer
6411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6412         occurrences:
6413         - 1
6414         - UNBOUNDED
6415       feature_b_single_1b_1b_t1_port:
6416         type: tosca.capabilities.Node
6417         occurrences:
6418         - 1
6419         - UNBOUNDED
6420       network.outgoing.bytes_b_single_1b_1b_t2_port:
6421         type: org.openecomp.capabilities.metric.Ceilometer
6422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6423         occurrences:
6424         - 1
6425         - UNBOUNDED
6426       disk.capacity_b_single_1b:
6427         type: org.openecomp.capabilities.metric.Ceilometer
6428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6429         occurrences:
6430         - 1
6431         - UNBOUNDED
6432       disk.device.write.bytes_b_single_1b:
6433         type: org.openecomp.capabilities.metric.Ceilometer
6434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6435         occurrences:
6436         - 1
6437         - UNBOUNDED
6438       disk.device.read.bytes_b_single_1b:
6439         type: org.openecomp.capabilities.metric.Ceilometer
6440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6441         occurrences:
6442         - 1
6443         - UNBOUNDED
6444       disk.device.read.bytes.rate_b_single_1b:
6445         type: org.openecomp.capabilities.metric.Ceilometer
6446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6447         occurrences:
6448         - 1
6449         - UNBOUNDED
6450       cpu_util_b_single_1b:
6451         type: org.openecomp.capabilities.metric.Ceilometer
6452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6453         occurrences:
6454         - 1
6455         - UNBOUNDED
6456       disk.write.requests_b_single_1b:
6457         type: org.openecomp.capabilities.metric.Ceilometer
6458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6459         occurrences:
6460         - 1
6461         - UNBOUNDED
6462       network.outgoing.packets.rate_b_single_1b_1b_t1_port:
6463         type: org.openecomp.capabilities.metric.Ceilometer
6464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6465         occurrences:
6466         - 1
6467         - UNBOUNDED
6468       disk.device.usage_b_single_1b:
6469         type: org.openecomp.capabilities.metric.Ceilometer
6470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6471         occurrences:
6472         - 1
6473         - UNBOUNDED
6474       disk.read.bytes.rate_b_single_1b:
6475         type: org.openecomp.capabilities.metric.Ceilometer
6476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6477         occurrences:
6478         - 1
6479         - UNBOUNDED
6480       network.outgoing.bytes_b_single_1b_1b_t1_port:
6481         type: org.openecomp.capabilities.metric.Ceilometer
6482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6483         occurrences:
6484         - 1
6485         - UNBOUNDED
6486       disk.device.read.requests_b_single_1b:
6487         type: org.openecomp.capabilities.metric.Ceilometer
6488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6489         occurrences:
6490         - 1
6491         - UNBOUNDED
6492       network.incoming.packets_b_single_1b_1b_t1_port:
6493         type: org.openecomp.capabilities.metric.Ceilometer
6494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6495         occurrences:
6496         - 1
6497         - UNBOUNDED
6498       binding_b_single_1b_1b_t1_port:
6499         type: tosca.capabilities.network.Bindable
6500         valid_source_types:
6501         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6502         occurrences:
6503         - 0
6504         - UNBOUNDED
6505       network.outpoing.packets_b_single_1b_1b_t1_port:
6506         type: org.openecomp.capabilities.metric.Ceilometer
6507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6508         occurrences:
6509         - 1
6510         - UNBOUNDED
6511       disk.device.write.requests.rate_b_single_1b:
6512         type: org.openecomp.capabilities.metric.Ceilometer
6513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6514         occurrences:
6515         - 1
6516         - UNBOUNDED
6517       memory.usage_b_single_1b:
6518         type: org.openecomp.capabilities.metric.Ceilometer
6519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6520         occurrences:
6521         - 1
6522         - UNBOUNDED
6523       disk.write.bytes.rate_b_single_1b:
6524         type: org.openecomp.capabilities.metric.Ceilometer
6525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6526         occurrences:
6527         - 1
6528         - UNBOUNDED
6529       network.incoming.bytes_b_single_1b_1b_t2_port:
6530         type: org.openecomp.capabilities.metric.Ceilometer
6531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6532         occurrences:
6533         - 1
6534         - UNBOUNDED
6535       network.outgoing.bytes.rate_b_single_1b_1b_t1_port:
6536         type: org.openecomp.capabilities.metric.Ceilometer
6537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6538         occurrences:
6539         - 1
6540         - UNBOUNDED
6541       cpu.delta_b_single_1b:
6542         type: org.openecomp.capabilities.metric.Ceilometer
6543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6544         occurrences:
6545         - 1
6546         - UNBOUNDED
6547       disk.allocation_b_single_1b:
6548         type: org.openecomp.capabilities.metric.Ceilometer
6549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6550         occurrences:
6551         - 1
6552         - UNBOUNDED
6553       disk.device.write.bytes.rate_b_single_1b:
6554         type: org.openecomp.capabilities.metric.Ceilometer
6555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6556         occurrences:
6557         - 1
6558         - UNBOUNDED
6559       memory_b_single_1b:
6560         type: org.openecomp.capabilities.metric.Ceilometer
6561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6562         occurrences:
6563         - 1
6564         - UNBOUNDED
6565       host_b_single_1b:
6566         type: tosca.capabilities.Container
6567         valid_source_types:
6568         - tosca.nodes.SoftwareComponent
6569         occurrences:
6570         - 1
6571         - UNBOUNDED
6572       binding_b_single_1b:
6573         type: tosca.capabilities.network.Bindable
6574         occurrences:
6575         - 1
6576         - UNBOUNDED
6577       feature_b_single_1b_1b_t2_port:
6578         type: tosca.capabilities.Node
6579         occurrences:
6580         - 1
6581         - UNBOUNDED
6582   org.openecomp.resource.vfc.nodes.heat.1c2_catalog_instance:
6583     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
6584     properties:
6585       port_1c2_t2_port_order:
6586         type: integer
6587         required: true
6588         status: SUPPORTED
6589       compute_1c2_catalog_instance_availability_zone:
6590         type: list
6591         required: true
6592         status: SUPPORTED
6593         entry_schema:
6594           type: string
6595       port_1c2_t2_port_subnetpoolid:
6596         type: string
6597         required: true
6598         status: SUPPORTED
6599       port_1c2_t2_port_network_role:
6600         type: string
6601         required: true
6602         status: SUPPORTED
6603       vm_flavor_name:
6604         type: string
6605         required: true
6606         status: SUPPORTED
6607       port_1c2_t2_port_network_role_tag:
6608         type: string
6609         required: true
6610         status: SUPPORTED
6611       port_1c2_t1_port_vlan_requirements:
6612         type: list
6613         required: true
6614         status: SUPPORTED
6615         entry_schema:
6616           type: org.openecomp.datatypes.network.VlanRequirements
6617       vm_image_name:
6618         type: string
6619         required: true
6620         status: SUPPORTED
6621       port_1c2_t2_port_exCP_naming:
6622         type: org.openecomp.datatypes.Naming
6623         required: true
6624         status: SUPPORTED
6625       port_1c2_t1_port_order:
6626         type: integer
6627         required: true
6628         status: SUPPORTED
6629       port_1c2_t1_port_subnetpoolid:
6630         type: string
6631         required: true
6632         status: SUPPORTED
6633       port_1c2_t2_port_ip_requirements:
6634         type: list
6635         required: true
6636         status: SUPPORTED
6637         entry_schema:
6638           type: org.openecomp.datatypes.network.IpRequirements
6639       port_1c2_t1_port_mac_requirements:
6640         type: org.openecomp.datatypes.network.MacRequirements
6641         required: true
6642         status: SUPPORTED
6643       port_1c2_t1_port_network_role:
6644         type: string
6645         required: true
6646         status: SUPPORTED
6647       port_1c2_t2_port_network:
6648         type: list
6649         required: true
6650         status: SUPPORTED
6651         entry_schema:
6652           type: string
6653       index_value:
6654         type: integer
6655         description: Index value of this substitution service template runtime instance
6656         required: false
6657         default: 0
6658         status: SUPPORTED
6659         constraints:
6660         - greater_or_equal: 0
6661       compute_1c2_catalog_instance_name:
6662         type: list
6663         required: true
6664         status: SUPPORTED
6665         entry_schema:
6666           type: string
6667       port_1c2_t1_port_exCP_naming:
6668         type: org.openecomp.datatypes.Naming
6669         required: true
6670         status: SUPPORTED
6671       port_1c2_t1_port_network:
6672         type: list
6673         required: true
6674         status: SUPPORTED
6675         entry_schema:
6676           type: string
6677       port_1c2_t2_port_mac_requirements:
6678         type: org.openecomp.datatypes.network.MacRequirements
6679         required: true
6680         status: SUPPORTED
6681       port_1c2_t2_port_vlan_requirements:
6682         type: list
6683         required: true
6684         status: SUPPORTED
6685         entry_schema:
6686           type: org.openecomp.datatypes.network.VlanRequirements
6687       compute_1c2_catalog_instance_user_data_format:
6688         type: list
6689         required: true
6690         status: SUPPORTED
6691         entry_schema:
6692           type: string
6693       port_1c2_t1_port_network_role_tag:
6694         type: string
6695         required: true
6696         status: SUPPORTED
6697       port_1c2_t1_port_ip_requirements:
6698         type: list
6699         required: true
6700         status: SUPPORTED
6701         entry_schema:
6702           type: org.openecomp.datatypes.network.IpRequirements
6703       compute_1c2_catalog_instance_scheduler_hints:
6704         type: list
6705         required: true
6706         status: SUPPORTED
6707         entry_schema:
6708           type: json
6709     attributes:
6710       1c2_catalog_instance_instance_name:
6711         type: string
6712         status: SUPPORTED
6713       1c2_catalog_instance_1c2_t1_port_tenant_id:
6714         type: string
6715         status: SUPPORTED