296881d7c16783ad10b7c1aba49f0cbcf539d2d9
[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.pd_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_pd01_port_0_mac_requirements:
12         type: org.openecomp.datatypes.network.MacRequirements
13         required: true
14         status: SUPPORTED
15       port_pd01_port_0_network:
16         type: list
17         required: true
18         status: SUPPORTED
19         entry_schema:
20           type: string
21       port_pd01_port_0_ip_requirements:
22         type: list
23         required: true
24         status: SUPPORTED
25         entry_schema:
26           type: org.openecomp.datatypes.network.IpRequirements
27       port_pd01_port_0_network_role:
28         type: string
29         required: true
30         status: SUPPORTED
31       compute_pd_server_availability_zone:
32         type: list
33         required: true
34         status: SUPPORTED
35         entry_schema:
36           type: string
37       compute_pd_server_name:
38         type: list
39         required: true
40         status: SUPPORTED
41         entry_schema:
42           type: string
43       vm_flavor_name:
44         type: string
45         required: true
46         status: SUPPORTED
47       port_pd02_port_0_network:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: string
53       port_pd01_port_0_order:
54         type: integer
55         required: true
56         status: SUPPORTED
57       vm_image_name:
58         type: string
59         required: true
60         status: SUPPORTED
61       port_pd02_port_0_network_role_tag:
62         type: string
63         required: true
64         status: SUPPORTED
65       port_pd01_port_0_subnetpoolid:
66         type: string
67         required: true
68         status: SUPPORTED
69       compute_pd_server_user_data_format:
70         type: list
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: string
75       port_pd02_port_0_ip_requirements:
76         type: list
77         required: true
78         status: SUPPORTED
79         entry_schema:
80           type: org.openecomp.datatypes.network.IpRequirements
81       port_pd01_port_0_network_role_tag:
82         type: string
83         required: true
84         status: SUPPORTED
85       port_pd01_port_0_related_networks:
86         type: list
87         required: true
88         status: SUPPORTED
89         entry_schema:
90           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
91       index_value:
92         type: integer
93         description: Index value of this substitution service template runtime instance
94         required: false
95         default: 0
96         status: SUPPORTED
97         constraints:
98         - greater_or_equal: 0
99       port_pd02_port_0_exCP_naming:
100         type: org.openecomp.datatypes.Naming
101         required: true
102         status: SUPPORTED
103       port_pd01_port_0_exCP_naming:
104         type: org.openecomp.datatypes.Naming
105         required: true
106         status: SUPPORTED
107       port_pd02_port_0_network_role:
108         type: string
109         required: true
110         status: SUPPORTED
111       port_pd02_port_0_mac_requirements:
112         type: org.openecomp.datatypes.network.MacRequirements
113         required: true
114         status: SUPPORTED
115       port_pd02_port_0_order:
116         type: integer
117         required: true
118         status: SUPPORTED
119       port_pd02_port_0_related_networks:
120         type: list
121         required: true
122         status: SUPPORTED
123         entry_schema:
124           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
125       port_pd02_port_0_subnetpoolid:
126         type: string
127         required: true
128         status: SUPPORTED
129       port_pd02_port_0_vlan_requirements:
130         type: list
131         required: true
132         status: SUPPORTED
133         entry_schema:
134           type: org.openecomp.datatypes.network.VlanRequirements
135       port_pd01_port_0_vlan_requirements:
136         type: list
137         required: true
138         status: SUPPORTED
139         entry_schema:
140           type: org.openecomp.datatypes.network.VlanRequirements
141     requirements:
142     - dependency_pd_server:
143         capability: tosca.capabilities.Node
144         node: tosca.nodes.Root
145         relationship: tosca.relationships.DependsOn
146         occurrences:
147         - 0
148         - UNBOUNDED
149     - local_storage_pd_server:
150         capability: tosca.capabilities.Attachment
151         node: tosca.nodes.BlockStorage
152         relationship: tosca.relationships.AttachesTo
153         occurrences:
154         - 0
155         - UNBOUNDED
156     - dependency_pd_server_pd02_port_0:
157         capability: tosca.capabilities.Node
158         node: tosca.nodes.Root
159         relationship: tosca.relationships.DependsOn
160         occurrences:
161         - 0
162         - UNBOUNDED
163     - link_pd_server_pd02_port_0:
164         capability: tosca.capabilities.network.Linkable
165         relationship: tosca.relationships.network.LinksTo
166         occurrences:
167         - 1
168         - 1
169     - dependency_pd_server_pd01_port_0:
170         capability: tosca.capabilities.Node
171         node: tosca.nodes.Root
172         relationship: tosca.relationships.DependsOn
173         occurrences:
174         - 0
175         - UNBOUNDED
176     - link_pd_server_pd01_port_0:
177         capability: tosca.capabilities.network.Linkable
178         relationship: tosca.relationships.network.LinksTo
179         occurrences:
180         - 1
181         - 1
182     capabilities:
183       binding_pd_server_pd02_port_0:
184         type: tosca.capabilities.network.Bindable
185         valid_source_types:
186         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
187         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
188         occurrences:
189         - 0
190         - UNBOUNDED
191       binding_pd_server_pd01_port_0:
192         type: tosca.capabilities.network.Bindable
193         valid_source_types:
194         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
195         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
196         occurrences:
197         - 0
198         - UNBOUNDED
199       scalable_pd_server:
200         type: tosca.capabilities.Scalable
201         occurrences:
202         - 1
203         - UNBOUNDED
204       disk.read.bytes.rate_pd_server:
205         type: org.openecomp.capabilities.metric.Ceilometer
206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
207         occurrences:
208         - 1
209         - UNBOUNDED
210       memory.usage_pd_server:
211         type: org.openecomp.capabilities.metric.Ceilometer
212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
213         occurrences:
214         - 1
215         - UNBOUNDED
216       memory_pd_server:
217         type: org.openecomp.capabilities.metric.Ceilometer
218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
219         occurrences:
220         - 1
221         - UNBOUNDED
222       disk.device.usage_pd_server:
223         type: org.openecomp.capabilities.metric.Ceilometer
224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
225         occurrences:
226         - 1
227         - UNBOUNDED
228       os_pd_server:
229         type: tosca.capabilities.OperatingSystem
230         occurrences:
231         - 1
232         - UNBOUNDED
233       disk.write.bytes.rate_pd_server:
234         type: org.openecomp.capabilities.metric.Ceilometer
235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
236         occurrences:
237         - 1
238         - UNBOUNDED
239       network.outgoing.packets.rate_pd_server_pd02_port_0:
240         type: org.openecomp.capabilities.metric.Ceilometer
241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
242         occurrences:
243         - 1
244         - UNBOUNDED
245       cpu_pd_server:
246         type: org.openecomp.capabilities.metric.Ceilometer
247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
248         occurrences:
249         - 1
250         - UNBOUNDED
251       cpu_util_pd_server:
252         type: org.openecomp.capabilities.metric.Ceilometer
253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
254         occurrences:
255         - 1
256         - UNBOUNDED
257       disk.device.write.requests.rate_pd_server:
258         type: org.openecomp.capabilities.metric.Ceilometer
259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
260         occurrences:
261         - 1
262         - UNBOUNDED
263       disk.read.bytes_pd_server:
264         type: org.openecomp.capabilities.metric.Ceilometer
265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
266         occurrences:
267         - 1
268         - UNBOUNDED
269       disk.device.read.bytes.rate_pd_server:
270         type: org.openecomp.capabilities.metric.Ceilometer
271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
272         occurrences:
273         - 1
274         - UNBOUNDED
275       network.outpoing.packets_pd_server_pd02_port_0:
276         type: org.openecomp.capabilities.metric.Ceilometer
277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
278         occurrences:
279         - 1
280         - UNBOUNDED
281       network.incoming.packets_pd_server_pd01_port_0:
282         type: org.openecomp.capabilities.metric.Ceilometer
283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
284         occurrences:
285         - 1
286         - UNBOUNDED
287       disk.iops_pd_server:
288         type: org.openecomp.capabilities.metric.Ceilometer
289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
290         occurrences:
291         - 1
292         - UNBOUNDED
293       memory.resident_pd_server:
294         type: org.openecomp.capabilities.metric.Ceilometer
295         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
296         occurrences:
297         - 1
298         - UNBOUNDED
299       cpu.delta_pd_server:
300         type: org.openecomp.capabilities.metric.Ceilometer
301         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
302         occurrences:
303         - 1
304         - UNBOUNDED
305       feature_pd_server_pd02_port_0:
306         type: tosca.capabilities.Node
307         occurrences:
308         - 1
309         - UNBOUNDED
310       network.incoming.packets.rate_pd_server_pd01_port_0:
311         type: org.openecomp.capabilities.metric.Ceilometer
312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
313         occurrences:
314         - 1
315         - UNBOUNDED
316       network.incoming.bytes.rate_pd_server_pd01_port_0:
317         type: org.openecomp.capabilities.metric.Ceilometer
318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
319         occurrences:
320         - 1
321         - UNBOUNDED
322       network.outgoing.packets.rate_pd_server_pd01_port_0:
323         type: org.openecomp.capabilities.metric.Ceilometer
324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
325         occurrences:
326         - 1
327         - UNBOUNDED
328       vcpus_pd_server:
329         type: org.openecomp.capabilities.metric.Ceilometer
330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
331         occurrences:
332         - 1
333         - UNBOUNDED
334       disk.device.write.bytes.rate_pd_server:
335         type: org.openecomp.capabilities.metric.Ceilometer
336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
337         occurrences:
338         - 1
339         - UNBOUNDED
340       attachment_pd_server_pd01_port_0:
341         type: tosca.capabilities.Attachment
342         occurrences:
343         - 1
344         - UNBOUNDED
345       disk.device.write.requests_pd_server:
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       endpoint_pd_server:
352         type: tosca.capabilities.Endpoint.Admin
353         occurrences:
354         - 1
355         - UNBOUNDED
356       disk.capacity_pd_server:
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       forwarder_pd_server_pd01_port_0:
363         type: org.openecomp.capabilities.Forwarder
364         occurrences:
365         - 1
366         - UNBOUNDED
367       disk.device.allocation_pd_server:
368         type: org.openecomp.capabilities.metric.Ceilometer
369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
370         occurrences:
371         - 1
372         - UNBOUNDED
373       disk.allocation_pd_server:
374         type: org.openecomp.capabilities.metric.Ceilometer
375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
376         occurrences:
377         - 1
378         - UNBOUNDED
379       binding_pd_server:
380         type: tosca.capabilities.network.Bindable
381         occurrences:
382         - 1
383         - UNBOUNDED
384       disk.read.requests_pd_server:
385         type: org.openecomp.capabilities.metric.Ceilometer
386         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
387         occurrences:
388         - 1
389         - UNBOUNDED
390       network.outgoing.bytes.rate_pd_server_pd01_port_0:
391         type: org.openecomp.capabilities.metric.Ceilometer
392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
393         occurrences:
394         - 1
395         - UNBOUNDED
396       feature_pd_server:
397         type: tosca.capabilities.Node
398         occurrences:
399         - 1
400         - UNBOUNDED
401       disk.usage_pd_server:
402         type: org.openecomp.capabilities.metric.Ceilometer
403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
404         occurrences:
405         - 1
406         - UNBOUNDED
407       network.outgoing.bytes.rate_pd_server_pd02_port_0:
408         type: org.openecomp.capabilities.metric.Ceilometer
409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
410         occurrences:
411         - 1
412         - UNBOUNDED
413       disk.write.bytes_pd_server:
414         type: org.openecomp.capabilities.metric.Ceilometer
415         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
416         occurrences:
417         - 1
418         - UNBOUNDED
419       network.outgoing.bytes_pd_server_pd02_port_0:
420         type: org.openecomp.capabilities.metric.Ceilometer
421         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
422         occurrences:
423         - 1
424         - UNBOUNDED
425       network.outgoing.bytes_pd_server_pd01_port_0:
426         type: org.openecomp.capabilities.metric.Ceilometer
427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
428         occurrences:
429         - 1
430         - UNBOUNDED
431       network.incoming.bytes_pd_server_pd02_port_0:
432         type: org.openecomp.capabilities.metric.Ceilometer
433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
434         occurrences:
435         - 1
436         - UNBOUNDED
437       network.incoming.bytes_pd_server_pd01_port_0:
438         type: org.openecomp.capabilities.metric.Ceilometer
439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
440         occurrences:
441         - 1
442         - UNBOUNDED
443       disk.device.read.requests.rate_pd_server:
444         type: org.openecomp.capabilities.metric.Ceilometer
445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
446         occurrences:
447         - 1
448         - UNBOUNDED
449       disk.root.size_pd_server:
450         type: org.openecomp.capabilities.metric.Ceilometer
451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
452         occurrences:
453         - 1
454         - UNBOUNDED
455       disk.device.read.bytes_pd_server:
456         type: org.openecomp.capabilities.metric.Ceilometer
457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
458         occurrences:
459         - 1
460         - UNBOUNDED
461       disk.device.write.bytes_pd_server:
462         type: org.openecomp.capabilities.metric.Ceilometer
463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
464         occurrences:
465         - 1
466         - UNBOUNDED
467       network.incoming.packets_pd_server_pd02_port_0:
468         type: org.openecomp.capabilities.metric.Ceilometer
469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
470         occurrences:
471         - 1
472         - UNBOUNDED
473       network.outpoing.packets_pd_server_pd01_port_0:
474         type: org.openecomp.capabilities.metric.Ceilometer
475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
476         occurrences:
477         - 1
478         - UNBOUNDED
479       disk.device.read.requests_pd_server:
480         type: org.openecomp.capabilities.metric.Ceilometer
481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
482         occurrences:
483         - 1
484         - UNBOUNDED
485       instance_pd_server:
486         type: org.openecomp.capabilities.metric.Ceilometer
487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
488         occurrences:
489         - 1
490         - UNBOUNDED
491       host_pd_server:
492         type: tosca.capabilities.Container
493         valid_source_types:
494         - tosca.nodes.SoftwareComponent
495         occurrences:
496         - 1
497         - UNBOUNDED
498       network.incoming.packets.rate_pd_server_pd02_port_0:
499         type: org.openecomp.capabilities.metric.Ceilometer
500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
501         occurrences:
502         - 1
503         - UNBOUNDED
504       network.incoming.bytes.rate_pd_server_pd02_port_0:
505         type: org.openecomp.capabilities.metric.Ceilometer
506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
507         occurrences:
508         - 1
509         - UNBOUNDED
510       feature_pd_server_pd01_port_0:
511         type: tosca.capabilities.Node
512         occurrences:
513         - 1
514         - UNBOUNDED
515       disk.write.requests.rate_pd_server:
516         type: org.openecomp.capabilities.metric.Ceilometer
517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
518         occurrences:
519         - 1
520         - UNBOUNDED
521       disk.ephemeral.size_pd_server:
522         type: org.openecomp.capabilities.metric.Ceilometer
523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
524         occurrences:
525         - 1
526         - UNBOUNDED
527       attachment_pd_server_pd02_port_0:
528         type: tosca.capabilities.Attachment
529         occurrences:
530         - 1
531         - UNBOUNDED
532       disk.write.requests_pd_server:
533         type: org.openecomp.capabilities.metric.Ceilometer
534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
535         occurrences:
536         - 1
537         - UNBOUNDED
538       disk.device.latency_pd_server:
539         type: org.openecomp.capabilities.metric.Ceilometer
540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
541         occurrences:
542         - 1
543         - UNBOUNDED
544       disk.latency_pd_server:
545         type: org.openecomp.capabilities.metric.Ceilometer
546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
547         occurrences:
548         - 1
549         - UNBOUNDED
550       disk.device.capacity_pd_server:
551         type: org.openecomp.capabilities.metric.Ceilometer
552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
553         occurrences:
554         - 1
555         - UNBOUNDED
556       disk.device.iops_pd_server:
557         type: org.openecomp.capabilities.metric.Ceilometer
558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
559         occurrences:
560         - 1
561         - UNBOUNDED
562       forwarder_pd_server_pd02_port_0:
563         type: org.openecomp.capabilities.Forwarder
564         occurrences:
565         - 1
566         - UNBOUNDED
567   org.openecomp.resource.abstract.nodes.heat.pcm_server:
568     derived_from: org.openecomp.resource.abstract.nodes.VFC
569     properties:
570       port_pcm_port_1_related_networks:
571         type: list
572         required: true
573         status: SUPPORTED
574         entry_schema:
575           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
576       port_pcm_port_0_network_role:
577         type: string
578         required: true
579         status: SUPPORTED
580       port_pcm_port_1_network_role_tag:
581         type: string
582         required: true
583         status: SUPPORTED
584       availabilityzone_name:
585         type: string
586         description: availabilityzone name
587         required: true
588         status: SUPPORTED
589       port_pcm_port_0_vlan_requirements:
590         type: list
591         required: true
592         status: SUPPORTED
593         entry_schema:
594           type: org.openecomp.datatypes.network.VlanRequirements
595       pcm_image_name:
596         type: string
597         description: PCRF CM image name
598         required: true
599         status: SUPPORTED
600       cps_net_ips:
601         type: string
602         description: CPS network ip
603         required: true
604         status: SUPPORTED
605       port_pcm_port_0_order:
606         type: integer
607         required: true
608         status: SUPPORTED
609       port_pcm_port_0_subnetpoolid:
610         type: string
611         required: true
612         status: SUPPORTED
613       port_pcm_port_0_related_networks:
614         type: list
615         required: true
616         status: SUPPORTED
617         entry_schema:
618           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
619       port_pcm_port_1_subnetpoolid:
620         type: string
621         required: true
622         status: SUPPORTED
623       port_pcm_port_0_network_role_tag:
624         type: string
625         required: true
626         status: SUPPORTED
627       pcm_server_name:
628         type: string
629         description: PCRF CM server name
630         required: true
631         status: SUPPORTED
632       cps_net_mask:
633         type: string
634         description: CPS network mask
635         required: true
636         status: SUPPORTED
637       port_pcm_port_1_exCP_naming:
638         type: org.openecomp.datatypes.Naming
639         required: true
640         status: SUPPORTED
641       port_pcm_port_0_exCP_naming:
642         type: org.openecomp.datatypes.Naming
643         required: true
644         status: SUPPORTED
645       oam_net_name:
646         type: string
647         description: OAM network name
648         required: true
649         status: SUPPORTED
650       port_pcm_port_1_network_role:
651         type: string
652         required: true
653         status: SUPPORTED
654       port_pcm_port_0_ip_requirements:
655         type: list
656         required: true
657         status: SUPPORTED
658         entry_schema:
659           type: org.openecomp.datatypes.network.IpRequirements
660       oam_net_gw:
661         type: string
662         description: CPS network gateway
663         required: true
664         status: SUPPORTED
665       security_group_name:
666         type: string
667         description: the name of security group
668         required: true
669         status: SUPPORTED
670       cps_net_ip:
671         type: string
672         description: CPS network ip
673         required: true
674         status: SUPPORTED
675       port_pcm_port_1_mac_requirements:
676         type: org.openecomp.datatypes.network.MacRequirements
677         required: true
678         status: SUPPORTED
679       pcm_volumes:
680         type: string
681         description: CPS Cluman Cinder Volume
682         required: true
683         status: SUPPORTED
684       port_pcm_port_1_vlan_requirements:
685         type: list
686         required: true
687         status: SUPPORTED
688         entry_schema:
689           type: org.openecomp.datatypes.network.VlanRequirements
690       pcm_flavor_name:
691         type: string
692         description: flavor name of PCRF CM instance
693         required: true
694         status: SUPPORTED
695       pcm_vol:
696         type: string
697         description: CPS Cluman Cinder Volume
698         required: true
699         status: SUPPORTED
700       port_pcm_port_1_ip_requirements:
701         type: list
702         required: true
703         status: SUPPORTED
704         entry_schema:
705           type: org.openecomp.datatypes.network.IpRequirements
706       port_pcm_port_0_mac_requirements:
707         type: org.openecomp.datatypes.network.MacRequirements
708         required: true
709         status: SUPPORTED
710       cps_net_name:
711         type: string
712         description: CPS network name
713         required: true
714         status: SUPPORTED
715       oam_net_ip:
716         type: string
717         description: OAM network ip
718         required: true
719         status: SUPPORTED
720       oam_net_mask:
721         type: string
722         description: CPS network mask
723         required: true
724         status: SUPPORTED
725       port_pcm_port_1_order:
726         type: integer
727         required: true
728         status: SUPPORTED
729     attributes:
730       server_pcm_id:
731         type: string
732         description: the pcm nova service id
733         status: SUPPORTED
734     requirements:
735     - dependency_pcm_port_1:
736         capability: tosca.capabilities.Node
737         node: tosca.nodes.Root
738         relationship: tosca.relationships.DependsOn
739         occurrences:
740         - 0
741         - UNBOUNDED
742     - link_pcm_port_1:
743         capability: tosca.capabilities.network.Linkable
744         relationship: tosca.relationships.network.LinksTo
745         occurrences:
746         - 1
747         - 1
748     - dependency_server_pcm:
749         capability: tosca.capabilities.Node
750         node: tosca.nodes.Root
751         relationship: tosca.relationships.DependsOn
752         occurrences:
753         - 0
754         - UNBOUNDED
755     - local_storage_server_pcm:
756         capability: tosca.capabilities.Attachment
757         node: tosca.nodes.BlockStorage
758         relationship: tosca.relationships.AttachesTo
759         occurrences:
760         - 0
761         - UNBOUNDED
762     - dependency_pcm_port_0:
763         capability: tosca.capabilities.Node
764         node: tosca.nodes.Root
765         relationship: tosca.relationships.DependsOn
766         occurrences:
767         - 0
768         - UNBOUNDED
769     - link_pcm_port_0:
770         capability: tosca.capabilities.network.Linkable
771         relationship: tosca.relationships.network.LinksTo
772         occurrences:
773         - 1
774         - 1
775     - dependency_network:
776         capability: tosca.capabilities.Node
777         node: tosca.nodes.Root
778         relationship: tosca.relationships.DependsOn
779         occurrences:
780         - 0
781         - UNBOUNDED
782     capabilities:
783       network.incoming.packets.rate_pcm_port_0:
784         type: org.openecomp.capabilities.metric.Ceilometer
785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
786         occurrences:
787         - 1
788         - UNBOUNDED
789       cpu_server_pcm:
790         type: org.openecomp.capabilities.metric.Ceilometer
791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
792         occurrences:
793         - 1
794         - UNBOUNDED
795       network.incoming.packets.rate_pcm_port_1:
796         type: org.openecomp.capabilities.metric.Ceilometer
797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
798         occurrences:
799         - 1
800         - UNBOUNDED
801       network.outpoing.packets_pcm_port_1:
802         type: org.openecomp.capabilities.metric.Ceilometer
803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
804         occurrences:
805         - 1
806         - UNBOUNDED
807       memory_server_pcm:
808         type: org.openecomp.capabilities.metric.Ceilometer
809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
810         occurrences:
811         - 1
812         - UNBOUNDED
813       disk.write.requests_server_pcm:
814         type: org.openecomp.capabilities.metric.Ceilometer
815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
816         occurrences:
817         - 1
818         - UNBOUNDED
819       network.outpoing.packets_pcm_port_0:
820         type: org.openecomp.capabilities.metric.Ceilometer
821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
822         occurrences:
823         - 1
824         - UNBOUNDED
825       disk.device.iops_server_pcm:
826         type: org.openecomp.capabilities.metric.Ceilometer
827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
828         occurrences:
829         - 1
830         - UNBOUNDED
831       memory.resident_server_pcm:
832         type: org.openecomp.capabilities.metric.Ceilometer
833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
834         occurrences:
835         - 1
836         - UNBOUNDED
837       disk.device.write.requests_server_pcm:
838         type: org.openecomp.capabilities.metric.Ceilometer
839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
840         occurrences:
841         - 1
842         - UNBOUNDED
843       disk.device.usage_server_pcm:
844         type: org.openecomp.capabilities.metric.Ceilometer
845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
846         occurrences:
847         - 1
848         - UNBOUNDED
849       disk.allocation_server_pcm:
850         type: org.openecomp.capabilities.metric.Ceilometer
851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
852         occurrences:
853         - 1
854         - UNBOUNDED
855       disk.usage_server_pcm:
856         type: org.openecomp.capabilities.metric.Ceilometer
857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
858         occurrences:
859         - 1
860         - UNBOUNDED
861       disk.device.write.bytes_server_pcm:
862         type: org.openecomp.capabilities.metric.Ceilometer
863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
864         occurrences:
865         - 1
866         - UNBOUNDED
867       disk.root.size_server_pcm:
868         type: org.openecomp.capabilities.metric.Ceilometer
869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
870         occurrences:
871         - 1
872         - UNBOUNDED
873       disk.ephemeral.size_server_pcm:
874         type: org.openecomp.capabilities.metric.Ceilometer
875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
876         occurrences:
877         - 1
878         - UNBOUNDED
879       disk.device.latency_server_pcm:
880         type: org.openecomp.capabilities.metric.Ceilometer
881         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
882         occurrences:
883         - 1
884         - UNBOUNDED
885       network.incoming.bytes_pcm_port_0:
886         type: org.openecomp.capabilities.metric.Ceilometer
887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
888         occurrences:
889         - 1
890         - UNBOUNDED
891       network.incoming.bytes_pcm_port_1:
892         type: org.openecomp.capabilities.metric.Ceilometer
893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
894         occurrences:
895         - 1
896         - UNBOUNDED
897       binding_pcm_port_0:
898         type: tosca.capabilities.network.Bindable
899         valid_source_types:
900         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
901         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
902         occurrences:
903         - 0
904         - UNBOUNDED
905       binding_pcm_port_1:
906         type: tosca.capabilities.network.Bindable
907         valid_source_types:
908         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
909         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
910         occurrences:
911         - 0
912         - UNBOUNDED
913       memory.usage_server_pcm:
914         type: org.openecomp.capabilities.metric.Ceilometer
915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
916         occurrences:
917         - 1
918         - UNBOUNDED
919       disk.read.requests_server_pcm:
920         type: org.openecomp.capabilities.metric.Ceilometer
921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
922         occurrences:
923         - 1
924         - UNBOUNDED
925       link_network:
926         type: tosca.capabilities.network.Linkable
927         occurrences:
928         - 1
929         - UNBOUNDED
930       disk.capacity_server_pcm:
931         type: org.openecomp.capabilities.metric.Ceilometer
932         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
933         occurrences:
934         - 1
935         - UNBOUNDED
936       os_server_pcm:
937         type: tosca.capabilities.OperatingSystem
938         occurrences:
939         - 1
940         - UNBOUNDED
941       disk.read.bytes_server_pcm:
942         type: org.openecomp.capabilities.metric.Ceilometer
943         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
944         occurrences:
945         - 1
946         - UNBOUNDED
947       network.outgoing.packets.rate_pcm_port_0:
948         type: org.openecomp.capabilities.metric.Ceilometer
949         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
950         occurrences:
951         - 1
952         - UNBOUNDED
953       network.outgoing.packets.rate_pcm_port_1:
954         type: org.openecomp.capabilities.metric.Ceilometer
955         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
956         occurrences:
957         - 1
958         - UNBOUNDED
959       feature_pcm_port_1:
960         type: tosca.capabilities.Node
961         occurrences:
962         - 1
963         - UNBOUNDED
964       network.outgoing.bytes_pcm_port_0:
965         type: org.openecomp.capabilities.metric.Ceilometer
966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
967         occurrences:
968         - 1
969         - UNBOUNDED
970       disk.device.read.bytes_server_pcm:
971         type: org.openecomp.capabilities.metric.Ceilometer
972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
973         occurrences:
974         - 1
975         - UNBOUNDED
976       feature_pcm_port_0:
977         type: tosca.capabilities.Node
978         occurrences:
979         - 1
980         - UNBOUNDED
981       network.outgoing.bytes_pcm_port_1:
982         type: org.openecomp.capabilities.metric.Ceilometer
983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
984         occurrences:
985         - 1
986         - UNBOUNDED
987       attachment_pcm_port_0:
988         type: tosca.capabilities.Attachment
989         occurrences:
990         - 1
991         - UNBOUNDED
992       attachment_pcm_port_1:
993         type: tosca.capabilities.Attachment
994         occurrences:
995         - 1
996         - UNBOUNDED
997       endpoint_server_pcm:
998         type: tosca.capabilities.Endpoint.Admin
999         occurrences:
1000         - 1
1001         - UNBOUNDED
1002       disk.device.read.requests.rate_server_pcm:
1003         type: org.openecomp.capabilities.metric.Ceilometer
1004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1005         occurrences:
1006         - 1
1007         - UNBOUNDED
1008       end_point_network:
1009         type: tosca.capabilities.Endpoint
1010         occurrences:
1011         - 1
1012         - UNBOUNDED
1013       vcpus_server_pcm:
1014         type: org.openecomp.capabilities.metric.Ceilometer
1015         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1016         occurrences:
1017         - 1
1018         - UNBOUNDED
1019       attachment_network:
1020         type: tosca.capabilities.Attachment
1021         occurrences:
1022         - 1
1023         - UNBOUNDED
1024       disk.write.bytes_server_pcm:
1025         type: org.openecomp.capabilities.metric.Ceilometer
1026         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1027         occurrences:
1028         - 1
1029         - UNBOUNDED
1030       disk.iops_server_pcm:
1031         type: org.openecomp.capabilities.metric.Ceilometer
1032         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1033         occurrences:
1034         - 1
1035         - UNBOUNDED
1036       forwarder_pcm_port_0:
1037         type: org.openecomp.capabilities.Forwarder
1038         occurrences:
1039         - 1
1040         - UNBOUNDED
1041       forwarder_pcm_port_1:
1042         type: org.openecomp.capabilities.Forwarder
1043         occurrences:
1044         - 1
1045         - UNBOUNDED
1046       disk.read.bytes.rate_server_pcm:
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       disk.device.allocation_server_pcm:
1053         type: org.openecomp.capabilities.metric.Ceilometer
1054         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1055         occurrences:
1056         - 1
1057         - UNBOUNDED
1058       scalable_server_pcm:
1059         type: tosca.capabilities.Scalable
1060         occurrences:
1061         - 1
1062         - UNBOUNDED
1063       feature_network:
1064         type: tosca.capabilities.Node
1065         occurrences:
1066         - 1
1067         - UNBOUNDED
1068       disk.device.read.bytes.rate_server_pcm:
1069         type: org.openecomp.capabilities.metric.Ceilometer
1070         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1071         occurrences:
1072         - 1
1073         - UNBOUNDED
1074       cpu_util_server_pcm:
1075         type: org.openecomp.capabilities.metric.Ceilometer
1076         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1077         occurrences:
1078         - 1
1079         - UNBOUNDED
1080       disk.write.requests.rate_server_pcm:
1081         type: org.openecomp.capabilities.metric.Ceilometer
1082         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1083         occurrences:
1084         - 1
1085         - UNBOUNDED
1086       disk.device.write.bytes.rate_server_pcm:
1087         type: org.openecomp.capabilities.metric.Ceilometer
1088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1089         occurrences:
1090         - 1
1091         - UNBOUNDED
1092       host_server_pcm:
1093         type: tosca.capabilities.Container
1094         valid_source_types:
1095         - tosca.nodes.SoftwareComponent
1096         occurrences:
1097         - 1
1098         - UNBOUNDED
1099       cpu.delta_server_pcm:
1100         type: org.openecomp.capabilities.metric.Ceilometer
1101         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1102         occurrences:
1103         - 1
1104         - UNBOUNDED
1105       network.outgoing.bytes.rate_pcm_port_1:
1106         type: org.openecomp.capabilities.metric.Ceilometer
1107         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1108         occurrences:
1109         - 1
1110         - UNBOUNDED
1111       network.incoming.packets_pcm_port_0:
1112         type: org.openecomp.capabilities.metric.Ceilometer
1113         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1114         occurrences:
1115         - 1
1116         - UNBOUNDED
1117       binding_server_pcm:
1118         type: tosca.capabilities.network.Bindable
1119         occurrences:
1120         - 1
1121         - UNBOUNDED
1122       network.outgoing.bytes.rate_pcm_port_0:
1123         type: org.openecomp.capabilities.metric.Ceilometer
1124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1125         occurrences:
1126         - 1
1127         - UNBOUNDED
1128       disk.device.capacity_server_pcm:
1129         type: org.openecomp.capabilities.metric.Ceilometer
1130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1131         occurrences:
1132         - 1
1133         - UNBOUNDED
1134       network.incoming.packets_pcm_port_1:
1135         type: org.openecomp.capabilities.metric.Ceilometer
1136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1137         occurrences:
1138         - 1
1139         - UNBOUNDED
1140       instance_server_pcm:
1141         type: org.openecomp.capabilities.metric.Ceilometer
1142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1143         occurrences:
1144         - 1
1145         - UNBOUNDED
1146       disk.device.write.requests.rate_server_pcm:
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       disk.latency_server_pcm:
1153         type: org.openecomp.capabilities.metric.Ceilometer
1154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1155         occurrences:
1156         - 1
1157         - UNBOUNDED
1158       disk.device.read.requests_server_pcm:
1159         type: org.openecomp.capabilities.metric.Ceilometer
1160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1161         occurrences:
1162         - 1
1163         - UNBOUNDED
1164       feature_server_pcm:
1165         type: tosca.capabilities.Node
1166         occurrences:
1167         - 1
1168         - UNBOUNDED
1169       network.incoming.bytes.rate_pcm_port_0:
1170         type: org.openecomp.capabilities.metric.Ceilometer
1171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1172         occurrences:
1173         - 1
1174         - UNBOUNDED
1175       disk.write.bytes.rate_server_pcm:
1176         type: org.openecomp.capabilities.metric.Ceilometer
1177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1178         occurrences:
1179         - 1
1180         - UNBOUNDED
1181       network.incoming.bytes.rate_pcm_port_1:
1182         type: org.openecomp.capabilities.metric.Ceilometer
1183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1184         occurrences:
1185         - 1
1186         - UNBOUNDED