0c8f667dce398c615490c9f92768eec5247139ed
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1_2:
9     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
10     properties:
11       pcm_flavor_name:
12         type: string
13         description: flavor name of PCRF CM instance
14         required: true
15         status: SUPPORTED
16       availabilityzone_name:
17         type: string
18         description: availabilityzone name
19         required: true
20         status: SUPPORTED
21       pcm_image_name:
22         type: string
23         description: PCRF CM image name
24         required: true
25         status: SUPPORTED
26       pcm_vol:
27         type: string
28         description: CPS Cluman Cinder Volume
29         required: true
30         status: SUPPORTED
31       security_group_name:
32         type: string
33         description: the name of security group
34         required: true
35         status: SUPPORTED
36       cps_net_ip:
37         type: string
38         description: CPS network ip
39         required: true
40         status: SUPPORTED
41       pcm_server_name:
42         type: string
43         description: PCRF CM server name
44         required: true
45         status: SUPPORTED
46       cps_net_name:
47         type: string
48         description: CPS network name
49         required: true
50         status: SUPPORTED
51       cps_net_mask:
52         type: string
53         description: CPS network mask
54         required: true
55         status: SUPPORTED
56       oam_net_ip:
57         type: string
58         required: true
59         status: SUPPORTED
60       oam_net_name:
61         type: string
62         description: OAM network name
63         required: true
64         status: SUPPORTED
65     attributes:
66       server_pcm_id:
67         type: string
68         description: the pcm nova service id
69         status: SUPPORTED
70     requirements:
71     - dependency_pcm_port_1:
72         capability: tosca.capabilities.Node
73         node: tosca.nodes.Root
74         relationship: tosca.relationships.DependsOn
75         occurrences:
76         - 0
77         - UNBOUNDED
78     - link_pcm_port_1:
79         capability: tosca.capabilities.network.Linkable
80         relationship: tosca.relationships.network.LinksTo
81         occurrences:
82         - 1
83         - 1
84     - dependency_server_pcm_2:
85         capability: tosca.capabilities.Node
86         node: tosca.nodes.Root
87         relationship: tosca.relationships.DependsOn
88         occurrences:
89         - 0
90         - UNBOUNDED
91     - local_storage_server_pcm_2:
92         capability: tosca.capabilities.Attachment
93         node: tosca.nodes.BlockStorage
94         relationship: tosca.relationships.AttachesTo
95         occurrences:
96         - 0
97         - UNBOUNDED
98     - dependency_pcm_port_0:
99         capability: tosca.capabilities.Node
100         node: tosca.nodes.Root
101         relationship: tosca.relationships.DependsOn
102         occurrences:
103         - 0
104         - UNBOUNDED
105     - link_pcm_port_0:
106         capability: tosca.capabilities.network.Linkable
107         relationship: tosca.relationships.network.LinksTo
108         occurrences:
109         - 1
110         - 1
111     capabilities:
112       network.incoming.packets.rate_pcm_port_0:
113         type: org.openecomp.capabilities.metric.Ceilometer
114         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
115         occurrences:
116         - 1
117         - UNBOUNDED
118       network.incoming.packets.rate_pcm_port_1:
119         type: org.openecomp.capabilities.metric.Ceilometer
120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
121         occurrences:
122         - 1
123         - UNBOUNDED
124       disk.root.size_server_pcm_2:
125         type: org.openecomp.capabilities.metric.Ceilometer
126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
127         occurrences:
128         - 1
129         - UNBOUNDED
130       network.outpoing.packets_pcm_port_1:
131         type: org.openecomp.capabilities.metric.Ceilometer
132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
133         occurrences:
134         - 1
135         - UNBOUNDED
136       disk.iops_server_pcm_2:
137         type: org.openecomp.capabilities.metric.Ceilometer
138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
139         occurrences:
140         - 1
141         - UNBOUNDED
142       network.outpoing.packets_pcm_port_0:
143         type: org.openecomp.capabilities.metric.Ceilometer
144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
145         occurrences:
146         - 1
147         - UNBOUNDED
148       disk.device.write.bytes.rate_server_pcm_2:
149         type: org.openecomp.capabilities.metric.Ceilometer
150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
151         occurrences:
152         - 1
153         - UNBOUNDED
154       disk.usage_server_pcm_2:
155         type: org.openecomp.capabilities.metric.Ceilometer
156         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
157         occurrences:
158         - 1
159         - UNBOUNDED
160       disk.capacity_server_pcm_2:
161         type: org.openecomp.capabilities.metric.Ceilometer
162         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
163         occurrences:
164         - 1
165         - UNBOUNDED
166       disk.write.requests_server_pcm_2:
167         type: org.openecomp.capabilities.metric.Ceilometer
168         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
169         occurrences:
170         - 1
171         - UNBOUNDED
172       disk.read.bytes_server_pcm_2:
173         type: org.openecomp.capabilities.metric.Ceilometer
174         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
175         occurrences:
176         - 1
177         - UNBOUNDED
178       network.incoming.bytes_pcm_port_0:
179         type: org.openecomp.capabilities.metric.Ceilometer
180         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
181         occurrences:
182         - 1
183         - UNBOUNDED
184       network.incoming.bytes_pcm_port_1:
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       cpu_util_server_pcm_2:
191         type: org.openecomp.capabilities.metric.Ceilometer
192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
193         occurrences:
194         - 1
195         - UNBOUNDED
196       vcpus_server_pcm_2:
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       memory.resident_server_pcm_2:
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       binding_pcm_port_0:
209         type: tosca.capabilities.network.Bindable
210         valid_source_types:
211         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
212         occurrences:
213         - 0
214         - UNBOUNDED
215       binding_pcm_port_1:
216         type: tosca.capabilities.network.Bindable
217         valid_source_types:
218         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
219         occurrences:
220         - 0
221         - UNBOUNDED
222       cpu_server_pcm_2:
223         type: org.openecomp.capabilities.metric.Ceilometer
224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
225         occurrences:
226         - 1
227         - UNBOUNDED
228       network.outgoing.packets.rate_pcm_port_0:
229         type: org.openecomp.capabilities.metric.Ceilometer
230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
231         occurrences:
232         - 1
233         - UNBOUNDED
234       network.outgoing.packets.rate_pcm_port_1:
235         type: org.openecomp.capabilities.metric.Ceilometer
236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
237         occurrences:
238         - 1
239         - UNBOUNDED
240       feature_server_pcm_2:
241         type: tosca.capabilities.Node
242         occurrences:
243         - 1
244         - UNBOUNDED
245       disk.device.write.bytes_server_pcm_2:
246         type: org.openecomp.capabilities.metric.Ceilometer
247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
248         occurrences:
249         - 1
250         - UNBOUNDED
251       disk.device.iops_server_pcm_2:
252         type: org.openecomp.capabilities.metric.Ceilometer
253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
254         occurrences:
255         - 1
256         - UNBOUNDED
257       disk.allocation_server_pcm_2:
258         type: org.openecomp.capabilities.metric.Ceilometer
259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
260         occurrences:
261         - 1
262         - UNBOUNDED
263       feature_pcm_port_1:
264         type: tosca.capabilities.Node
265         occurrences:
266         - 1
267         - UNBOUNDED
268       network.outgoing.bytes_pcm_port_0:
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:
275         type: tosca.capabilities.Node
276         occurrences:
277         - 1
278         - UNBOUNDED
279       network.outgoing.bytes_pcm_port_1:
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       attachment_pcm_port_0:
286         type: tosca.capabilities.Attachment
287         occurrences:
288         - 1
289         - UNBOUNDED
290       attachment_pcm_port_1:
291         type: tosca.capabilities.Attachment
292         occurrences:
293         - 1
294         - UNBOUNDED
295       memory.usage_server_pcm_2:
296         type: org.openecomp.capabilities.metric.Ceilometer
297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
298         occurrences:
299         - 1
300         - UNBOUNDED
301       disk.device.read.bytes_server_pcm_2:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       host_server_pcm_2:
308         type: tosca.capabilities.Container
309         valid_source_types:
310         - tosca.nodes.SoftwareComponent
311         occurrences:
312         - 1
313         - UNBOUNDED
314       endpoint_server_pcm_2:
315         type: tosca.capabilities.Endpoint.Admin
316         occurrences:
317         - 1
318         - UNBOUNDED
319       disk.read.bytes.rate_server_pcm_2:
320         type: org.openecomp.capabilities.metric.Ceilometer
321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
322         occurrences:
323         - 1
324         - UNBOUNDED
325       disk.device.capacity_server_pcm_2:
326         type: org.openecomp.capabilities.metric.Ceilometer
327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
328         occurrences:
329         - 1
330         - UNBOUNDED
331       cpu.delta_server_pcm_2:
332         type: org.openecomp.capabilities.metric.Ceilometer
333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
334         occurrences:
335         - 1
336         - UNBOUNDED
337       disk.device.write.requests.rate_server_pcm_2:
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.read.requests_server_pcm_2:
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.ephemeral.size_server_pcm_2:
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.latency_server_pcm_2:
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.requests.rate_server_pcm_2:
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       scalable_server_pcm_2:
368         type: tosca.capabilities.Scalable
369         occurrences:
370         - 1
371         - UNBOUNDED
372       memory_server_pcm_2:
373         type: org.openecomp.capabilities.metric.Ceilometer
374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
375         occurrences:
376         - 1
377         - UNBOUNDED
378       disk.device.read.bytes.rate_server_pcm_2:
379         type: org.openecomp.capabilities.metric.Ceilometer
380         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
381         occurrences:
382         - 1
383         - UNBOUNDED
384       disk.device.latency_server_pcm_2:
385         type: org.openecomp.capabilities.metric.Ceilometer
386         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
387         occurrences:
388         - 1
389         - UNBOUNDED
390       network.outgoing.bytes.rate_pcm_port_1:
391         type: org.openecomp.capabilities.metric.Ceilometer
392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
393         occurrences:
394         - 1
395         - UNBOUNDED
396       disk.device.usage_server_pcm_2:
397         type: org.openecomp.capabilities.metric.Ceilometer
398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
399         occurrences:
400         - 1
401         - UNBOUNDED
402       network.incoming.packets_pcm_port_0:
403         type: org.openecomp.capabilities.metric.Ceilometer
404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
405         occurrences:
406         - 1
407         - UNBOUNDED
408       network.outgoing.bytes.rate_pcm_port_0:
409         type: org.openecomp.capabilities.metric.Ceilometer
410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
411         occurrences:
412         - 1
413         - UNBOUNDED
414       disk.device.write.requests_server_pcm_2:
415         type: org.openecomp.capabilities.metric.Ceilometer
416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
417         occurrences:
418         - 1
419         - UNBOUNDED
420       network.incoming.packets_pcm_port_1:
421         type: org.openecomp.capabilities.metric.Ceilometer
422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
423         occurrences:
424         - 1
425         - UNBOUNDED
426       disk.write.bytes_server_pcm_2:
427         type: org.openecomp.capabilities.metric.Ceilometer
428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
429         occurrences:
430         - 1
431         - UNBOUNDED
432       os_server_pcm_2:
433         type: tosca.capabilities.OperatingSystem
434         occurrences:
435         - 1
436         - UNBOUNDED
437       instance_server_pcm_2:
438         type: org.openecomp.capabilities.metric.Ceilometer
439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
440         occurrences:
441         - 1
442         - UNBOUNDED
443       disk.device.read.requests_server_pcm_2:
444         type: org.openecomp.capabilities.metric.Ceilometer
445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
446         occurrences:
447         - 1
448         - UNBOUNDED
449       disk.device.read.requests.rate_server_pcm_2:
450         type: org.openecomp.capabilities.metric.Ceilometer
451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
452         occurrences:
453         - 1
454         - UNBOUNDED
455       network.incoming.bytes.rate_pcm_port_0:
456         type: org.openecomp.capabilities.metric.Ceilometer
457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
458         occurrences:
459         - 1
460         - UNBOUNDED
461       disk.write.bytes.rate_server_pcm_2:
462         type: org.openecomp.capabilities.metric.Ceilometer
463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
464         occurrences:
465         - 1
466         - UNBOUNDED
467       binding_server_pcm_2:
468         type: tosca.capabilities.network.Bindable
469         occurrences:
470         - 1
471         - UNBOUNDED
472       network.incoming.bytes.rate_pcm_port_1:
473         type: org.openecomp.capabilities.metric.Ceilometer
474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
475         occurrences:
476         - 1
477         - UNBOUNDED
478       disk.device.allocation_server_pcm_2:
479         type: org.openecomp.capabilities.metric.Ceilometer
480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
481         occurrences:
482         - 1
483         - UNBOUNDED
484   org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1:
485     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
486     properties:
487       availabilityzone_name:
488         type: string
489         description: availabilityzone name
490         required: true
491         status: SUPPORTED
492       oam_net_gw:
493         type: string
494         description: CPS network gateway
495         required: true
496         status: SUPPORTED
497       pcm_image_name:
498         type: string
499         description: PCRF CM image name
500         required: true
501         status: SUPPORTED
502       security_group_name:
503         type: string
504         description: the name of security group
505         required: true
506         status: SUPPORTED
507       cps_net_ip:
508         type: string
509         description: CPS network ip
510         required: true
511         status: SUPPORTED
512       pcm_flavor_name:
513         type: string
514         description: flavor name of PCRF CM instance
515         required: true
516         status: SUPPORTED
517       pcm_vol:
518         type: string
519         description: CPS Cluman Cinder Volume
520         required: true
521         status: SUPPORTED
522       pcm_server_name:
523         type: string
524         description: PCRF CM server name
525         required: true
526         status: SUPPORTED
527       cps_net_name:
528         type: string
529         description: CPS network name
530         required: true
531         status: SUPPORTED
532       cps_net_mask:
533         type: string
534         description: CPS network mask
535         required: true
536         status: SUPPORTED
537       oam_net_ip:
538         type: string
539         description: OAM network ip
540         required: true
541         status: SUPPORTED
542       oam_net_mask:
543         type: string
544         description: CPS network mask
545         required: true
546         status: SUPPORTED
547       oam_net_name:
548         type: string
549         description: OAM network name
550         required: true
551         status: SUPPORTED
552     attributes:
553       server_pcm_id:
554         type: string
555         description: the pcm nova service id
556         status: SUPPORTED
557     requirements:
558     - dependency_pcm_port_00:
559         capability: tosca.capabilities.Node
560         node: tosca.nodes.Root
561         relationship: tosca.relationships.DependsOn
562         occurrences:
563         - 0
564         - UNBOUNDED
565     - link_pcm_port_00:
566         capability: tosca.capabilities.network.Linkable
567         relationship: tosca.relationships.network.LinksTo
568         occurrences:
569         - 1
570         - 1
571     - dependency_pcm_port_01:
572         capability: tosca.capabilities.Node
573         node: tosca.nodes.Root
574         relationship: tosca.relationships.DependsOn
575         occurrences:
576         - 0
577         - UNBOUNDED
578     - link_pcm_port_01:
579         capability: tosca.capabilities.network.Linkable
580         relationship: tosca.relationships.network.LinksTo
581         occurrences:
582         - 1
583         - 1
584     - dependency_server_pcm_1:
585         capability: tosca.capabilities.Node
586         node: tosca.nodes.Root
587         relationship: tosca.relationships.DependsOn
588         occurrences:
589         - 0
590         - UNBOUNDED
591     - local_storage_server_pcm_1:
592         capability: tosca.capabilities.Attachment
593         node: tosca.nodes.BlockStorage
594         relationship: tosca.relationships.AttachesTo
595         occurrences:
596         - 0
597         - UNBOUNDED
598     capabilities:
599       disk.root.size_server_pcm_1:
600         type: org.openecomp.capabilities.metric.Ceilometer
601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
602         occurrences:
603         - 1
604         - UNBOUNDED
605       feature_pcm_port_00:
606         type: tosca.capabilities.Node
607         occurrences:
608         - 1
609         - UNBOUNDED
610       network.incoming.packets_pcm_port_01:
611         type: org.openecomp.capabilities.metric.Ceilometer
612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
613         occurrences:
614         - 1
615         - UNBOUNDED
616       feature_pcm_port_01:
617         type: tosca.capabilities.Node
618         occurrences:
619         - 1
620         - UNBOUNDED
621       network.incoming.packets_pcm_port_00:
622         type: org.openecomp.capabilities.metric.Ceilometer
623         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
624         occurrences:
625         - 1
626         - UNBOUNDED
627       disk.iops_server_pcm_1:
628         type: org.openecomp.capabilities.metric.Ceilometer
629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
630         occurrences:
631         - 1
632         - UNBOUNDED
633       disk.device.write.bytes.rate_server_pcm_1:
634         type: org.openecomp.capabilities.metric.Ceilometer
635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
636         occurrences:
637         - 1
638         - UNBOUNDED
639       network.outgoing.packets.rate_pcm_port_00:
640         type: org.openecomp.capabilities.metric.Ceilometer
641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
642         occurrences:
643         - 1
644         - UNBOUNDED
645       network.incoming.bytes_pcm_port_00:
646         type: org.openecomp.capabilities.metric.Ceilometer
647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
648         occurrences:
649         - 1
650         - UNBOUNDED
651       network.incoming.bytes_pcm_port_01:
652         type: org.openecomp.capabilities.metric.Ceilometer
653         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
654         occurrences:
655         - 1
656         - UNBOUNDED
657       disk.capacity_server_pcm_1:
658         type: org.openecomp.capabilities.metric.Ceilometer
659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
660         occurrences:
661         - 1
662         - UNBOUNDED
663       disk.write.requests_server_pcm_1:
664         type: org.openecomp.capabilities.metric.Ceilometer
665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
666         occurrences:
667         - 1
668         - UNBOUNDED
669       disk.read.bytes_server_pcm_1:
670         type: org.openecomp.capabilities.metric.Ceilometer
671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
672         occurrences:
673         - 1
674         - UNBOUNDED
675       attachment_pcm_port_00:
676         type: tosca.capabilities.Attachment
677         occurrences:
678         - 1
679         - UNBOUNDED
680       attachment_pcm_port_01:
681         type: tosca.capabilities.Attachment
682         occurrences:
683         - 1
684         - UNBOUNDED
685       network.outgoing.bytes_pcm_port_00:
686         type: org.openecomp.capabilities.metric.Ceilometer
687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
688         occurrences:
689         - 1
690         - UNBOUNDED
691       network.outgoing.packets.rate_pcm_port_01:
692         type: org.openecomp.capabilities.metric.Ceilometer
693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
694         occurrences:
695         - 1
696         - UNBOUNDED
697       disk.usage_server_pcm_1:
698         type: org.openecomp.capabilities.metric.Ceilometer
699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
700         occurrences:
701         - 1
702         - UNBOUNDED
703       cpu_util_server_pcm_1:
704         type: org.openecomp.capabilities.metric.Ceilometer
705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
706         occurrences:
707         - 1
708         - UNBOUNDED
709       vcpus_server_pcm_1:
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       memory.resident_server_pcm_1:
716         type: org.openecomp.capabilities.metric.Ceilometer
717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
718         occurrences:
719         - 1
720         - UNBOUNDED
721       network.outgoing.bytes_pcm_port_01:
722         type: org.openecomp.capabilities.metric.Ceilometer
723         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
724         occurrences:
725         - 1
726         - UNBOUNDED
727       feature_server_pcm_1:
728         type: tosca.capabilities.Node
729         occurrences:
730         - 1
731         - UNBOUNDED
732       disk.allocation_server_pcm_1:
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.write.bytes_server_pcm_1:
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       memory.usage_server_pcm_1:
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       cpu_server_pcm_1:
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       network.incoming.bytes.rate_pcm_port_00:
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       disk.device.read.bytes_server_pcm_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       network.incoming.bytes.rate_pcm_port_01:
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       endpoint_server_pcm_1:
775         type: tosca.capabilities.Endpoint.Admin
776         occurrences:
777         - 1
778         - UNBOUNDED
779       disk.read.bytes.rate_server_pcm_1:
780         type: org.openecomp.capabilities.metric.Ceilometer
781         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
782         occurrences:
783         - 1
784         - UNBOUNDED
785       disk.device.iops_server_pcm_1:
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       cpu.delta_server_pcm_1:
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       host_server_pcm_1:
798         type: tosca.capabilities.Container
799         valid_source_types:
800         - tosca.nodes.SoftwareComponent
801         occurrences:
802         - 1
803         - UNBOUNDED
804       disk.device.capacity_server_pcm_1:
805         type: org.openecomp.capabilities.metric.Ceilometer
806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
807         occurrences:
808         - 1
809         - UNBOUNDED
810       disk.read.requests_server_pcm_1:
811         type: org.openecomp.capabilities.metric.Ceilometer
812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
813         occurrences:
814         - 1
815         - UNBOUNDED
816       disk.device.write.requests.rate_server_pcm_1:
817         type: org.openecomp.capabilities.metric.Ceilometer
818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
819         occurrences:
820         - 1
821         - UNBOUNDED
822       disk.ephemeral.size_server_pcm_1:
823         type: org.openecomp.capabilities.metric.Ceilometer
824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
825         occurrences:
826         - 1
827         - UNBOUNDED
828       disk.latency_server_pcm_1:
829         type: org.openecomp.capabilities.metric.Ceilometer
830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
831         occurrences:
832         - 1
833         - UNBOUNDED
834       network.outgoing.bytes.rate_pcm_port_01:
835         type: org.openecomp.capabilities.metric.Ceilometer
836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
837         occurrences:
838         - 1
839         - UNBOUNDED
840       network.incoming.packets.rate_pcm_port_01:
841         type: org.openecomp.capabilities.metric.Ceilometer
842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
843         occurrences:
844         - 1
845         - UNBOUNDED
846       network.incoming.packets.rate_pcm_port_00:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       binding_pcm_port_01:
853         type: tosca.capabilities.network.Bindable
854         valid_source_types:
855         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
856         occurrences:
857         - 0
858         - UNBOUNDED
859       scalable_server_pcm_1:
860         type: tosca.capabilities.Scalable
861         occurrences:
862         - 1
863         - UNBOUNDED
864       disk.write.requests.rate_server_pcm_1:
865         type: org.openecomp.capabilities.metric.Ceilometer
866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
867         occurrences:
868         - 1
869         - UNBOUNDED
870       binding_pcm_port_00:
871         type: tosca.capabilities.network.Bindable
872         valid_source_types:
873         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
874         occurrences:
875         - 0
876         - UNBOUNDED
877       memory_server_pcm_1:
878         type: org.openecomp.capabilities.metric.Ceilometer
879         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
880         occurrences:
881         - 1
882         - UNBOUNDED
883       network.outgoing.bytes.rate_pcm_port_00:
884         type: org.openecomp.capabilities.metric.Ceilometer
885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
886         occurrences:
887         - 1
888         - UNBOUNDED
889       disk.device.latency_server_pcm_1:
890         type: org.openecomp.capabilities.metric.Ceilometer
891         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
892         occurrences:
893         - 1
894         - UNBOUNDED
895       disk.device.read.bytes.rate_server_pcm_1:
896         type: org.openecomp.capabilities.metric.Ceilometer
897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
898         occurrences:
899         - 1
900         - UNBOUNDED
901       disk.device.usage_server_pcm_1:
902         type: org.openecomp.capabilities.metric.Ceilometer
903         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
904         occurrences:
905         - 1
906         - UNBOUNDED
907       disk.device.write.requests_server_pcm_1:
908         type: org.openecomp.capabilities.metric.Ceilometer
909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
910         occurrences:
911         - 1
912         - UNBOUNDED
913       disk.write.bytes_server_pcm_1:
914         type: org.openecomp.capabilities.metric.Ceilometer
915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
916         occurrences:
917         - 1
918         - UNBOUNDED
919       disk.device.read.requests_server_pcm_1:
920         type: org.openecomp.capabilities.metric.Ceilometer
921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
922         occurrences:
923         - 1
924         - UNBOUNDED
925       instance_server_pcm_1:
926         type: org.openecomp.capabilities.metric.Ceilometer
927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
928         occurrences:
929         - 1
930         - UNBOUNDED
931       disk.device.read.requests.rate_server_pcm_1:
932         type: org.openecomp.capabilities.metric.Ceilometer
933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
934         occurrences:
935         - 1
936         - UNBOUNDED
937       os_server_pcm_1:
938         type: tosca.capabilities.OperatingSystem
939         occurrences:
940         - 1
941         - UNBOUNDED
942       network.outpoing.packets_pcm_port_00:
943         type: org.openecomp.capabilities.metric.Ceilometer
944         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
945         occurrences:
946         - 1
947         - UNBOUNDED
948       binding_server_pcm_1:
949         type: tosca.capabilities.network.Bindable
950         occurrences:
951         - 1
952         - UNBOUNDED
953       network.outpoing.packets_pcm_port_01:
954         type: org.openecomp.capabilities.metric.Ceilometer
955         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
956         occurrences:
957         - 1
958         - UNBOUNDED
959       disk.write.bytes.rate_server_pcm_1:
960         type: org.openecomp.capabilities.metric.Ceilometer
961         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
962         occurrences:
963         - 1
964         - UNBOUNDED
965       disk.device.allocation_server_pcm_1:
966         type: org.openecomp.capabilities.metric.Ceilometer
967         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
968         occurrences:
969         - 1
970         - UNBOUNDED