[sdc] - latest code changes
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / fulltest / nestedSingleCompute / threeNestedSameTypeTwoPointingOnSameNestedFile / out / GlobalSubstitutionTypesServiceTemplate.yaml
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: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: string
17       port_pcm_port_1_network_role_tag:
18         type: list
19         required: true
20         status: SUPPORTED
21         entry_schema:
22           type: string
23       availabilityzone_name:
24         type: string
25         description: availabilityzone name
26         required: true
27         status: SUPPORTED
28       port_pcm_port_0_vlan_requirements:
29         type: list
30         required: true
31         status: SUPPORTED
32         entry_schema:
33           type: org.openecomp.datatypes.network.VlanRequirements
34       pcm_image_name:
35         type: string
36         description: PCRF CM image name
37         required: true
38         status: SUPPORTED
39       port_pcm_port_0_order:
40         type: list
41         required: true
42         status: SUPPORTED
43         entry_schema:
44           type: integer
45       port_pcm_port_0_subnetpoolid:
46         type: list
47         required: true
48         status: SUPPORTED
49         entry_schema:
50           type: string
51       port_pcm_port_1_subnetpoolid:
52         type: list
53         required: true
54         status: SUPPORTED
55         entry_schema:
56           type: string
57       port_pcm_port_0_network_role_tag:
58         type: list
59         required: true
60         status: SUPPORTED
61         entry_schema:
62           type: string
63       pcm_server_name:
64         type: string
65         description: PCRF CM server name
66         required: true
67         status: SUPPORTED
68       cps_net_mask:
69         type: string
70         description: CPS network mask
71         required: true
72         status: SUPPORTED
73       port_pcm_port_1_exCP_naming:
74         type: org.openecomp.datatypes.Naming
75         required: true
76         status: SUPPORTED
77       port_pcm_port_0_exCP_naming:
78         type: org.openecomp.datatypes.Naming
79         required: true
80         status: SUPPORTED
81       oam_net_name:
82         type: string
83         description: OAM network name
84         required: true
85         status: SUPPORTED
86       port_pcm_port_1_network_role:
87         type: list
88         required: true
89         status: SUPPORTED
90         entry_schema:
91           type: string
92       port_pcm_port_0_ip_requirements:
93         type: list
94         required: true
95         status: SUPPORTED
96         entry_schema:
97           type: org.openecomp.datatypes.network.IpRequirements
98       oam_net_gw:
99         type: string
100         description: CPS network gateway
101         required: true
102         status: SUPPORTED
103       security_group_name:
104         type: string
105         description: the name of security group
106         required: true
107         status: SUPPORTED
108       cps_net_ip:
109         type: string
110         description: CPS network ip
111         required: true
112         status: SUPPORTED
113       port_pcm_port_1_mac_requirements:
114         type: org.openecomp.datatypes.network.MacRequirements
115         required: true
116         status: SUPPORTED
117       port_pcm_port_1_vlan_requirements:
118         type: list
119         required: true
120         status: SUPPORTED
121         entry_schema:
122           type: org.openecomp.datatypes.network.VlanRequirements
123       pcm_flavor_name:
124         type: string
125         description: flavor name of PCRF CM instance
126         required: true
127         status: SUPPORTED
128       pcm_vol:
129         type: string
130         description: CPS Cluman Cinder Volume
131         required: true
132         status: SUPPORTED
133       port_pcm_port_1_ip_requirements:
134         type: list
135         required: true
136         status: SUPPORTED
137         entry_schema:
138           type: org.openecomp.datatypes.network.IpRequirements
139       port_pcm_port_0_mac_requirements:
140         type: org.openecomp.datatypes.network.MacRequirements
141         required: true
142         status: SUPPORTED
143       cps_net_name:
144         type: string
145         description: CPS network name
146         required: true
147         status: SUPPORTED
148       oam_net_ip:
149         type: string
150         description: OAM network ip
151         required: true
152         status: SUPPORTED
153       oam_net_mask:
154         type: string
155         description: CPS network mask
156         required: true
157         status: SUPPORTED
158       port_pcm_port_1_order:
159         type: list
160         required: true
161         status: SUPPORTED
162         entry_schema:
163           type: integer
164     attributes:
165       server_pcm_id:
166         type: string
167         description: the pcm nova service id
168         status: SUPPORTED
169     requirements:
170     - dependency_pcm_port_1:
171         capability: tosca.capabilities.Node
172         node: tosca.nodes.Root
173         relationship: tosca.relationships.DependsOn
174         occurrences:
175         - 0
176         - UNBOUNDED
177     - link_pcm_port_1:
178         capability: tosca.capabilities.network.Linkable
179         relationship: tosca.relationships.network.LinksTo
180         occurrences:
181         - 1
182         - 1
183     - dependency_server_pcm:
184         capability: tosca.capabilities.Node
185         node: tosca.nodes.Root
186         relationship: tosca.relationships.DependsOn
187         occurrences:
188         - 0
189         - UNBOUNDED
190     - local_storage_server_pcm:
191         capability: tosca.capabilities.Attachment
192         node: tosca.nodes.BlockStorage
193         relationship: tosca.relationships.AttachesTo
194         occurrences:
195         - 0
196         - UNBOUNDED
197     - dependency_pcm_port_0:
198         capability: tosca.capabilities.Node
199         node: tosca.nodes.Root
200         relationship: tosca.relationships.DependsOn
201         occurrences:
202         - 0
203         - UNBOUNDED
204     - link_pcm_port_0:
205         capability: tosca.capabilities.network.Linkable
206         relationship: tosca.relationships.network.LinksTo
207         occurrences:
208         - 1
209         - 1
210     capabilities:
211       network.incoming.packets.rate_pcm_port_0:
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       cpu_server_pcm:
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.incoming.packets.rate_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       network.outpoing.packets_pcm_port_1:
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       memory_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       disk.write.requests_server_pcm:
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       network.outpoing.packets_pcm_port_0:
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       disk.device.iops_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       memory.resident_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.write.requests_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.device.usage_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.allocation_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.usage_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.device.write.bytes_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.root.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.ephemeral.size_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       disk.device.latency_server_pcm:
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_0:
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       network.incoming.bytes_pcm_port_1:
320         type: org.openecomp.capabilities.metric.Ceilometer
321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
322         occurrences:
323         - 1
324         - UNBOUNDED
325       binding_pcm_port_0:
326         type: tosca.capabilities.network.Bindable
327         valid_source_types:
328         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
329         occurrences:
330         - 0
331         - UNBOUNDED
332       binding_pcm_port_1:
333         type: tosca.capabilities.network.Bindable
334         valid_source_types:
335         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
336         occurrences:
337         - 0
338         - UNBOUNDED
339       memory.usage_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.read.requests_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       disk.capacity_server_pcm:
352         type: org.openecomp.capabilities.metric.Ceilometer
353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
354         occurrences:
355         - 1
356         - UNBOUNDED
357       os_server_pcm:
358         type: tosca.capabilities.OperatingSystem
359         occurrences:
360         - 1
361         - UNBOUNDED
362       disk.read.bytes_server_pcm:
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_0:
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       network.outgoing.packets.rate_pcm_port_1:
375         type: org.openecomp.capabilities.metric.Ceilometer
376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
377         occurrences:
378         - 1
379         - UNBOUNDED
380       feature_pcm_port_1:
381         type: tosca.capabilities.Node
382         occurrences:
383         - 1
384         - UNBOUNDED
385       network.outgoing.bytes_pcm_port_0:
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       disk.device.read.bytes_server_pcm:
392         type: org.openecomp.capabilities.metric.Ceilometer
393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
394         occurrences:
395         - 1
396         - UNBOUNDED
397       feature_pcm_port_0:
398         type: tosca.capabilities.Node
399         occurrences:
400         - 1
401         - UNBOUNDED
402       network.outgoing.bytes_pcm_port_1:
403         type: org.openecomp.capabilities.metric.Ceilometer
404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
405         occurrences:
406         - 1
407         - UNBOUNDED
408       attachment_pcm_port_0:
409         type: tosca.capabilities.Attachment
410         occurrences:
411         - 1
412         - UNBOUNDED
413       attachment_pcm_port_1:
414         type: tosca.capabilities.Attachment
415         occurrences:
416         - 1
417         - UNBOUNDED
418       endpoint_server_pcm:
419         type: tosca.capabilities.Endpoint.Admin
420         occurrences:
421         - 1
422         - UNBOUNDED
423       disk.device.read.requests.rate_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       vcpus_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.write.bytes_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.iops_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.read.bytes.rate_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       disk.device.allocation_server_pcm:
454         type: org.openecomp.capabilities.metric.Ceilometer
455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
456         occurrences:
457         - 1
458         - UNBOUNDED
459       scalable_server_pcm:
460         type: tosca.capabilities.Scalable
461         occurrences:
462         - 1
463         - UNBOUNDED
464       disk.device.read.bytes.rate_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       cpu_util_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.write.requests.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       disk.device.write.bytes.rate_server_pcm:
483         type: org.openecomp.capabilities.metric.Ceilometer
484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
485         occurrences:
486         - 1
487         - UNBOUNDED
488       host_server_pcm:
489         type: tosca.capabilities.Container
490         valid_source_types:
491         - tosca.nodes.SoftwareComponent
492         occurrences:
493         - 1
494         - UNBOUNDED
495       cpu.delta_server_pcm:
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.outgoing.bytes.rate_pcm_port_1:
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       network.incoming.packets_pcm_port_0:
508         type: org.openecomp.capabilities.metric.Ceilometer
509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
510         occurrences:
511         - 1
512         - UNBOUNDED
513       binding_server_pcm:
514         type: tosca.capabilities.network.Bindable
515         occurrences:
516         - 1
517         - UNBOUNDED
518       network.outgoing.bytes.rate_pcm_port_0:
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       disk.device.capacity_server_pcm:
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       network.incoming.packets_pcm_port_1:
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       instance_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.device.write.requests.rate_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.latency_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       disk.device.read.requests_server_pcm:
555         type: org.openecomp.capabilities.metric.Ceilometer
556         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
557         occurrences:
558         - 1
559         - UNBOUNDED
560       feature_server_pcm:
561         type: tosca.capabilities.Node
562         occurrences:
563         - 1
564         - UNBOUNDED
565       network.incoming.bytes.rate_pcm_port_0:
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       disk.write.bytes.rate_server_pcm:
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       network.incoming.bytes.rate_pcm_port_1:
578         type: org.openecomp.capabilities.metric.Ceilometer
579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
580         occurrences:
581         - 1
582         - UNBOUNDED
583   org.openecomp.resource.abstract.nodes.heat.pcm_server_1:
584     derived_from: org.openecomp.resource.abstract.nodes.VFC
585     properties:
586       port_pcm_port_0_network_role:
587         type: list
588         required: true
589         status: SUPPORTED
590         entry_schema:
591           type: string
592       port_pcm_port_1_network_role_tag:
593         type: list
594         required: true
595         status: SUPPORTED
596         entry_schema:
597           type: string
598       availabilityzone_name:
599         type: string
600         description: availabilityzone name
601         required: true
602         status: SUPPORTED
603       port_pcm_port_0_vlan_requirements:
604         type: list
605         required: true
606         status: SUPPORTED
607         entry_schema:
608           type: org.openecomp.datatypes.network.VlanRequirements
609       pcm_image_name:
610         type: string
611         description: PCRF CM image name
612         required: true
613         status: SUPPORTED
614       port_pcm_port_0_order:
615         type: list
616         required: true
617         status: SUPPORTED
618         entry_schema:
619           type: integer
620       port_pcm_port_0_subnetpoolid:
621         type: list
622         required: true
623         status: SUPPORTED
624         entry_schema:
625           type: string
626       port_pcm_port_1_subnetpoolid:
627         type: list
628         required: true
629         status: SUPPORTED
630         entry_schema:
631           type: string
632       port_pcm_port_0_network_role_tag:
633         type: list
634         required: true
635         status: SUPPORTED
636         entry_schema:
637           type: string
638       pcm_server_name:
639         type: string
640         description: PCRF CM server name
641         required: true
642         status: SUPPORTED
643       cps_net_mask:
644         type: string
645         description: CPS network mask
646         required: true
647         status: SUPPORTED
648       port_pcm_port_1_exCP_naming:
649         type: org.openecomp.datatypes.Naming
650         required: true
651         status: SUPPORTED
652       port_pcm_port_0_exCP_naming:
653         type: org.openecomp.datatypes.Naming
654         required: true
655         status: SUPPORTED
656       oam_net_name:
657         type: string
658         description: OAM network name
659         required: true
660         status: SUPPORTED
661       port_pcm_port_1_network_role:
662         type: list
663         required: true
664         status: SUPPORTED
665         entry_schema:
666           type: string
667       port_pcm_port_0_ip_requirements:
668         type: list
669         required: true
670         status: SUPPORTED
671         entry_schema:
672           type: org.openecomp.datatypes.network.IpRequirements
673       oam_net_gw:
674         type: string
675         description: CPS network gateway
676         required: true
677         status: SUPPORTED
678       security_group_name:
679         type: string
680         description: the name of security group
681         required: true
682         status: SUPPORTED
683       cps_net_ip:
684         type: string
685         description: CPS network ip
686         required: true
687         status: SUPPORTED
688       port_pcm_port_1_mac_requirements:
689         type: org.openecomp.datatypes.network.MacRequirements
690         required: true
691         status: SUPPORTED
692       port_pcm_port_1_vlan_requirements:
693         type: list
694         required: true
695         status: SUPPORTED
696         entry_schema:
697           type: org.openecomp.datatypes.network.VlanRequirements
698       pcm_flavor_name:
699         type: string
700         description: flavor name of PCRF CM instance
701         required: true
702         status: SUPPORTED
703       pcm_vol:
704         type: string
705         description: CPS Cluman Cinder Volume
706         required: true
707         status: SUPPORTED
708       port_pcm_port_1_ip_requirements:
709         type: list
710         required: true
711         status: SUPPORTED
712         entry_schema:
713           type: org.openecomp.datatypes.network.IpRequirements
714       port_pcm_port_0_mac_requirements:
715         type: org.openecomp.datatypes.network.MacRequirements
716         required: true
717         status: SUPPORTED
718       cps_net_name:
719         type: string
720         description: CPS network name
721         required: true
722         status: SUPPORTED
723       oam_net_ip:
724         type: string
725         description: OAM network ip
726         required: true
727         status: SUPPORTED
728       oam_net_mask:
729         type: string
730         description: CPS network mask
731         required: true
732         status: SUPPORTED
733       port_pcm_port_1_order:
734         type: list
735         required: true
736         status: SUPPORTED
737         entry_schema:
738           type: integer
739     attributes:
740       server_pcm_id:
741         type: string
742         description: the pcm nova service id
743         status: SUPPORTED
744     requirements:
745     - dependency_pcm_port_1:
746         capability: tosca.capabilities.Node
747         node: tosca.nodes.Root
748         relationship: tosca.relationships.DependsOn
749         occurrences:
750         - 0
751         - UNBOUNDED
752     - link_pcm_port_1:
753         capability: tosca.capabilities.network.Linkable
754         relationship: tosca.relationships.network.LinksTo
755         occurrences:
756         - 1
757         - 1
758     - dependency_server_pcm:
759         capability: tosca.capabilities.Node
760         node: tosca.nodes.Root
761         relationship: tosca.relationships.DependsOn
762         occurrences:
763         - 0
764         - UNBOUNDED
765     - local_storage_server_pcm:
766         capability: tosca.capabilities.Attachment
767         node: tosca.nodes.BlockStorage
768         relationship: tosca.relationships.AttachesTo
769         occurrences:
770         - 0
771         - UNBOUNDED
772     - dependency_pcm_port_0:
773         capability: tosca.capabilities.Node
774         node: tosca.nodes.Root
775         relationship: tosca.relationships.DependsOn
776         occurrences:
777         - 0
778         - UNBOUNDED
779     - link_pcm_port_0:
780         capability: tosca.capabilities.network.Linkable
781         relationship: tosca.relationships.network.LinksTo
782         occurrences:
783         - 1
784         - 1
785     capabilities:
786       network.incoming.packets.rate_pcm_port_0:
787         type: org.openecomp.capabilities.metric.Ceilometer
788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
789         occurrences:
790         - 1
791         - UNBOUNDED
792       cpu_server_pcm:
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.rate_pcm_port_1:
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       network.outpoing.packets_pcm_port_1:
805         type: org.openecomp.capabilities.metric.Ceilometer
806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
807         occurrences:
808         - 1
809         - UNBOUNDED
810       memory_server_pcm:
811         type: org.openecomp.capabilities.metric.Ceilometer
812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
813         occurrences:
814         - 1
815         - UNBOUNDED
816       disk.write.requests_server_pcm:
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.outpoing.packets_pcm_port_0:
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.iops_server_pcm:
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       memory.resident_server_pcm:
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.device.write.requests_server_pcm:
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_pcm:
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.allocation_server_pcm:
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       disk.usage_server_pcm:
859         type: org.openecomp.capabilities.metric.Ceilometer
860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
861         occurrences:
862         - 1
863         - UNBOUNDED
864       disk.device.write.bytes_server_pcm:
865         type: org.openecomp.capabilities.metric.Ceilometer
866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
867         occurrences:
868         - 1
869         - UNBOUNDED
870       disk.root.size_server_pcm:
871         type: org.openecomp.capabilities.metric.Ceilometer
872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
873         occurrences:
874         - 1
875         - UNBOUNDED
876       disk.ephemeral.size_server_pcm:
877         type: org.openecomp.capabilities.metric.Ceilometer
878         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
879         occurrences:
880         - 1
881         - UNBOUNDED
882       disk.device.latency_server_pcm:
883         type: org.openecomp.capabilities.metric.Ceilometer
884         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
885         occurrences:
886         - 1
887         - UNBOUNDED
888       network.incoming.bytes_pcm_port_0:
889         type: org.openecomp.capabilities.metric.Ceilometer
890         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
891         occurrences:
892         - 1
893         - UNBOUNDED
894       network.incoming.bytes_pcm_port_1:
895         type: org.openecomp.capabilities.metric.Ceilometer
896         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
897         occurrences:
898         - 1
899         - UNBOUNDED
900       binding_pcm_port_0:
901         type: tosca.capabilities.network.Bindable
902         valid_source_types:
903         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
904         occurrences:
905         - 0
906         - UNBOUNDED
907       binding_pcm_port_1:
908         type: tosca.capabilities.network.Bindable
909         valid_source_types:
910         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
911         occurrences:
912         - 0
913         - UNBOUNDED
914       memory.usage_server_pcm:
915         type: org.openecomp.capabilities.metric.Ceilometer
916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
917         occurrences:
918         - 1
919         - UNBOUNDED
920       disk.read.requests_server_pcm:
921         type: org.openecomp.capabilities.metric.Ceilometer
922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
923         occurrences:
924         - 1
925         - UNBOUNDED
926       disk.capacity_server_pcm:
927         type: org.openecomp.capabilities.metric.Ceilometer
928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
929         occurrences:
930         - 1
931         - UNBOUNDED
932       os_server_pcm:
933         type: tosca.capabilities.OperatingSystem
934         occurrences:
935         - 1
936         - UNBOUNDED
937       disk.read.bytes_server_pcm:
938         type: org.openecomp.capabilities.metric.Ceilometer
939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
940         occurrences:
941         - 1
942         - UNBOUNDED
943       network.outgoing.packets.rate_pcm_port_0:
944         type: org.openecomp.capabilities.metric.Ceilometer
945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
946         occurrences:
947         - 1
948         - UNBOUNDED
949       network.outgoing.packets.rate_pcm_port_1:
950         type: org.openecomp.capabilities.metric.Ceilometer
951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
952         occurrences:
953         - 1
954         - UNBOUNDED
955       feature_pcm_port_1:
956         type: tosca.capabilities.Node
957         occurrences:
958         - 1
959         - UNBOUNDED
960       network.outgoing.bytes_pcm_port_0:
961         type: org.openecomp.capabilities.metric.Ceilometer
962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
963         occurrences:
964         - 1
965         - UNBOUNDED
966       disk.device.read.bytes_server_pcm:
967         type: org.openecomp.capabilities.metric.Ceilometer
968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
969         occurrences:
970         - 1
971         - UNBOUNDED
972       feature_pcm_port_0:
973         type: tosca.capabilities.Node
974         occurrences:
975         - 1
976         - UNBOUNDED
977       network.outgoing.bytes_pcm_port_1:
978         type: org.openecomp.capabilities.metric.Ceilometer
979         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
980         occurrences:
981         - 1
982         - UNBOUNDED
983       attachment_pcm_port_0:
984         type: tosca.capabilities.Attachment
985         occurrences:
986         - 1
987         - UNBOUNDED
988       attachment_pcm_port_1:
989         type: tosca.capabilities.Attachment
990         occurrences:
991         - 1
992         - UNBOUNDED
993       endpoint_server_pcm:
994         type: tosca.capabilities.Endpoint.Admin
995         occurrences:
996         - 1
997         - UNBOUNDED
998       disk.device.read.requests.rate_server_pcm:
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       vcpus_server_pcm:
1005         type: org.openecomp.capabilities.metric.Ceilometer
1006         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1007         occurrences:
1008         - 1
1009         - UNBOUNDED
1010       disk.write.bytes_server_pcm:
1011         type: org.openecomp.capabilities.metric.Ceilometer
1012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1013         occurrences:
1014         - 1
1015         - UNBOUNDED
1016       disk.iops_server_pcm:
1017         type: org.openecomp.capabilities.metric.Ceilometer
1018         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1019         occurrences:
1020         - 1
1021         - UNBOUNDED
1022       disk.read.bytes.rate_server_pcm:
1023         type: org.openecomp.capabilities.metric.Ceilometer
1024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1025         occurrences:
1026         - 1
1027         - UNBOUNDED
1028       disk.device.allocation_server_pcm:
1029         type: org.openecomp.capabilities.metric.Ceilometer
1030         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1031         occurrences:
1032         - 1
1033         - UNBOUNDED
1034       scalable_server_pcm:
1035         type: tosca.capabilities.Scalable
1036         occurrences:
1037         - 1
1038         - UNBOUNDED
1039       disk.device.read.bytes.rate_server_pcm:
1040         type: org.openecomp.capabilities.metric.Ceilometer
1041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1042         occurrences:
1043         - 1
1044         - UNBOUNDED
1045       cpu_util_server_pcm:
1046         type: org.openecomp.capabilities.metric.Ceilometer
1047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1048         occurrences:
1049         - 1
1050         - UNBOUNDED
1051       disk.write.requests.rate_server_pcm:
1052         type: org.openecomp.capabilities.metric.Ceilometer
1053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1054         occurrences:
1055         - 1
1056         - UNBOUNDED
1057       disk.device.write.bytes.rate_server_pcm:
1058         type: org.openecomp.capabilities.metric.Ceilometer
1059         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1060         occurrences:
1061         - 1
1062         - UNBOUNDED
1063       host_server_pcm:
1064         type: tosca.capabilities.Container
1065         valid_source_types:
1066         - tosca.nodes.SoftwareComponent
1067         occurrences:
1068         - 1
1069         - UNBOUNDED
1070       cpu.delta_server_pcm:
1071         type: org.openecomp.capabilities.metric.Ceilometer
1072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1073         occurrences:
1074         - 1
1075         - UNBOUNDED
1076       network.outgoing.bytes.rate_pcm_port_1:
1077         type: org.openecomp.capabilities.metric.Ceilometer
1078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1079         occurrences:
1080         - 1
1081         - UNBOUNDED
1082       network.incoming.packets_pcm_port_0:
1083         type: org.openecomp.capabilities.metric.Ceilometer
1084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1085         occurrences:
1086         - 1
1087         - UNBOUNDED
1088       binding_server_pcm:
1089         type: tosca.capabilities.network.Bindable
1090         occurrences:
1091         - 1
1092         - UNBOUNDED
1093       network.outgoing.bytes.rate_pcm_port_0:
1094         type: org.openecomp.capabilities.metric.Ceilometer
1095         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1096         occurrences:
1097         - 1
1098         - UNBOUNDED
1099       disk.device.capacity_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.incoming.packets_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       instance_server_pcm:
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       disk.device.write.requests.rate_server_pcm:
1118         type: org.openecomp.capabilities.metric.Ceilometer
1119         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1120         occurrences:
1121         - 1
1122         - UNBOUNDED
1123       disk.latency_server_pcm:
1124         type: org.openecomp.capabilities.metric.Ceilometer
1125         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1126         occurrences:
1127         - 1
1128         - UNBOUNDED
1129       disk.device.read.requests_server_pcm:
1130         type: org.openecomp.capabilities.metric.Ceilometer
1131         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1132         occurrences:
1133         - 1
1134         - UNBOUNDED
1135       feature_server_pcm:
1136         type: tosca.capabilities.Node
1137         occurrences:
1138         - 1
1139         - UNBOUNDED
1140       network.incoming.bytes.rate_pcm_port_0:
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.write.bytes.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       network.incoming.bytes.rate_pcm_port_1:
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