cf58502a77b3bd0b424f7afe44743ef4c7bd9c06
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.heat.pcm_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_pcm_port_0_network_role:
12         type: string
13         required: true
14         status: SUPPORTED
15       metadata:
16         type: string
17         description: metadata
18         required: true
19         status: SUPPORTED
20       port_pcm_port_1_network_role_tag:
21         type: string
22         required: true
23         status: SUPPORTED
24       availabilityzone_name:
25         type: string
26         description: availabilityzone name
27         required: true
28         status: SUPPORTED
29       port_pcm_port_0_vlan_requirements:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: org.openecomp.datatypes.network.VlanRequirements
35       pcm_image_name:
36         type: string
37         description: PCRF CM image name
38         required: true
39         status: SUPPORTED
40       port_pcm_port_0_order:
41         type: integer
42         required: true
43         status: SUPPORTED
44       port_pcm_port_0_subnetpoolid:
45         type: string
46         required: true
47         status: SUPPORTED
48       port_pcm_port_1_subnetpoolid:
49         type: string
50         required: true
51         status: SUPPORTED
52       port_pcm_port_0_network_role_tag:
53         type: string
54         required: true
55         status: SUPPORTED
56       pcm_server_name:
57         type: string
58         description: PCRF CM server name
59         required: true
60         status: SUPPORTED
61       cps_net_mask:
62         type: string
63         description: CPS network mask
64         required: true
65         status: SUPPORTED
66       port_pcm_port_1_exCP_naming:
67         type: org.openecomp.datatypes.Naming
68         required: true
69         status: SUPPORTED
70       port_pcm_port_0_exCP_naming:
71         type: org.openecomp.datatypes.Naming
72         required: true
73         status: SUPPORTED
74       oam_net_name:
75         type: string
76         description: OAM network name
77         required: true
78         status: SUPPORTED
79       port_pcm_port_1_network_role:
80         type: string
81         required: true
82         status: SUPPORTED
83       port_pcm_port_0_ip_requirements:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: org.openecomp.datatypes.network.IpRequirements
89       oam_net_gw:
90         type: string
91         description: CPS network gateway
92         required: true
93         status: SUPPORTED
94       security_group_name:
95         type: string
96         description: the name of security group
97         required: true
98         status: SUPPORTED
99       cps_net_ip:
100         type: string
101         description: CPS network ip
102         required: true
103         status: SUPPORTED
104       port_pcm_port_1_mac_requirements:
105         type: org.openecomp.datatypes.network.MacRequirements
106         required: true
107         status: SUPPORTED
108       port_pcm_port_1_vlan_requirements:
109         type: list
110         required: true
111         status: SUPPORTED
112         entry_schema:
113           type: org.openecomp.datatypes.network.VlanRequirements
114       pcm_flavor_name:
115         type: string
116         description: flavor name of PCRF CM instance
117         required: true
118         status: SUPPORTED
119       user_data_format:
120         type: string
121         description: user_data_format
122         required: true
123         status: SUPPORTED
124       pcm_vol:
125         type: string
126         description: CPS Cluman Cinder Volume
127         required: true
128         status: SUPPORTED
129       port_pcm_port_1_ip_requirements:
130         type: list
131         required: true
132         status: SUPPORTED
133         entry_schema:
134           type: org.openecomp.datatypes.network.IpRequirements
135       port_pcm_port_0_mac_requirements:
136         type: org.openecomp.datatypes.network.MacRequirements
137         required: true
138         status: SUPPORTED
139       cps_net_name:
140         type: string
141         description: CPS network name
142         required: true
143         status: SUPPORTED
144       oam_net_ip:
145         type: string
146         description: OAM network ip
147         required: true
148         status: SUPPORTED
149       oam_net_mask:
150         type: string
151         description: CPS network mask
152         required: true
153         status: SUPPORTED
154       port_pcm_port_1_order:
155         type: integer
156         required: true
157         status: SUPPORTED
158     attributes:
159       server_pcm_id:
160         type: string
161         description: the pcm nova service id
162         status: SUPPORTED
163     requirements:
164     - dependency_pcm_port_1:
165         capability: tosca.capabilities.Node
166         node: tosca.nodes.Root
167         relationship: tosca.relationships.DependsOn
168         occurrences:
169         - 0
170         - UNBOUNDED
171     - link_pcm_port_1:
172         capability: tosca.capabilities.network.Linkable
173         relationship: tosca.relationships.network.LinksTo
174         occurrences:
175         - 1
176         - 1
177     - dependency_server_pcm:
178         capability: tosca.capabilities.Node
179         node: tosca.nodes.Root
180         relationship: tosca.relationships.DependsOn
181         occurrences:
182         - 0
183         - UNBOUNDED
184     - local_storage_server_pcm:
185         capability: tosca.capabilities.Attachment
186         node: tosca.nodes.BlockStorage
187         relationship: tosca.relationships.AttachesTo
188         occurrences:
189         - 0
190         - UNBOUNDED
191     - dependency_pcm_port_0:
192         capability: tosca.capabilities.Node
193         node: tosca.nodes.Root
194         relationship: tosca.relationships.DependsOn
195         occurrences:
196         - 0
197         - UNBOUNDED
198     - link_pcm_port_0:
199         capability: tosca.capabilities.network.Linkable
200         relationship: tosca.relationships.network.LinksTo
201         occurrences:
202         - 1
203         - 1
204     capabilities:
205       network.incoming.packets.rate_pcm_port_0:
206         type: org.openecomp.capabilities.metric.Ceilometer
207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
208         occurrences:
209         - 1
210         - UNBOUNDED
211       cpu_server_pcm:
212         type: org.openecomp.capabilities.metric.Ceilometer
213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
214         occurrences:
215         - 1
216         - UNBOUNDED
217       network.incoming.packets.rate_pcm_port_1:
218         type: org.openecomp.capabilities.metric.Ceilometer
219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
220         occurrences:
221         - 1
222         - UNBOUNDED
223       network.outpoing.packets_pcm_port_1:
224         type: org.openecomp.capabilities.metric.Ceilometer
225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
226         occurrences:
227         - 1
228         - UNBOUNDED
229       memory_server_pcm:
230         type: org.openecomp.capabilities.metric.Ceilometer
231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
232         occurrences:
233         - 1
234         - UNBOUNDED
235       disk.write.requests_server_pcm:
236         type: org.openecomp.capabilities.metric.Ceilometer
237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
238         occurrences:
239         - 1
240         - UNBOUNDED
241       network.outpoing.packets_pcm_port_0:
242         type: org.openecomp.capabilities.metric.Ceilometer
243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
244         occurrences:
245         - 1
246         - UNBOUNDED
247       disk.device.iops_server_pcm:
248         type: org.openecomp.capabilities.metric.Ceilometer
249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
250         occurrences:
251         - 1
252         - UNBOUNDED
253       memory.resident_server_pcm:
254         type: org.openecomp.capabilities.metric.Ceilometer
255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
256         occurrences:
257         - 1
258         - UNBOUNDED
259       disk.device.write.requests_server_pcm:
260         type: org.openecomp.capabilities.metric.Ceilometer
261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
262         occurrences:
263         - 1
264         - UNBOUNDED
265       disk.device.usage_server_pcm:
266         type: org.openecomp.capabilities.metric.Ceilometer
267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
268         occurrences:
269         - 1
270         - UNBOUNDED
271       disk.allocation_server_pcm:
272         type: org.openecomp.capabilities.metric.Ceilometer
273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
274         occurrences:
275         - 1
276         - UNBOUNDED
277       disk.usage_server_pcm:
278         type: org.openecomp.capabilities.metric.Ceilometer
279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
280         occurrences:
281         - 1
282         - UNBOUNDED
283       disk.device.write.bytes_server_pcm:
284         type: org.openecomp.capabilities.metric.Ceilometer
285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
286         occurrences:
287         - 1
288         - UNBOUNDED
289       disk.root.size_server_pcm:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       disk.ephemeral.size_server_pcm:
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.latency_server_pcm:
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       network.incoming.bytes_pcm_port_0:
308         type: org.openecomp.capabilities.metric.Ceilometer
309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
310         occurrences:
311         - 1
312         - UNBOUNDED
313       network.incoming.bytes_pcm_port_1:
314         type: org.openecomp.capabilities.metric.Ceilometer
315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
316         occurrences:
317         - 1
318         - UNBOUNDED
319       binding_pcm_port_0:
320         type: tosca.capabilities.network.Bindable
321         valid_source_types:
322         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
323         occurrences:
324         - 0
325         - UNBOUNDED
326       binding_pcm_port_1:
327         type: tosca.capabilities.network.Bindable
328         valid_source_types:
329         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
330         occurrences:
331         - 0
332         - UNBOUNDED
333       memory.usage_server_pcm:
334         type: org.openecomp.capabilities.metric.Ceilometer
335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
336         occurrences:
337         - 1
338         - UNBOUNDED
339       disk.read.requests_server_pcm:
340         type: org.openecomp.capabilities.metric.Ceilometer
341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
342         occurrences:
343         - 1
344         - UNBOUNDED
345       disk.capacity_server_pcm:
346         type: org.openecomp.capabilities.metric.Ceilometer
347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
348         occurrences:
349         - 1
350         - UNBOUNDED
351       os_server_pcm:
352         type: tosca.capabilities.OperatingSystem
353         occurrences:
354         - 1
355         - UNBOUNDED
356       disk.read.bytes_server_pcm:
357         type: org.openecomp.capabilities.metric.Ceilometer
358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
359         occurrences:
360         - 1
361         - UNBOUNDED
362       network.outgoing.packets.rate_pcm_port_0:
363         type: org.openecomp.capabilities.metric.Ceilometer
364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
365         occurrences:
366         - 1
367         - UNBOUNDED
368       network.outgoing.packets.rate_pcm_port_1:
369         type: org.openecomp.capabilities.metric.Ceilometer
370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
371         occurrences:
372         - 1
373         - UNBOUNDED
374       feature_pcm_port_1:
375         type: tosca.capabilities.Node
376         occurrences:
377         - 1
378         - UNBOUNDED
379       network.outgoing.bytes_pcm_port_0:
380         type: org.openecomp.capabilities.metric.Ceilometer
381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
382         occurrences:
383         - 1
384         - UNBOUNDED
385       disk.device.read.bytes_server_pcm:
386         type: org.openecomp.capabilities.metric.Ceilometer
387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
388         occurrences:
389         - 1
390         - UNBOUNDED
391       feature_pcm_port_0:
392         type: tosca.capabilities.Node
393         occurrences:
394         - 1
395         - UNBOUNDED
396       network.outgoing.bytes_pcm_port_1:
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       attachment_pcm_port_0:
403         type: tosca.capabilities.Attachment
404         occurrences:
405         - 1
406         - UNBOUNDED
407       attachment_pcm_port_1:
408         type: tosca.capabilities.Attachment
409         occurrences:
410         - 1
411         - UNBOUNDED
412       endpoint_server_pcm:
413         type: tosca.capabilities.Endpoint.Admin
414         occurrences:
415         - 1
416         - UNBOUNDED
417       disk.device.read.requests.rate_server_pcm:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       vcpus_server_pcm:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       disk.write.bytes_server_pcm:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       disk.iops_server_pcm:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441       disk.read.bytes.rate_server_pcm:
442         type: org.openecomp.capabilities.metric.Ceilometer
443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
444         occurrences:
445         - 1
446         - UNBOUNDED
447       disk.device.allocation_server_pcm:
448         type: org.openecomp.capabilities.metric.Ceilometer
449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
450         occurrences:
451         - 1
452         - UNBOUNDED
453       scalable_server_pcm:
454         type: tosca.capabilities.Scalable
455         occurrences:
456         - 1
457         - UNBOUNDED
458       disk.device.read.bytes.rate_server_pcm:
459         type: org.openecomp.capabilities.metric.Ceilometer
460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
461         occurrences:
462         - 1
463         - UNBOUNDED
464       cpu_util_server_pcm:
465         type: org.openecomp.capabilities.metric.Ceilometer
466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
467         occurrences:
468         - 1
469         - UNBOUNDED
470       disk.write.requests.rate_server_pcm:
471         type: org.openecomp.capabilities.metric.Ceilometer
472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
473         occurrences:
474         - 1
475         - UNBOUNDED
476       disk.device.write.bytes.rate_server_pcm:
477         type: org.openecomp.capabilities.metric.Ceilometer
478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
479         occurrences:
480         - 1
481         - UNBOUNDED
482       host_server_pcm:
483         type: tosca.capabilities.Container
484         valid_source_types:
485         - tosca.nodes.SoftwareComponent
486         occurrences:
487         - 1
488         - UNBOUNDED
489       cpu.delta_server_pcm:
490         type: org.openecomp.capabilities.metric.Ceilometer
491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
492         occurrences:
493         - 1
494         - UNBOUNDED
495       network.outgoing.bytes.rate_pcm_port_1:
496         type: org.openecomp.capabilities.metric.Ceilometer
497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
498         occurrences:
499         - 1
500         - UNBOUNDED
501       network.incoming.packets_pcm_port_0:
502         type: org.openecomp.capabilities.metric.Ceilometer
503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
504         occurrences:
505         - 1
506         - UNBOUNDED
507       binding_server_pcm:
508         type: tosca.capabilities.network.Bindable
509         occurrences:
510         - 1
511         - UNBOUNDED
512       network.outgoing.bytes.rate_pcm_port_0:
513         type: org.openecomp.capabilities.metric.Ceilometer
514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
515         occurrences:
516         - 1
517         - UNBOUNDED
518       disk.device.capacity_server_pcm:
519         type: org.openecomp.capabilities.metric.Ceilometer
520         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
521         occurrences:
522         - 1
523         - UNBOUNDED
524       network.incoming.packets_pcm_port_1:
525         type: org.openecomp.capabilities.metric.Ceilometer
526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
527         occurrences:
528         - 1
529         - UNBOUNDED
530       instance_server_pcm:
531         type: org.openecomp.capabilities.metric.Ceilometer
532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
533         occurrences:
534         - 1
535         - UNBOUNDED
536       disk.device.write.requests.rate_server_pcm:
537         type: org.openecomp.capabilities.metric.Ceilometer
538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
539         occurrences:
540         - 1
541         - UNBOUNDED
542       disk.latency_server_pcm:
543         type: org.openecomp.capabilities.metric.Ceilometer
544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
545         occurrences:
546         - 1
547         - UNBOUNDED
548       disk.device.read.requests_server_pcm:
549         type: org.openecomp.capabilities.metric.Ceilometer
550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
551         occurrences:
552         - 1
553         - UNBOUNDED
554       feature_server_pcm:
555         type: tosca.capabilities.Node
556         occurrences:
557         - 1
558         - UNBOUNDED
559       network.incoming.bytes.rate_pcm_port_0:
560         type: org.openecomp.capabilities.metric.Ceilometer
561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
562         occurrences:
563         - 1
564         - UNBOUNDED
565       disk.write.bytes.rate_server_pcm:
566         type: org.openecomp.capabilities.metric.Ceilometer
567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
568         occurrences:
569         - 1
570         - UNBOUNDED
571       network.incoming.bytes.rate_pcm_port_1:
572         type: org.openecomp.capabilities.metric.Ceilometer
573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
574         occurrences:
575         - 1
576         - UNBOUNDED
577   org.openecomp.resource.abstract.nodes.heat.oam_server:
578     derived_from: org.openecomp.resource.abstract.nodes.VFC
579     properties:
580       availabilityzone_name:
581         type: string
582         description: availabilityzone name
583         required: true
584         status: SUPPORTED
585       port_pcm_port_00_mac_requirements:
586         type: org.openecomp.datatypes.network.MacRequirements
587         required: true
588         status: SUPPORTED
589       port_pcm_port_01_ip_requirements:
590         type: list
591         required: true
592         status: SUPPORTED
593         entry_schema:
594           type: org.openecomp.datatypes.network.IpRequirements
595       oam_server_name:
596         type: string
597         description: oam server name
598         required: true
599         status: SUPPORTED
600       port_pcm_port_00_subnetpoolid:
601         type: string
602         required: true
603         status: SUPPORTED
604       port_pcm_port_01_vlan_requirements:
605         type: list
606         required: true
607         status: SUPPORTED
608         entry_schema:
609           type: org.openecomp.datatypes.network.VlanRequirements
610       port_pcm_port_01_network_role:
611         type: string
612         required: true
613         status: SUPPORTED
614       port_pcm_port_01_subnetpoolid:
615         type: string
616         required: true
617         status: SUPPORTED
618       oam_image_name:
619         type: string
620         description: oam image name
621         required: true
622         status: SUPPORTED
623       cps_net_mask:
624         type: string
625         description: CPS network mask
626         required: true
627         status: SUPPORTED
628       oam_net_name:
629         type: string
630         description: OAM network name
631         required: true
632         status: SUPPORTED
633       port_pcm_port_01_network_role_tag:
634         type: string
635         required: true
636         status: SUPPORTED
637       port_pcm_port_00_network_role:
638         type: string
639         required: true
640         status: SUPPORTED
641       port_pcm_port_00_ip_requirements:
642         type: list
643         required: true
644         status: SUPPORTED
645         entry_schema:
646           type: org.openecomp.datatypes.network.IpRequirements
647       oam_net_gw:
648         type: string
649         description: CPS network gateway
650         required: true
651         status: SUPPORTED
652       oam_flavor_name:
653         type: string
654         description: flavor name of PCRF CM instance
655         required: true
656         status: SUPPORTED
657       security_group_name:
658         type: string
659         description: the name of security group
660         required: true
661         status: SUPPORTED
662       cps_net_ip:
663         type: string
664         description: CPS network ip
665         required: true
666         status: SUPPORTED
667       port_pcm_port_00_network_role_tag:
668         type: string
669         required: true
670         status: SUPPORTED
671       port_pcm_port_01_order:
672         type: integer
673         required: true
674         status: SUPPORTED
675       port_pcm_port_00_exCP_naming:
676         type: org.openecomp.datatypes.Naming
677         required: true
678         status: SUPPORTED
679       port_pcm_port_00_order:
680         type: integer
681         required: true
682         status: SUPPORTED
683       port_pcm_port_01_mac_requirements:
684         type: org.openecomp.datatypes.network.MacRequirements
685         required: true
686         status: SUPPORTED
687       pcm_vol:
688         type: string
689         description: CPS Cluman Cinder Volume
690         required: true
691         status: SUPPORTED
692       port_pcm_port_00_vlan_requirements:
693         type: list
694         required: true
695         status: SUPPORTED
696         entry_schema:
697           type: org.openecomp.datatypes.network.VlanRequirements
698       cps_net_name:
699         type: string
700         description: CPS network name
701         required: true
702         status: SUPPORTED
703       oam_net_ip:
704         type: string
705         description: OAM network ip
706         required: true
707         status: SUPPORTED
708       oam_net_mask:
709         type: string
710         description: CPS network mask
711         required: true
712         status: SUPPORTED
713       port_pcm_port_01_exCP_naming:
714         type: org.openecomp.datatypes.Naming
715         required: true
716         status: SUPPORTED
717     attributes:
718       server_oam_id:
719         type: string
720         description: the oam nova service id
721         status: SUPPORTED
722     requirements:
723     - dependency_server_oam:
724         capability: tosca.capabilities.Node
725         node: tosca.nodes.Root
726         relationship: tosca.relationships.DependsOn
727         occurrences:
728         - 0
729         - UNBOUNDED
730     - local_storage_server_oam:
731         capability: tosca.capabilities.Attachment
732         node: tosca.nodes.BlockStorage
733         relationship: tosca.relationships.AttachesTo
734         occurrences:
735         - 0
736         - UNBOUNDED
737     - dependency_pcm_port_00:
738         capability: tosca.capabilities.Node
739         node: tosca.nodes.Root
740         relationship: tosca.relationships.DependsOn
741         occurrences:
742         - 0
743         - UNBOUNDED
744     - link_pcm_port_00:
745         capability: tosca.capabilities.network.Linkable
746         relationship: tosca.relationships.network.LinksTo
747         occurrences:
748         - 1
749         - 1
750     - dependency_pcm_port_01:
751         capability: tosca.capabilities.Node
752         node: tosca.nodes.Root
753         relationship: tosca.relationships.DependsOn
754         occurrences:
755         - 0
756         - UNBOUNDED
757     - link_pcm_port_01:
758         capability: tosca.capabilities.network.Linkable
759         relationship: tosca.relationships.network.LinksTo
760         occurrences:
761         - 1
762         - 1
763     capabilities:
764       cpu_server_oam:
765         type: org.openecomp.capabilities.metric.Ceilometer
766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
767         occurrences:
768         - 1
769         - UNBOUNDED
770       feature_pcm_port_00:
771         type: tosca.capabilities.Node
772         occurrences:
773         - 1
774         - UNBOUNDED
775       network.incoming.packets_pcm_port_01:
776         type: org.openecomp.capabilities.metric.Ceilometer
777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
778         occurrences:
779         - 1
780         - UNBOUNDED
781       memory_server_oam:
782         type: org.openecomp.capabilities.metric.Ceilometer
783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
784         occurrences:
785         - 1
786         - UNBOUNDED
787       feature_pcm_port_01:
788         type: tosca.capabilities.Node
789         occurrences:
790         - 1
791         - UNBOUNDED
792       disk.write.requests_server_oam:
793         type: org.openecomp.capabilities.metric.Ceilometer
794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
795         occurrences:
796         - 1
797         - UNBOUNDED
798       network.incoming.packets_pcm_port_00:
799         type: org.openecomp.capabilities.metric.Ceilometer
800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
801         occurrences:
802         - 1
803         - UNBOUNDED
804       memory.resident_server_oam:
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.device.iops_server_oam:
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       network.outgoing.packets.rate_pcm_port_00:
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       network.incoming.bytes_pcm_port_00:
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.device.write.requests_server_oam:
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.incoming.bytes_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       disk.allocation_server_oam:
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       disk.device.usage_server_oam:
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       disk.usage_server_oam:
853         type: org.openecomp.capabilities.metric.Ceilometer
854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
855         occurrences:
856         - 1
857         - UNBOUNDED
858       attachment_pcm_port_00:
859         type: tosca.capabilities.Attachment
860         occurrences:
861         - 1
862         - UNBOUNDED
863       disk.device.write.bytes_server_oam:
864         type: org.openecomp.capabilities.metric.Ceilometer
865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
866         occurrences:
867         - 1
868         - UNBOUNDED
869       attachment_pcm_port_01:
870         type: tosca.capabilities.Attachment
871         occurrences:
872         - 1
873         - UNBOUNDED
874       network.outgoing.bytes_pcm_port_00:
875         type: org.openecomp.capabilities.metric.Ceilometer
876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
877         occurrences:
878         - 1
879         - UNBOUNDED
880       disk.ephemeral.size_server_oam:
881         type: org.openecomp.capabilities.metric.Ceilometer
882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
883         occurrences:
884         - 1
885         - UNBOUNDED
886       disk.device.latency_server_oam:
887         type: org.openecomp.capabilities.metric.Ceilometer
888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
889         occurrences:
890         - 1
891         - UNBOUNDED
892       disk.root.size_server_oam:
893         type: org.openecomp.capabilities.metric.Ceilometer
894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
895         occurrences:
896         - 1
897         - UNBOUNDED
898       network.outgoing.packets.rate_pcm_port_01:
899         type: org.openecomp.capabilities.metric.Ceilometer
900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
901         occurrences:
902         - 1
903         - UNBOUNDED
904       memory.usage_server_oam:
905         type: org.openecomp.capabilities.metric.Ceilometer
906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
907         occurrences:
908         - 1
909         - UNBOUNDED
910       network.outgoing.bytes_pcm_port_01:
911         type: org.openecomp.capabilities.metric.Ceilometer
912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
913         occurrences:
914         - 1
915         - UNBOUNDED
916       disk.read.bytes_server_oam:
917         type: org.openecomp.capabilities.metric.Ceilometer
918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
919         occurrences:
920         - 1
921         - UNBOUNDED
922       os_server_oam:
923         type: tosca.capabilities.OperatingSystem
924         occurrences:
925         - 1
926         - UNBOUNDED
927       disk.read.requests_server_oam:
928         type: org.openecomp.capabilities.metric.Ceilometer
929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
930         occurrences:
931         - 1
932         - UNBOUNDED
933       disk.capacity_server_oam:
934         type: org.openecomp.capabilities.metric.Ceilometer
935         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
936         occurrences:
937         - 1
938         - UNBOUNDED
939       disk.device.read.bytes_server_oam:
940         type: org.openecomp.capabilities.metric.Ceilometer
941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
942         occurrences:
943         - 1
944         - UNBOUNDED
945       network.incoming.bytes.rate_pcm_port_00:
946         type: org.openecomp.capabilities.metric.Ceilometer
947         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
948         occurrences:
949         - 1
950         - UNBOUNDED
951       endpoint_server_oam:
952         type: tosca.capabilities.Endpoint.Admin
953         occurrences:
954         - 1
955         - UNBOUNDED
956       network.incoming.bytes.rate_pcm_port_01:
957         type: org.openecomp.capabilities.metric.Ceilometer
958         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
959         occurrences:
960         - 1
961         - UNBOUNDED
962       disk.device.read.requests.rate_server_oam:
963         type: org.openecomp.capabilities.metric.Ceilometer
964         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
965         occurrences:
966         - 1
967         - UNBOUNDED
968       vcpus_server_oam:
969         type: org.openecomp.capabilities.metric.Ceilometer
970         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
971         occurrences:
972         - 1
973         - UNBOUNDED
974       disk.read.bytes.rate_server_oam:
975         type: org.openecomp.capabilities.metric.Ceilometer
976         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
977         occurrences:
978         - 1
979         - UNBOUNDED
980       disk.write.bytes_server_oam:
981         type: org.openecomp.capabilities.metric.Ceilometer
982         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
983         occurrences:
984         - 1
985         - UNBOUNDED
986       disk.iops_server_oam:
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       disk.device.allocation_server_oam:
993         type: org.openecomp.capabilities.metric.Ceilometer
994         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
995         occurrences:
996         - 1
997         - UNBOUNDED
998       disk.write.requests.rate_server_oam:
999         type: org.openecomp.capabilities.metric.Ceilometer
1000         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1001         occurrences:
1002         - 1
1003         - UNBOUNDED
1004       scalable_server_oam:
1005         type: tosca.capabilities.Scalable
1006         occurrences:
1007         - 1
1008         - UNBOUNDED
1009       disk.device.read.bytes.rate_server_oam:
1010         type: org.openecomp.capabilities.metric.Ceilometer
1011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1012         occurrences:
1013         - 1
1014         - UNBOUNDED
1015       cpu_util_server_oam:
1016         type: org.openecomp.capabilities.metric.Ceilometer
1017         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1018         occurrences:
1019         - 1
1020         - UNBOUNDED
1021       network.outgoing.bytes.rate_pcm_port_01:
1022         type: org.openecomp.capabilities.metric.Ceilometer
1023         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1024         occurrences:
1025         - 1
1026         - UNBOUNDED
1027       network.incoming.packets.rate_pcm_port_01:
1028         type: org.openecomp.capabilities.metric.Ceilometer
1029         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1030         occurrences:
1031         - 1
1032         - UNBOUNDED
1033       network.incoming.packets.rate_pcm_port_00:
1034         type: org.openecomp.capabilities.metric.Ceilometer
1035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1036         occurrences:
1037         - 1
1038         - UNBOUNDED
1039       binding_pcm_port_01:
1040         type: tosca.capabilities.network.Bindable
1041         valid_source_types:
1042         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1043         occurrences:
1044         - 0
1045         - UNBOUNDED
1046       cpu.delta_server_oam:
1047         type: org.openecomp.capabilities.metric.Ceilometer
1048         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1049         occurrences:
1050         - 1
1051         - UNBOUNDED
1052       host_server_oam:
1053         type: tosca.capabilities.Container
1054         valid_source_types:
1055         - tosca.nodes.SoftwareComponent
1056         occurrences:
1057         - 1
1058         - UNBOUNDED
1059       binding_pcm_port_00:
1060         type: tosca.capabilities.network.Bindable
1061         valid_source_types:
1062         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1063         occurrences:
1064         - 0
1065         - UNBOUNDED
1066       disk.device.write.bytes.rate_server_oam:
1067         type: org.openecomp.capabilities.metric.Ceilometer
1068         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1069         occurrences:
1070         - 1
1071         - UNBOUNDED
1072       network.outgoing.bytes.rate_pcm_port_00:
1073         type: org.openecomp.capabilities.metric.Ceilometer
1074         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1075         occurrences:
1076         - 1
1077         - UNBOUNDED
1078       binding_server_oam:
1079         type: tosca.capabilities.network.Bindable
1080         occurrences:
1081         - 1
1082         - UNBOUNDED
1083       disk.device.capacity_server_oam:
1084         type: org.openecomp.capabilities.metric.Ceilometer
1085         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1086         occurrences:
1087         - 1
1088         - UNBOUNDED
1089       disk.latency_server_oam:
1090         type: org.openecomp.capabilities.metric.Ceilometer
1091         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1092         occurrences:
1093         - 1
1094         - UNBOUNDED
1095       instance_server_oam:
1096         type: org.openecomp.capabilities.metric.Ceilometer
1097         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1098         occurrences:
1099         - 1
1100         - UNBOUNDED
1101       disk.device.read.requests_server_oam:
1102         type: org.openecomp.capabilities.metric.Ceilometer
1103         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1104         occurrences:
1105         - 1
1106         - UNBOUNDED
1107       disk.device.write.requests.rate_server_oam:
1108         type: org.openecomp.capabilities.metric.Ceilometer
1109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1110         occurrences:
1111         - 1
1112         - UNBOUNDED
1113       feature_server_oam:
1114         type: tosca.capabilities.Node
1115         occurrences:
1116         - 1
1117         - UNBOUNDED
1118       network.outpoing.packets_pcm_port_00:
1119         type: org.openecomp.capabilities.metric.Ceilometer
1120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1121         occurrences:
1122         - 1
1123         - UNBOUNDED
1124       disk.write.bytes.rate_server_oam:
1125         type: org.openecomp.capabilities.metric.Ceilometer
1126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1127         occurrences:
1128         - 1
1129         - UNBOUNDED
1130       network.outpoing.packets_pcm_port_01:
1131         type: org.openecomp.capabilities.metric.Ceilometer
1132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1133         occurrences:
1134         - 1
1135         - UNBOUNDED
1136   org.openecomp.resource.abstract.nodes.heat.pcm_server_1:
1137     derived_from: org.openecomp.resource.abstract.nodes.VFC
1138     properties:
1139       port_pcm_port_0_network_role:
1140         type: string
1141         required: true
1142         status: SUPPORTED
1143       metadata:
1144         type: string
1145         description: metadata
1146         required: true
1147         status: SUPPORTED
1148       port_pcm_port_1_network_role_tag:
1149         type: string
1150         required: true
1151         status: SUPPORTED
1152       availabilityzone_name:
1153         type: string
1154         description: availabilityzone name
1155         required: true
1156         status: SUPPORTED
1157       port_pcm_port_0_vlan_requirements:
1158         type: list
1159         required: true
1160         status: SUPPORTED
1161         entry_schema:
1162           type: org.openecomp.datatypes.network.VlanRequirements
1163       pcm_image_name:
1164         type: string
1165         description: PCRF CM image name
1166         required: true
1167         status: SUPPORTED
1168       port_pcm_port_0_order:
1169         type: integer
1170         required: true
1171         status: SUPPORTED
1172       port_pcm_port_0_subnetpoolid:
1173         type: string
1174         required: true
1175         status: SUPPORTED
1176       port_pcm_port_1_subnetpoolid:
1177         type: string
1178         required: true
1179         status: SUPPORTED
1180       port_pcm_port_0_network_role_tag:
1181         type: string
1182         required: true
1183         status: SUPPORTED
1184       pcm_server_name:
1185         type: string
1186         description: PCRF CM server name
1187         required: true
1188         status: SUPPORTED
1189       cps_net_mask:
1190         type: string
1191         description: CPS network mask
1192         required: true
1193         status: SUPPORTED
1194       port_pcm_port_1_exCP_naming:
1195         type: org.openecomp.datatypes.Naming
1196         required: true
1197         status: SUPPORTED
1198       port_pcm_port_0_exCP_naming:
1199         type: org.openecomp.datatypes.Naming
1200         required: true
1201         status: SUPPORTED
1202       oam_net_name:
1203         type: string
1204         description: OAM network name
1205         required: true
1206         status: SUPPORTED
1207       port_pcm_port_1_network_role:
1208         type: string
1209         required: true
1210         status: SUPPORTED
1211       port_pcm_port_0_ip_requirements:
1212         type: list
1213         required: true
1214         status: SUPPORTED
1215         entry_schema:
1216           type: org.openecomp.datatypes.network.IpRequirements
1217       oam_net_gw:
1218         type: string
1219         description: CPS network gateway
1220         required: true
1221         status: SUPPORTED
1222       security_group_name:
1223         type: string
1224         description: the name of security group
1225         required: true
1226         status: SUPPORTED
1227       cps_net_ip:
1228         type: string
1229         description: CPS network ip
1230         required: true
1231         status: SUPPORTED
1232       port_pcm_port_1_mac_requirements:
1233         type: org.openecomp.datatypes.network.MacRequirements
1234         required: true
1235         status: SUPPORTED
1236       port_pcm_port_1_vlan_requirements:
1237         type: list
1238         required: true
1239         status: SUPPORTED
1240         entry_schema:
1241           type: org.openecomp.datatypes.network.VlanRequirements
1242       pcm_flavor_name:
1243         type: string
1244         description: flavor name of PCRF CM instance
1245         required: true
1246         status: SUPPORTED
1247       user_data_format:
1248         type: string
1249         description: user_data_format
1250         required: true
1251         status: SUPPORTED
1252       pcm_vol:
1253         type: string
1254         description: CPS Cluman Cinder Volume
1255         required: true
1256         status: SUPPORTED
1257       port_pcm_port_1_ip_requirements:
1258         type: list
1259         required: true
1260         status: SUPPORTED
1261         entry_schema:
1262           type: org.openecomp.datatypes.network.IpRequirements
1263       port_pcm_port_0_mac_requirements:
1264         type: org.openecomp.datatypes.network.MacRequirements
1265         required: true
1266         status: SUPPORTED
1267       cps_net_name:
1268         type: string
1269         description: CPS network name
1270         required: true
1271         status: SUPPORTED
1272       oam_net_ip:
1273         type: string
1274         description: OAM network ip
1275         required: true
1276         status: SUPPORTED
1277       oam_net_mask:
1278         type: string
1279         description: CPS network mask
1280         required: true
1281         status: SUPPORTED
1282       port_pcm_port_1_order:
1283         type: integer
1284         required: true
1285         status: SUPPORTED
1286     attributes:
1287       server_pcm_id:
1288         type: string
1289         description: the pcm nova service id
1290         status: SUPPORTED
1291     requirements:
1292     - dependency_pcm_port_1:
1293         capability: tosca.capabilities.Node
1294         node: tosca.nodes.Root
1295         relationship: tosca.relationships.DependsOn
1296         occurrences:
1297         - 0
1298         - UNBOUNDED
1299     - link_pcm_port_1:
1300         capability: tosca.capabilities.network.Linkable
1301         relationship: tosca.relationships.network.LinksTo
1302         occurrences:
1303         - 1
1304         - 1
1305     - dependency_server_pcm:
1306         capability: tosca.capabilities.Node
1307         node: tosca.nodes.Root
1308         relationship: tosca.relationships.DependsOn
1309         occurrences:
1310         - 0
1311         - UNBOUNDED
1312     - local_storage_server_pcm:
1313         capability: tosca.capabilities.Attachment
1314         node: tosca.nodes.BlockStorage
1315         relationship: tosca.relationships.AttachesTo
1316         occurrences:
1317         - 0
1318         - UNBOUNDED
1319     - dependency_pcm_port_0:
1320         capability: tosca.capabilities.Node
1321         node: tosca.nodes.Root
1322         relationship: tosca.relationships.DependsOn
1323         occurrences:
1324         - 0
1325         - UNBOUNDED
1326     - link_pcm_port_0:
1327         capability: tosca.capabilities.network.Linkable
1328         relationship: tosca.relationships.network.LinksTo
1329         occurrences:
1330         - 1
1331         - 1
1332     capabilities:
1333       network.incoming.packets.rate_pcm_port_0:
1334         type: org.openecomp.capabilities.metric.Ceilometer
1335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1336         occurrences:
1337         - 1
1338         - UNBOUNDED
1339       cpu_server_pcm:
1340         type: org.openecomp.capabilities.metric.Ceilometer
1341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1342         occurrences:
1343         - 1
1344         - UNBOUNDED
1345       network.incoming.packets.rate_pcm_port_1:
1346         type: org.openecomp.capabilities.metric.Ceilometer
1347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1348         occurrences:
1349         - 1
1350         - UNBOUNDED
1351       network.outpoing.packets_pcm_port_1:
1352         type: org.openecomp.capabilities.metric.Ceilometer
1353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1354         occurrences:
1355         - 1
1356         - UNBOUNDED
1357       memory_server_pcm:
1358         type: org.openecomp.capabilities.metric.Ceilometer
1359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1360         occurrences:
1361         - 1
1362         - UNBOUNDED
1363       disk.write.requests_server_pcm:
1364         type: org.openecomp.capabilities.metric.Ceilometer
1365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1366         occurrences:
1367         - 1
1368         - UNBOUNDED
1369       network.outpoing.packets_pcm_port_0:
1370         type: org.openecomp.capabilities.metric.Ceilometer
1371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1372         occurrences:
1373         - 1
1374         - UNBOUNDED
1375       disk.device.iops_server_pcm:
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       memory.resident_server_pcm:
1382         type: org.openecomp.capabilities.metric.Ceilometer
1383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1384         occurrences:
1385         - 1
1386         - UNBOUNDED
1387       disk.device.write.requests_server_pcm:
1388         type: org.openecomp.capabilities.metric.Ceilometer
1389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1390         occurrences:
1391         - 1
1392         - UNBOUNDED
1393       disk.device.usage_server_pcm:
1394         type: org.openecomp.capabilities.metric.Ceilometer
1395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1396         occurrences:
1397         - 1
1398         - UNBOUNDED
1399       disk.allocation_server_pcm:
1400         type: org.openecomp.capabilities.metric.Ceilometer
1401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1402         occurrences:
1403         - 1
1404         - UNBOUNDED
1405       disk.usage_server_pcm:
1406         type: org.openecomp.capabilities.metric.Ceilometer
1407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1408         occurrences:
1409         - 1
1410         - UNBOUNDED
1411       disk.device.write.bytes_server_pcm:
1412         type: org.openecomp.capabilities.metric.Ceilometer
1413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1414         occurrences:
1415         - 1
1416         - UNBOUNDED
1417       disk.root.size_server_pcm:
1418         type: org.openecomp.capabilities.metric.Ceilometer
1419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1420         occurrences:
1421         - 1
1422         - UNBOUNDED
1423       disk.ephemeral.size_server_pcm:
1424         type: org.openecomp.capabilities.metric.Ceilometer
1425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1426         occurrences:
1427         - 1
1428         - UNBOUNDED
1429       disk.device.latency_server_pcm:
1430         type: org.openecomp.capabilities.metric.Ceilometer
1431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1432         occurrences:
1433         - 1
1434         - UNBOUNDED
1435       network.incoming.bytes_pcm_port_0:
1436         type: org.openecomp.capabilities.metric.Ceilometer
1437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1438         occurrences:
1439         - 1
1440         - UNBOUNDED
1441       network.incoming.bytes_pcm_port_1:
1442         type: org.openecomp.capabilities.metric.Ceilometer
1443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1444         occurrences:
1445         - 1
1446         - UNBOUNDED
1447       binding_pcm_port_0:
1448         type: tosca.capabilities.network.Bindable
1449         valid_source_types:
1450         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1451         occurrences:
1452         - 0
1453         - UNBOUNDED
1454       binding_pcm_port_1:
1455         type: tosca.capabilities.network.Bindable
1456         valid_source_types:
1457         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1458         occurrences:
1459         - 0
1460         - UNBOUNDED
1461       memory.usage_server_pcm:
1462         type: org.openecomp.capabilities.metric.Ceilometer
1463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1464         occurrences:
1465         - 1
1466         - UNBOUNDED
1467       disk.read.requests_server_pcm:
1468         type: org.openecomp.capabilities.metric.Ceilometer
1469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1470         occurrences:
1471         - 1
1472         - UNBOUNDED
1473       disk.capacity_server_pcm:
1474         type: org.openecomp.capabilities.metric.Ceilometer
1475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1476         occurrences:
1477         - 1
1478         - UNBOUNDED
1479       os_server_pcm:
1480         type: tosca.capabilities.OperatingSystem
1481         occurrences:
1482         - 1
1483         - UNBOUNDED
1484       disk.read.bytes_server_pcm:
1485         type: org.openecomp.capabilities.metric.Ceilometer
1486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1487         occurrences:
1488         - 1
1489         - UNBOUNDED
1490       network.outgoing.packets.rate_pcm_port_0:
1491         type: org.openecomp.capabilities.metric.Ceilometer
1492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1493         occurrences:
1494         - 1
1495         - UNBOUNDED
1496       network.outgoing.packets.rate_pcm_port_1:
1497         type: org.openecomp.capabilities.metric.Ceilometer
1498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1499         occurrences:
1500         - 1
1501         - UNBOUNDED
1502       feature_pcm_port_1:
1503         type: tosca.capabilities.Node
1504         occurrences:
1505         - 1
1506         - UNBOUNDED
1507       network.outgoing.bytes_pcm_port_0:
1508         type: org.openecomp.capabilities.metric.Ceilometer
1509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1510         occurrences:
1511         - 1
1512         - UNBOUNDED
1513       disk.device.read.bytes_server_pcm:
1514         type: org.openecomp.capabilities.metric.Ceilometer
1515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1516         occurrences:
1517         - 1
1518         - UNBOUNDED
1519       feature_pcm_port_0:
1520         type: tosca.capabilities.Node
1521         occurrences:
1522         - 1
1523         - UNBOUNDED
1524       network.outgoing.bytes_pcm_port_1:
1525         type: org.openecomp.capabilities.metric.Ceilometer
1526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1527         occurrences:
1528         - 1
1529         - UNBOUNDED
1530       attachment_pcm_port_0:
1531         type: tosca.capabilities.Attachment
1532         occurrences:
1533         - 1
1534         - UNBOUNDED
1535       attachment_pcm_port_1:
1536         type: tosca.capabilities.Attachment
1537         occurrences:
1538         - 1
1539         - UNBOUNDED
1540       endpoint_server_pcm:
1541         type: tosca.capabilities.Endpoint.Admin
1542         occurrences:
1543         - 1
1544         - UNBOUNDED
1545       disk.device.read.requests.rate_server_pcm:
1546         type: org.openecomp.capabilities.metric.Ceilometer
1547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1548         occurrences:
1549         - 1
1550         - UNBOUNDED
1551       vcpus_server_pcm:
1552         type: org.openecomp.capabilities.metric.Ceilometer
1553         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1554         occurrences:
1555         - 1
1556         - UNBOUNDED
1557       disk.write.bytes_server_pcm:
1558         type: org.openecomp.capabilities.metric.Ceilometer
1559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1560         occurrences:
1561         - 1
1562         - UNBOUNDED
1563       disk.iops_server_pcm:
1564         type: org.openecomp.capabilities.metric.Ceilometer
1565         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1566         occurrences:
1567         - 1
1568         - UNBOUNDED
1569       disk.read.bytes.rate_server_pcm:
1570         type: org.openecomp.capabilities.metric.Ceilometer
1571         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1572         occurrences:
1573         - 1
1574         - UNBOUNDED
1575       disk.device.allocation_server_pcm:
1576         type: org.openecomp.capabilities.metric.Ceilometer
1577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1578         occurrences:
1579         - 1
1580         - UNBOUNDED
1581       scalable_server_pcm:
1582         type: tosca.capabilities.Scalable
1583         occurrences:
1584         - 1
1585         - UNBOUNDED
1586       disk.device.read.bytes.rate_server_pcm:
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       cpu_util_server_pcm:
1593         type: org.openecomp.capabilities.metric.Ceilometer
1594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1595         occurrences:
1596         - 1
1597         - UNBOUNDED
1598       disk.write.requests.rate_server_pcm:
1599         type: org.openecomp.capabilities.metric.Ceilometer
1600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1601         occurrences:
1602         - 1
1603         - UNBOUNDED
1604       disk.device.write.bytes.rate_server_pcm:
1605         type: org.openecomp.capabilities.metric.Ceilometer
1606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1607         occurrences:
1608         - 1
1609         - UNBOUNDED
1610       host_server_pcm:
1611         type: tosca.capabilities.Container
1612         valid_source_types:
1613         - tosca.nodes.SoftwareComponent
1614         occurrences:
1615         - 1
1616         - UNBOUNDED
1617       cpu.delta_server_pcm:
1618         type: org.openecomp.capabilities.metric.Ceilometer
1619         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1620         occurrences:
1621         - 1
1622         - UNBOUNDED
1623       network.outgoing.bytes.rate_pcm_port_1:
1624         type: org.openecomp.capabilities.metric.Ceilometer
1625         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1626         occurrences:
1627         - 1
1628         - UNBOUNDED
1629       network.incoming.packets_pcm_port_0:
1630         type: org.openecomp.capabilities.metric.Ceilometer
1631         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1632         occurrences:
1633         - 1
1634         - UNBOUNDED
1635       binding_server_pcm:
1636         type: tosca.capabilities.network.Bindable
1637         occurrences:
1638         - 1
1639         - UNBOUNDED
1640       network.outgoing.bytes.rate_pcm_port_0:
1641         type: org.openecomp.capabilities.metric.Ceilometer
1642         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1643         occurrences:
1644         - 1
1645         - UNBOUNDED
1646       disk.device.capacity_server_pcm:
1647         type: org.openecomp.capabilities.metric.Ceilometer
1648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1649         occurrences:
1650         - 1
1651         - UNBOUNDED
1652       network.incoming.packets_pcm_port_1:
1653         type: org.openecomp.capabilities.metric.Ceilometer
1654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1655         occurrences:
1656         - 1
1657         - UNBOUNDED
1658       instance_server_pcm:
1659         type: org.openecomp.capabilities.metric.Ceilometer
1660         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1661         occurrences:
1662         - 1
1663         - UNBOUNDED
1664       disk.device.write.requests.rate_server_pcm:
1665         type: org.openecomp.capabilities.metric.Ceilometer
1666         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1667         occurrences:
1668         - 1
1669         - UNBOUNDED
1670       disk.latency_server_pcm:
1671         type: org.openecomp.capabilities.metric.Ceilometer
1672         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1673         occurrences:
1674         - 1
1675         - UNBOUNDED
1676       disk.device.read.requests_server_pcm:
1677         type: org.openecomp.capabilities.metric.Ceilometer
1678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1679         occurrences:
1680         - 1
1681         - UNBOUNDED
1682       feature_server_pcm:
1683         type: tosca.capabilities.Node
1684         occurrences:
1685         - 1
1686         - UNBOUNDED
1687       network.incoming.bytes.rate_pcm_port_0:
1688         type: org.openecomp.capabilities.metric.Ceilometer
1689         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1690         occurrences:
1691         - 1
1692         - UNBOUNDED
1693       disk.write.bytes.rate_server_pcm:
1694         type: org.openecomp.capabilities.metric.Ceilometer
1695         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1696         occurrences:
1697         - 1
1698         - UNBOUNDED
1699       network.incoming.bytes.rate_pcm_port_1:
1700         type: org.openecomp.capabilities.metric.Ceilometer
1701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1702         occurrences:
1703         - 1
1704         - UNBOUNDED
1705   org.openecomp.resource.abstract.nodes.compute:
1706     derived_from: org.openecomp.resource.abstract.nodes.VFC
1707     properties:
1708       vm_image_name:
1709         type: string
1710         required: true
1711         status: SUPPORTED
1712       index_value:
1713         type: integer
1714         description: Index value of this substitution service template runtime instance
1715         required: false
1716         default: 0
1717         status: SUPPORTED
1718         constraints:
1719         - greater_or_equal: 0
1720       compute_compute_name:
1721         type: list
1722         required: true
1723         status: SUPPORTED
1724         entry_schema:
1725           type: string
1726       vm_flavor_name:
1727         type: string
1728         required: true
1729         status: SUPPORTED
1730       compute_compute_config_drive:
1731         type: list
1732         required: true
1733         status: SUPPORTED
1734         entry_schema:
1735           type: boolean
1736     attributes:
1737       compute_instance_name:
1738         type: string
1739         status: SUPPORTED
1740     requirements:
1741     - dependency_compute:
1742         capability: tosca.capabilities.Node
1743         node: tosca.nodes.Root
1744         relationship: tosca.relationships.DependsOn
1745         occurrences:
1746         - 0
1747         - UNBOUNDED
1748     - local_storage_compute:
1749         capability: tosca.capabilities.Attachment
1750         node: tosca.nodes.BlockStorage
1751         relationship: tosca.relationships.AttachesTo
1752         occurrences:
1753         - 0
1754         - UNBOUNDED
1755     capabilities:
1756       disk.device.usage_compute:
1757         type: org.openecomp.capabilities.metric.Ceilometer
1758         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1759         occurrences:
1760         - 1
1761         - UNBOUNDED
1762       disk.write.requests_compute:
1763         type: org.openecomp.capabilities.metric.Ceilometer
1764         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1765         occurrences:
1766         - 1
1767         - UNBOUNDED
1768       instance_compute:
1769         type: org.openecomp.capabilities.metric.Ceilometer
1770         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1771         occurrences:
1772         - 1
1773         - UNBOUNDED
1774       disk.ephemeral.size_compute:
1775         type: org.openecomp.capabilities.metric.Ceilometer
1776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1777         occurrences:
1778         - 1
1779         - UNBOUNDED
1780       disk.device.read.bytes.rate_compute:
1781         type: org.openecomp.capabilities.metric.Ceilometer
1782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1783         occurrences:
1784         - 1
1785         - UNBOUNDED
1786       disk.latency_compute:
1787         type: org.openecomp.capabilities.metric.Ceilometer
1788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1789         occurrences:
1790         - 1
1791         - UNBOUNDED
1792       memory.resident_compute:
1793         type: org.openecomp.capabilities.metric.Ceilometer
1794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1795         occurrences:
1796         - 1
1797         - UNBOUNDED
1798       memory_compute:
1799         type: org.openecomp.capabilities.metric.Ceilometer
1800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1801         occurrences:
1802         - 1
1803         - UNBOUNDED
1804       disk.iops_compute:
1805         type: org.openecomp.capabilities.metric.Ceilometer
1806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1807         occurrences:
1808         - 1
1809         - UNBOUNDED
1810       disk.root.size_compute:
1811         type: org.openecomp.capabilities.metric.Ceilometer
1812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1813         occurrences:
1814         - 1
1815         - UNBOUNDED
1816       disk.write.requests.rate_compute:
1817         type: org.openecomp.capabilities.metric.Ceilometer
1818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1819         occurrences:
1820         - 1
1821         - UNBOUNDED
1822       disk.read.requests_compute:
1823         type: org.openecomp.capabilities.metric.Ceilometer
1824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1825         occurrences:
1826         - 1
1827         - UNBOUNDED
1828       disk.device.read.requests.rate_compute:
1829         type: org.openecomp.capabilities.metric.Ceilometer
1830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1831         occurrences:
1832         - 1
1833         - UNBOUNDED
1834       disk.read.bytes_compute:
1835         type: org.openecomp.capabilities.metric.Ceilometer
1836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1837         occurrences:
1838         - 1
1839         - UNBOUNDED
1840       disk.device.read.bytes_compute:
1841         type: org.openecomp.capabilities.metric.Ceilometer
1842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1843         occurrences:
1844         - 1
1845         - UNBOUNDED
1846       disk.write.bytes_compute:
1847         type: org.openecomp.capabilities.metric.Ceilometer
1848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1849         occurrences:
1850         - 1
1851         - UNBOUNDED
1852       disk.usage_compute:
1853         type: org.openecomp.capabilities.metric.Ceilometer
1854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1855         occurrences:
1856         - 1
1857         - UNBOUNDED
1858       os_compute:
1859         type: tosca.capabilities.OperatingSystem
1860         occurrences:
1861         - 1
1862         - UNBOUNDED
1863       disk.write.bytes.rate_compute:
1864         type: org.openecomp.capabilities.metric.Ceilometer
1865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1866         occurrences:
1867         - 1
1868         - UNBOUNDED
1869       vcpus_compute:
1870         type: org.openecomp.capabilities.metric.Ceilometer
1871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1872         occurrences:
1873         - 1
1874         - UNBOUNDED
1875       disk.capacity_compute:
1876         type: org.openecomp.capabilities.metric.Ceilometer
1877         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1878         occurrences:
1879         - 1
1880         - UNBOUNDED
1881       cpu_util_compute:
1882         type: org.openecomp.capabilities.metric.Ceilometer
1883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1884         occurrences:
1885         - 1
1886         - UNBOUNDED
1887       disk.read.bytes.rate_compute:
1888         type: org.openecomp.capabilities.metric.Ceilometer
1889         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1890         occurrences:
1891         - 1
1892         - UNBOUNDED
1893       disk.device.latency_compute:
1894         type: org.openecomp.capabilities.metric.Ceilometer
1895         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1896         occurrences:
1897         - 1
1898         - UNBOUNDED
1899       disk.device.write.requests_compute:
1900         type: org.openecomp.capabilities.metric.Ceilometer
1901         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1902         occurrences:
1903         - 1
1904         - UNBOUNDED
1905       disk.device.iops_compute:
1906         type: org.openecomp.capabilities.metric.Ceilometer
1907         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1908         occurrences:
1909         - 1
1910         - UNBOUNDED
1911       disk.device.write.requests.rate_compute:
1912         type: org.openecomp.capabilities.metric.Ceilometer
1913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1914         occurrences:
1915         - 1
1916         - UNBOUNDED
1917       endpoint_compute:
1918         type: tosca.capabilities.Endpoint.Admin
1919         occurrences:
1920         - 1
1921         - UNBOUNDED
1922       memory.usage_compute:
1923         type: org.openecomp.capabilities.metric.Ceilometer
1924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1925         occurrences:
1926         - 1
1927         - UNBOUNDED
1928       host_compute:
1929         type: tosca.capabilities.Container
1930         valid_source_types:
1931         - tosca.nodes.SoftwareComponent
1932         occurrences:
1933         - 1
1934         - UNBOUNDED
1935       feature_compute:
1936         type: tosca.capabilities.Node
1937         occurrences:
1938         - 1
1939         - UNBOUNDED
1940       disk.device.write.bytes_compute:
1941         type: org.openecomp.capabilities.metric.Ceilometer
1942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1943         occurrences:
1944         - 1
1945         - UNBOUNDED
1946       cpu_compute:
1947         type: org.openecomp.capabilities.metric.Ceilometer
1948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1949         occurrences:
1950         - 1
1951         - UNBOUNDED
1952       disk.device.write.bytes.rate_compute:
1953         type: org.openecomp.capabilities.metric.Ceilometer
1954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1955         occurrences:
1956         - 1
1957         - UNBOUNDED
1958       scalable_compute:
1959         type: tosca.capabilities.Scalable
1960         occurrences:
1961         - 1
1962         - UNBOUNDED
1963       disk.device.read.requests_compute:
1964         type: org.openecomp.capabilities.metric.Ceilometer
1965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1966         occurrences:
1967         - 1
1968         - UNBOUNDED
1969       disk.allocation_compute:
1970         type: org.openecomp.capabilities.metric.Ceilometer
1971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1972         occurrences:
1973         - 1
1974         - UNBOUNDED
1975       disk.device.capacity_compute:
1976         type: org.openecomp.capabilities.metric.Ceilometer
1977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1978         occurrences:
1979         - 1
1980         - UNBOUNDED
1981       disk.device.allocation_compute:
1982         type: org.openecomp.capabilities.metric.Ceilometer
1983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1984         occurrences:
1985         - 1
1986         - UNBOUNDED
1987       cpu.delta_compute:
1988         type: org.openecomp.capabilities.metric.Ceilometer
1989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1990         occurrences:
1991         - 1
1992         - UNBOUNDED
1993       binding_compute:
1994         type: tosca.capabilities.network.Bindable
1995         occurrences:
1996         - 1
1997         - UNBOUNDED