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