Solved sdc jenkins jobs triggering
[integration/csit.git] / plans / so / integration-etsi-testing / config / distribution-test-unzipped / sdc / v1 / catalog / services / Manualdistributiontestservice / 1.0 / resourceInstances / manualdistributiontestvnf0 / artifacts / service-Manualdistributiontestservice-template-interface.yml
1 tosca_definitions_version: tosca_simple_yaml_1_1
2 imports:
3 - nodes:
4     file: nodes.yml
5 - datatypes:
6     file: data.yml
7 - capabilities:
8     file: capabilities.yml
9 - relationships:
10     file: relationships.yml
11 - groups:
12     file: groups.yml
13 - policies:
14     file: policies.yml
15 - annotations:
16     file: annotations.yml
17 node_types:
18   org.openecomp.service.Manualdistributiontestservice:
19     derived_from: org.openecomp.resource.abstract.nodes.service
20     capabilities:
21       manualdistributiontestvnf0.abstract_simple.feature_simple_simple_private_port:
22         type: tosca.capabilities.Node
23         occurrences:
24         - 0
25         - UNBOUNDED
26         valid_source_types: [
27           ]
28       manualdistributiontestvnf0.abstract_simple.binding_simple_simple_private_port:
29         type: tosca.capabilities.network.Bindable
30         occurrences:
31         - 0
32         - UNBOUNDED
33         valid_source_types:
34         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
35         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
36       manualdistributiontestvnf0.abstract_simple.memory.usage_simple:
37         type: org.openecomp.capabilities.metric.Ceilometer
38         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
39         occurrences:
40         - 1
41         - UNBOUNDED
42         valid_source_types: [
43           ]
44         properties:
45           unit:
46             default: MB
47             type: string
48             description: Unit of the metric value
49             required: true
50             status: SUPPORTED
51           name:
52             type: string
53             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
54             required: true
55           description:
56             default: Volume of RAM used by the instance from the amount of its allocated memory
57             type: string
58             description: Description of the metric
59             required: false
60             status: SUPPORTED
61           type:
62             default: Gauge
63             type: string
64             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
65             required: true
66             status: SUPPORTED
67           category:
68             default: compute
69             type: string
70             description: Category of the metric, for an example, compute, disk, network, storage and etc.
71             required: false
72             status: SUPPORTED
73       manualdistributiontestvnf0.abstract_simple.disk.root.size_simple:
74         type: org.openecomp.capabilities.metric.Ceilometer
75         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
76         occurrences:
77         - 1
78         - UNBOUNDED
79         valid_source_types: [
80           ]
81         properties:
82           unit:
83             default: GB
84             type: string
85             description: Unit of the metric value
86             required: true
87             status: SUPPORTED
88           name:
89             type: string
90             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
91             required: true
92           description:
93             default: Size of root disk
94             type: string
95             description: Description of the metric
96             required: false
97             status: SUPPORTED
98           type:
99             default: Gauge
100             type: string
101             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
102             required: true
103             status: SUPPORTED
104           category:
105             default: compute
106             type: string
107             description: Category of the metric, for an example, compute, disk, network, storage and etc.
108             required: false
109             status: SUPPORTED
110       manualdistributiontestvnf0.abstract_simple.disk.read.bytes_simple:
111         type: org.openecomp.capabilities.metric.Ceilometer
112         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
113         occurrences:
114         - 1
115         - UNBOUNDED
116         valid_source_types: [
117           ]
118         properties:
119           unit:
120             default: B
121             type: string
122             description: Unit of the metric value
123             required: true
124             status: SUPPORTED
125           name:
126             type: string
127             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
128             required: true
129           description:
130             default: Volume of reads
131             type: string
132             description: Description of the metric
133             required: false
134             status: SUPPORTED
135           type:
136             default: Cumulative
137             type: string
138             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
139             required: true
140             status: SUPPORTED
141           category:
142             default: compute
143             type: string
144             description: Category of the metric, for an example, compute, disk, network, storage and etc.
145             required: false
146             status: SUPPORTED
147       manualdistributiontestvnf0.abstract_simple.disk.ephemeral.size_simple:
148         type: org.openecomp.capabilities.metric.Ceilometer
149         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
150         occurrences:
151         - 1
152         - UNBOUNDED
153         valid_source_types: [
154           ]
155         properties:
156           unit:
157             default: GB
158             type: string
159             description: Unit of the metric value
160             required: true
161             status: SUPPORTED
162           name:
163             type: string
164             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
165             required: true
166           description:
167             default: Size of ephemeral disk
168             type: string
169             description: Description of the metric
170             required: false
171             status: SUPPORTED
172           type:
173             default: Gauge
174             type: string
175             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
176             required: true
177             status: SUPPORTED
178           category:
179             default: compute
180             type: string
181             description: Category of the metric, for an example, compute, disk, network, storage and etc.
182             required: false
183             status: SUPPORTED
184       manualdistributiontestvnf0.abstract_simple.disk.device.read.bytes.rate_simple:
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         valid_source_types: [
191           ]
192         properties:
193           unit:
194             default: B/s
195             type: string
196             description: Unit of the metric value
197             required: true
198             status: SUPPORTED
199           name:
200             type: string
201             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
202             required: true
203           description:
204             default: Average rate of reads
205             type: string
206             description: Description of the metric
207             required: false
208             status: SUPPORTED
209           type:
210             default: Gauge
211             type: string
212             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
213             required: true
214             status: SUPPORTED
215           category:
216             default: disk
217             type: string
218             description: Category of the metric, for an example, compute, disk, network, storage and etc.
219             required: false
220             status: SUPPORTED
221       manualdistributiontestvnf0.abstract_simple.network.incoming.bytes.rate_simple_simple_private_port:
222         type: org.openecomp.capabilities.metric.Ceilometer
223         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
224         occurrences:
225         - 1
226         - UNBOUNDED
227         valid_source_types: [
228           ]
229         properties:
230           unit:
231             default: B/s
232             type: string
233             description: Unit of the metric value
234             required: true
235             status: SUPPORTED
236           name:
237             type: string
238             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
239             required: true
240           description:
241             default: Average rate of incoming bytes
242             type: string
243             description: Description of the metric
244             required: false
245             status: SUPPORTED
246           type:
247             default: Gauge
248             type: string
249             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
250             required: true
251             status: SUPPORTED
252           category:
253             default: network
254             type: string
255             description: Category of the metric, for an example, compute, disk, network, storage and etc.
256             required: false
257             status: SUPPORTED
258       manualdistributiontestvnf0.abstract_simple.disk.device.read.bytes_simple:
259         type: org.openecomp.capabilities.metric.Ceilometer
260         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
261         occurrences:
262         - 1
263         - UNBOUNDED
264         valid_source_types: [
265           ]
266         properties:
267           unit:
268             default: B
269             type: string
270             description: Unit of the metric value
271             required: true
272             status: SUPPORTED
273           name:
274             type: string
275             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
276             required: true
277           description:
278             default: Volume of reads
279             type: string
280             description: Description of the metric
281             required: false
282             status: SUPPORTED
283           type:
284             default: Cumulative
285             type: string
286             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
287             required: true
288             status: SUPPORTED
289           category:
290             default: disk
291             type: string
292             description: Category of the metric, for an example, compute, disk, network, storage and etc.
293             required: false
294             status: SUPPORTED
295       manualdistributiontestvnf0.abstract_simple.cpu.delta_simple:
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         valid_source_types: [
302           ]
303         properties:
304           unit:
305             default: ns
306             type: string
307             description: Unit of the metric value
308             required: true
309             status: SUPPORTED
310           name:
311             type: string
312             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
313             required: true
314           description:
315             default: CPU time used since previous datapoint
316             type: string
317             description: Description of the metric
318             required: false
319             status: SUPPORTED
320           type:
321             default: Delta
322             type: string
323             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
324             required: true
325             status: SUPPORTED
326           category:
327             default: compute
328             type: string
329             description: Category of the metric, for an example, compute, disk, network, storage and etc.
330             required: false
331             status: SUPPORTED
332       manualdistributiontestvnf0.abstract_simple.disk.latency_simple:
333         type: org.openecomp.capabilities.metric.Ceilometer
334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
335         occurrences:
336         - 1
337         - UNBOUNDED
338         valid_source_types: [
339           ]
340         properties:
341           unit:
342             default: ms
343             type: string
344             description: Unit of the metric value
345             required: true
346             status: SUPPORTED
347           name:
348             type: string
349             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
350             required: true
351           description:
352             default: Average disk latency
353             type: string
354             description: Description of the metric
355             required: false
356             status: SUPPORTED
357           type:
358             default: Gauge
359             type: string
360             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
361             required: true
362             status: SUPPORTED
363           category:
364             default: disk
365             type: string
366             description: Category of the metric, for an example, compute, disk, network, storage and etc.
367             required: false
368             status: SUPPORTED
369       manualdistributiontestvnf0.abstract_simple.network.outpoing.packets_simple_simple_private_port:
370         type: org.openecomp.capabilities.metric.Ceilometer
371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
372         occurrences:
373         - 1
374         - UNBOUNDED
375         valid_source_types: [
376           ]
377         properties:
378           unit:
379             default: packet
380             type: string
381             description: Unit of the metric value
382             required: true
383             status: SUPPORTED
384           name:
385             type: string
386             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
387             required: true
388           description:
389             default: Number of outgoing packets
390             type: string
391             description: Description of the metric
392             required: false
393             status: SUPPORTED
394           type:
395             default: Cumulative
396             type: string
397             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
398             required: true
399             status: SUPPORTED
400           category:
401             default: network
402             type: string
403             description: Category of the metric, for an example, compute, disk, network, storage and etc.
404             required: false
405             status: SUPPORTED
406       manualdistributiontestvnf0.abstract_simple.network.outgoing.packets.rate_simple_simple_private_port:
407         type: org.openecomp.capabilities.metric.Ceilometer
408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
409         occurrences:
410         - 1
411         - UNBOUNDED
412         valid_source_types: [
413           ]
414         properties:
415           unit:
416             default: packet/s
417             type: string
418             description: Unit of the metric value
419             required: true
420             status: SUPPORTED
421           name:
422             type: string
423             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
424             required: true
425           description:
426             default: Average rate of outgoing packets
427             type: string
428             description: Description of the metric
429             required: false
430             status: SUPPORTED
431           type:
432             default: Gauge
433             type: string
434             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
435             required: true
436             status: SUPPORTED
437           category:
438             default: network
439             type: string
440             description: Category of the metric, for an example, compute, disk, network, storage and etc.
441             required: false
442             status: SUPPORTED
443       manualdistributiontestvnf0.abstract_simple.disk.device.latency_simple:
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         valid_source_types: [
450           ]
451         properties:
452           unit:
453             default: ms
454             type: string
455             description: Unit of the metric value
456             required: true
457             status: SUPPORTED
458           name:
459             type: string
460             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
461             required: true
462           description:
463             default: Average disk latency per device
464             type: string
465             description: Description of the metric
466             required: false
467             status: SUPPORTED
468           type:
469             default: Gauge
470             type: string
471             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
472             required: true
473             status: SUPPORTED
474           category:
475             default: disk
476             type: string
477             description: Category of the metric, for an example, compute, disk, network, storage and etc.
478             required: false
479             status: SUPPORTED
480       manualdistributiontestvnf0.abstract_simple.disk.device.write.bytes.rate_simple:
481         type: org.openecomp.capabilities.metric.Ceilometer
482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
483         occurrences:
484         - 1
485         - UNBOUNDED
486         valid_source_types: [
487           ]
488         properties:
489           unit:
490             default: B/s
491             type: string
492             description: Unit of the metric value
493             required: true
494             status: SUPPORTED
495           name:
496             type: string
497             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
498             required: true
499           description:
500             default: Average rate of writes
501             type: string
502             description: Description of the metric
503             required: false
504             status: SUPPORTED
505           type:
506             default: Gauge
507             type: string
508             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
509             required: true
510             status: SUPPORTED
511           category:
512             default: disk
513             type: string
514             description: Category of the metric, for an example, compute, disk, network, storage and etc.
515             required: false
516             status: SUPPORTED
517       manualdistributiontestvnf0.abstract_simple.disk.usage_simple:
518         type: org.openecomp.capabilities.metric.Ceilometer
519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
520         occurrences:
521         - 1
522         - UNBOUNDED
523         valid_source_types: [
524           ]
525         properties:
526           unit:
527             default: B
528             type: string
529             description: Unit of the metric value
530             required: true
531             status: SUPPORTED
532           name:
533             type: string
534             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
535             required: true
536           description:
537             default: The physical size in bytes of the image container on the host
538             type: string
539             description: Description of the metric
540             required: false
541             status: SUPPORTED
542           type:
543             default: Gauge
544             type: string
545             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
546             required: true
547             status: SUPPORTED
548           category:
549             default: disk
550             type: string
551             description: Category of the metric, for an example, compute, disk, network, storage and etc.
552             required: false
553             status: SUPPORTED
554       manualdistributiontestvnf0.abstract_simple.os_simple:
555         type: tosca.capabilities.OperatingSystem
556         occurrences:
557         - 0
558         - UNBOUNDED
559         valid_source_types: [
560           ]
561         properties:
562           distribution:
563             type: string
564             required: false
565           type:
566             type: string
567             required: false
568           version:
569             type: version
570             required: false
571           architecture:
572             type: string
573             required: false
574       manualdistributiontestvnf0.abstract_simple.attachment_simple_simple_private_port:
575         type: tosca.capabilities.Attachment
576         occurrences:
577         - 1
578         - UNBOUNDED
579         valid_source_types: [
580           ]
581       manualdistributiontestvnf0.abstract_simple.cpu_simple:
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         valid_source_types: [
588           ]
589         properties:
590           unit:
591             default: ns
592             type: string
593             description: Unit of the metric value
594             required: true
595             status: SUPPORTED
596           name:
597             type: string
598             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
599             required: true
600           description:
601             default: CPU time used
602             type: string
603             description: Description of the metric
604             required: false
605             status: SUPPORTED
606           type:
607             default: Cumulative
608             type: string
609             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
610             required: true
611             status: SUPPORTED
612           category:
613             default: compute
614             type: string
615             description: Category of the metric, for an example, compute, disk, network, storage and etc.
616             required: false
617             status: SUPPORTED
618       manualdistributiontestvnf0.abstract_simple.disk.write.requests.rate_simple:
619         type: org.openecomp.capabilities.metric.Ceilometer
620         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
621         occurrences:
622         - 1
623         - UNBOUNDED
624         valid_source_types: [
625           ]
626         properties:
627           unit:
628             default: request/s
629             type: string
630             description: Unit of the metric value
631             required: true
632             status: SUPPORTED
633           name:
634             type: string
635             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
636             required: true
637           description:
638             default: Average rate of write requests
639             type: string
640             description: Description of the metric
641             required: false
642             status: SUPPORTED
643           type:
644             default: Gauge
645             type: string
646             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
647             required: true
648             status: SUPPORTED
649           category:
650             default: compute
651             type: string
652             description: Category of the metric, for an example, compute, disk, network, storage and etc.
653             required: false
654             status: SUPPORTED
655       manualdistributiontestvnf0.abstract_simple.disk.device.write.requests.rate_simple:
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         valid_source_types: [
662           ]
663         properties:
664           unit:
665             default: request/s
666             type: string
667             description: Unit of the metric value
668             required: true
669             status: SUPPORTED
670           name:
671             type: string
672             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
673             required: true
674           description:
675             default: Average rate of write requests
676             type: string
677             description: Description of the metric
678             required: false
679             status: SUPPORTED
680           type:
681             default: Gauge
682             type: string
683             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
684             required: true
685             status: SUPPORTED
686           category:
687             default: disk
688             type: string
689             description: Category of the metric, for an example, compute, disk, network, storage and etc.
690             required: false
691             status: SUPPORTED
692       manualdistributiontestvnf0.abstract_simple.memory_simple:
693         type: org.openecomp.capabilities.metric.Ceilometer
694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
695         occurrences:
696         - 1
697         - UNBOUNDED
698         valid_source_types: [
699           ]
700         properties:
701           unit:
702             default: MB
703             type: string
704             description: Unit of the metric value
705             required: true
706             status: SUPPORTED
707           name:
708             type: string
709             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
710             required: true
711           description:
712             default: Volume of RAM allocated to the instance
713             type: string
714             description: Description of the metric
715             required: false
716             status: SUPPORTED
717           type:
718             default: Gauge
719             type: string
720             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
721             required: true
722             status: SUPPORTED
723           category:
724             default: compute
725             type: string
726             description: Category of the metric, for an example, compute, disk, network, storage and etc.
727             required: false
728             status: SUPPORTED
729       manualdistributiontestvnf0.abstract_simple.disk.device.read.requests.rate_simple:
730         type: org.openecomp.capabilities.metric.Ceilometer
731         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
732         occurrences:
733         - 1
734         - UNBOUNDED
735         valid_source_types: [
736           ]
737         properties:
738           unit:
739             default: request/s
740             type: string
741             description: Unit of the metric value
742             required: true
743             status: SUPPORTED
744           name:
745             type: string
746             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
747             required: true
748           description:
749             default: Average rate of read requests
750             type: string
751             description: Description of the metric
752             required: false
753             status: SUPPORTED
754           type:
755             default: Gauge
756             type: string
757             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
758             required: true
759             status: SUPPORTED
760           category:
761             default: disk
762             type: string
763             description: Category of the metric, for an example, compute, disk, network, storage and etc.
764             required: false
765             status: SUPPORTED
766       manualdistributiontestvnf0.abstract_simple.disk.device.usage_simple:
767         type: org.openecomp.capabilities.metric.Ceilometer
768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
769         occurrences:
770         - 1
771         - UNBOUNDED
772         valid_source_types: [
773           ]
774         properties:
775           unit:
776             default: B
777             type: string
778             description: Unit of the metric value
779             required: true
780             status: SUPPORTED
781           name:
782             type: string
783             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
784             required: true
785           description:
786             default: The physical size in bytes of the image container on the host per device
787             type: string
788             description: Description of the metric
789             required: false
790             status: SUPPORTED
791           type:
792             default: Gauge
793             type: string
794             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
795             required: true
796             status: SUPPORTED
797           category:
798             default: disk
799             type: string
800             description: Category of the metric, for an example, compute, disk, network, storage and etc.
801             required: false
802             status: SUPPORTED
803       manualdistributiontestvnf0.abstract_simple.host_simple:
804         type: tosca.capabilities.Container
805         occurrences:
806         - 0
807         - UNBOUNDED
808         valid_source_types:
809         - tosca.nodes.SoftwareComponent
810         properties:
811           num_cpus:
812             type: integer
813             required: false
814           disk_size:
815             type: scalar-unit.size
816             required: false
817           cpu_frequency:
818             type: scalar-unit.frequency
819             required: false
820           mem_size:
821             type: scalar-unit.size
822             required: false
823       manualdistributiontestvnf0.abstract_simple.disk.allocation_simple:
824         type: org.openecomp.capabilities.metric.Ceilometer
825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
826         occurrences:
827         - 1
828         - UNBOUNDED
829         valid_source_types: [
830           ]
831         properties:
832           unit:
833             default: B
834             type: string
835             description: Unit of the metric value
836             required: true
837             status: SUPPORTED
838           name:
839             type: string
840             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
841             required: true
842           description:
843             default: The amount of disk occupied by the instance on the host machine
844             type: string
845             description: Description of the metric
846             required: false
847             status: SUPPORTED
848           type:
849             default: Gauge
850             type: string
851             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
852             required: true
853             status: SUPPORTED
854           category:
855             default: disk
856             type: string
857             description: Category of the metric, for an example, compute, disk, network, storage and etc.
858             required: false
859             status: SUPPORTED
860       manualdistributiontestvnf0.abstract_simple.cpu_util_simple:
861         type: org.openecomp.capabilities.metric.Ceilometer
862         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
863         occurrences:
864         - 1
865         - UNBOUNDED
866         valid_source_types: [
867           ]
868         properties:
869           unit:
870             default: '%'
871             type: string
872             description: Unit of the metric value
873             required: true
874             status: SUPPORTED
875           name:
876             type: string
877             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
878             required: true
879           description:
880             default: Average CPU utilization
881             type: string
882             description: Description of the metric
883             required: false
884             status: SUPPORTED
885           type:
886             default: Gauge
887             type: string
888             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
889             required: true
890             status: SUPPORTED
891           category:
892             default: compute
893             type: string
894             description: Category of the metric, for an example, compute, disk, network, storage and etc.
895             required: false
896             status: SUPPORTED
897       manualdistributiontestvnf0.abstract_simple.port_mirroring_simple_simple_private_port:
898         type: org.openecomp.capabilities.PortMirroring
899         occurrences:
900         - 0
901         - UNBOUNDED
902         valid_source_types: [
903           ]
904         properties:
905           connection_point:
906             default:
907               network_role:
908                 get_input: port_simple_private_port_network_role
909               nfc_naming_code: simple
910             type: org.openecomp.datatypes.PortMirroringConnectionPointDescription
911             required: false
912       manualdistributiontestvnf0.abstract_simple.disk.device.write.requests_simple:
913         type: org.openecomp.capabilities.metric.Ceilometer
914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
915         occurrences:
916         - 1
917         - UNBOUNDED
918         valid_source_types: [
919           ]
920         properties:
921           unit:
922             default: request
923             type: string
924             description: Unit of the metric value
925             required: true
926             status: SUPPORTED
927           name:
928             type: string
929             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
930             required: true
931           description:
932             default: Number of write requests
933             type: string
934             description: Description of the metric
935             required: false
936             status: SUPPORTED
937           type:
938             default: Cumulative
939             type: string
940             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
941             required: true
942             status: SUPPORTED
943           category:
944             default: disk
945             type: string
946             description: Category of the metric, for an example, compute, disk, network, storage and etc.
947             required: false
948             status: SUPPORTED
949       manualdistributiontestvnf0.abstract_simple.disk.read.bytes.rate_simple:
950         type: org.openecomp.capabilities.metric.Ceilometer
951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
952         occurrences:
953         - 1
954         - UNBOUNDED
955         valid_source_types: [
956           ]
957         properties:
958           unit:
959             default: B/s
960             type: string
961             description: Unit of the metric value
962             required: true
963             status: SUPPORTED
964           name:
965             type: string
966             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
967             required: true
968           description:
969             default: Average rate of reads
970             type: string
971             description: Description of the metric
972             required: false
973             status: SUPPORTED
974           type:
975             default: Gauge
976             type: string
977             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
978             required: true
979             status: SUPPORTED
980           category:
981             default: compute
982             type: string
983             description: Category of the metric, for an example, compute, disk, network, storage and etc.
984             required: false
985             status: SUPPORTED
986       manualdistributiontestvnf0.abstract_simple.disk.device.iops_simple:
987         type: org.openecomp.capabilities.metric.Ceilometer
988         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
989         occurrences:
990         - 1
991         - UNBOUNDED
992         valid_source_types: [
993           ]
994         properties:
995           unit:
996             default: count/s
997             type: string
998             description: Unit of the metric value
999             required: true
1000             status: SUPPORTED
1001           name:
1002             type: string
1003             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1004             required: true
1005           description:
1006             default: Average disk iops per device
1007             type: string
1008             description: Description of the metric
1009             required: false
1010             status: SUPPORTED
1011           type:
1012             default: Gauge
1013             type: string
1014             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1015             required: true
1016             status: SUPPORTED
1017           category:
1018             default: disk
1019             type: string
1020             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1021             required: false
1022             status: SUPPORTED
1023       manualdistributiontestvnf0.abstract_simple.network.incoming.bytes_simple_simple_private_port:
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         valid_source_types: [
1030           ]
1031         properties:
1032           unit:
1033             default: B
1034             type: string
1035             description: Unit of the metric value
1036             required: true
1037             status: SUPPORTED
1038           name:
1039             type: string
1040             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1041             required: true
1042           description:
1043             default: Number of incoming bytes
1044             type: string
1045             description: Description of the metric
1046             required: false
1047             status: SUPPORTED
1048           type:
1049             default: Cumulative
1050             type: string
1051             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1052             required: true
1053             status: SUPPORTED
1054           category:
1055             default: network
1056             type: string
1057             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1058             required: false
1059             status: SUPPORTED
1060       manualdistributiontestvnf0.abstract_simple.disk.write.bytes.rate_simple:
1061         type: org.openecomp.capabilities.metric.Ceilometer
1062         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1063         occurrences:
1064         - 1
1065         - UNBOUNDED
1066         valid_source_types: [
1067           ]
1068         properties:
1069           unit:
1070             default: B/s
1071             type: string
1072             description: Unit of the metric value
1073             required: true
1074             status: SUPPORTED
1075           name:
1076             type: string
1077             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1078             required: true
1079           description:
1080             default: Average rate of writes
1081             type: string
1082             description: Description of the metric
1083             required: false
1084             status: SUPPORTED
1085           type:
1086             default: Gauge
1087             type: string
1088             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1089             required: true
1090             status: SUPPORTED
1091           category:
1092             default: compute
1093             type: string
1094             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1095             required: false
1096             status: SUPPORTED
1097       manualdistributiontestvnf0.abstract_simple.endpoint_simple:
1098         type: tosca.capabilities.Endpoint.Admin
1099         occurrences:
1100         - 0
1101         - UNBOUNDED
1102         valid_source_types: [
1103           ]
1104         properties:
1105           secure:
1106             default: true
1107             type: boolean
1108             required: false
1109       manualdistributiontestvnf0.abstract_simple.disk.device.allocation_simple:
1110         type: org.openecomp.capabilities.metric.Ceilometer
1111         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1112         occurrences:
1113         - 1
1114         - UNBOUNDED
1115         valid_source_types: [
1116           ]
1117         properties:
1118           unit:
1119             default: B
1120             type: string
1121             description: Unit of the metric value
1122             required: true
1123             status: SUPPORTED
1124           name:
1125             type: string
1126             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1127             required: true
1128           description:
1129             default: The amount of disk per device occupied by the instance on the host machine
1130             type: string
1131             description: Description of the metric
1132             required: false
1133             status: SUPPORTED
1134           type:
1135             default: Gauge
1136             type: string
1137             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1138             required: true
1139             status: SUPPORTED
1140           category:
1141             default: disk
1142             type: string
1143             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1144             required: false
1145             status: SUPPORTED
1146       manualdistributiontestvnf0.abstract_simple.disk.capacity_simple:
1147         type: org.openecomp.capabilities.metric.Ceilometer
1148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1149         occurrences:
1150         - 1
1151         - UNBOUNDED
1152         valid_source_types: [
1153           ]
1154         properties:
1155           unit:
1156             default: B
1157             type: string
1158             description: Unit of the metric value
1159             required: true
1160             status: SUPPORTED
1161           name:
1162             type: string
1163             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1164             required: true
1165           description:
1166             default: The amount of disk that the instance can see
1167             type: string
1168             description: Description of the metric
1169             required: false
1170             status: SUPPORTED
1171           type:
1172             default: Gauge
1173             type: string
1174             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1175             required: true
1176             status: SUPPORTED
1177           category:
1178             default: disk
1179             type: string
1180             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1181             required: false
1182             status: SUPPORTED
1183       manualdistributiontestvnf0.abstract_simple.memory.resident_simple:
1184         type: org.openecomp.capabilities.metric.Ceilometer
1185         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1186         occurrences:
1187         - 1
1188         - UNBOUNDED
1189         valid_source_types: [
1190           ]
1191         properties:
1192           unit:
1193             default: MB
1194             type: string
1195             description: Unit of the metric value
1196             required: true
1197             status: SUPPORTED
1198           name:
1199             type: string
1200             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1201             required: true
1202           description:
1203             default: Volume of RAM used by the instance on the physical machine
1204             type: string
1205             description: Description of the metric
1206             required: false
1207             status: SUPPORTED
1208           type:
1209             default: Gauge
1210             type: string
1211             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1212             required: true
1213             status: SUPPORTED
1214           category:
1215             default: compute
1216             type: string
1217             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1218             required: false
1219             status: SUPPORTED
1220       manualdistributiontestvnf0.abstract_simple.disk.device.write.bytes_simple:
1221         type: org.openecomp.capabilities.metric.Ceilometer
1222         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1223         occurrences:
1224         - 1
1225         - UNBOUNDED
1226         valid_source_types: [
1227           ]
1228         properties:
1229           unit:
1230             default: B
1231             type: string
1232             description: Unit of the metric value
1233             required: true
1234             status: SUPPORTED
1235           name:
1236             type: string
1237             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1238             required: true
1239           description:
1240             default: Volume of writes
1241             type: string
1242             description: Description of the metric
1243             required: false
1244             status: SUPPORTED
1245           type:
1246             default: Cumulative
1247             type: string
1248             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1249             required: true
1250             status: SUPPORTED
1251           category:
1252             default: disk
1253             type: string
1254             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1255             required: false
1256             status: SUPPORTED
1257       manualdistributiontestvnf0.abstract_simple.disk.write.bytes_simple:
1258         type: org.openecomp.capabilities.metric.Ceilometer
1259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1260         occurrences:
1261         - 1
1262         - UNBOUNDED
1263         valid_source_types: [
1264           ]
1265         properties:
1266           unit:
1267             default: B
1268             type: string
1269             description: Unit of the metric value
1270             required: true
1271             status: SUPPORTED
1272           name:
1273             type: string
1274             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1275             required: true
1276           description:
1277             default: Volume of writes
1278             type: string
1279             description: Description of the metric
1280             required: false
1281             status: SUPPORTED
1282           type:
1283             default: Cumulative
1284             type: string
1285             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1286             required: true
1287             status: SUPPORTED
1288           category:
1289             default: compute
1290             type: string
1291             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1292             required: false
1293             status: SUPPORTED
1294       manualdistributiontestvnf0.abstract_simple.feature_simple:
1295         type: tosca.capabilities.Node
1296         occurrences:
1297         - 0
1298         - UNBOUNDED
1299         valid_source_types: [
1300           ]
1301       manualdistributiontestvnf0.abstract_simple.disk.read.requests_simple:
1302         type: org.openecomp.capabilities.metric.Ceilometer
1303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1304         occurrences:
1305         - 1
1306         - UNBOUNDED
1307         valid_source_types: [
1308           ]
1309         properties:
1310           unit:
1311             default: request
1312             type: string
1313             description: Unit of the metric value
1314             required: true
1315             status: SUPPORTED
1316           name:
1317             type: string
1318             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1319             required: true
1320           description:
1321             default: Number of read requests
1322             type: string
1323             description: Description of the metric
1324             required: false
1325             status: SUPPORTED
1326           type:
1327             default: Cumulative
1328             type: string
1329             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1330             required: true
1331             status: SUPPORTED
1332           category:
1333             default: compute
1334             type: string
1335             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1336             required: false
1337             status: SUPPORTED
1338       manualdistributiontestvnf0.abstract_simple.vcpus_simple:
1339         type: org.openecomp.capabilities.metric.Ceilometer
1340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1341         occurrences:
1342         - 1
1343         - UNBOUNDED
1344         valid_source_types: [
1345           ]
1346         properties:
1347           unit:
1348             default: vcpu
1349             type: string
1350             description: Unit of the metric value
1351             required: true
1352             status: SUPPORTED
1353           name:
1354             type: string
1355             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1356             required: true
1357           description:
1358             default: Number of virtual CPUs allocated to the instance
1359             type: string
1360             description: Description of the metric
1361             required: false
1362             status: SUPPORTED
1363           type:
1364             default: Gauge
1365             type: string
1366             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1367             required: true
1368             status: SUPPORTED
1369           category:
1370             default: compute
1371             type: string
1372             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1373             required: false
1374             status: SUPPORTED
1375       manualdistributiontestvnf0.abstract_simple.disk.device.read.requests_simple:
1376         type: org.openecomp.capabilities.metric.Ceilometer
1377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1378         occurrences:
1379         - 1
1380         - UNBOUNDED
1381         valid_source_types: [
1382           ]
1383         properties:
1384           unit:
1385             default: request
1386             type: string
1387             description: Unit of the metric value
1388             required: true
1389             status: SUPPORTED
1390           name:
1391             type: string
1392             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1393             required: true
1394           description:
1395             default: Number of read requests
1396             type: string
1397             description: Description of the metric
1398             required: false
1399             status: SUPPORTED
1400           type:
1401             default: Cumulative
1402             type: string
1403             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1404             required: true
1405             status: SUPPORTED
1406           category:
1407             default: disk
1408             type: string
1409             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1410             required: false
1411             status: SUPPORTED
1412       manualdistributiontestvnf0.abstract_simple.forwarder_simple_simple_private_port:
1413         type: org.openecomp.capabilities.Forwarder
1414         occurrences:
1415         - 0
1416         - UNBOUNDED
1417         valid_source_types: [
1418           ]
1419       manualdistributiontestvnf0.abstract_simple.network.outgoing.bytes_simple_simple_private_port:
1420         type: org.openecomp.capabilities.metric.Ceilometer
1421         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1422         occurrences:
1423         - 1
1424         - UNBOUNDED
1425         valid_source_types: [
1426           ]
1427         properties:
1428           unit:
1429             default: B
1430             type: string
1431             description: Unit of the metric value
1432             required: true
1433             status: SUPPORTED
1434           name:
1435             type: string
1436             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1437             required: true
1438           description:
1439             default: Number of outgoing bytes
1440             type: string
1441             description: Description of the metric
1442             required: false
1443             status: SUPPORTED
1444           type:
1445             default: Cumulative
1446             type: string
1447             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1448             required: true
1449             status: SUPPORTED
1450           category:
1451             default: network
1452             type: string
1453             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1454             required: false
1455             status: SUPPORTED
1456       manualdistributiontestvnf0.abstract_simple.disk.device.capacity_simple:
1457         type: org.openecomp.capabilities.metric.Ceilometer
1458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1459         occurrences:
1460         - 1
1461         - UNBOUNDED
1462         valid_source_types: [
1463           ]
1464         properties:
1465           unit:
1466             default: B
1467             type: string
1468             description: Unit of the metric value
1469             required: true
1470             status: SUPPORTED
1471           name:
1472             type: string
1473             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1474             required: true
1475           description:
1476             default: The amount of disk per device that the instance can see
1477             type: string
1478             description: Description of the metric
1479             required: false
1480             status: SUPPORTED
1481           type:
1482             default: Gauge
1483             type: string
1484             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1485             required: true
1486             status: SUPPORTED
1487           category:
1488             default: disk
1489             type: string
1490             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1491             required: false
1492             status: SUPPORTED
1493       manualdistributiontestvnf0.abstract_simple.scalable_simple:
1494         type: tosca.capabilities.Scalable
1495         occurrences:
1496         - 0
1497         - UNBOUNDED
1498         valid_source_types: [
1499           ]
1500         properties:
1501           max_instances:
1502             default: 1
1503             type: integer
1504             required: false
1505           min_instances:
1506             default: 1
1507             type: integer
1508             required: false
1509           default_instances:
1510             type: integer
1511             required: false
1512       manualdistributiontestvnf0.abstract_simple.network.outgoing.bytes.rate_simple_simple_private_port:
1513         type: org.openecomp.capabilities.metric.Ceilometer
1514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1515         occurrences:
1516         - 1
1517         - UNBOUNDED
1518         valid_source_types: [
1519           ]
1520         properties:
1521           unit:
1522             default: B/s
1523             type: string
1524             description: Unit of the metric value
1525             required: true
1526             status: SUPPORTED
1527           name:
1528             type: string
1529             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1530             required: true
1531           description:
1532             default: Average rate of outgoing bytes
1533             type: string
1534             description: Description of the metric
1535             required: false
1536             status: SUPPORTED
1537           type:
1538             default: Gauge
1539             type: string
1540             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1541             required: true
1542             status: SUPPORTED
1543           category:
1544             default: network
1545             type: string
1546             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1547             required: false
1548             status: SUPPORTED
1549       manualdistributiontestvnf0.abstract_simple.instance_simple:
1550         type: org.openecomp.capabilities.metric.Ceilometer
1551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1552         occurrences:
1553         - 1
1554         - UNBOUNDED
1555         valid_source_types: [
1556           ]
1557         properties:
1558           unit:
1559             default: instance
1560             type: string
1561             description: Unit of the metric value
1562             required: true
1563             status: SUPPORTED
1564           name:
1565             type: string
1566             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1567             required: true
1568           description:
1569             default: Existence of instance
1570             type: string
1571             description: Description of the metric
1572             required: false
1573             status: SUPPORTED
1574           type:
1575             default: Gauge
1576             type: string
1577             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1578             required: true
1579             status: SUPPORTED
1580           category:
1581             default: compute
1582             type: string
1583             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1584             required: false
1585             status: SUPPORTED
1586       manualdistributiontestvnf0.abstract_simple.disk.write.requests_simple:
1587         type: org.openecomp.capabilities.metric.Ceilometer
1588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1589         occurrences:
1590         - 1
1591         - UNBOUNDED
1592         valid_source_types: [
1593           ]
1594         properties:
1595           unit:
1596             default: request
1597             type: string
1598             description: Unit of the metric value
1599             required: true
1600             status: SUPPORTED
1601           name:
1602             type: string
1603             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1604             required: true
1605           description:
1606             default: Number of write requests
1607             type: string
1608             description: Description of the metric
1609             required: false
1610             status: SUPPORTED
1611           type:
1612             default: Cumulative
1613             type: string
1614             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1615             required: true
1616             status: SUPPORTED
1617           category:
1618             default: compute
1619             type: string
1620             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1621             required: false
1622             status: SUPPORTED
1623       manualdistributiontestvnf0.abstract_simple.binding_simple:
1624         type: tosca.capabilities.network.Bindable
1625         occurrences:
1626         - 0
1627         - UNBOUNDED
1628         valid_source_types: [
1629           ]
1630       manualdistributiontestvnf0.abstract_simple.network.incoming.packets_simple_simple_private_port:
1631         type: org.openecomp.capabilities.metric.Ceilometer
1632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1633         occurrences:
1634         - 1
1635         - UNBOUNDED
1636         valid_source_types: [
1637           ]
1638         properties:
1639           unit:
1640             default: packet
1641             type: string
1642             description: Unit of the metric value
1643             required: true
1644             status: SUPPORTED
1645           name:
1646             type: string
1647             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1648             required: true
1649           description:
1650             default: Number of incoming packets
1651             type: string
1652             description: Description of the metric
1653             required: false
1654             status: SUPPORTED
1655           type:
1656             default: Cumulative
1657             type: string
1658             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1659             required: true
1660             status: SUPPORTED
1661           category:
1662             default: network
1663             type: string
1664             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1665             required: false
1666             status: SUPPORTED
1667       manualdistributiontestvnf0.abstract_simple.disk.iops_simple:
1668         type: org.openecomp.capabilities.metric.Ceilometer
1669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1670         occurrences:
1671         - 1
1672         - UNBOUNDED
1673         valid_source_types: [
1674           ]
1675         properties:
1676           unit:
1677             default: count/s
1678             type: string
1679             description: Unit of the metric value
1680             required: true
1681             status: SUPPORTED
1682           name:
1683             type: string
1684             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1685             required: true
1686           description:
1687             default: Average disk iops
1688             type: string
1689             description: Description of the metric
1690             required: false
1691             status: SUPPORTED
1692           type:
1693             default: Gauge
1694             type: string
1695             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1696             required: true
1697             status: SUPPORTED
1698           category:
1699             default: disk
1700             type: string
1701             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1702             required: false
1703             status: SUPPORTED
1704       manualdistributiontestvnf0.abstract_simple.network.incoming.packets.rate_simple_simple_private_port:
1705         type: org.openecomp.capabilities.metric.Ceilometer
1706         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1707         occurrences:
1708         - 1
1709         - UNBOUNDED
1710         valid_source_types: [
1711           ]
1712         properties:
1713           unit:
1714             default: packet/s
1715             type: string
1716             description: Unit of the metric value
1717             required: true
1718             status: SUPPORTED
1719           name:
1720             type: string
1721             description: Ceilometer metric type name to monitor. (The name ceilometer is using)
1722             required: true
1723           description:
1724             default: Average rate of incoming packets
1725             type: string
1726             description: Description of the metric
1727             required: false
1728             status: SUPPORTED
1729           type:
1730             default: Gauge
1731             type: string
1732             description: Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.
1733             required: true
1734             status: SUPPORTED
1735           category:
1736             default: network
1737             type: string
1738             description: Category of the metric, for an example, compute, disk, network, storage and etc.
1739             required: false
1740             status: SUPPORTED
1741     requirements:
1742     - manualdistributiontestvnf0.abstract_simple.dependency_simple:
1743         occurrences:
1744         - 0
1745         - UNBOUNDED
1746         capability: tosca.capabilities.Node
1747         node: tosca.nodes.Root
1748         relationship: tosca.relationships.DependsOn
1749     - manualdistributiontestvnf0.abstract_simple.dependency_simple_simple_private_port:
1750         occurrences:
1751         - 0
1752         - UNBOUNDED
1753         capability: tosca.capabilities.Node
1754         node: tosca.nodes.Root
1755         relationship: tosca.relationships.DependsOn
1756     - manualdistributiontestvnf0.abstract_simple.link_simple_simple_private_port:
1757         occurrences:
1758         - 0
1759         - UNBOUNDED
1760         capability: tosca.capabilities.network.Linkable
1761         relationship: tosca.relationships.network.LinksTo
1762     - manualdistributiontestvnf0.abstract_simple.local_storage_simple:
1763         occurrences:
1764         - 0
1765         - UNBOUNDED
1766         capability: tosca.capabilities.Attachment
1767         node: tosca.nodes.BlockStorage
1768         relationship: tosca.relationships.AttachesTo