04d6a6929ed6b67a964997e5044b2db8ff90f786
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.heat.pcm_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_pcm_1port_0_ip_requirements:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: org.openecomp.datatypes.network.IpRequirements
17       availabilityzone_name:
18         type: string
19         description: availabilityzone name
20         required: true
21         status: SUPPORTED
22       port_pcm_1port_0_network_role_tag:
23         type: string
24         required: true
25         status: SUPPORTED
26       pcm_image_name:
27         type: string
28         description: PCRF CM image name
29         required: true
30         status: SUPPORTED
31       port_pcm_2port_2_order:
32         type: integer
33         required: true
34         status: SUPPORTED
35       port_pcm_1port_0_subnetpoolid:
36         type: string
37         required: true
38         status: SUPPORTED
39       port_pcm_1port_0_order:
40         type: integer
41         required: true
42         status: SUPPORTED
43       port_pcm_2port_2_exCP_naming:
44         type: org.openecomp.datatypes.Naming
45         required: true
46         status: SUPPORTED
47       port_pcm_2port_2_subnetpoolid:
48         type: string
49         required: true
50         status: SUPPORTED
51       port_pcm_2port_2_vlan_requirements:
52         type: list
53         required: true
54         status: SUPPORTED
55         entry_schema:
56           type: org.openecomp.datatypes.network.VlanRequirements
57       port_pcm_2port_1_subnetpoolid:
58         type: string
59         required: true
60         status: SUPPORTED
61       port_pcm_2port_1_mac_requirements:
62         type: org.openecomp.datatypes.network.MacRequirements
63         required: true
64         status: SUPPORTED
65       port_pcm_1port_0_vlan_requirements:
66         type: list
67         required: true
68         status: SUPPORTED
69         entry_schema:
70           type: org.openecomp.datatypes.network.VlanRequirements
71       port_pcm_1port_0_exCP_naming:
72         type: org.openecomp.datatypes.Naming
73         required: true
74         status: SUPPORTED
75       port_pcm_2port_2_ip_requirements:
76         type: list
77         required: true
78         status: SUPPORTED
79         entry_schema:
80           type: org.openecomp.datatypes.network.IpRequirements
81       pcm_server_name:
82         type: string
83         description: PCRF CM server name
84         required: true
85         status: SUPPORTED
86       cps_net_mask:
87         type: string
88         description: CPS network mask
89         required: true
90         status: SUPPORTED
91       port_pcm_2port_2_network_role:
92         type: string
93         required: true
94         status: SUPPORTED
95       oam_net_name:
96         type: string
97         description: OAM network name
98         required: true
99         status: SUPPORTED
100       port_pcm_2port_2_mac_requirements:
101         type: org.openecomp.datatypes.network.MacRequirements
102         required: true
103         status: SUPPORTED
104       port_pcm_1port_0_mac_requirements:
105         type: org.openecomp.datatypes.network.MacRequirements
106         required: true
107         status: SUPPORTED
108       port_pcm_2port_1_network_role:
109         type: string
110         required: true
111         status: SUPPORTED
112       oam_net_gw:
113         type: string
114         description: CPS network gateway
115         required: true
116         status: SUPPORTED
117       packet_internal_network_name:
118         type: string
119         description: name of the network
120         required: true
121         status: SUPPORTED
122       port_pcm_1port_0_network_role:
123         type: string
124         required: true
125         status: SUPPORTED
126       port_pcm_2port_1_network_role_tag:
127         type: string
128         required: true
129         status: SUPPORTED
130       security_group_name:
131         type: string
132         description: the name of security group
133         required: true
134         status: SUPPORTED
135       cps_net_ip:
136         type: string
137         description: CPS network ip
138         required: true
139         status: SUPPORTED
140       port_pcm_2port_1_ip_requirements:
141         type: list
142         required: true
143         status: SUPPORTED
144         entry_schema:
145           type: org.openecomp.datatypes.network.IpRequirements
146       pcm_flavor_name:
147         type: string
148         description: flavor name of PCRF CM instance
149         required: true
150         status: SUPPORTED
151       port_pcm_2port_2_network_role_tag:
152         type: string
153         required: true
154         status: SUPPORTED
155       port_pcm_2port_1_exCP_naming:
156         type: org.openecomp.datatypes.Naming
157         required: true
158         status: SUPPORTED
159       pcm_vol:
160         type: string
161         description: CPS Cluman Cinder Volume
162         required: true
163         status: SUPPORTED
164       cps_net_name:
165         type: string
166         description: CPS network name
167         required: true
168         status: SUPPORTED
169       oam_net_ip:
170         type: string
171         description: OAM network ip
172         required: true
173         status: SUPPORTED
174       oam_net_mask:
175         type: string
176         description: CPS network mask
177         required: true
178         status: SUPPORTED
179       port_pcm_2port_1_order:
180         type: integer
181         required: true
182         status: SUPPORTED
183       port_pcm_2port_1_vlan_requirements:
184         type: list
185         required: true
186         status: SUPPORTED
187         entry_schema:
188           type: org.openecomp.datatypes.network.VlanRequirements
189     attributes:
190       server_pcm_id:
191         type: string
192         description: the pcm nova service id
193         status: SUPPORTED
194     requirements:
195     - dependency_server_pcm:
196         capability: tosca.capabilities.Node
197         node: tosca.nodes.Root
198         relationship: tosca.relationships.DependsOn
199         occurrences:
200         - 0
201         - UNBOUNDED
202     - local_storage_server_pcm:
203         capability: tosca.capabilities.Attachment
204         node: tosca.nodes.BlockStorage
205         relationship: tosca.relationships.AttachesTo
206         occurrences:
207         - 0
208         - UNBOUNDED
209     - dependency_packet_internal_network:
210         capability: tosca.capabilities.Node
211         node: tosca.nodes.Root
212         relationship: tosca.relationships.DependsOn
213         occurrences:
214         - 0
215         - UNBOUNDED
216     - dependency_pcm_1port_0:
217         capability: tosca.capabilities.Node
218         node: tosca.nodes.Root
219         relationship: tosca.relationships.DependsOn
220         occurrences:
221         - 0
222         - UNBOUNDED
223     - dependency_pcm_3port_1:
224         capability: tosca.capabilities.Node
225         node: tosca.nodes.Root
226         relationship: tosca.relationships.DependsOn
227         occurrences:
228         - 0
229         - UNBOUNDED
230     - link_pcm_3port_1:
231         capability: tosca.capabilities.network.Linkable
232         relationship: tosca.relationships.network.LinksTo
233         occurrences:
234         - 1
235         - 1
236     - binding_pcm_3port_1:
237         capability: tosca.capabilities.network.Bindable
238         relationship: tosca.relationships.network.BindsTo
239         occurrences:
240         - 1
241         - 1
242     - dependency_pcm_2port_2:
243         capability: tosca.capabilities.Node
244         node: tosca.nodes.Root
245         relationship: tosca.relationships.DependsOn
246         occurrences:
247         - 0
248         - UNBOUNDED
249     - binding_pcm_2port_2:
250         capability: tosca.capabilities.network.Bindable
251         relationship: tosca.relationships.network.BindsTo
252         occurrences:
253         - 1
254         - 1
255     - dependency_pcm_2port_1:
256         capability: tosca.capabilities.Node
257         node: tosca.nodes.Root
258         relationship: tosca.relationships.DependsOn
259         occurrences:
260         - 0
261         - UNBOUNDED
262     - link_pcm_2port_1:
263         capability: tosca.capabilities.network.Linkable
264         relationship: tosca.relationships.network.LinksTo
265         occurrences:
266         - 1
267         - 1
268     capabilities:
269       binding_pcm_2port_1:
270         type: tosca.capabilities.network.Bindable
271         valid_source_types:
272         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
273         occurrences:
274         - 0
275         - UNBOUNDED
276       binding_pcm_2port_2:
277         type: tosca.capabilities.network.Bindable
278         valid_source_types:
279         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
280         occurrences:
281         - 0
282         - UNBOUNDED
283       cpu_server_pcm:
284         type: org.openecomp.capabilities.metric.Ceilometer
285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
286         occurrences:
287         - 1
288         - UNBOUNDED
289       attachment_pcm_2port_1:
290         type: tosca.capabilities.Attachment
291         occurrences:
292         - 1
293         - UNBOUNDED
294       network.outgoing.bytes.rate_pcm_2port_1:
295         type: org.openecomp.capabilities.metric.Ceilometer
296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
297         occurrences:
298         - 1
299         - UNBOUNDED
300       attachment_pcm_2port_2:
301         type: tosca.capabilities.Attachment
302         occurrences:
303         - 1
304         - UNBOUNDED
305       network.outgoing.bytes.rate_pcm_2port_2:
306         type: org.openecomp.capabilities.metric.Ceilometer
307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
308         occurrences:
309         - 1
310         - UNBOUNDED
311       memory_server_pcm:
312         type: org.openecomp.capabilities.metric.Ceilometer
313         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
314         occurrences:
315         - 1
316         - UNBOUNDED
317       disk.write.requests_server_pcm:
318         type: org.openecomp.capabilities.metric.Ceilometer
319         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
320         occurrences:
321         - 1
322         - UNBOUNDED
323       network.outpoing.packets_pcm_2port_2:
324         type: org.openecomp.capabilities.metric.Ceilometer
325         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
326         occurrences:
327         - 1
328         - UNBOUNDED
329       network.incoming.bytes_pcm_2port_2:
330         type: org.openecomp.capabilities.metric.Ceilometer
331         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
332         occurrences:
333         - 1
334         - UNBOUNDED
335       network.incoming.bytes_pcm_2port_1:
336         type: org.openecomp.capabilities.metric.Ceilometer
337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
338         occurrences:
339         - 1
340         - UNBOUNDED
341       feature_pcm_1port_0:
342         type: tosca.capabilities.Node
343         occurrences:
344         - 1
345         - UNBOUNDED
346       network.incoming.packets.rate_pcm_2port_1:
347         type: org.openecomp.capabilities.metric.Ceilometer
348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
349         occurrences:
350         - 1
351         - UNBOUNDED
352       network.outpoing.packets_pcm_2port_1:
353         type: org.openecomp.capabilities.metric.Ceilometer
354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
355         occurrences:
356         - 1
357         - UNBOUNDED
358       network.incoming.packets.rate_pcm_2port_2:
359         type: org.openecomp.capabilities.metric.Ceilometer
360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
361         occurrences:
362         - 1
363         - UNBOUNDED
364       disk.device.iops_server_pcm:
365         type: org.openecomp.capabilities.metric.Ceilometer
366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
367         occurrences:
368         - 1
369         - UNBOUNDED
370       memory.resident_server_pcm:
371         type: org.openecomp.capabilities.metric.Ceilometer
372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
373         occurrences:
374         - 1
375         - UNBOUNDED
376       end_point_packet_internal_network:
377         type: tosca.capabilities.Endpoint
378         occurrences:
379         - 1
380         - UNBOUNDED
381       disk.device.write.requests_server_pcm:
382         type: org.openecomp.capabilities.metric.Ceilometer
383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
384         occurrences:
385         - 1
386         - UNBOUNDED
387       feature_packet_internal_network:
388         type: tosca.capabilities.Node
389         occurrences:
390         - 1
391         - UNBOUNDED
392       network.outgoing.packets.rate_pcm_2port_1:
393         type: org.openecomp.capabilities.metric.Ceilometer
394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
395         occurrences:
396         - 1
397         - UNBOUNDED
398       network.outgoing.packets.rate_pcm_2port_2:
399         type: org.openecomp.capabilities.metric.Ceilometer
400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
401         occurrences:
402         - 1
403         - UNBOUNDED
404       disk.device.usage_server_pcm:
405         type: org.openecomp.capabilities.metric.Ceilometer
406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
407         occurrences:
408         - 1
409         - UNBOUNDED
410       disk.allocation_server_pcm:
411         type: org.openecomp.capabilities.metric.Ceilometer
412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
413         occurrences:
414         - 1
415         - UNBOUNDED
416       network.incoming.packets_pcm_2port_1:
417         type: org.openecomp.capabilities.metric.Ceilometer
418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
419         occurrences:
420         - 1
421         - UNBOUNDED
422       network.incoming.packets_pcm_2port_2:
423         type: org.openecomp.capabilities.metric.Ceilometer
424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
425         occurrences:
426         - 1
427         - UNBOUNDED
428       network.incoming.bytes.rate_pcm_3port_1:
429         type: org.openecomp.capabilities.metric.Ceilometer
430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
431         occurrences:
432         - 1
433         - UNBOUNDED
434       network.incoming.packets.rate_pcm_3port_1:
435         type: org.openecomp.capabilities.metric.Ceilometer
436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
437         occurrences:
438         - 1
439         - UNBOUNDED
440       attachment_packet_internal_network:
441         type: tosca.capabilities.Attachment
442         occurrences:
443         - 1
444         - UNBOUNDED
445       network.outpoing.packets_pcm_1port_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.usage_server_pcm:
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_server_pcm:
458         type: org.openecomp.capabilities.metric.Ceilometer
459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
460         occurrences:
461         - 1
462         - UNBOUNDED
463       disk.root.size_server_pcm:
464         type: org.openecomp.capabilities.metric.Ceilometer
465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
466         occurrences:
467         - 1
468         - UNBOUNDED
469       disk.ephemeral.size_server_pcm:
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.device.latency_server_pcm:
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       network.incoming.bytes_pcm_1port_0:
482         type: org.openecomp.capabilities.metric.Ceilometer
483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
484         occurrences:
485         - 1
486         - UNBOUNDED
487       binding_pcm_3port_1:
488         type: tosca.capabilities.network.Bindable
489         valid_source_types:
490         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
491         occurrences:
492         - 0
493         - UNBOUNDED
494       memory.usage_server_pcm:
495         type: org.openecomp.capabilities.metric.Ceilometer
496         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
497         occurrences:
498         - 1
499         - UNBOUNDED
500       network.outgoing.bytes.rate_pcm_3port_1:
501         type: org.openecomp.capabilities.metric.Ceilometer
502         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
503         occurrences:
504         - 1
505         - UNBOUNDED
506       disk.read.requests_server_pcm:
507         type: org.openecomp.capabilities.metric.Ceilometer
508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
509         occurrences:
510         - 1
511         - UNBOUNDED
512       disk.capacity_server_pcm:
513         type: org.openecomp.capabilities.metric.Ceilometer
514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
515         occurrences:
516         - 1
517         - UNBOUNDED
518       os_server_pcm:
519         type: tosca.capabilities.OperatingSystem
520         occurrences:
521         - 1
522         - UNBOUNDED
523       network.outgoing.bytes_pcm_3port_1:
524         type: org.openecomp.capabilities.metric.Ceilometer
525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
526         occurrences:
527         - 1
528         - UNBOUNDED
529       disk.read.bytes_server_pcm:
530         type: org.openecomp.capabilities.metric.Ceilometer
531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
532         occurrences:
533         - 1
534         - UNBOUNDED
535       disk.device.read.bytes_server_pcm:
536         type: org.openecomp.capabilities.metric.Ceilometer
537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
538         occurrences:
539         - 1
540         - UNBOUNDED
541       network.incoming.packets_pcm_1port_0:
542         type: org.openecomp.capabilities.metric.Ceilometer
543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
544         occurrences:
545         - 1
546         - UNBOUNDED
547       feature_pcm_3port_1:
548         type: tosca.capabilities.Node
549         occurrences:
550         - 1
551         - UNBOUNDED
552       network.outgoing.packets.rate_pcm_3port_1:
553         type: org.openecomp.capabilities.metric.Ceilometer
554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
555         occurrences:
556         - 1
557         - UNBOUNDED
558       endpoint_server_pcm:
559         type: tosca.capabilities.Endpoint.Admin
560         occurrences:
561         - 1
562         - UNBOUNDED
563       network.incoming.packets_pcm_3port_1:
564         type: org.openecomp.capabilities.metric.Ceilometer
565         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
566         occurrences:
567         - 1
568         - UNBOUNDED
569       disk.device.read.requests.rate_server_pcm:
570         type: org.openecomp.capabilities.metric.Ceilometer
571         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
572         occurrences:
573         - 1
574         - UNBOUNDED
575       vcpus_server_pcm:
576         type: org.openecomp.capabilities.metric.Ceilometer
577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
578         occurrences:
579         - 1
580         - UNBOUNDED
581       disk.write.bytes_server_pcm:
582         type: org.openecomp.capabilities.metric.Ceilometer
583         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
584         occurrences:
585         - 1
586         - UNBOUNDED
587       disk.iops_server_pcm:
588         type: org.openecomp.capabilities.metric.Ceilometer
589         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
590         occurrences:
591         - 1
592         - UNBOUNDED
593       network.incoming.bytes.rate_pcm_1port_0:
594         type: org.openecomp.capabilities.metric.Ceilometer
595         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
596         occurrences:
597         - 1
598         - UNBOUNDED
599       disk.read.bytes.rate_server_pcm:
600         type: org.openecomp.capabilities.metric.Ceilometer
601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
602         occurrences:
603         - 1
604         - UNBOUNDED
605       network.outpoing.packets_pcm_3port_1:
606         type: org.openecomp.capabilities.metric.Ceilometer
607         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
608         occurrences:
609         - 1
610         - UNBOUNDED
611       disk.device.allocation_server_pcm:
612         type: org.openecomp.capabilities.metric.Ceilometer
613         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
614         occurrences:
615         - 1
616         - UNBOUNDED
617       link_packet_internal_network:
618         type: tosca.capabilities.network.Linkable
619         occurrences:
620         - 1
621         - UNBOUNDED
622       network.incoming.packets.rate_pcm_1port_0:
623         type: org.openecomp.capabilities.metric.Ceilometer
624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
625         occurrences:
626         - 1
627         - UNBOUNDED
628       feature_pcm_2port_1:
629         type: tosca.capabilities.Node
630         occurrences:
631         - 1
632         - UNBOUNDED
633       scalable_server_pcm:
634         type: tosca.capabilities.Scalable
635         occurrences:
636         - 1
637         - UNBOUNDED
638       network.outgoing.bytes.rate_pcm_1port_0:
639         type: org.openecomp.capabilities.metric.Ceilometer
640         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
641         occurrences:
642         - 1
643         - UNBOUNDED
644       feature_pcm_2port_2:
645         type: tosca.capabilities.Node
646         occurrences:
647         - 1
648         - UNBOUNDED
649       network.outgoing.bytes_pcm_2port_1:
650         type: org.openecomp.capabilities.metric.Ceilometer
651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
652         occurrences:
653         - 1
654         - UNBOUNDED
655       network.outgoing.bytes_pcm_2port_2:
656         type: org.openecomp.capabilities.metric.Ceilometer
657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
658         occurrences:
659         - 1
660         - UNBOUNDED
661       disk.device.read.bytes.rate_server_pcm:
662         type: org.openecomp.capabilities.metric.Ceilometer
663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
664         occurrences:
665         - 1
666         - UNBOUNDED
667       cpu_util_server_pcm:
668         type: org.openecomp.capabilities.metric.Ceilometer
669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
670         occurrences:
671         - 1
672         - UNBOUNDED
673       attachment_pcm_1port_0:
674         type: tosca.capabilities.Attachment
675         occurrences:
676         - 1
677         - UNBOUNDED
678       disk.write.requests.rate_server_pcm:
679         type: org.openecomp.capabilities.metric.Ceilometer
680         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
681         occurrences:
682         - 1
683         - UNBOUNDED
684       network.incoming.bytes.rate_pcm_2port_2:
685         type: org.openecomp.capabilities.metric.Ceilometer
686         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
687         occurrences:
688         - 1
689         - UNBOUNDED
690       network.incoming.bytes.rate_pcm_2port_1:
691         type: org.openecomp.capabilities.metric.Ceilometer
692         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
693         occurrences:
694         - 1
695         - UNBOUNDED
696       disk.device.write.bytes.rate_server_pcm:
697         type: org.openecomp.capabilities.metric.Ceilometer
698         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
699         occurrences:
700         - 1
701         - UNBOUNDED
702       host_server_pcm:
703         type: tosca.capabilities.Container
704         valid_source_types:
705         - tosca.nodes.SoftwareComponent
706         occurrences:
707         - 1
708         - UNBOUNDED
709       attachment_pcm_3port_1:
710         type: tosca.capabilities.Attachment
711         occurrences:
712         - 1
713         - UNBOUNDED
714       network.outgoing.bytes_pcm_1port_0:
715         type: org.openecomp.capabilities.metric.Ceilometer
716         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
717         occurrences:
718         - 1
719         - UNBOUNDED
720       binding_pcm_1port_0:
721         type: tosca.capabilities.network.Bindable
722         valid_source_types:
723         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
724         occurrences:
725         - 0
726         - UNBOUNDED
727       cpu.delta_server_pcm:
728         type: org.openecomp.capabilities.metric.Ceilometer
729         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
730         occurrences:
731         - 1
732         - UNBOUNDED
733       network.outgoing.packets.rate_pcm_1port_0:
734         type: org.openecomp.capabilities.metric.Ceilometer
735         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
736         occurrences:
737         - 1
738         - UNBOUNDED
739       binding_server_pcm:
740         type: tosca.capabilities.network.Bindable
741         occurrences:
742         - 1
743         - UNBOUNDED
744       disk.device.capacity_server_pcm:
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       instance_server_pcm:
751         type: org.openecomp.capabilities.metric.Ceilometer
752         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
753         occurrences:
754         - 1
755         - UNBOUNDED
756       disk.device.write.requests.rate_server_pcm:
757         type: org.openecomp.capabilities.metric.Ceilometer
758         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
759         occurrences:
760         - 1
761         - UNBOUNDED
762       network.incoming.bytes_pcm_3port_1:
763         type: org.openecomp.capabilities.metric.Ceilometer
764         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
765         occurrences:
766         - 1
767         - UNBOUNDED
768       disk.latency_server_pcm:
769         type: org.openecomp.capabilities.metric.Ceilometer
770         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
771         occurrences:
772         - 1
773         - UNBOUNDED
774       disk.device.read.requests_server_pcm:
775         type: org.openecomp.capabilities.metric.Ceilometer
776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
777         occurrences:
778         - 1
779         - UNBOUNDED
780       feature_server_pcm:
781         type: tosca.capabilities.Node
782         occurrences:
783         - 1
784         - UNBOUNDED
785       disk.write.bytes.rate_server_pcm:
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   org.openecomp.resource.abstract.nodes.compute:
792     derived_from: org.openecomp.resource.abstract.nodes.VFC
793     properties:
794       compute_compute_user_data_format:
795         type: list
796         required: true
797         status: SUPPORTED
798         entry_schema:
799           type: string
800       port_compute_port_subnetpoolid:
801         type: string
802         required: true
803         status: SUPPORTED
804       index_value:
805         type: integer
806         description: Index value of this substitution service template runtime instance
807         required: false
808         default: 0
809         status: SUPPORTED
810         constraints:
811         - greater_or_equal: 0
812       port_compute_port_vlan_requirements:
813         type: list
814         required: true
815         status: SUPPORTED
816         entry_schema:
817           type: org.openecomp.datatypes.network.VlanRequirements
818       compute_compute_name:
819         type: list
820         required: true
821         status: SUPPORTED
822         entry_schema:
823           type: string
824       vm_flavor_name:
825         type: string
826         required: true
827         status: SUPPORTED
828       port_compute_port_network_role:
829         type: string
830         required: true
831         status: SUPPORTED
832       vm_image_name:
833         type: string
834         required: true
835         status: SUPPORTED
836       port_compute_port_network:
837         type: list
838         required: true
839         status: SUPPORTED
840         entry_schema:
841           type: string
842       port_compute_port_network_role_tag:
843         type: string
844         required: true
845         status: SUPPORTED
846       compute_compute_metadata:
847         type: list
848         required: true
849         status: SUPPORTED
850         entry_schema:
851           type: json
852       port_compute_port_order:
853         type: integer
854         required: true
855         status: SUPPORTED
856       port_compute_port_mac_requirements:
857         type: org.openecomp.datatypes.network.MacRequirements
858         required: true
859         status: SUPPORTED
860       port_compute_port_ip_requirements:
861         type: list
862         required: true
863         status: SUPPORTED
864         entry_schema:
865           type: org.openecomp.datatypes.network.IpRequirements
866       port_compute_port_exCP_naming:
867         type: org.openecomp.datatypes.Naming
868         required: true
869         status: SUPPORTED
870     requirements:
871     - dependency_compute:
872         capability: tosca.capabilities.Node
873         node: tosca.nodes.Root
874         relationship: tosca.relationships.DependsOn
875         occurrences:
876         - 0
877         - UNBOUNDED
878     - local_storage_compute:
879         capability: tosca.capabilities.Attachment
880         node: tosca.nodes.BlockStorage
881         relationship: tosca.relationships.AttachesTo
882         occurrences:
883         - 0
884         - UNBOUNDED
885     - dependency_compute_compute_port:
886         capability: tosca.capabilities.Node
887         node: tosca.nodes.Root
888         relationship: tosca.relationships.DependsOn
889         occurrences:
890         - 0
891         - UNBOUNDED
892     - link_compute_compute_port:
893         capability: tosca.capabilities.network.Linkable
894         relationship: tosca.relationships.network.LinksTo
895         occurrences:
896         - 1
897         - 1
898     capabilities:
899       disk.write.requests_compute:
900         type: org.openecomp.capabilities.metric.Ceilometer
901         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
902         occurrences:
903         - 1
904         - UNBOUNDED
905       disk.latency_compute:
906         type: org.openecomp.capabilities.metric.Ceilometer
907         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
908         occurrences:
909         - 1
910         - UNBOUNDED
911       network.incoming.bytes_compute_compute_port:
912         type: org.openecomp.capabilities.metric.Ceilometer
913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
914         occurrences:
915         - 1
916         - UNBOUNDED
917       disk.root.size_compute:
918         type: org.openecomp.capabilities.metric.Ceilometer
919         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
920         occurrences:
921         - 1
922         - UNBOUNDED
923       disk.write.requests.rate_compute:
924         type: org.openecomp.capabilities.metric.Ceilometer
925         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
926         occurrences:
927         - 1
928         - UNBOUNDED
929       disk.read.requests_compute:
930         type: org.openecomp.capabilities.metric.Ceilometer
931         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
932         occurrences:
933         - 1
934         - UNBOUNDED
935       os_compute:
936         type: tosca.capabilities.OperatingSystem
937         occurrences:
938         - 1
939         - UNBOUNDED
940       disk.write.bytes.rate_compute:
941         type: org.openecomp.capabilities.metric.Ceilometer
942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
943         occurrences:
944         - 1
945         - UNBOUNDED
946       vcpus_compute:
947         type: org.openecomp.capabilities.metric.Ceilometer
948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
949         occurrences:
950         - 1
951         - UNBOUNDED
952       disk.device.iops_compute:
953         type: org.openecomp.capabilities.metric.Ceilometer
954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
955         occurrences:
956         - 1
957         - UNBOUNDED
958       network.incoming.bytes.rate_compute_compute_port:
959         type: org.openecomp.capabilities.metric.Ceilometer
960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
961         occurrences:
962         - 1
963         - UNBOUNDED
964       disk.device.write.requests.rate_compute:
965         type: org.openecomp.capabilities.metric.Ceilometer
966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
967         occurrences:
968         - 1
969         - UNBOUNDED
970       attachment_compute_compute_port:
971         type: tosca.capabilities.Attachment
972         occurrences:
973         - 1
974         - UNBOUNDED
975       host_compute:
976         type: tosca.capabilities.Container
977         valid_source_types:
978         - tosca.nodes.SoftwareComponent
979         occurrences:
980         - 1
981         - UNBOUNDED
982       disk.device.write.bytes_compute:
983         type: org.openecomp.capabilities.metric.Ceilometer
984         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
985         occurrences:
986         - 1
987         - UNBOUNDED
988       cpu_compute:
989         type: org.openecomp.capabilities.metric.Ceilometer
990         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
991         occurrences:
992         - 1
993         - UNBOUNDED
994       binding_compute_compute_port:
995         type: tosca.capabilities.network.Bindable
996         valid_source_types:
997         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
998         occurrences:
999         - 0
1000         - UNBOUNDED
1001       disk.allocation_compute:
1002         type: org.openecomp.capabilities.metric.Ceilometer
1003         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1004         occurrences:
1005         - 1
1006         - UNBOUNDED
1007       cpu.delta_compute:
1008         type: org.openecomp.capabilities.metric.Ceilometer
1009         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1010         occurrences:
1011         - 1
1012         - UNBOUNDED
1013       binding_compute:
1014         type: tosca.capabilities.network.Bindable
1015         occurrences:
1016         - 1
1017         - UNBOUNDED
1018       feature_compute_compute_port:
1019         type: tosca.capabilities.Node
1020         occurrences:
1021         - 1
1022         - UNBOUNDED
1023       disk.device.usage_compute:
1024         type: org.openecomp.capabilities.metric.Ceilometer
1025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1026         occurrences:
1027         - 1
1028         - UNBOUNDED
1029       network.incoming.packets_compute_compute_port:
1030         type: org.openecomp.capabilities.metric.Ceilometer
1031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1032         occurrences:
1033         - 1
1034         - UNBOUNDED
1035       instance_compute:
1036         type: org.openecomp.capabilities.metric.Ceilometer
1037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1038         occurrences:
1039         - 1
1040         - UNBOUNDED
1041       disk.ephemeral.size_compute:
1042         type: org.openecomp.capabilities.metric.Ceilometer
1043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1044         occurrences:
1045         - 1
1046         - UNBOUNDED
1047       disk.device.read.bytes.rate_compute:
1048         type: org.openecomp.capabilities.metric.Ceilometer
1049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1050         occurrences:
1051         - 1
1052         - UNBOUNDED
1053       memory.resident_compute:
1054         type: org.openecomp.capabilities.metric.Ceilometer
1055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1056         occurrences:
1057         - 1
1058         - UNBOUNDED
1059       memory_compute:
1060         type: org.openecomp.capabilities.metric.Ceilometer
1061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1062         occurrences:
1063         - 1
1064         - UNBOUNDED
1065       disk.iops_compute:
1066         type: org.openecomp.capabilities.metric.Ceilometer
1067         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1068         occurrences:
1069         - 1
1070         - UNBOUNDED
1071       network.incoming.packets.rate_compute_compute_port:
1072         type: org.openecomp.capabilities.metric.Ceilometer
1073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1074         occurrences:
1075         - 1
1076         - UNBOUNDED
1077       disk.device.read.requests.rate_compute:
1078         type: org.openecomp.capabilities.metric.Ceilometer
1079         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1080         occurrences:
1081         - 1
1082         - UNBOUNDED
1083       disk.read.bytes_compute:
1084         type: org.openecomp.capabilities.metric.Ceilometer
1085         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1086         occurrences:
1087         - 1
1088         - UNBOUNDED
1089       disk.device.read.bytes_compute:
1090         type: org.openecomp.capabilities.metric.Ceilometer
1091         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1092         occurrences:
1093         - 1
1094         - UNBOUNDED
1095       disk.write.bytes_compute:
1096         type: org.openecomp.capabilities.metric.Ceilometer
1097         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1098         occurrences:
1099         - 1
1100         - UNBOUNDED
1101       disk.usage_compute:
1102         type: org.openecomp.capabilities.metric.Ceilometer
1103         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1104         occurrences:
1105         - 1
1106         - UNBOUNDED
1107       network.outgoing.bytes.rate_compute_compute_port:
1108         type: org.openecomp.capabilities.metric.Ceilometer
1109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1110         occurrences:
1111         - 1
1112         - UNBOUNDED
1113       disk.capacity_compute:
1114         type: org.openecomp.capabilities.metric.Ceilometer
1115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1116         occurrences:
1117         - 1
1118         - UNBOUNDED
1119       cpu_util_compute:
1120         type: org.openecomp.capabilities.metric.Ceilometer
1121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1122         occurrences:
1123         - 1
1124         - UNBOUNDED
1125       disk.read.bytes.rate_compute:
1126         type: org.openecomp.capabilities.metric.Ceilometer
1127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1128         occurrences:
1129         - 1
1130         - UNBOUNDED
1131       disk.device.latency_compute:
1132         type: org.openecomp.capabilities.metric.Ceilometer
1133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1134         occurrences:
1135         - 1
1136         - UNBOUNDED
1137       disk.device.write.requests_compute:
1138         type: org.openecomp.capabilities.metric.Ceilometer
1139         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1140         occurrences:
1141         - 1
1142         - UNBOUNDED
1143       network.outgoing.packets.rate_compute_compute_port:
1144         type: org.openecomp.capabilities.metric.Ceilometer
1145         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1146         occurrences:
1147         - 1
1148         - UNBOUNDED
1149       network.outgoing.bytes_compute_compute_port:
1150         type: org.openecomp.capabilities.metric.Ceilometer
1151         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1152         occurrences:
1153         - 1
1154         - UNBOUNDED
1155       endpoint_compute:
1156         type: tosca.capabilities.Endpoint.Admin
1157         occurrences:
1158         - 1
1159         - UNBOUNDED
1160       memory.usage_compute:
1161         type: org.openecomp.capabilities.metric.Ceilometer
1162         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1163         occurrences:
1164         - 1
1165         - UNBOUNDED
1166       feature_compute:
1167         type: tosca.capabilities.Node
1168         occurrences:
1169         - 1
1170         - UNBOUNDED
1171       disk.device.write.bytes.rate_compute:
1172         type: org.openecomp.capabilities.metric.Ceilometer
1173         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1174         occurrences:
1175         - 1
1176         - UNBOUNDED
1177       scalable_compute:
1178         type: tosca.capabilities.Scalable
1179         occurrences:
1180         - 1
1181         - UNBOUNDED
1182       network.outpoing.packets_compute_compute_port:
1183         type: org.openecomp.capabilities.metric.Ceilometer
1184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1185         occurrences:
1186         - 1
1187         - UNBOUNDED
1188       disk.device.read.requests_compute:
1189         type: org.openecomp.capabilities.metric.Ceilometer
1190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1191         occurrences:
1192         - 1
1193         - UNBOUNDED
1194       disk.device.capacity_compute:
1195         type: org.openecomp.capabilities.metric.Ceilometer
1196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1197         occurrences:
1198         - 1
1199         - UNBOUNDED
1200       disk.device.allocation_compute:
1201         type: org.openecomp.capabilities.metric.Ceilometer
1202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1203         occurrences:
1204         - 1
1205         - UNBOUNDED