67df29f6bf3dfac307c6f5f4d2449ffe4fb33ef8
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.heat.module_1_perimeta_swmu_a_child:
9     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
10     properties:
11       vf_module_id:
12         type: string
13         description: Unique ID for this VF Module instance
14         required: true
15         status: SUPPORTED
16       ssc_a_name_0:
17         type: string
18         description: Name of Perimeta VM A instance
19         required: true
20         status: SUPPORTED
21       int_ha_network_plen:
22         type: float
23         description: Prefix length of subnet associated with internal HA network
24         required: true
25         status: SUPPORTED
26         constraints:
27         - in_range:
28           - 0
29           - 31
30       unused_port_net_id:
31         type: string
32         description: Service network unused port network UUID
33         required: true
34         status: SUPPORTED
35       perimeta_server_group:
36         type: string
37         description: Server group to use for these VMs
38         required: true
39         status: SUPPORTED
40       perimeta_config:
41         type: string
42         description: JSON orchestration template configuration for instance.
43         required: true
44         status: SUPPORTED
45       ssc_a_int_ha_ip_0:
46         type: string
47         description: Fixed IP address to use as HA IP of A instance.
48         required: true
49         status: SUPPORTED
50       vnf_name:
51         type: string
52         description: Unique name for this VNF instance
53         required: true
54         status: SUPPORTED
55       perimeta_untrusted_vlan_ids:
56         type: list
57         description: List of VLAN IDs to use on the untrusted/access network
58         required: true
59         status: SUPPORTED
60         entry_schema:
61           type: string
62       int_ha_net_id:
63         type: string
64         description: HA network id
65         required: true
66         status: SUPPORTED
67       ssc_b_int_ha_ip_0:
68         type: string
69         description: Fixed IP address to use as HA IPs of B instance.
70         required: true
71         status: SUPPORTED
72       ssc_mgmt_vip_0:
73         type: string
74         description: Management virtual IP address.
75         required: true
76         status: SUPPORTED
77       ssc_a_trusted_ip_0:
78         type: string
79         description: Fixed IP address to use as Trusted/core fixed IPs of A instance.
80         required: true
81         status: SUPPORTED
82       perimeta_keypair:
83         type: string
84         description: Keypair to use for accessing this Perimeta instance
85         required: true
86         status: SUPPORTED
87       vnf_id:
88         type: string
89         description: VNF ID of this deployment
90         required: true
91         status: SUPPORTED
92       availability_zone_0:
93         type: string
94         description: Availability zone for A instances.
95         required: true
96         status: SUPPORTED
97       ssc_trusted_vip_0:
98         type: string
99         description: Trusted/core virtual IP address.
100         required: true
101         status: SUPPORTED
102       ssc_untrusted_vip_0:
103         type: string
104         description: Untrusted/access virtual IP address
105         required: true
106         status: SUPPORTED
107       perimeta_sec_groups:
108         type: list
109         description: List of security groups to add on trusted interfaces.
110         required: true
111         status: SUPPORTED
112         entry_schema:
113           type: string
114       ssc_a_untrusted_v6_ip_0:
115         type: string
116         description: Fixed IP address to use as Untrusted/access alternate fixed IP of A instance.
117         required: true
118         status: SUPPORTED
119       perimeta_untrusted_num_vlans:
120         type: float
121         description: number of VLANs to connect to the untrusted/access interface
122         required: true
123         status: SUPPORTED
124         constraints:
125         - in_range:
126           - 1
127           - 1001
128       ssc_rf_vip_0:
129         type: string
130         description: RF virtual IP address to use for SSC.
131         required: true
132         status: SUPPORTED
133       ssc_a_mgmt_ip_0:
134         type: string
135         description: Fixed IP address to use as management IP of A instance.
136         required: true
137         status: SUPPORTED
138       trusted_net_id:
139         type: string
140         description: Trusted/core network UUID
141         required: true
142         status: SUPPORTED
143       ssc_untrusted_parent_vip_0:
144         type: string
145         description: Untrusted/access parent virtual IP address
146         required: true
147         status: SUPPORTED
148       ssc_untrusted_v6_vip_0:
149         type: string
150         description: Untrusted/access alternate virtual IP address
151         required: true
152         status: SUPPORTED
153       ssc_a_rf_ip_0:
154         type: string
155         description: RF fixed IP address to use for SSC A.
156         required: true
157         status: SUPPORTED
158       vm_role:
159         type: string
160         description: Role of these VMs
161         required: true
162         status: SUPPORTED
163       ssc_a_untrusted_parent_ip_0:
164         type: string
165         description: Fixed IP address to use as Untrusted/access fixed IP of A parent instance.
166         required: true
167         status: SUPPORTED
168       perimeta_untrusted_vlan_networks:
169         type: list
170         description: List of Contrail VLAN networks to use on the untrusted/access network.   The order and number of these must match the VLAN ID list.
171         required: true
172         status: SUPPORTED
173         entry_schema:
174           type: string
175       ssc_a_untrusted_ip_0:
176         type: string
177         description: Fixed IP address to use as Untrusted/access fixed IP of A instance.
178         required: true
179         status: SUPPORTED
180       perimeta_image_name:
181         type: string
182         description: Glance image for Perimeta instance
183         required: true
184         status: SUPPORTED
185       mgmt_net_id:
186         type: string
187         description: Management network id
188         required: true
189         status: SUPPORTED
190       int_untrusted_parent_net_id:
191         type: string
192         description: internal Untrusted/access parent network id
193         required: true
194         status: SUPPORTED
195       perimeta_flavor_name:
196         type: string
197         description: Flavor to use for creating VM instances
198         required: true
199         status: SUPPORTED
200     requirements:
201     - dependency_perimeta_ssc_a_ha_0_port:
202         capability: tosca.capabilities.Node
203         node: tosca.nodes.Root
204         relationship: tosca.relationships.DependsOn
205         occurrences:
206         - 0
207         - UNBOUNDED
208     - link_perimeta_ssc_a_ha_0_port:
209         capability: tosca.capabilities.network.Linkable
210         relationship: tosca.relationships.network.LinksTo
211         occurrences:
212         - 1
213         - 1
214     - dependency_perimeta_ssc_a_untrusted_parent_0_port:
215         capability: tosca.capabilities.Node
216         node: tosca.nodes.Root
217         relationship: tosca.relationships.DependsOn
218         occurrences:
219         - 0
220         - UNBOUNDED
221     - link_perimeta_ssc_a_untrusted_parent_0_port:
222         capability: tosca.capabilities.network.Linkable
223         relationship: tosca.relationships.network.LinksTo
224         occurrences:
225         - 1
226         - 1
227     - dependency_perimeta_ssc_a_mgmt_1_port:
228         capability: tosca.capabilities.Node
229         node: tosca.nodes.Root
230         relationship: tosca.relationships.DependsOn
231         occurrences:
232         - 0
233         - UNBOUNDED
234     - link_perimeta_ssc_a_mgmt_1_port:
235         capability: tosca.capabilities.network.Linkable
236         relationship: tosca.relationships.network.LinksTo
237         occurrences:
238         - 1
239         - 1
240     - dependency_perimeta_ssc_a_trusted_0_port:
241         capability: tosca.capabilities.Node
242         node: tosca.nodes.Root
243         relationship: tosca.relationships.DependsOn
244         occurrences:
245         - 0
246         - UNBOUNDED
247     - link_perimeta_ssc_a_trusted_0_port:
248         capability: tosca.capabilities.network.Linkable
249         relationship: tosca.relationships.network.LinksTo
250         occurrences:
251         - 1
252         - 1
253     - dependency_perimeta_ssc_a_unused_0_port:
254         capability: tosca.capabilities.Node
255         node: tosca.nodes.Root
256         relationship: tosca.relationships.DependsOn
257         occurrences:
258         - 0
259         - UNBOUNDED
260     - link_perimeta_ssc_a_unused_0_port:
261         capability: tosca.capabilities.network.Linkable
262         relationship: tosca.relationships.network.LinksTo
263         occurrences:
264         - 1
265         - 1
266     - dependency_perimeta_ssc_a_mgmt_0_port:
267         capability: tosca.capabilities.Node
268         node: tosca.nodes.Root
269         relationship: tosca.relationships.DependsOn
270         occurrences:
271         - 0
272         - UNBOUNDED
273     - link_perimeta_ssc_a_mgmt_0_port:
274         capability: tosca.capabilities.network.Linkable
275         relationship: tosca.relationships.network.LinksTo
276         occurrences:
277         - 1
278         - 1
279     - dependency_perimeta_ssc_a_server_0:
280         capability: tosca.capabilities.Node
281         node: tosca.nodes.Root
282         relationship: tosca.relationships.DependsOn
283         occurrences:
284         - 0
285         - UNBOUNDED
286     - local_storage_perimeta_ssc_a_server_0:
287         capability: tosca.capabilities.Attachment
288         node: tosca.nodes.BlockStorage
289         relationship: tosca.relationships.AttachesTo
290         occurrences:
291         - 0
292         - UNBOUNDED
293     capabilities:
294       disk.ephemeral.size_perimeta_ssc_a_server_0:
295         type: org.openecomp.capabilities.metric.Ceilometer
296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
297         occurrences:
298         - 1
299         - UNBOUNDED
300       network.outgoing.packets.rate_perimeta_ssc_a_ha_0_port:
301         type: org.openecomp.capabilities.metric.Ceilometer
302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
303         occurrences:
304         - 1
305         - UNBOUNDED
306       network.incoming.bytes.rate_perimeta_ssc_a_trusted_0_port:
307         type: org.openecomp.capabilities.metric.Ceilometer
308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
309         occurrences:
310         - 1
311         - UNBOUNDED
312       network.outgoing.bytes.rate_perimeta_ssc_a_ha_0_port:
313         type: org.openecomp.capabilities.metric.Ceilometer
314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
315         occurrences:
316         - 1
317         - UNBOUNDED
318       network.incoming.bytes.rate_perimeta_ssc_a_ha_0_port:
319         type: org.openecomp.capabilities.metric.Ceilometer
320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
321         occurrences:
322         - 1
323         - UNBOUNDED
324       network.incoming.packets_perimeta_ssc_a_untrusted_parent_0_port:
325         type: org.openecomp.capabilities.metric.Ceilometer
326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
327         occurrences:
328         - 1
329         - UNBOUNDED
330       instance_perimeta_ssc_a_server_0:
331         type: org.openecomp.capabilities.metric.Ceilometer
332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
333         occurrences:
334         - 1
335         - UNBOUNDED
336       network.incoming.packets_perimeta_ssc_a_unused_0_port:
337         type: org.openecomp.capabilities.metric.Ceilometer
338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
339         occurrences:
340         - 1
341         - UNBOUNDED
342       network.outgoing.packets.rate_perimeta_ssc_a_mgmt_1_port:
343         type: org.openecomp.capabilities.metric.Ceilometer
344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
345         occurrences:
346         - 1
347         - UNBOUNDED
348       feature_perimeta_ssc_a_mgmt_0_port:
349         type: tosca.capabilities.Node
350         occurrences:
351         - 1
352         - UNBOUNDED
353       binding_perimeta_ssc_a_mgmt_0_port:
354         type: tosca.capabilities.network.Bindable
355         valid_source_types:
356         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
357         occurrences:
358         - 0
359         - UNBOUNDED
360       network.outpoing.packets_perimeta_ssc_a_mgmt_1_port:
361         type: org.openecomp.capabilities.metric.Ceilometer
362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
363         occurrences:
364         - 1
365         - UNBOUNDED
366       network.incoming.packets_perimeta_ssc_a_trusted_0_port:
367         type: org.openecomp.capabilities.metric.Ceilometer
368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
369         occurrences:
370         - 1
371         - UNBOUNDED
372       endpoint_perimeta_ssc_a_server_0:
373         type: tosca.capabilities.Endpoint.Admin
374         occurrences:
375         - 1
376         - UNBOUNDED
377       network.outgoing.bytes_perimeta_ssc_a_ha_0_port:
378         type: org.openecomp.capabilities.metric.Ceilometer
379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
380         occurrences:
381         - 1
382         - UNBOUNDED
383       forwarder_perimeta_ssc_a_mgmt_1_port:
384         type: org.openecomp.capabilities.Forwarder
385         occurrences:
386         - 1
387         - UNBOUNDED
388       memory.usage_perimeta_ssc_a_server_0:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       network.incoming.packets.rate_perimeta_ssc_a_ha_0_port:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       forwarder_perimeta_ssc_a_unused_0_port:
401         type: org.openecomp.capabilities.Forwarder
402         occurrences:
403         - 1
404         - UNBOUNDED
405       forwarder_perimeta_ssc_a_mgmt_0_port:
406         type: org.openecomp.capabilities.Forwarder
407         occurrences:
408         - 1
409         - UNBOUNDED
410       forwarder_perimeta_ssc_a_untrusted_parent_0_port:
411         type: org.openecomp.capabilities.Forwarder
412         occurrences:
413         - 1
414         - UNBOUNDED
415       disk.device.read.requests.rate_perimeta_ssc_a_server_0:
416         type: org.openecomp.capabilities.metric.Ceilometer
417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
418         occurrences:
419         - 1
420         - UNBOUNDED
421       network.incoming.bytes_perimeta_ssc_a_ha_0_port:
422         type: org.openecomp.capabilities.metric.Ceilometer
423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
424         occurrences:
425         - 1
426         - UNBOUNDED
427       network.outgoing.bytes.rate_perimeta_ssc_a_trusted_0_port:
428         type: org.openecomp.capabilities.metric.Ceilometer
429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
430         occurrences:
431         - 1
432         - UNBOUNDED
433       network.outgoing.packets.rate_perimeta_ssc_a_unused_0_port:
434         type: org.openecomp.capabilities.metric.Ceilometer
435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
436         occurrences:
437         - 1
438         - UNBOUNDED
439       feature_perimeta_ssc_a_mgmt_1_port:
440         type: tosca.capabilities.Node
441         occurrences:
442         - 1
443         - UNBOUNDED
444       disk.read.bytes_perimeta_ssc_a_server_0:
445         type: org.openecomp.capabilities.metric.Ceilometer
446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
447         occurrences:
448         - 1
449         - UNBOUNDED
450       network.outpoing.packets_perimeta_ssc_a_mgmt_0_port:
451         type: org.openecomp.capabilities.metric.Ceilometer
452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
453         occurrences:
454         - 1
455         - UNBOUNDED
456       attachment_perimeta_ssc_a_mgmt_1_port:
457         type: tosca.capabilities.Attachment
458         occurrences:
459         - 1
460         - UNBOUNDED
461       disk.write.bytes.rate_perimeta_ssc_a_server_0:
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       disk.device.write.requests.rate_perimeta_ssc_a_server_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.incoming.packets_perimeta_ssc_a_ha_0_port:
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       memory_perimeta_ssc_a_server_0:
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       network.outgoing.packets.rate_perimeta_ssc_a_trusted_0_port:
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       feature_perimeta_ssc_a_server_0:
492         type: tosca.capabilities.Node
493         occurrences:
494         - 1
495         - UNBOUNDED
496       disk.device.iops_perimeta_ssc_a_server_0:
497         type: org.openecomp.capabilities.metric.Ceilometer
498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
499         occurrences:
500         - 1
501         - UNBOUNDED
502       binding_perimeta_ssc_a_mgmt_1_port:
503         type: tosca.capabilities.network.Bindable
504         valid_source_types:
505         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
506         occurrences:
507         - 0
508         - UNBOUNDED
509       network.outgoing.bytes_perimeta_ssc_a_untrusted_parent_0_port:
510         type: org.openecomp.capabilities.metric.Ceilometer
511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
512         occurrences:
513         - 1
514         - UNBOUNDED
515       attachment_perimeta_ssc_a_trusted_0_port:
516         type: tosca.capabilities.Attachment
517         occurrences:
518         - 1
519         - UNBOUNDED
520       network.outgoing.bytes.rate_perimeta_ssc_a_mgmt_0_port:
521         type: org.openecomp.capabilities.metric.Ceilometer
522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
523         occurrences:
524         - 1
525         - UNBOUNDED
526       network.outgoing.bytes_perimeta_ssc_a_mgmt_1_port:
527         type: org.openecomp.capabilities.metric.Ceilometer
528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
529         occurrences:
530         - 1
531         - UNBOUNDED
532       disk.write.requests_perimeta_ssc_a_server_0:
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       network.outgoing.bytes_perimeta_ssc_a_trusted_0_port:
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.capacity_perimeta_ssc_a_server_0:
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       os_perimeta_ssc_a_server_0:
551         type: tosca.capabilities.OperatingSystem
552         occurrences:
553         - 1
554         - UNBOUNDED
555       disk.read.bytes.rate_perimeta_ssc_a_server_0:
556         type: org.openecomp.capabilities.metric.Ceilometer
557         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
558         occurrences:
559         - 1
560         - UNBOUNDED
561       network.outgoing.bytes.rate_perimeta_ssc_a_mgmt_1_port:
562         type: org.openecomp.capabilities.metric.Ceilometer
563         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
564         occurrences:
565         - 1
566         - UNBOUNDED
567       network.incoming.bytes.rate_perimeta_ssc_a_untrusted_parent_0_port:
568         type: org.openecomp.capabilities.metric.Ceilometer
569         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
570         occurrences:
571         - 1
572         - UNBOUNDED
573       forwarder_perimeta_ssc_a_trusted_0_port:
574         type: org.openecomp.capabilities.Forwarder
575         occurrences:
576         - 1
577         - UNBOUNDED
578       network.outgoing.bytes.rate_perimeta_ssc_a_unused_0_port:
579         type: org.openecomp.capabilities.metric.Ceilometer
580         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
581         occurrences:
582         - 1
583         - UNBOUNDED
584       network.outgoing.bytes_perimeta_ssc_a_mgmt_0_port:
585         type: org.openecomp.capabilities.metric.Ceilometer
586         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
587         occurrences:
588         - 1
589         - UNBOUNDED
590       network.outpoing.packets_perimeta_ssc_a_ha_0_port:
591         type: org.openecomp.capabilities.metric.Ceilometer
592         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
593         occurrences:
594         - 1
595         - UNBOUNDED
596       cpu_util_perimeta_ssc_a_server_0:
597         type: org.openecomp.capabilities.metric.Ceilometer
598         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
599         occurrences:
600         - 1
601         - UNBOUNDED
602       attachment_perimeta_ssc_a_untrusted_parent_0_port:
603         type: tosca.capabilities.Attachment
604         occurrences:
605         - 1
606         - UNBOUNDED
607       network.outgoing.bytes.rate_perimeta_ssc_a_untrusted_parent_0_port:
608         type: org.openecomp.capabilities.metric.Ceilometer
609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
610         occurrences:
611         - 1
612         - UNBOUNDED
613       disk.allocation_perimeta_ssc_a_server_0:
614         type: org.openecomp.capabilities.metric.Ceilometer
615         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
616         occurrences:
617         - 1
618         - UNBOUNDED
619       disk.write.bytes_perimeta_ssc_a_server_0:
620         type: org.openecomp.capabilities.metric.Ceilometer
621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
622         occurrences:
623         - 1
624         - UNBOUNDED
625       attachment_perimeta_ssc_a_unused_0_port:
626         type: tosca.capabilities.Attachment
627         occurrences:
628         - 1
629         - UNBOUNDED
630       feature_perimeta_ssc_a_trusted_0_port:
631         type: tosca.capabilities.Node
632         occurrences:
633         - 1
634         - UNBOUNDED
635       network.outpoing.packets_perimeta_ssc_a_trusted_0_port:
636         type: org.openecomp.capabilities.metric.Ceilometer
637         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
638         occurrences:
639         - 1
640         - UNBOUNDED
641       network.incoming.bytes_perimeta_ssc_a_mgmt_0_port:
642         type: org.openecomp.capabilities.metric.Ceilometer
643         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
644         occurrences:
645         - 1
646         - UNBOUNDED
647       network.incoming.packets_perimeta_ssc_a_mgmt_0_port:
648         type: org.openecomp.capabilities.metric.Ceilometer
649         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
650         occurrences:
651         - 1
652         - UNBOUNDED
653       disk.device.latency_perimeta_ssc_a_server_0:
654         type: org.openecomp.capabilities.metric.Ceilometer
655         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
656         occurrences:
657         - 1
658         - UNBOUNDED
659       forwarder_perimeta_ssc_a_ha_0_port:
660         type: org.openecomp.capabilities.Forwarder
661         occurrences:
662         - 1
663         - UNBOUNDED
664       network.incoming.bytes.rate_perimeta_ssc_a_mgmt_1_port:
665         type: org.openecomp.capabilities.metric.Ceilometer
666         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
667         occurrences:
668         - 1
669         - UNBOUNDED
670       binding_perimeta_ssc_a_server_0:
671         type: tosca.capabilities.network.Bindable
672         occurrences:
673         - 1
674         - UNBOUNDED
675       disk.read.requests_perimeta_ssc_a_server_0:
676         type: org.openecomp.capabilities.metric.Ceilometer
677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
678         occurrences:
679         - 1
680         - UNBOUNDED
681       attachment_perimeta_ssc_a_ha_0_port:
682         type: tosca.capabilities.Attachment
683         occurrences:
684         - 1
685         - UNBOUNDED
686       scalable_perimeta_ssc_a_server_0:
687         type: tosca.capabilities.Scalable
688         occurrences:
689         - 1
690         - UNBOUNDED
691       disk.usage_perimeta_ssc_a_server_0:
692         type: org.openecomp.capabilities.metric.Ceilometer
693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
694         occurrences:
695         - 1
696         - UNBOUNDED
697       feature_perimeta_ssc_a_untrusted_parent_0_port:
698         type: tosca.capabilities.Node
699         occurrences:
700         - 1
701         - UNBOUNDED
702       network.incoming.packets.rate_perimeta_ssc_a_unused_0_port:
703         type: org.openecomp.capabilities.metric.Ceilometer
704         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
705         occurrences:
706         - 1
707         - UNBOUNDED
708       feature_perimeta_ssc_a_ha_0_port:
709         type: tosca.capabilities.Node
710         occurrences:
711         - 1
712         - UNBOUNDED
713       cpu.delta_perimeta_ssc_a_server_0:
714         type: org.openecomp.capabilities.metric.Ceilometer
715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
716         occurrences:
717         - 1
718         - UNBOUNDED
719       disk.device.usage_perimeta_ssc_a_server_0:
720         type: org.openecomp.capabilities.metric.Ceilometer
721         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
722         occurrences:
723         - 1
724         - UNBOUNDED
725       disk.iops_perimeta_ssc_a_server_0:
726         type: org.openecomp.capabilities.metric.Ceilometer
727         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
728         occurrences:
729         - 1
730         - UNBOUNDED
731       binding_perimeta_ssc_a_trusted_0_port:
732         type: tosca.capabilities.network.Bindable
733         valid_source_types:
734         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
735         occurrences:
736         - 0
737         - UNBOUNDED
738       network.incoming.bytes_perimeta_ssc_a_mgmt_1_port:
739         type: org.openecomp.capabilities.metric.Ceilometer
740         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
741         occurrences:
742         - 1
743         - UNBOUNDED
744       network.incoming.packets_perimeta_ssc_a_mgmt_1_port:
745         type: org.openecomp.capabilities.metric.Ceilometer
746         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
747         occurrences:
748         - 1
749         - UNBOUNDED
750       disk.device.read.bytes.rate_perimeta_ssc_a_server_0:
751         type: org.openecomp.capabilities.metric.Ceilometer
752         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
753         occurrences:
754         - 1
755         - UNBOUNDED
756       network.incoming.packets.rate_perimeta_ssc_a_untrusted_parent_0_port:
757         type: org.openecomp.capabilities.metric.Ceilometer
758         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
759         occurrences:
760         - 1
761         - UNBOUNDED
762       binding_perimeta_ssc_a_untrusted_parent_0_port:
763         type: tosca.capabilities.network.Bindable
764         valid_source_types:
765         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
766         occurrences:
767         - 0
768         - UNBOUNDED
769       disk.root.size_perimeta_ssc_a_server_0:
770         type: org.openecomp.capabilities.metric.Ceilometer
771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
772         occurrences:
773         - 1
774         - UNBOUNDED
775       network.incoming.bytes_perimeta_ssc_a_untrusted_parent_0_port:
776         type: org.openecomp.capabilities.metric.Ceilometer
777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
778         occurrences:
779         - 1
780         - UNBOUNDED
781       network.incoming.packets.rate_perimeta_ssc_a_mgmt_0_port:
782         type: org.openecomp.capabilities.metric.Ceilometer
783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
784         occurrences:
785         - 1
786         - UNBOUNDED
787       disk.device.allocation_perimeta_ssc_a_server_0:
788         type: org.openecomp.capabilities.metric.Ceilometer
789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
790         occurrences:
791         - 1
792         - UNBOUNDED
793       disk.device.write.requests_perimeta_ssc_a_server_0:
794         type: org.openecomp.capabilities.metric.Ceilometer
795         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
796         occurrences:
797         - 1
798         - UNBOUNDED
799       disk.device.write.bytes_perimeta_ssc_a_server_0:
800         type: org.openecomp.capabilities.metric.Ceilometer
801         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
802         occurrences:
803         - 1
804         - UNBOUNDED
805       disk.write.requests.rate_perimeta_ssc_a_server_0:
806         type: org.openecomp.capabilities.metric.Ceilometer
807         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
808         occurrences:
809         - 1
810         - UNBOUNDED
811       network.outpoing.packets_perimeta_ssc_a_untrusted_parent_0_port:
812         type: org.openecomp.capabilities.metric.Ceilometer
813         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
814         occurrences:
815         - 1
816         - UNBOUNDED
817       disk.device.read.bytes_perimeta_ssc_a_server_0:
818         type: org.openecomp.capabilities.metric.Ceilometer
819         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
820         occurrences:
821         - 1
822         - UNBOUNDED
823       network.outgoing.bytes_perimeta_ssc_a_unused_0_port:
824         type: org.openecomp.capabilities.metric.Ceilometer
825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
826         occurrences:
827         - 1
828         - UNBOUNDED
829       network.incoming.bytes_perimeta_ssc_a_unused_0_port:
830         type: org.openecomp.capabilities.metric.Ceilometer
831         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
832         occurrences:
833         - 1
834         - UNBOUNDED
835       cpu_perimeta_ssc_a_server_0:
836         type: org.openecomp.capabilities.metric.Ceilometer
837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
838         occurrences:
839         - 1
840         - UNBOUNDED
841       binding_perimeta_ssc_a_unused_0_port:
842         type: tosca.capabilities.network.Bindable
843         valid_source_types:
844         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
845         occurrences:
846         - 0
847         - UNBOUNDED
848       network.outgoing.packets.rate_perimeta_ssc_a_untrusted_parent_0_port:
849         type: org.openecomp.capabilities.metric.Ceilometer
850         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
851         occurrences:
852         - 1
853         - UNBOUNDED
854       disk.device.read.requests_perimeta_ssc_a_server_0:
855         type: org.openecomp.capabilities.metric.Ceilometer
856         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
857         occurrences:
858         - 1
859         - UNBOUNDED
860       network.outgoing.packets.rate_perimeta_ssc_a_mgmt_0_port:
861         type: org.openecomp.capabilities.metric.Ceilometer
862         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
863         occurrences:
864         - 1
865         - UNBOUNDED
866       disk.device.write.bytes.rate_perimeta_ssc_a_server_0:
867         type: org.openecomp.capabilities.metric.Ceilometer
868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
869         occurrences:
870         - 1
871         - UNBOUNDED
872       feature_perimeta_ssc_a_unused_0_port:
873         type: tosca.capabilities.Node
874         occurrences:
875         - 1
876         - UNBOUNDED
877       host_perimeta_ssc_a_server_0:
878         type: tosca.capabilities.Container
879         valid_source_types:
880         - tosca.nodes.SoftwareComponent
881         occurrences:
882         - 1
883         - UNBOUNDED
884       network.incoming.packets.rate_perimeta_ssc_a_trusted_0_port:
885         type: org.openecomp.capabilities.metric.Ceilometer
886         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
887         occurrences:
888         - 1
889         - UNBOUNDED
890       network.outpoing.packets_perimeta_ssc_a_unused_0_port:
891         type: org.openecomp.capabilities.metric.Ceilometer
892         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
893         occurrences:
894         - 1
895         - UNBOUNDED
896       network.incoming.packets.rate_perimeta_ssc_a_mgmt_1_port:
897         type: org.openecomp.capabilities.metric.Ceilometer
898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
899         occurrences:
900         - 1
901         - UNBOUNDED
902       attachment_perimeta_ssc_a_mgmt_0_port:
903         type: tosca.capabilities.Attachment
904         occurrences:
905         - 1
906         - UNBOUNDED
907       disk.device.capacity_perimeta_ssc_a_server_0:
908         type: org.openecomp.capabilities.metric.Ceilometer
909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
910         occurrences:
911         - 1
912         - UNBOUNDED
913       binding_perimeta_ssc_a_ha_0_port:
914         type: tosca.capabilities.network.Bindable
915         valid_source_types:
916         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
917         occurrences:
918         - 0
919         - UNBOUNDED
920       vcpus_perimeta_ssc_a_server_0:
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       network.incoming.bytes_perimeta_ssc_a_trusted_0_port:
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       network.incoming.bytes.rate_perimeta_ssc_a_unused_0_port:
933         type: org.openecomp.capabilities.metric.Ceilometer
934         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
935         occurrences:
936         - 1
937         - UNBOUNDED
938       disk.latency_perimeta_ssc_a_server_0:
939         type: org.openecomp.capabilities.metric.Ceilometer
940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
941         occurrences:
942         - 1
943         - UNBOUNDED
944       memory.resident_perimeta_ssc_a_server_0:
945         type: org.openecomp.capabilities.metric.Ceilometer
946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
947         occurrences:
948         - 1
949         - UNBOUNDED
950       network.incoming.bytes.rate_perimeta_ssc_a_mgmt_0_port:
951         type: org.openecomp.capabilities.metric.Ceilometer
952         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
953         occurrences:
954         - 1
955         - UNBOUNDED
956   org.openecomp.resource.abstract.nodes.heat.module_1_perimeta_swmu_b_child:
957     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
958     properties:
959       vf_module_id:
960         type: string
961         description: Unique ID for this VF Module instance
962         required: true
963         status: SUPPORTED
964       int_ha_network_plen:
965         type: float
966         description: Prefix length of subnet associated with internal HA network
967         required: true
968         status: SUPPORTED
969         constraints:
970         - in_range:
971           - 0
972           - 31
973       unused_port_net_id:
974         type: string
975         description: Service network unused port network UUID
976         required: true
977         status: SUPPORTED
978       perimeta_server_group:
979         type: string
980         description: Server group to use for these VMs
981         required: true
982         status: SUPPORTED
983       ssc_b_name_0:
984         type: string
985         description: Name of Perimeta VM B instance
986         required: true
987         status: SUPPORTED
988       ssc_a_int_ha_ip_0:
989         type: string
990         description: Fixed IP address to use as HA IPs of A instance.
991         required: true
992         status: SUPPORTED
993       ssc_b_untrusted_ip_0:
994         type: string
995         description: Fixed IP address to use as Untrusted/access fixed IP of B instance.
996         required: true
997         status: SUPPORTED
998       ssc_b_mgmt_ip_0:
999         type: string
1000         description: Fixed IP address to use as management IP of B instance.
1001         required: true
1002         status: SUPPORTED
1003       ssc_b_untrusted_parent_ip_0:
1004         type: string
1005         description: Fixed IP address to use as Untrusted/access fixed IP of B parent instance.
1006         required: true
1007         status: SUPPORTED
1008       vnf_name:
1009         type: string
1010         description: Unique name for this VNF instance
1011         required: true
1012         status: SUPPORTED
1013       perimeta_untrusted_vlan_ids:
1014         type: list
1015         description: List of VLAN IDs to use on the untrusted/access network
1016         required: true
1017         status: SUPPORTED
1018         entry_schema:
1019           type: string
1020       int_ha_net_id:
1021         type: string
1022         description: HA network id
1023         required: true
1024         status: SUPPORTED
1025       ssc_b_int_ha_ip_0:
1026         type: string
1027         description: Fixed IP address to use as HA IP of B instance.
1028         required: true
1029         status: SUPPORTED
1030       ssc_mgmt_vip_0:
1031         type: string
1032         description: Management virtual IP address.
1033         required: true
1034         status: SUPPORTED
1035       perimeta_keypair:
1036         type: string
1037         description: Keypair to use for accessing this Perimeta instance
1038         required: true
1039         status: SUPPORTED
1040       vnf_id:
1041         type: string
1042         description: VNF ID of this deployment
1043         required: true
1044         status: SUPPORTED
1045       availability_zone_1:
1046         type: string
1047         description: Availability zone for B instances.  May be the same as A instance.
1048         required: true
1049         status: SUPPORTED
1050       ssc_trusted_vip_0:
1051         type: string
1052         description: Trusted/core virtual IP address.
1053         required: true
1054         status: SUPPORTED
1055       ssc_untrusted_vip_0:
1056         type: string
1057         description: Untrusted/access virtual IP address
1058         required: true
1059         status: SUPPORTED
1060       perimeta_sec_groups:
1061         type: list
1062         description: List of security groups to add on trusted interfaces.
1063         required: true
1064         status: SUPPORTED
1065         entry_schema:
1066           type: string
1067       perimeta_untrusted_num_vlans:
1068         type: float
1069         description: number of VLANs to connect to the untrusted/access interface
1070         required: true
1071         status: SUPPORTED
1072         constraints:
1073         - in_range:
1074           - 1
1075           - 1001
1076       ssc_rf_vip_0:
1077         type: string
1078         description: RF virtual IP address to use for SSC.
1079         required: true
1080         status: SUPPORTED
1081       ssc_b_trusted_ip_0:
1082         type: string
1083         description: Fixed IP address to use as Trusted/core fixed IPs of B instance.
1084         required: true
1085         status: SUPPORTED
1086       trusted_net_id:
1087         type: string
1088         description: Trusted/core network UUID
1089         required: true
1090         status: SUPPORTED
1091       ssc_untrusted_parent_vip_0:
1092         type: string
1093         description: Untrusted/access parent virtual IP address
1094         required: true
1095         status: SUPPORTED
1096       ssc_untrusted_v6_vip_0:
1097         type: string
1098         description: Untrusted/access alternate virtual IP address
1099         required: true
1100         status: SUPPORTED
1101       ssc_b_untrusted_v6_ip_0:
1102         type: string
1103         description: Fixed IP address to use as Untrusted/access alternate fixed IP of B instance.
1104         required: true
1105         status: SUPPORTED
1106       vm_role:
1107         type: string
1108         description: Role of these VMs
1109         required: true
1110         status: SUPPORTED
1111       perimeta_untrusted_vlan_networks:
1112         type: list
1113         description: List of Contrail VLAN networks to use on the untrusted/access network.   The order and number of these must match the VLAN ID list.
1114         required: true
1115         status: SUPPORTED
1116         entry_schema:
1117           type: string
1118       perimeta_image_name:
1119         type: string
1120         description: Glance image for Perimeta instance
1121         required: true
1122         status: SUPPORTED
1123       ssc_b_rf_ip_0:
1124         type: string
1125         description: RF fixed IP address to use for SSC B.
1126         required: true
1127         status: SUPPORTED
1128       mgmt_net_id:
1129         type: string
1130         description: Management network id
1131         required: true
1132         status: SUPPORTED
1133       int_untrusted_parent_net_id:
1134         type: string
1135         description: internal Untrusted/access parent network id
1136         required: true
1137         status: SUPPORTED
1138       perimeta_flavor_name:
1139         type: string
1140         description: Flavor to use for creating VM instances
1141         required: true
1142         status: SUPPORTED
1143     requirements:
1144     - dependency_perimeta_ssc_b_trusted_0_port:
1145         capability: tosca.capabilities.Node
1146         node: tosca.nodes.Root
1147         relationship: tosca.relationships.DependsOn
1148         occurrences:
1149         - 0
1150         - UNBOUNDED
1151     - link_perimeta_ssc_b_trusted_0_port:
1152         capability: tosca.capabilities.network.Linkable
1153         relationship: tosca.relationships.network.LinksTo
1154         occurrences:
1155         - 1
1156         - 1
1157     - dependency_perimeta_ssc_b_untrusted_parent_0_port:
1158         capability: tosca.capabilities.Node
1159         node: tosca.nodes.Root
1160         relationship: tosca.relationships.DependsOn
1161         occurrences:
1162         - 0
1163         - UNBOUNDED
1164     - link_perimeta_ssc_b_untrusted_parent_0_port:
1165         capability: tosca.capabilities.network.Linkable
1166         relationship: tosca.relationships.network.LinksTo
1167         occurrences:
1168         - 1
1169         - 1
1170     - dependency_perimeta_ssc_b_mgmt_1_port:
1171         capability: tosca.capabilities.Node
1172         node: tosca.nodes.Root
1173         relationship: tosca.relationships.DependsOn
1174         occurrences:
1175         - 0
1176         - UNBOUNDED
1177     - link_perimeta_ssc_b_mgmt_1_port:
1178         capability: tosca.capabilities.network.Linkable
1179         relationship: tosca.relationships.network.LinksTo
1180         occurrences:
1181         - 1
1182         - 1
1183     - dependency_perimeta_ssc_b_unused_0_port:
1184         capability: tosca.capabilities.Node
1185         node: tosca.nodes.Root
1186         relationship: tosca.relationships.DependsOn
1187         occurrences:
1188         - 0
1189         - UNBOUNDED
1190     - link_perimeta_ssc_b_unused_0_port:
1191         capability: tosca.capabilities.network.Linkable
1192         relationship: tosca.relationships.network.LinksTo
1193         occurrences:
1194         - 1
1195         - 1
1196     - dependency_perimeta_ssc_b_server_0:
1197         capability: tosca.capabilities.Node
1198         node: tosca.nodes.Root
1199         relationship: tosca.relationships.DependsOn
1200         occurrences:
1201         - 0
1202         - UNBOUNDED
1203     - local_storage_perimeta_ssc_b_server_0:
1204         capability: tosca.capabilities.Attachment
1205         node: tosca.nodes.BlockStorage
1206         relationship: tosca.relationships.AttachesTo
1207         occurrences:
1208         - 0
1209         - UNBOUNDED
1210     - dependency_perimeta_ssc_b_mgmt_0_port:
1211         capability: tosca.capabilities.Node
1212         node: tosca.nodes.Root
1213         relationship: tosca.relationships.DependsOn
1214         occurrences:
1215         - 0
1216         - UNBOUNDED
1217     - link_perimeta_ssc_b_mgmt_0_port:
1218         capability: tosca.capabilities.network.Linkable
1219         relationship: tosca.relationships.network.LinksTo
1220         occurrences:
1221         - 1
1222         - 1
1223     - dependency_perimeta_ssc_b_ha_0_port:
1224         capability: tosca.capabilities.Node
1225         node: tosca.nodes.Root
1226         relationship: tosca.relationships.DependsOn
1227         occurrences:
1228         - 0
1229         - UNBOUNDED
1230     - link_perimeta_ssc_b_ha_0_port:
1231         capability: tosca.capabilities.network.Linkable
1232         relationship: tosca.relationships.network.LinksTo
1233         occurrences:
1234         - 1
1235         - 1
1236     capabilities:
1237       host_perimeta_ssc_b_server_0:
1238         type: tosca.capabilities.Container
1239         valid_source_types:
1240         - tosca.nodes.SoftwareComponent
1241         occurrences:
1242         - 1
1243         - UNBOUNDED
1244       forwarder_perimeta_ssc_b_mgmt_1_port:
1245         type: org.openecomp.capabilities.Forwarder
1246         occurrences:
1247         - 1
1248         - UNBOUNDED
1249       network.outgoing.packets.rate_perimeta_ssc_b_trusted_0_port:
1250         type: org.openecomp.capabilities.metric.Ceilometer
1251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1252         occurrences:
1253         - 1
1254         - UNBOUNDED
1255       vcpus_perimeta_ssc_b_server_0:
1256         type: org.openecomp.capabilities.metric.Ceilometer
1257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1258         occurrences:
1259         - 1
1260         - UNBOUNDED
1261       binding_perimeta_ssc_b_mgmt_0_port:
1262         type: tosca.capabilities.network.Bindable
1263         valid_source_types:
1264         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1265         occurrences:
1266         - 0
1267         - UNBOUNDED
1268       network.incoming.bytes_perimeta_ssc_b_ha_0_port:
1269         type: org.openecomp.capabilities.metric.Ceilometer
1270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1271         occurrences:
1272         - 1
1273         - UNBOUNDED
1274       network.outpoing.packets_perimeta_ssc_b_mgmt_1_port:
1275         type: org.openecomp.capabilities.metric.Ceilometer
1276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1277         occurrences:
1278         - 1
1279         - UNBOUNDED
1280       disk.write.requests_perimeta_ssc_b_server_0:
1281         type: org.openecomp.capabilities.metric.Ceilometer
1282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1283         occurrences:
1284         - 1
1285         - UNBOUNDED
1286       os_perimeta_ssc_b_server_0:
1287         type: tosca.capabilities.OperatingSystem
1288         occurrences:
1289         - 1
1290         - UNBOUNDED
1291       forwarder_perimeta_ssc_b_untrusted_parent_0_port:
1292         type: org.openecomp.capabilities.Forwarder
1293         occurrences:
1294         - 1
1295         - UNBOUNDED
1296       memory_perimeta_ssc_b_server_0:
1297         type: org.openecomp.capabilities.metric.Ceilometer
1298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1299         occurrences:
1300         - 1
1301         - UNBOUNDED
1302       disk.device.write.bytes.rate_perimeta_ssc_b_server_0:
1303         type: org.openecomp.capabilities.metric.Ceilometer
1304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1305         occurrences:
1306         - 1
1307         - UNBOUNDED
1308       network.outgoing.bytes.rate_perimeta_ssc_b_unused_0_port:
1309         type: org.openecomp.capabilities.metric.Ceilometer
1310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1311         occurrences:
1312         - 1
1313         - UNBOUNDED
1314       disk.read.bytes_perimeta_ssc_b_server_0:
1315         type: org.openecomp.capabilities.metric.Ceilometer
1316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1317         occurrences:
1318         - 1
1319         - UNBOUNDED
1320       network.outpoing.packets_perimeta_ssc_b_mgmt_0_port:
1321         type: org.openecomp.capabilities.metric.Ceilometer
1322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1323         occurrences:
1324         - 1
1325         - UNBOUNDED
1326       network.outgoing.packets.rate_perimeta_ssc_b_untrusted_parent_0_port:
1327         type: org.openecomp.capabilities.metric.Ceilometer
1328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1329         occurrences:
1330         - 1
1331         - UNBOUNDED
1332       disk.device.allocation_perimeta_ssc_b_server_0:
1333         type: org.openecomp.capabilities.metric.Ceilometer
1334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1335         occurrences:
1336         - 1
1337         - UNBOUNDED
1338       network.outgoing.packets.rate_perimeta_ssc_b_ha_0_port:
1339         type: org.openecomp.capabilities.metric.Ceilometer
1340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1341         occurrences:
1342         - 1
1343         - UNBOUNDED
1344       forwarder_perimeta_ssc_b_mgmt_0_port:
1345         type: org.openecomp.capabilities.Forwarder
1346         occurrences:
1347         - 1
1348         - UNBOUNDED
1349       disk.write.requests.rate_perimeta_ssc_b_server_0:
1350         type: org.openecomp.capabilities.metric.Ceilometer
1351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1352         occurrences:
1353         - 1
1354         - UNBOUNDED
1355       network.incoming.bytes.rate_perimeta_ssc_b_ha_0_port:
1356         type: org.openecomp.capabilities.metric.Ceilometer
1357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1358         occurrences:
1359         - 1
1360         - UNBOUNDED
1361       binding_perimeta_ssc_b_trusted_0_port:
1362         type: tosca.capabilities.network.Bindable
1363         valid_source_types:
1364         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1365         occurrences:
1366         - 0
1367         - UNBOUNDED
1368       disk.device.iops_perimeta_ssc_b_server_0:
1369         type: org.openecomp.capabilities.metric.Ceilometer
1370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1371         occurrences:
1372         - 1
1373         - UNBOUNDED
1374       network.outgoing.packets.rate_perimeta_ssc_b_mgmt_1_port:
1375         type: org.openecomp.capabilities.metric.Ceilometer
1376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1377         occurrences:
1378         - 1
1379         - UNBOUNDED
1380       disk.device.usage_perimeta_ssc_b_server_0:
1381         type: org.openecomp.capabilities.metric.Ceilometer
1382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1383         occurrences:
1384         - 1
1385         - UNBOUNDED
1386       cpu_perimeta_ssc_b_server_0:
1387         type: org.openecomp.capabilities.metric.Ceilometer
1388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1389         occurrences:
1390         - 1
1391         - UNBOUNDED
1392       feature_perimeta_ssc_b_mgmt_1_port:
1393         type: tosca.capabilities.Node
1394         occurrences:
1395         - 1
1396         - UNBOUNDED
1397       network.outgoing.bytes.rate_perimeta_ssc_b_ha_0_port:
1398         type: org.openecomp.capabilities.metric.Ceilometer
1399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1400         occurrences:
1401         - 1
1402         - UNBOUNDED
1403       feature_perimeta_ssc_b_unused_0_port:
1404         type: tosca.capabilities.Node
1405         occurrences:
1406         - 1
1407         - UNBOUNDED
1408       endpoint_perimeta_ssc_b_server_0:
1409         type: tosca.capabilities.Endpoint.Admin
1410         occurrences:
1411         - 1
1412         - UNBOUNDED
1413       feature_perimeta_ssc_b_server_0:
1414         type: tosca.capabilities.Node
1415         occurrences:
1416         - 1
1417         - UNBOUNDED
1418       disk.device.read.requests_perimeta_ssc_b_server_0:
1419         type: org.openecomp.capabilities.metric.Ceilometer
1420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1421         occurrences:
1422         - 1
1423         - UNBOUNDED
1424       attachment_perimeta_ssc_b_mgmt_1_port:
1425         type: tosca.capabilities.Attachment
1426         occurrences:
1427         - 1
1428         - UNBOUNDED
1429       cpu.delta_perimeta_ssc_b_server_0:
1430         type: org.openecomp.capabilities.metric.Ceilometer
1431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1432         occurrences:
1433         - 1
1434         - UNBOUNDED
1435       network.incoming.packets_perimeta_ssc_b_trusted_0_port:
1436         type: org.openecomp.capabilities.metric.Ceilometer
1437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1438         occurrences:
1439         - 1
1440         - UNBOUNDED
1441       disk.device.write.requests_perimeta_ssc_b_server_0:
1442         type: org.openecomp.capabilities.metric.Ceilometer
1443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1444         occurrences:
1445         - 1
1446         - UNBOUNDED
1447       disk.device.write.bytes_perimeta_ssc_b_server_0:
1448         type: org.openecomp.capabilities.metric.Ceilometer
1449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1450         occurrences:
1451         - 1
1452         - UNBOUNDED
1453       disk.root.size_perimeta_ssc_b_server_0:
1454         type: org.openecomp.capabilities.metric.Ceilometer
1455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1456         occurrences:
1457         - 1
1458         - UNBOUNDED
1459       network.incoming.bytes.rate_perimeta_ssc_b_untrusted_parent_0_port:
1460         type: org.openecomp.capabilities.metric.Ceilometer
1461         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1462         occurrences:
1463         - 1
1464         - UNBOUNDED
1465       memory.resident_perimeta_ssc_b_server_0:
1466         type: org.openecomp.capabilities.metric.Ceilometer
1467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1468         occurrences:
1469         - 1
1470         - UNBOUNDED
1471       network.incoming.packets.rate_perimeta_ssc_b_trusted_0_port:
1472         type: org.openecomp.capabilities.metric.Ceilometer
1473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1474         occurrences:
1475         - 1
1476         - UNBOUNDED
1477       disk.ephemeral.size_perimeta_ssc_b_server_0:
1478         type: org.openecomp.capabilities.metric.Ceilometer
1479         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1480         occurrences:
1481         - 1
1482         - UNBOUNDED
1483       network.incoming.packets_perimeta_ssc_b_untrusted_parent_0_port:
1484         type: org.openecomp.capabilities.metric.Ceilometer
1485         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1486         occurrences:
1487         - 1
1488         - UNBOUNDED
1489       instance_perimeta_ssc_b_server_0:
1490         type: org.openecomp.capabilities.metric.Ceilometer
1491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1492         occurrences:
1493         - 1
1494         - UNBOUNDED
1495       attachment_perimeta_ssc_b_untrusted_parent_0_port:
1496         type: tosca.capabilities.Attachment
1497         occurrences:
1498         - 1
1499         - UNBOUNDED
1500       network.incoming.bytes_perimeta_ssc_b_trusted_0_port:
1501         type: org.openecomp.capabilities.metric.Ceilometer
1502         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1503         occurrences:
1504         - 1
1505         - UNBOUNDED
1506       network.incoming.bytes_perimeta_ssc_b_mgmt_0_port:
1507         type: org.openecomp.capabilities.metric.Ceilometer
1508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1509         occurrences:
1510         - 1
1511         - UNBOUNDED
1512       network.incoming.packets_perimeta_ssc_b_mgmt_0_port:
1513         type: org.openecomp.capabilities.metric.Ceilometer
1514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1515         occurrences:
1516         - 1
1517         - UNBOUNDED
1518       feature_perimeta_ssc_b_trusted_0_port:
1519         type: tosca.capabilities.Node
1520         occurrences:
1521         - 1
1522         - UNBOUNDED
1523       binding_perimeta_ssc_b_mgmt_1_port:
1524         type: tosca.capabilities.network.Bindable
1525         valid_source_types:
1526         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1527         occurrences:
1528         - 0
1529         - UNBOUNDED
1530       network.outpoing.packets_perimeta_ssc_b_ha_0_port:
1531         type: org.openecomp.capabilities.metric.Ceilometer
1532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1533         occurrences:
1534         - 1
1535         - UNBOUNDED
1536       disk.device.read.bytes_perimeta_ssc_b_server_0:
1537         type: org.openecomp.capabilities.metric.Ceilometer
1538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1539         occurrences:
1540         - 1
1541         - UNBOUNDED
1542       network.outgoing.bytes.rate_perimeta_ssc_b_mgmt_0_port:
1543         type: org.openecomp.capabilities.metric.Ceilometer
1544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1545         occurrences:
1546         - 1
1547         - UNBOUNDED
1548       disk.latency_perimeta_ssc_b_server_0:
1549         type: org.openecomp.capabilities.metric.Ceilometer
1550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1551         occurrences:
1552         - 1
1553         - UNBOUNDED
1554       network.outgoing.bytes_perimeta_ssc_b_mgmt_1_port:
1555         type: org.openecomp.capabilities.metric.Ceilometer
1556         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1557         occurrences:
1558         - 1
1559         - UNBOUNDED
1560       attachment_perimeta_ssc_b_unused_0_port:
1561         type: tosca.capabilities.Attachment
1562         occurrences:
1563         - 1
1564         - UNBOUNDED
1565       binding_perimeta_ssc_b_ha_0_port:
1566         type: tosca.capabilities.network.Bindable
1567         valid_source_types:
1568         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1569         occurrences:
1570         - 0
1571         - UNBOUNDED
1572       forwarder_perimeta_ssc_b_ha_0_port:
1573         type: org.openecomp.capabilities.Forwarder
1574         occurrences:
1575         - 1
1576         - UNBOUNDED
1577       network.outgoing.bytes.rate_perimeta_ssc_b_mgmt_1_port:
1578         type: org.openecomp.capabilities.metric.Ceilometer
1579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1580         occurrences:
1581         - 1
1582         - UNBOUNDED
1583       network.outgoing.bytes_perimeta_ssc_b_mgmt_0_port:
1584         type: org.openecomp.capabilities.metric.Ceilometer
1585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1586         occurrences:
1587         - 1
1588         - UNBOUNDED
1589       network.incoming.packets.rate_perimeta_ssc_b_untrusted_parent_0_port:
1590         type: org.openecomp.capabilities.metric.Ceilometer
1591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1592         occurrences:
1593         - 1
1594         - UNBOUNDED
1595       disk.device.capacity_perimeta_ssc_b_server_0:
1596         type: org.openecomp.capabilities.metric.Ceilometer
1597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1598         occurrences:
1599         - 1
1600         - UNBOUNDED
1601       feature_perimeta_ssc_b_ha_0_port:
1602         type: tosca.capabilities.Node
1603         occurrences:
1604         - 1
1605         - UNBOUNDED
1606       network.incoming.bytes.rate_perimeta_ssc_b_unused_0_port:
1607         type: org.openecomp.capabilities.metric.Ceilometer
1608         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1609         occurrences:
1610         - 1
1611         - UNBOUNDED
1612       binding_perimeta_ssc_b_untrusted_parent_0_port:
1613         type: tosca.capabilities.network.Bindable
1614         valid_source_types:
1615         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1616         occurrences:
1617         - 0
1618         - UNBOUNDED
1619       binding_perimeta_ssc_b_server_0:
1620         type: tosca.capabilities.network.Bindable
1621         occurrences:
1622         - 1
1623         - UNBOUNDED
1624       scalable_perimeta_ssc_b_server_0:
1625         type: tosca.capabilities.Scalable
1626         occurrences:
1627         - 1
1628         - UNBOUNDED
1629       disk.device.latency_perimeta_ssc_b_server_0:
1630         type: org.openecomp.capabilities.metric.Ceilometer
1631         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1632         occurrences:
1633         - 1
1634         - UNBOUNDED
1635       forwarder_perimeta_ssc_b_unused_0_port:
1636         type: org.openecomp.capabilities.Forwarder
1637         occurrences:
1638         - 1
1639         - UNBOUNDED
1640       network.incoming.packets_perimeta_ssc_b_unused_0_port:
1641         type: org.openecomp.capabilities.metric.Ceilometer
1642         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1643         occurrences:
1644         - 1
1645         - UNBOUNDED
1646       disk.write.bytes.rate_perimeta_ssc_b_server_0:
1647         type: org.openecomp.capabilities.metric.Ceilometer
1648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1649         occurrences:
1650         - 1
1651         - UNBOUNDED
1652       disk.read.requests_perimeta_ssc_b_server_0:
1653         type: org.openecomp.capabilities.metric.Ceilometer
1654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1655         occurrences:
1656         - 1
1657         - UNBOUNDED
1658       feature_perimeta_ssc_b_untrusted_parent_0_port:
1659         type: tosca.capabilities.Node
1660         occurrences:
1661         - 1
1662         - UNBOUNDED
1663       disk.usage_perimeta_ssc_b_server_0:
1664         type: org.openecomp.capabilities.metric.Ceilometer
1665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1666         occurrences:
1667         - 1
1668         - UNBOUNDED
1669       attachment_perimeta_ssc_b_ha_0_port:
1670         type: tosca.capabilities.Attachment
1671         occurrences:
1672         - 1
1673         - UNBOUNDED
1674       attachment_perimeta_ssc_b_trusted_0_port:
1675         type: tosca.capabilities.Attachment
1676         occurrences:
1677         - 1
1678         - UNBOUNDED
1679       network.outgoing.bytes.rate_perimeta_ssc_b_trusted_0_port:
1680         type: org.openecomp.capabilities.metric.Ceilometer
1681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1682         occurrences:
1683         - 1
1684         - UNBOUNDED
1685       disk.allocation_perimeta_ssc_b_server_0:
1686         type: org.openecomp.capabilities.metric.Ceilometer
1687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1688         occurrences:
1689         - 1
1690         - UNBOUNDED
1691       network.incoming.bytes.rate_perimeta_ssc_b_mgmt_1_port:
1692         type: org.openecomp.capabilities.metric.Ceilometer
1693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1694         occurrences:
1695         - 1
1696         - UNBOUNDED
1697       network.outgoing.bytes_perimeta_ssc_b_untrusted_parent_0_port:
1698         type: org.openecomp.capabilities.metric.Ceilometer
1699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1700         occurrences:
1701         - 1
1702         - UNBOUNDED
1703       disk.iops_perimeta_ssc_b_server_0:
1704         type: org.openecomp.capabilities.metric.Ceilometer
1705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1706         occurrences:
1707         - 1
1708         - UNBOUNDED
1709       disk.write.bytes_perimeta_ssc_b_server_0:
1710         type: org.openecomp.capabilities.metric.Ceilometer
1711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1712         occurrences:
1713         - 1
1714         - UNBOUNDED
1715       network.outpoing.packets_perimeta_ssc_b_untrusted_parent_0_port:
1716         type: org.openecomp.capabilities.metric.Ceilometer
1717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1718         occurrences:
1719         - 1
1720         - UNBOUNDED
1721       network.incoming.bytes_perimeta_ssc_b_mgmt_1_port:
1722         type: org.openecomp.capabilities.metric.Ceilometer
1723         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1724         occurrences:
1725         - 1
1726         - UNBOUNDED
1727       network.incoming.packets_perimeta_ssc_b_mgmt_1_port:
1728         type: org.openecomp.capabilities.metric.Ceilometer
1729         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1730         occurrences:
1731         - 1
1732         - UNBOUNDED
1733       disk.device.read.requests.rate_perimeta_ssc_b_server_0:
1734         type: org.openecomp.capabilities.metric.Ceilometer
1735         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1736         occurrences:
1737         - 1
1738         - UNBOUNDED
1739       network.incoming.packets.rate_perimeta_ssc_b_mgmt_0_port:
1740         type: org.openecomp.capabilities.metric.Ceilometer
1741         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1742         occurrences:
1743         - 1
1744         - UNBOUNDED
1745       network.incoming.packets_perimeta_ssc_b_ha_0_port:
1746         type: org.openecomp.capabilities.metric.Ceilometer
1747         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1748         occurrences:
1749         - 1
1750         - UNBOUNDED
1751       network.outpoing.packets_perimeta_ssc_b_unused_0_port:
1752         type: org.openecomp.capabilities.metric.Ceilometer
1753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1754         occurrences:
1755         - 1
1756         - UNBOUNDED
1757       network.outgoing.bytes_perimeta_ssc_b_ha_0_port:
1758         type: org.openecomp.capabilities.metric.Ceilometer
1759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1760         occurrences:
1761         - 1
1762         - UNBOUNDED
1763       network.incoming.bytes_perimeta_ssc_b_untrusted_parent_0_port:
1764         type: org.openecomp.capabilities.metric.Ceilometer
1765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1766         occurrences:
1767         - 1
1768         - UNBOUNDED
1769       network.incoming.packets.rate_perimeta_ssc_b_ha_0_port:
1770         type: org.openecomp.capabilities.metric.Ceilometer
1771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1772         occurrences:
1773         - 1
1774         - UNBOUNDED
1775       memory.usage_perimeta_ssc_b_server_0:
1776         type: org.openecomp.capabilities.metric.Ceilometer
1777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1778         occurrences:
1779         - 1
1780         - UNBOUNDED
1781       network.incoming.bytes.rate_perimeta_ssc_b_trusted_0_port:
1782         type: org.openecomp.capabilities.metric.Ceilometer
1783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1784         occurrences:
1785         - 1
1786         - UNBOUNDED
1787       network.incoming.packets.rate_perimeta_ssc_b_unused_0_port:
1788         type: org.openecomp.capabilities.metric.Ceilometer
1789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1790         occurrences:
1791         - 1
1792         - UNBOUNDED
1793       forwarder_perimeta_ssc_b_trusted_0_port:
1794         type: org.openecomp.capabilities.Forwarder
1795         occurrences:
1796         - 1
1797         - UNBOUNDED
1798       network.outgoing.packets.rate_perimeta_ssc_b_unused_0_port:
1799         type: org.openecomp.capabilities.metric.Ceilometer
1800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1801         occurrences:
1802         - 1
1803         - UNBOUNDED
1804       network.incoming.bytes_perimeta_ssc_b_unused_0_port:
1805         type: org.openecomp.capabilities.metric.Ceilometer
1806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1807         occurrences:
1808         - 1
1809         - UNBOUNDED
1810       network.outgoing.bytes_perimeta_ssc_b_unused_0_port:
1811         type: org.openecomp.capabilities.metric.Ceilometer
1812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1813         occurrences:
1814         - 1
1815         - UNBOUNDED
1816       network.outgoing.bytes.rate_perimeta_ssc_b_untrusted_parent_0_port:
1817         type: org.openecomp.capabilities.metric.Ceilometer
1818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1819         occurrences:
1820         - 1
1821         - UNBOUNDED
1822       network.outgoing.packets.rate_perimeta_ssc_b_mgmt_0_port:
1823         type: org.openecomp.capabilities.metric.Ceilometer
1824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1825         occurrences:
1826         - 1
1827         - UNBOUNDED
1828       cpu_util_perimeta_ssc_b_server_0:
1829         type: org.openecomp.capabilities.metric.Ceilometer
1830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1831         occurrences:
1832         - 1
1833         - UNBOUNDED
1834       disk.device.read.bytes.rate_perimeta_ssc_b_server_0:
1835         type: org.openecomp.capabilities.metric.Ceilometer
1836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1837         occurrences:
1838         - 1
1839         - UNBOUNDED
1840       disk.capacity_perimeta_ssc_b_server_0:
1841         type: org.openecomp.capabilities.metric.Ceilometer
1842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1843         occurrences:
1844         - 1
1845         - UNBOUNDED
1846       network.incoming.packets.rate_perimeta_ssc_b_mgmt_1_port:
1847         type: org.openecomp.capabilities.metric.Ceilometer
1848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1849         occurrences:
1850         - 1
1851         - UNBOUNDED
1852       network.outgoing.bytes_perimeta_ssc_b_trusted_0_port:
1853         type: org.openecomp.capabilities.metric.Ceilometer
1854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1855         occurrences:
1856         - 1
1857         - UNBOUNDED
1858       network.outpoing.packets_perimeta_ssc_b_trusted_0_port:
1859         type: org.openecomp.capabilities.metric.Ceilometer
1860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1861         occurrences:
1862         - 1
1863         - UNBOUNDED
1864       disk.read.bytes.rate_perimeta_ssc_b_server_0:
1865         type: org.openecomp.capabilities.metric.Ceilometer
1866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1867         occurrences:
1868         - 1
1869         - UNBOUNDED
1870       disk.device.write.requests.rate_perimeta_ssc_b_server_0:
1871         type: org.openecomp.capabilities.metric.Ceilometer
1872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1873         occurrences:
1874         - 1
1875         - UNBOUNDED
1876       attachment_perimeta_ssc_b_mgmt_0_port:
1877         type: tosca.capabilities.Attachment
1878         occurrences:
1879         - 1
1880         - UNBOUNDED
1881       feature_perimeta_ssc_b_mgmt_0_port:
1882         type: tosca.capabilities.Node
1883         occurrences:
1884         - 1
1885         - UNBOUNDED
1886       network.incoming.bytes.rate_perimeta_ssc_b_mgmt_0_port:
1887         type: org.openecomp.capabilities.metric.Ceilometer
1888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1889         occurrences:
1890         - 1
1891         - UNBOUNDED
1892       binding_perimeta_ssc_b_unused_0_port:
1893         type: tosca.capabilities.network.Bindable
1894         valid_source_types:
1895         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1896         occurrences:
1897         - 0
1898         - UNBOUNDED
1899   org.openecomp.resource.abstract.nodes.heat.module_2_perimeta_sw_a_child:
1900     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1901     properties:
1902       vf_module_id:
1903         type: string
1904         description: Unique ID for this VF Module instance
1905         required: true
1906         status: SUPPORTED
1907       int_ha_network_plen:
1908         type: float
1909         description: Prefix length of subnet associated with internal HA network
1910         required: true
1911         status: SUPPORTED
1912         constraints:
1913         - in_range:
1914           - 0
1915           - 31
1916       perimeta_config:
1917         type: string
1918         description: JSON orchestration template configuration for instance.
1919         required: true
1920         status: SUPPORTED
1921       vnf_name:
1922         type: string
1923         description: Unique name for this VNF instance
1924         required: true
1925         status: SUPPORTED
1926       perimeta_untrusted_vlan_ids:
1927         type: list
1928         description: List of VLAN IDs to use on the untrusted/access network
1929         required: true
1930         status: SUPPORTED
1931         entry_schema:
1932           type: string
1933       int_ha_net_id:
1934         type: string
1935         description: HA network id
1936         required: true
1937         status: SUPPORTED
1938       perimeta_instance_index:
1939         type: float
1940         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
1941         required: true
1942         status: SUPPORTED
1943         constraints:
1944         - in_range:
1945           - 0
1946           - 19
1947       perimeta_keypair:
1948         type: string
1949         description: Keypair to use for accessing this Perimeta instance
1950         required: true
1951         status: SUPPORTED
1952       perimeta_server_groups:
1953         type: list
1954         description: Server groups to use for these VMs
1955         required: true
1956         status: SUPPORTED
1957         entry_schema:
1958           type: string
1959       vnf_id:
1960         type: string
1961         description: VNF ID of this deployment
1962         required: true
1963         status: SUPPORTED
1964       availability_zone_0:
1965         type: string
1966         description: Availability zone for A instances.
1967         required: true
1968         status: SUPPORTED
1969       rtp_msc_mgmt_vips:
1970         type: list
1971         description: List of management virtual IP addresses for all instances.
1972         required: true
1973         status: SUPPORTED
1974         entry_schema:
1975           type: string
1976       perimeta_sec_groups:
1977         type: list
1978         description: List of security groups to add on trusted interfaces.
1979         required: true
1980         status: SUPPORTED
1981         entry_schema:
1982           type: string
1983       rtp_msc_untrusted_parent_vips:
1984         type: list
1985         description: List of Untrusted/access parent virtual IP addresses for all instances.
1986         required: true
1987         status: SUPPORTED
1988         entry_schema:
1989           type: string
1990       perimeta_untrusted_num_vlans:
1991         type: float
1992         description: number of VLANs to connect to the untrusted/access interface
1993         required: true
1994         status: SUPPORTED
1995         constraints:
1996         - in_range:
1997           - 1
1998           - 1001
1999       rtp_msc_a_int_ha_ips:
2000         type: list
2001         description: List of fixed IP addresses to use as HA IPs of A instances.
2002         required: true
2003         status: SUPPORTED
2004         entry_schema:
2005           type: string
2006       rtp_msc_a_untrusted_parent_ips:
2007         type: list
2008         description: List of fixed IP addresses to use as Untrusted/access parent fixed IPs of A instances.
2009         required: true
2010         status: SUPPORTED
2011         entry_schema:
2012           type: string
2013       rtp_msc_a_trusted_ips:
2014         type: list
2015         description: List of fixed IP addresses to use as Trusted/core fixed IPs of A instances.
2016         required: true
2017         status: SUPPORTED
2018         entry_schema:
2019           type: string
2020       rtp_msc_untrusted_vips:
2021         type: list
2022         description: List of Untrusted/access virtual IP addresses for all instances.
2023         required: true
2024         status: SUPPORTED
2025         entry_schema:
2026           type: string
2027       trusted_net_id:
2028         type: string
2029         description: Trusted/core network UUID
2030         required: true
2031         status: SUPPORTED
2032       rtp_msc_b_int_ha_ips:
2033         type: list
2034         description: List of fixed IP addresses to use as HA IPs of B instances.
2035         required: true
2036         status: SUPPORTED
2037         entry_schema:
2038           type: string
2039       rtp_msc_a_mgmt_ips:
2040         type: list
2041         description: List of fixed IP addresses to use as management IPs of A instances.
2042         required: true
2043         status: SUPPORTED
2044         entry_schema:
2045           type: string
2046       rtp_msc_a_untrusted_ips:
2047         type: list
2048         description: List of fixed IP addresses to use as Untrusted/access fixed IPs of A instances.
2049         required: true
2050         status: SUPPORTED
2051         entry_schema:
2052           type: string
2053       vm_role:
2054         type: string
2055         description: Role of these VMs
2056         required: true
2057         status: SUPPORTED
2058       rtp_msc_untrusted_v6_vips:
2059         type: list
2060         description: List of Untrusted/access alternate virtual IP addresses for all instances.
2061         required: true
2062         status: SUPPORTED
2063         entry_schema:
2064           type: string
2065       perimeta_untrusted_vlan_networks:
2066         type: list
2067         description: List of Contrail VLAN networks to use on the untrusted/access network.   The order and number of these must match the VLAN ID list.
2068         required: true
2069         status: SUPPORTED
2070         entry_schema:
2071           type: string
2072       rtp_msc_a_untrusted_v6_ips:
2073         type: list
2074         description: List of fixed IP addresses to use as Untrusted/access alternate fixed IPs of A instances.
2075         required: true
2076         status: SUPPORTED
2077         entry_schema:
2078           type: string
2079       perimeta_image_name:
2080         type: string
2081         description: Glance image for Perimeta instance
2082         required: true
2083         status: SUPPORTED
2084       mgmt_net_id:
2085         type: string
2086         description: Management network id
2087         required: true
2088         status: SUPPORTED
2089       int_untrusted_parent_net_id:
2090         type: string
2091         description: internal Untrusted/access parent network id
2092         required: true
2093         status: SUPPORTED
2094       rtp_msc_a_names:
2095         type: list
2096         description: List of names of Perimeta VM A instances, indexed by perimeta_instance_index
2097         required: true
2098         status: SUPPORTED
2099         entry_schema:
2100           type: string
2101       perimeta_flavor_name:
2102         type: string
2103         description: Flavor to use for creating VM instances
2104         required: true
2105         status: SUPPORTED
2106       rtp_msc_trusted_vips:
2107         type: list
2108         description: List of Trusted/core virtual IP addresses for all instances.
2109         required: true
2110         status: SUPPORTED
2111         entry_schema:
2112           type: string
2113     requirements:
2114     - dependency_perimeta_rtp_msc_a_trusted_0_port:
2115         capability: tosca.capabilities.Node
2116         node: tosca.nodes.Root
2117         relationship: tosca.relationships.DependsOn
2118         occurrences:
2119         - 0
2120         - UNBOUNDED
2121     - link_perimeta_rtp_msc_a_trusted_0_port:
2122         capability: tosca.capabilities.network.Linkable
2123         relationship: tosca.relationships.network.LinksTo
2124         occurrences:
2125         - 1
2126         - 1
2127     - dependency_perimeta_rtp_msc_a_ha_0_port:
2128         capability: tosca.capabilities.Node
2129         node: tosca.nodes.Root
2130         relationship: tosca.relationships.DependsOn
2131         occurrences:
2132         - 0
2133         - UNBOUNDED
2134     - link_perimeta_rtp_msc_a_ha_0_port:
2135         capability: tosca.capabilities.network.Linkable
2136         relationship: tosca.relationships.network.LinksTo
2137         occurrences:
2138         - 1
2139         - 1
2140     - dependency_perimeta_rtp_msc_a_untrusted_parent_0_port:
2141         capability: tosca.capabilities.Node
2142         node: tosca.nodes.Root
2143         relationship: tosca.relationships.DependsOn
2144         occurrences:
2145         - 0
2146         - UNBOUNDED
2147     - link_perimeta_rtp_msc_a_untrusted_parent_0_port:
2148         capability: tosca.capabilities.network.Linkable
2149         relationship: tosca.relationships.network.LinksTo
2150         occurrences:
2151         - 1
2152         - 1
2153     - dependency_perimeta_rtp_msc_a_server_0:
2154         capability: tosca.capabilities.Node
2155         node: tosca.nodes.Root
2156         relationship: tosca.relationships.DependsOn
2157         occurrences:
2158         - 0
2159         - UNBOUNDED
2160     - local_storage_perimeta_rtp_msc_a_server_0:
2161         capability: tosca.capabilities.Attachment
2162         node: tosca.nodes.BlockStorage
2163         relationship: tosca.relationships.AttachesTo
2164         occurrences:
2165         - 0
2166         - UNBOUNDED
2167     - dependency_perimeta_rtp_msc_a_mgmt_0_port:
2168         capability: tosca.capabilities.Node
2169         node: tosca.nodes.Root
2170         relationship: tosca.relationships.DependsOn
2171         occurrences:
2172         - 0
2173         - UNBOUNDED
2174     - link_perimeta_rtp_msc_a_mgmt_0_port:
2175         capability: tosca.capabilities.network.Linkable
2176         relationship: tosca.relationships.network.LinksTo
2177         occurrences:
2178         - 1
2179         - 1
2180     capabilities:
2181       attachment_perimeta_rtp_msc_a_ha_0_port:
2182         type: tosca.capabilities.Attachment
2183         occurrences:
2184         - 1
2185         - UNBOUNDED
2186       disk.device.read.requests_perimeta_rtp_msc_a_server_0:
2187         type: org.openecomp.capabilities.metric.Ceilometer
2188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2189         occurrences:
2190         - 1
2191         - UNBOUNDED
2192       attachment_perimeta_rtp_msc_a_mgmt_0_port:
2193         type: tosca.capabilities.Attachment
2194         occurrences:
2195         - 1
2196         - UNBOUNDED
2197       feature_perimeta_rtp_msc_a_trusted_0_port:
2198         type: tosca.capabilities.Node
2199         occurrences:
2200         - 1
2201         - UNBOUNDED
2202       disk.device.latency_perimeta_rtp_msc_a_server_0:
2203         type: org.openecomp.capabilities.metric.Ceilometer
2204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2205         occurrences:
2206         - 1
2207         - UNBOUNDED
2208       vcpus_perimeta_rtp_msc_a_server_0:
2209         type: org.openecomp.capabilities.metric.Ceilometer
2210         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2211         occurrences:
2212         - 1
2213         - UNBOUNDED
2214       memory.resident_perimeta_rtp_msc_a_server_0:
2215         type: org.openecomp.capabilities.metric.Ceilometer
2216         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2217         occurrences:
2218         - 1
2219         - UNBOUNDED
2220       binding_perimeta_rtp_msc_a_untrusted_parent_0_port:
2221         type: tosca.capabilities.network.Bindable
2222         valid_source_types:
2223         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2224         occurrences:
2225         - 0
2226         - UNBOUNDED
2227       network.outgoing.packets.rate_perimeta_rtp_msc_a_mgmt_0_port:
2228         type: org.openecomp.capabilities.metric.Ceilometer
2229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2230         occurrences:
2231         - 1
2232         - UNBOUNDED
2233       network.incoming.bytes_perimeta_rtp_msc_a_trusted_0_port:
2234         type: org.openecomp.capabilities.metric.Ceilometer
2235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2236         occurrences:
2237         - 1
2238         - UNBOUNDED
2239       attachment_perimeta_rtp_msc_a_untrusted_parent_0_port:
2240         type: tosca.capabilities.Attachment
2241         occurrences:
2242         - 1
2243         - UNBOUNDED
2244       cpu_perimeta_rtp_msc_a_server_0:
2245         type: org.openecomp.capabilities.metric.Ceilometer
2246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2247         occurrences:
2248         - 1
2249         - UNBOUNDED
2250       disk.capacity_perimeta_rtp_msc_a_server_0:
2251         type: org.openecomp.capabilities.metric.Ceilometer
2252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2253         occurrences:
2254         - 1
2255         - UNBOUNDED
2256       network.outgoing.bytes_perimeta_rtp_msc_a_trusted_0_port:
2257         type: org.openecomp.capabilities.metric.Ceilometer
2258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2259         occurrences:
2260         - 1
2261         - UNBOUNDED
2262       network.outgoing.bytes.rate_perimeta_rtp_msc_a_ha_0_port:
2263         type: org.openecomp.capabilities.metric.Ceilometer
2264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2265         occurrences:
2266         - 1
2267         - UNBOUNDED
2268       disk.read.bytes_perimeta_rtp_msc_a_server_0:
2269         type: org.openecomp.capabilities.metric.Ceilometer
2270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2271         occurrences:
2272         - 1
2273         - UNBOUNDED
2274       network.outgoing.bytes.rate_perimeta_rtp_msc_a_untrusted_parent_0_port:
2275         type: org.openecomp.capabilities.metric.Ceilometer
2276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2277         occurrences:
2278         - 1
2279         - UNBOUNDED
2280       network.outpoing.packets_perimeta_rtp_msc_a_ha_0_port:
2281         type: org.openecomp.capabilities.metric.Ceilometer
2282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2283         occurrences:
2284         - 1
2285         - UNBOUNDED
2286       os_perimeta_rtp_msc_a_server_0:
2287         type: tosca.capabilities.OperatingSystem
2288         occurrences:
2289         - 1
2290         - UNBOUNDED
2291       feature_perimeta_rtp_msc_a_ha_0_port:
2292         type: tosca.capabilities.Node
2293         occurrences:
2294         - 1
2295         - UNBOUNDED
2296       network.incoming.packets_perimeta_rtp_msc_a_untrusted_parent_0_port:
2297         type: org.openecomp.capabilities.metric.Ceilometer
2298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2299         occurrences:
2300         - 1
2301         - UNBOUNDED
2302       disk.device.allocation_perimeta_rtp_msc_a_server_0:
2303         type: org.openecomp.capabilities.metric.Ceilometer
2304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2305         occurrences:
2306         - 1
2307         - UNBOUNDED
2308       disk.write.requests.rate_perimeta_rtp_msc_a_server_0:
2309         type: org.openecomp.capabilities.metric.Ceilometer
2310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2311         occurrences:
2312         - 1
2313         - UNBOUNDED
2314       network.incoming.bytes.rate_perimeta_rtp_msc_a_trusted_0_port:
2315         type: org.openecomp.capabilities.metric.Ceilometer
2316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2317         occurrences:
2318         - 1
2319         - UNBOUNDED
2320       network.incoming.bytes_perimeta_rtp_msc_a_mgmt_0_port:
2321         type: org.openecomp.capabilities.metric.Ceilometer
2322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2323         occurrences:
2324         - 1
2325         - UNBOUNDED
2326       disk.device.iops_perimeta_rtp_msc_a_server_0:
2327         type: org.openecomp.capabilities.metric.Ceilometer
2328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2329         occurrences:
2330         - 1
2331         - UNBOUNDED
2332       feature_perimeta_rtp_msc_a_mgmt_0_port:
2333         type: tosca.capabilities.Node
2334         occurrences:
2335         - 1
2336         - UNBOUNDED
2337       network.incoming.bytes_perimeta_rtp_msc_a_ha_0_port:
2338         type: org.openecomp.capabilities.metric.Ceilometer
2339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2340         occurrences:
2341         - 1
2342         - UNBOUNDED
2343       network.incoming.bytes.rate_perimeta_rtp_msc_a_untrusted_parent_0_port:
2344         type: org.openecomp.capabilities.metric.Ceilometer
2345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2346         occurrences:
2347         - 1
2348         - UNBOUNDED
2349       forwarder_perimeta_rtp_msc_a_mgmt_0_port:
2350         type: org.openecomp.capabilities.Forwarder
2351         occurrences:
2352         - 1
2353         - UNBOUNDED
2354       network.incoming.bytes.rate_perimeta_rtp_msc_a_ha_0_port:
2355         type: org.openecomp.capabilities.metric.Ceilometer
2356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2357         occurrences:
2358         - 1
2359         - UNBOUNDED
2360       disk.device.usage_perimeta_rtp_msc_a_server_0:
2361         type: org.openecomp.capabilities.metric.Ceilometer
2362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2363         occurrences:
2364         - 1
2365         - UNBOUNDED
2366       disk.write.bytes_perimeta_rtp_msc_a_server_0:
2367         type: org.openecomp.capabilities.metric.Ceilometer
2368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2369         occurrences:
2370         - 1
2371         - UNBOUNDED
2372       forwarder_perimeta_rtp_msc_a_untrusted_parent_0_port:
2373         type: org.openecomp.capabilities.Forwarder
2374         occurrences:
2375         - 1
2376         - UNBOUNDED
2377       attachment_perimeta_rtp_msc_a_trusted_0_port:
2378         type: tosca.capabilities.Attachment
2379         occurrences:
2380         - 1
2381         - UNBOUNDED
2382       network.outgoing.bytes_perimeta_rtp_msc_a_ha_0_port:
2383         type: org.openecomp.capabilities.metric.Ceilometer
2384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2385         occurrences:
2386         - 1
2387         - UNBOUNDED
2388       feature_perimeta_rtp_msc_a_untrusted_parent_0_port:
2389         type: tosca.capabilities.Node
2390         occurrences:
2391         - 1
2392         - UNBOUNDED
2393       disk.usage_perimeta_rtp_msc_a_server_0:
2394         type: org.openecomp.capabilities.metric.Ceilometer
2395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2396         occurrences:
2397         - 1
2398         - UNBOUNDED
2399       binding_perimeta_rtp_msc_a_ha_0_port:
2400         type: tosca.capabilities.network.Bindable
2401         valid_source_types:
2402         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2403         occurrences:
2404         - 0
2405         - UNBOUNDED
2406       disk.iops_perimeta_rtp_msc_a_server_0:
2407         type: org.openecomp.capabilities.metric.Ceilometer
2408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2409         occurrences:
2410         - 1
2411         - UNBOUNDED
2412       disk.allocation_perimeta_rtp_msc_a_server_0:
2413         type: org.openecomp.capabilities.metric.Ceilometer
2414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2415         occurrences:
2416         - 1
2417         - UNBOUNDED
2418       disk.device.write.bytes.rate_perimeta_rtp_msc_a_server_0:
2419         type: org.openecomp.capabilities.metric.Ceilometer
2420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2421         occurrences:
2422         - 1
2423         - UNBOUNDED
2424       disk.device.capacity_perimeta_rtp_msc_a_server_0:
2425         type: org.openecomp.capabilities.metric.Ceilometer
2426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2427         occurrences:
2428         - 1
2429         - UNBOUNDED
2430       network.outpoing.packets_perimeta_rtp_msc_a_trusted_0_port:
2431         type: org.openecomp.capabilities.metric.Ceilometer
2432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2433         occurrences:
2434         - 1
2435         - UNBOUNDED
2436       disk.ephemeral.size_perimeta_rtp_msc_a_server_0:
2437         type: org.openecomp.capabilities.metric.Ceilometer
2438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2439         occurrences:
2440         - 1
2441         - UNBOUNDED
2442       network.incoming.packets_perimeta_rtp_msc_a_trusted_0_port:
2443         type: org.openecomp.capabilities.metric.Ceilometer
2444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2445         occurrences:
2446         - 1
2447         - UNBOUNDED
2448       cpu_util_perimeta_rtp_msc_a_server_0:
2449         type: org.openecomp.capabilities.metric.Ceilometer
2450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2451         occurrences:
2452         - 1
2453         - UNBOUNDED
2454       network.outgoing.bytes.rate_perimeta_rtp_msc_a_mgmt_0_port:
2455         type: org.openecomp.capabilities.metric.Ceilometer
2456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2457         occurrences:
2458         - 1
2459         - UNBOUNDED
2460       network.outgoing.bytes.rate_perimeta_rtp_msc_a_trusted_0_port:
2461         type: org.openecomp.capabilities.metric.Ceilometer
2462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2463         occurrences:
2464         - 1
2465         - UNBOUNDED
2466       network.incoming.packets_perimeta_rtp_msc_a_mgmt_0_port:
2467         type: org.openecomp.capabilities.metric.Ceilometer
2468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2469         occurrences:
2470         - 1
2471         - UNBOUNDED
2472       forwarder_perimeta_rtp_msc_a_ha_0_port:
2473         type: org.openecomp.capabilities.Forwarder
2474         occurrences:
2475         - 1
2476         - UNBOUNDED
2477       scalable_perimeta_rtp_msc_a_server_0:
2478         type: tosca.capabilities.Scalable
2479         occurrences:
2480         - 1
2481         - UNBOUNDED
2482       host_perimeta_rtp_msc_a_server_0:
2483         type: tosca.capabilities.Container
2484         valid_source_types:
2485         - tosca.nodes.SoftwareComponent
2486         occurrences:
2487         - 1
2488         - UNBOUNDED
2489       disk.device.read.requests.rate_perimeta_rtp_msc_a_server_0:
2490         type: org.openecomp.capabilities.metric.Ceilometer
2491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2492         occurrences:
2493         - 1
2494         - UNBOUNDED
2495       network.incoming.packets.rate_perimeta_rtp_msc_a_mgmt_0_port:
2496         type: org.openecomp.capabilities.metric.Ceilometer
2497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2498         occurrences:
2499         - 1
2500         - UNBOUNDED
2501       forwarder_perimeta_rtp_msc_a_trusted_0_port:
2502         type: org.openecomp.capabilities.Forwarder
2503         occurrences:
2504         - 1
2505         - UNBOUNDED
2506       network.incoming.packets.rate_perimeta_rtp_msc_a_untrusted_parent_0_port:
2507         type: org.openecomp.capabilities.metric.Ceilometer
2508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2509         occurrences:
2510         - 1
2511         - UNBOUNDED
2512       network.outgoing.bytes_perimeta_rtp_msc_a_mgmt_0_port:
2513         type: org.openecomp.capabilities.metric.Ceilometer
2514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2515         occurrences:
2516         - 1
2517         - UNBOUNDED
2518       network.outpoing.packets_perimeta_rtp_msc_a_untrusted_parent_0_port:
2519         type: org.openecomp.capabilities.metric.Ceilometer
2520         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2521         occurrences:
2522         - 1
2523         - UNBOUNDED
2524       network.outpoing.packets_perimeta_rtp_msc_a_mgmt_0_port:
2525         type: org.openecomp.capabilities.metric.Ceilometer
2526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2527         occurrences:
2528         - 1
2529         - UNBOUNDED
2530       network.incoming.bytes_perimeta_rtp_msc_a_untrusted_parent_0_port:
2531         type: org.openecomp.capabilities.metric.Ceilometer
2532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2533         occurrences:
2534         - 1
2535         - UNBOUNDED
2536       disk.root.size_perimeta_rtp_msc_a_server_0:
2537         type: org.openecomp.capabilities.metric.Ceilometer
2538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2539         occurrences:
2540         - 1
2541         - UNBOUNDED
2542       network.incoming.packets.rate_perimeta_rtp_msc_a_trusted_0_port:
2543         type: org.openecomp.capabilities.metric.Ceilometer
2544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2545         occurrences:
2546         - 1
2547         - UNBOUNDED
2548       network.outgoing.packets.rate_perimeta_rtp_msc_a_untrusted_parent_0_port:
2549         type: org.openecomp.capabilities.metric.Ceilometer
2550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2551         occurrences:
2552         - 1
2553         - UNBOUNDED
2554       disk.write.bytes.rate_perimeta_rtp_msc_a_server_0:
2555         type: org.openecomp.capabilities.metric.Ceilometer
2556         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2557         occurrences:
2558         - 1
2559         - UNBOUNDED
2560       network.outgoing.packets.rate_perimeta_rtp_msc_a_ha_0_port:
2561         type: org.openecomp.capabilities.metric.Ceilometer
2562         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2563         occurrences:
2564         - 1
2565         - UNBOUNDED
2566       endpoint_perimeta_rtp_msc_a_server_0:
2567         type: tosca.capabilities.Endpoint.Admin
2568         occurrences:
2569         - 1
2570         - UNBOUNDED
2571       feature_perimeta_rtp_msc_a_server_0:
2572         type: tosca.capabilities.Node
2573         occurrences:
2574         - 1
2575         - UNBOUNDED
2576       network.incoming.packets_perimeta_rtp_msc_a_ha_0_port:
2577         type: org.openecomp.capabilities.metric.Ceilometer
2578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2579         occurrences:
2580         - 1
2581         - UNBOUNDED
2582       binding_perimeta_rtp_msc_a_server_0:
2583         type: tosca.capabilities.network.Bindable
2584         occurrences:
2585         - 1
2586         - UNBOUNDED
2587       disk.device.write.requests.rate_perimeta_rtp_msc_a_server_0:
2588         type: org.openecomp.capabilities.metric.Ceilometer
2589         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2590         occurrences:
2591         - 1
2592         - UNBOUNDED
2593       binding_perimeta_rtp_msc_a_trusted_0_port:
2594         type: tosca.capabilities.network.Bindable
2595         valid_source_types:
2596         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2597         occurrences:
2598         - 0
2599         - UNBOUNDED
2600       instance_perimeta_rtp_msc_a_server_0:
2601         type: org.openecomp.capabilities.metric.Ceilometer
2602         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2603         occurrences:
2604         - 1
2605         - UNBOUNDED
2606       disk.read.bytes.rate_perimeta_rtp_msc_a_server_0:
2607         type: org.openecomp.capabilities.metric.Ceilometer
2608         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2609         occurrences:
2610         - 1
2611         - UNBOUNDED
2612       binding_perimeta_rtp_msc_a_mgmt_0_port:
2613         type: tosca.capabilities.network.Bindable
2614         valid_source_types:
2615         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2616         occurrences:
2617         - 0
2618         - UNBOUNDED
2619       disk.latency_perimeta_rtp_msc_a_server_0:
2620         type: org.openecomp.capabilities.metric.Ceilometer
2621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2622         occurrences:
2623         - 1
2624         - UNBOUNDED
2625       network.incoming.packets.rate_perimeta_rtp_msc_a_ha_0_port:
2626         type: org.openecomp.capabilities.metric.Ceilometer
2627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2628         occurrences:
2629         - 1
2630         - UNBOUNDED
2631       disk.device.read.bytes_perimeta_rtp_msc_a_server_0:
2632         type: org.openecomp.capabilities.metric.Ceilometer
2633         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2634         occurrences:
2635         - 1
2636         - UNBOUNDED
2637       network.outgoing.packets.rate_perimeta_rtp_msc_a_trusted_0_port:
2638         type: org.openecomp.capabilities.metric.Ceilometer
2639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2640         occurrences:
2641         - 1
2642         - UNBOUNDED
2643       disk.read.requests_perimeta_rtp_msc_a_server_0:
2644         type: org.openecomp.capabilities.metric.Ceilometer
2645         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2646         occurrences:
2647         - 1
2648         - UNBOUNDED
2649       disk.device.read.bytes.rate_perimeta_rtp_msc_a_server_0:
2650         type: org.openecomp.capabilities.metric.Ceilometer
2651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2652         occurrences:
2653         - 1
2654         - UNBOUNDED
2655       disk.device.write.bytes_perimeta_rtp_msc_a_server_0:
2656         type: org.openecomp.capabilities.metric.Ceilometer
2657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2658         occurrences:
2659         - 1
2660         - UNBOUNDED
2661       network.incoming.bytes.rate_perimeta_rtp_msc_a_mgmt_0_port:
2662         type: org.openecomp.capabilities.metric.Ceilometer
2663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2664         occurrences:
2665         - 1
2666         - UNBOUNDED
2667       memory_perimeta_rtp_msc_a_server_0:
2668         type: org.openecomp.capabilities.metric.Ceilometer
2669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2670         occurrences:
2671         - 1
2672         - UNBOUNDED
2673       network.outgoing.bytes_perimeta_rtp_msc_a_untrusted_parent_0_port:
2674         type: org.openecomp.capabilities.metric.Ceilometer
2675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2676         occurrences:
2677         - 1
2678         - UNBOUNDED
2679       disk.device.write.requests_perimeta_rtp_msc_a_server_0:
2680         type: org.openecomp.capabilities.metric.Ceilometer
2681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2682         occurrences:
2683         - 1
2684         - UNBOUNDED
2685       disk.write.requests_perimeta_rtp_msc_a_server_0:
2686         type: org.openecomp.capabilities.metric.Ceilometer
2687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2688         occurrences:
2689         - 1
2690         - UNBOUNDED
2691       cpu.delta_perimeta_rtp_msc_a_server_0:
2692         type: org.openecomp.capabilities.metric.Ceilometer
2693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2694         occurrences:
2695         - 1
2696         - UNBOUNDED
2697       memory.usage_perimeta_rtp_msc_a_server_0:
2698         type: org.openecomp.capabilities.metric.Ceilometer
2699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2700         occurrences:
2701         - 1
2702         - UNBOUNDED
2703   org.openecomp.resource.abstract.nodes.heat.vlan_subinterface_dual:
2704     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
2705     properties:
2706       perimeta_parent_interface:
2707         type: string
2708         description: Parent Contrail interface
2709         required: true
2710         status: SUPPORTED
2711       perimeta_v6_vip_0:
2712         type: string
2713         description: virtual IPv6 address associated with subinterfaces
2714         required: true
2715         status: SUPPORTED
2716       perimeta_subinterface_name_prefix:
2717         type: string
2718         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
2719         required: true
2720         status: SUPPORTED
2721       perimeta_vlan_networks:
2722         type: list
2723         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
2724         required: true
2725         status: SUPPORTED
2726         entry_schema:
2727           type: string
2728       perimeta_subinterface_instance_index:
2729         type: float
2730         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
2731         required: true
2732         status: SUPPORTED
2733         constraints:
2734         - in_range:
2735           - 1
2736           - 1001
2737       perimeta_ip_0:
2738         type: string
2739         description: IPv4 address associated with subinterfaces
2740         required: true
2741         status: SUPPORTED
2742       perimeta_vip_0:
2743         type: string
2744         description: virtual IPv4 address associated with subinterfaces
2745         required: true
2746         status: SUPPORTED
2747       perimeta_vlan_ids:
2748         type: list
2749         description: List of VLAN IDs to use for subinterfaces
2750         required: true
2751         status: SUPPORTED
2752         entry_schema:
2753           type: string
2754       perimeta_mac_address:
2755         type: string
2756         description: MAC address to use for subinterface
2757         required: true
2758         status: SUPPORTED
2759       perimeta_v6_ip_0:
2760         type: string
2761         description: IPv6 address associated with subinterfaces
2762         required: true
2763         status: SUPPORTED
2764   org.openecomp.resource.abstract.nodes.heat.module_2_perimeta_sw_b_child:
2765     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
2766     properties:
2767       vf_module_id:
2768         type: string
2769         description: Unique ID for this VF Module instance
2770         required: true
2771         status: SUPPORTED
2772       int_ha_network_plen:
2773         type: float
2774         description: Prefix length of subnet associated with internal HA network
2775         required: true
2776         status: SUPPORTED
2777         constraints:
2778         - in_range:
2779           - 0
2780           - 31
2781       rtp_msc_b_untrusted_v6_ips:
2782         type: list
2783         description: List of fixed IP addresses to use as Untrusted/access alternate fixed IPs of B instances.
2784         required: true
2785         status: SUPPORTED
2786         entry_schema:
2787           type: string
2788       rtp_msc_b_mgmt_ips:
2789         type: list
2790         description: List of fixed IP addresses to use as management IPs of B instances.
2791         required: true
2792         status: SUPPORTED
2793         entry_schema:
2794           type: string
2795       vnf_name:
2796         type: string
2797         description: Unique name for this VNF instance
2798         required: true
2799         status: SUPPORTED
2800       perimeta_untrusted_vlan_ids:
2801         type: list
2802         description: List of VLAN IDs to use on the untrusted/access network
2803         required: true
2804         status: SUPPORTED
2805         entry_schema:
2806           type: string
2807       rtp_msc_b_names:
2808         type: list
2809         description: List of names of Perimeta VM B instances, indexed by perimeta_instance_index
2810         required: true
2811         status: SUPPORTED
2812         entry_schema:
2813           type: string
2814       rtp_msc_b_untrusted_ips:
2815         type: list
2816         description: List of fixed IP addresses to use as Untrusted/access fixed IPs of B instances.
2817         required: true
2818         status: SUPPORTED
2819         entry_schema:
2820           type: string
2821       int_ha_net_id:
2822         type: string
2823         description: HA network id
2824         required: true
2825         status: SUPPORTED
2826       perimeta_instance_index:
2827         type: float
2828         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
2829         required: true
2830         status: SUPPORTED
2831         constraints:
2832         - in_range:
2833           - 0
2834           - 19
2835       perimeta_keypair:
2836         type: string
2837         description: Keypair to use for accessing this Perimeta instance
2838         required: true
2839         status: SUPPORTED
2840       perimeta_server_groups:
2841         type: list
2842         description: Server groups to use for these VMs
2843         required: true
2844         status: SUPPORTED
2845         entry_schema:
2846           type: string
2847       vnf_id:
2848         type: string
2849         description: VNF ID of this deployment
2850         required: true
2851         status: SUPPORTED
2852       availability_zone_1:
2853         type: string
2854         description: Availability zone for B instances.  May be the same as A instance.
2855         required: true
2856         status: SUPPORTED
2857       rtp_msc_mgmt_vips:
2858         type: list
2859         description: List of management virtual IP addresses for all instances.
2860         required: true
2861         status: SUPPORTED
2862         entry_schema:
2863           type: string
2864       perimeta_sec_groups:
2865         type: list
2866         description: List of security groups to add on trusted interfaces.
2867         required: true
2868         status: SUPPORTED
2869         entry_schema:
2870           type: string
2871       rtp_msc_untrusted_parent_vips:
2872         type: list
2873         description: List of Untrusted/access parent virtual IP addresses for all instances.
2874         required: true
2875         status: SUPPORTED
2876         entry_schema:
2877           type: string
2878       perimeta_untrusted_num_vlans:
2879         type: float
2880         description: number of VLANs to connect to the untrusted/access interface
2881         required: true
2882         status: SUPPORTED
2883         constraints:
2884         - in_range:
2885           - 1
2886           - 1001
2887       rtp_msc_a_int_ha_ips:
2888         type: list
2889         description: List of fixed IP addresses to use as HA IPs of A instances.
2890         required: true
2891         status: SUPPORTED
2892         entry_schema:
2893           type: string
2894       rtp_msc_b_trusted_ips:
2895         type: list
2896         description: List of fixed IP addresses to use as Trusted/core fixed IPs of B instances.
2897         required: true
2898         status: SUPPORTED
2899         entry_schema:
2900           type: string
2901       rtp_msc_untrusted_vips:
2902         type: list
2903         description: List of Untrusted/access virtual IP addresses for all instances.
2904         required: true
2905         status: SUPPORTED
2906         entry_schema:
2907           type: string
2908       trusted_net_id:
2909         type: string
2910         description: Trusted/core network UUID
2911         required: true
2912         status: SUPPORTED
2913       rtp_msc_b_int_ha_ips:
2914         type: list
2915         description: List of fixed IP addresses to use as HA IPs of B instances.
2916         required: true
2917         status: SUPPORTED
2918         entry_schema:
2919           type: string
2920       vm_role:
2921         type: string
2922         description: Role of these VMs
2923         required: true
2924         status: SUPPORTED
2925       rtp_msc_untrusted_v6_vips:
2926         type: list
2927         description: List of Untrusted/access alternate virtual IP addresses for all instances.
2928         required: true
2929         status: SUPPORTED
2930         entry_schema:
2931           type: string
2932       perimeta_untrusted_vlan_networks:
2933         type: list
2934         description: List of Contrail VLAN networks to use on the untrusted/access network.   The order and number of these must match the VLAN ID list.
2935         required: true
2936         status: SUPPORTED
2937         entry_schema:
2938           type: string
2939       perimeta_image_name:
2940         type: string
2941         description: Glance image for Perimeta instance
2942         required: true
2943         status: SUPPORTED
2944       rtp_msc_b_untrusted_parent_ips:
2945         type: list
2946         description: List of fixed IP addresses to use as Untrusted/access parent fixed IPs of B instances.
2947         required: true
2948         status: SUPPORTED
2949         entry_schema:
2950           type: string
2951       mgmt_net_id:
2952         type: string
2953         description: Management network id
2954         required: true
2955         status: SUPPORTED
2956       int_untrusted_parent_net_id:
2957         type: string
2958         description: internal Untrusted/access parent network id
2959         required: true
2960         status: SUPPORTED
2961       perimeta_flavor_name:
2962         type: string
2963         description: Flavor to use for creating VM instances
2964         required: true
2965         status: SUPPORTED
2966       rtp_msc_trusted_vips:
2967         type: list
2968         description: List of Trusted/core virtual IP addresses for all instances.
2969         required: true
2970         status: SUPPORTED
2971         entry_schema:
2972           type: string
2973     requirements:
2974     - dependency_perimeta_rtp_msc_b_trusted_0_port:
2975         capability: tosca.capabilities.Node
2976         node: tosca.nodes.Root
2977         relationship: tosca.relationships.DependsOn
2978         occurrences:
2979         - 0
2980         - UNBOUNDED
2981     - link_perimeta_rtp_msc_b_trusted_0_port:
2982         capability: tosca.capabilities.network.Linkable
2983         relationship: tosca.relationships.network.LinksTo
2984         occurrences:
2985         - 1
2986         - 1
2987     - dependency_perimeta_rtp_msc_b_mgmt_0_port:
2988         capability: tosca.capabilities.Node
2989         node: tosca.nodes.Root
2990         relationship: tosca.relationships.DependsOn
2991         occurrences:
2992         - 0
2993         - UNBOUNDED
2994     - link_perimeta_rtp_msc_b_mgmt_0_port:
2995         capability: tosca.capabilities.network.Linkable
2996         relationship: tosca.relationships.network.LinksTo
2997         occurrences:
2998         - 1
2999         - 1
3000     - dependency_perimeta_rtp_msc_b_server_0:
3001         capability: tosca.capabilities.Node
3002         node: tosca.nodes.Root
3003         relationship: tosca.relationships.DependsOn
3004         occurrences:
3005         - 0
3006         - UNBOUNDED
3007     - local_storage_perimeta_rtp_msc_b_server_0:
3008         capability: tosca.capabilities.Attachment
3009         node: tosca.nodes.BlockStorage
3010         relationship: tosca.relationships.AttachesTo
3011         occurrences:
3012         - 0
3013         - UNBOUNDED
3014     - dependency_perimeta_rtp_msc_b_ha_0_port:
3015         capability: tosca.capabilities.Node
3016         node: tosca.nodes.Root
3017         relationship: tosca.relationships.DependsOn
3018         occurrences:
3019         - 0
3020         - UNBOUNDED
3021     - link_perimeta_rtp_msc_b_ha_0_port:
3022         capability: tosca.capabilities.network.Linkable
3023         relationship: tosca.relationships.network.LinksTo
3024         occurrences:
3025         - 1
3026         - 1
3027     - dependency_perimeta_rtp_msc_b_untrusted_parent_0_port:
3028         capability: tosca.capabilities.Node
3029         node: tosca.nodes.Root
3030         relationship: tosca.relationships.DependsOn
3031         occurrences:
3032         - 0
3033         - UNBOUNDED
3034     - link_perimeta_rtp_msc_b_untrusted_parent_0_port:
3035         capability: tosca.capabilities.network.Linkable
3036         relationship: tosca.relationships.network.LinksTo
3037         occurrences:
3038         - 1
3039         - 1
3040     capabilities:
3041       attachment_perimeta_rtp_msc_b_mgmt_0_port:
3042         type: tosca.capabilities.Attachment
3043         occurrences:
3044         - 1
3045         - UNBOUNDED
3046       disk.read.requests_perimeta_rtp_msc_b_server_0:
3047         type: org.openecomp.capabilities.metric.Ceilometer
3048         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3049         occurrences:
3050         - 1
3051         - UNBOUNDED
3052       forwarder_perimeta_rtp_msc_b_trusted_0_port:
3053         type: org.openecomp.capabilities.Forwarder
3054         occurrences:
3055         - 1
3056         - UNBOUNDED
3057       network.incoming.bytes.rate_perimeta_rtp_msc_b_ha_0_port:
3058         type: org.openecomp.capabilities.metric.Ceilometer
3059         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3060         occurrences:
3061         - 1
3062         - UNBOUNDED
3063       network.incoming.packets_perimeta_rtp_msc_b_ha_0_port:
3064         type: org.openecomp.capabilities.metric.Ceilometer
3065         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3066         occurrences:
3067         - 1
3068         - UNBOUNDED
3069       attachment_perimeta_rtp_msc_b_trusted_0_port:
3070         type: tosca.capabilities.Attachment
3071         occurrences:
3072         - 1
3073         - UNBOUNDED
3074       disk.device.read.requests.rate_perimeta_rtp_msc_b_server_0:
3075         type: org.openecomp.capabilities.metric.Ceilometer
3076         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3077         occurrences:
3078         - 1
3079         - UNBOUNDED
3080       network.outgoing.packets.rate_perimeta_rtp_msc_b_mgmt_0_port:
3081         type: org.openecomp.capabilities.metric.Ceilometer
3082         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3083         occurrences:
3084         - 1
3085         - UNBOUNDED
3086       network.incoming.bytes_perimeta_rtp_msc_b_untrusted_parent_0_port:
3087         type: org.openecomp.capabilities.metric.Ceilometer
3088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3089         occurrences:
3090         - 1
3091         - UNBOUNDED
3092       network.incoming.bytes.rate_perimeta_rtp_msc_b_trusted_0_port:
3093         type: org.openecomp.capabilities.metric.Ceilometer
3094         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3095         occurrences:
3096         - 1
3097         - UNBOUNDED
3098       disk.latency_perimeta_rtp_msc_b_server_0:
3099         type: org.openecomp.capabilities.metric.Ceilometer
3100         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3101         occurrences:
3102         - 1
3103         - UNBOUNDED
3104       network.incoming.packets.rate_perimeta_rtp_msc_b_trusted_0_port:
3105         type: org.openecomp.capabilities.metric.Ceilometer
3106         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3107         occurrences:
3108         - 1
3109         - UNBOUNDED
3110       disk.device.write.requests_perimeta_rtp_msc_b_server_0:
3111         type: org.openecomp.capabilities.metric.Ceilometer
3112         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3113         occurrences:
3114         - 1
3115         - UNBOUNDED
3116       disk.device.read.bytes.rate_perimeta_rtp_msc_b_server_0:
3117         type: org.openecomp.capabilities.metric.Ceilometer
3118         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3119         occurrences:
3120         - 1
3121         - UNBOUNDED
3122       memory_perimeta_rtp_msc_b_server_0:
3123         type: org.openecomp.capabilities.metric.Ceilometer
3124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3125         occurrences:
3126         - 1
3127         - UNBOUNDED
3128       network.outgoing.bytes.rate_perimeta_rtp_msc_b_untrusted_parent_0_port:
3129         type: org.openecomp.capabilities.metric.Ceilometer
3130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3131         occurrences:
3132         - 1
3133         - UNBOUNDED
3134       feature_perimeta_rtp_msc_b_server_0:
3135         type: tosca.capabilities.Node
3136         occurrences:
3137         - 1
3138         - UNBOUNDED
3139       network.incoming.packets_perimeta_rtp_msc_b_trusted_0_port:
3140         type: org.openecomp.capabilities.metric.Ceilometer
3141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3142         occurrences:
3143         - 1
3144         - UNBOUNDED
3145       disk.ephemeral.size_perimeta_rtp_msc_b_server_0:
3146         type: org.openecomp.capabilities.metric.Ceilometer
3147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3148         occurrences:
3149         - 1
3150         - UNBOUNDED
3151       network.outgoing.bytes.rate_perimeta_rtp_msc_b_trusted_0_port:
3152         type: org.openecomp.capabilities.metric.Ceilometer
3153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3154         occurrences:
3155         - 1
3156         - UNBOUNDED
3157       attachment_perimeta_rtp_msc_b_ha_0_port:
3158         type: tosca.capabilities.Attachment
3159         occurrences:
3160         - 1
3161         - UNBOUNDED
3162       disk.capacity_perimeta_rtp_msc_b_server_0:
3163         type: org.openecomp.capabilities.metric.Ceilometer
3164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3165         occurrences:
3166         - 1
3167         - UNBOUNDED
3168       forwarder_perimeta_rtp_msc_b_mgmt_0_port:
3169         type: org.openecomp.capabilities.Forwarder
3170         occurrences:
3171         - 1
3172         - UNBOUNDED
3173       network.incoming.bytes_perimeta_rtp_msc_b_mgmt_0_port:
3174         type: org.openecomp.capabilities.metric.Ceilometer
3175         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3176         occurrences:
3177         - 1
3178         - UNBOUNDED
3179       cpu_perimeta_rtp_msc_b_server_0:
3180         type: org.openecomp.capabilities.metric.Ceilometer
3181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3182         occurrences:
3183         - 1
3184         - UNBOUNDED
3185       disk.device.capacity_perimeta_rtp_msc_b_server_0:
3186         type: org.openecomp.capabilities.metric.Ceilometer
3187         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3188         occurrences:
3189         - 1
3190         - UNBOUNDED
3191       binding_perimeta_rtp_msc_b_ha_0_port:
3192         type: tosca.capabilities.network.Bindable
3193         valid_source_types:
3194         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3195         occurrences:
3196         - 0
3197         - UNBOUNDED
3198       disk.device.usage_perimeta_rtp_msc_b_server_0:
3199         type: org.openecomp.capabilities.metric.Ceilometer
3200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3201         occurrences:
3202         - 1
3203         - UNBOUNDED
3204       disk.device.allocation_perimeta_rtp_msc_b_server_0:
3205         type: org.openecomp.capabilities.metric.Ceilometer
3206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3207         occurrences:
3208         - 1
3209         - UNBOUNDED
3210       disk.write.requests.rate_perimeta_rtp_msc_b_server_0:
3211         type: org.openecomp.capabilities.metric.Ceilometer
3212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3213         occurrences:
3214         - 1
3215         - UNBOUNDED
3216       forwarder_perimeta_rtp_msc_b_ha_0_port:
3217         type: org.openecomp.capabilities.Forwarder
3218         occurrences:
3219         - 1
3220         - UNBOUNDED
3221       network.outpoing.packets_perimeta_rtp_msc_b_trusted_0_port:
3222         type: org.openecomp.capabilities.metric.Ceilometer
3223         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3224         occurrences:
3225         - 1
3226         - UNBOUNDED
3227       disk.root.size_perimeta_rtp_msc_b_server_0:
3228         type: org.openecomp.capabilities.metric.Ceilometer
3229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3230         occurrences:
3231         - 1
3232         - UNBOUNDED
3233       cpu_util_perimeta_rtp_msc_b_server_0:
3234         type: org.openecomp.capabilities.metric.Ceilometer
3235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3236         occurrences:
3237         - 1
3238         - UNBOUNDED
3239       disk.device.latency_perimeta_rtp_msc_b_server_0:
3240         type: org.openecomp.capabilities.metric.Ceilometer
3241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3242         occurrences:
3243         - 1
3244         - UNBOUNDED
3245       attachment_perimeta_rtp_msc_b_untrusted_parent_0_port:
3246         type: tosca.capabilities.Attachment
3247         occurrences:
3248         - 1
3249         - UNBOUNDED
3250       os_perimeta_rtp_msc_b_server_0:
3251         type: tosca.capabilities.OperatingSystem
3252         occurrences:
3253         - 1
3254         - UNBOUNDED
3255       disk.device.write.bytes.rate_perimeta_rtp_msc_b_server_0:
3256         type: org.openecomp.capabilities.metric.Ceilometer
3257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3258         occurrences:
3259         - 1
3260         - UNBOUNDED
3261       network.outgoing.bytes_perimeta_rtp_msc_b_trusted_0_port:
3262         type: org.openecomp.capabilities.metric.Ceilometer
3263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3264         occurrences:
3265         - 1
3266         - UNBOUNDED
3267       disk.device.read.bytes_perimeta_rtp_msc_b_server_0:
3268         type: org.openecomp.capabilities.metric.Ceilometer
3269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3270         occurrences:
3271         - 1
3272         - UNBOUNDED
3273       network.outgoing.packets.rate_perimeta_rtp_msc_b_ha_0_port:
3274         type: org.openecomp.capabilities.metric.Ceilometer
3275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3276         occurrences:
3277         - 1
3278         - UNBOUNDED
3279       network.incoming.packets_perimeta_rtp_msc_b_mgmt_0_port:
3280         type: org.openecomp.capabilities.metric.Ceilometer
3281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3282         occurrences:
3283         - 1
3284         - UNBOUNDED
3285       forwarder_perimeta_rtp_msc_b_untrusted_parent_0_port:
3286         type: org.openecomp.capabilities.Forwarder
3287         occurrences:
3288         - 1
3289         - UNBOUNDED
3290       disk.device.iops_perimeta_rtp_msc_b_server_0:
3291         type: org.openecomp.capabilities.metric.Ceilometer
3292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3293         occurrences:
3294         - 1
3295         - UNBOUNDED
3296       network.incoming.packets.rate_perimeta_rtp_msc_b_ha_0_port:
3297         type: org.openecomp.capabilities.metric.Ceilometer
3298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3299         occurrences:
3300         - 1
3301         - UNBOUNDED
3302       network.incoming.packets_perimeta_rtp_msc_b_untrusted_parent_0_port:
3303         type: org.openecomp.capabilities.metric.Ceilometer
3304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3305         occurrences:
3306         - 1
3307         - UNBOUNDED
3308       disk.write.bytes_perimeta_rtp_msc_b_server_0:
3309         type: org.openecomp.capabilities.metric.Ceilometer
3310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3311         occurrences:
3312         - 1
3313         - UNBOUNDED
3314       network.incoming.bytes_perimeta_rtp_msc_b_ha_0_port:
3315         type: org.openecomp.capabilities.metric.Ceilometer
3316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3317         occurrences:
3318         - 1
3319         - UNBOUNDED
3320       network.outgoing.bytes.rate_perimeta_rtp_msc_b_mgmt_0_port:
3321         type: org.openecomp.capabilities.metric.Ceilometer
3322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3323         occurrences:
3324         - 1
3325         - UNBOUNDED
3326       network.outgoing.bytes_perimeta_rtp_msc_b_untrusted_parent_0_port:
3327         type: org.openecomp.capabilities.metric.Ceilometer
3328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3329         occurrences:
3330         - 1
3331         - UNBOUNDED
3332       instance_perimeta_rtp_msc_b_server_0:
3333         type: org.openecomp.capabilities.metric.Ceilometer
3334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3335         occurrences:
3336         - 1
3337         - UNBOUNDED
3338       disk.device.write.requests.rate_perimeta_rtp_msc_b_server_0:
3339         type: org.openecomp.capabilities.metric.Ceilometer
3340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3341         occurrences:
3342         - 1
3343         - UNBOUNDED
3344       network.outgoing.packets.rate_perimeta_rtp_msc_b_untrusted_parent_0_port:
3345         type: org.openecomp.capabilities.metric.Ceilometer
3346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3347         occurrences:
3348         - 1
3349         - UNBOUNDED
3350       network.incoming.bytes_perimeta_rtp_msc_b_trusted_0_port:
3351         type: org.openecomp.capabilities.metric.Ceilometer
3352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3353         occurrences:
3354         - 1
3355         - UNBOUNDED
3356       network.outgoing.bytes_perimeta_rtp_msc_b_mgmt_0_port:
3357         type: org.openecomp.capabilities.metric.Ceilometer
3358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3359         occurrences:
3360         - 1
3361         - UNBOUNDED
3362       vcpus_perimeta_rtp_msc_b_server_0:
3363         type: org.openecomp.capabilities.metric.Ceilometer
3364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3365         occurrences:
3366         - 1
3367         - UNBOUNDED
3368       memory.resident_perimeta_rtp_msc_b_server_0:
3369         type: org.openecomp.capabilities.metric.Ceilometer
3370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3371         occurrences:
3372         - 1
3373         - UNBOUNDED
3374       network.outgoing.bytes_perimeta_rtp_msc_b_ha_0_port:
3375         type: org.openecomp.capabilities.metric.Ceilometer
3376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3377         occurrences:
3378         - 1
3379         - UNBOUNDED
3380       feature_perimeta_rtp_msc_b_mgmt_0_port:
3381         type: tosca.capabilities.Node
3382         occurrences:
3383         - 1
3384         - UNBOUNDED
3385       endpoint_perimeta_rtp_msc_b_server_0:
3386         type: tosca.capabilities.Endpoint.Admin
3387         occurrences:
3388         - 1
3389         - UNBOUNDED
3390       network.outpoing.packets_perimeta_rtp_msc_b_mgmt_0_port:
3391         type: org.openecomp.capabilities.metric.Ceilometer
3392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3393         occurrences:
3394         - 1
3395         - UNBOUNDED
3396       disk.write.requests_perimeta_rtp_msc_b_server_0:
3397         type: org.openecomp.capabilities.metric.Ceilometer
3398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3399         occurrences:
3400         - 1
3401         - UNBOUNDED
3402       network.incoming.packets.rate_perimeta_rtp_msc_b_mgmt_0_port:
3403         type: org.openecomp.capabilities.metric.Ceilometer
3404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3405         occurrences:
3406         - 1
3407         - UNBOUNDED
3408       disk.read.bytes_perimeta_rtp_msc_b_server_0:
3409         type: org.openecomp.capabilities.metric.Ceilometer
3410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3411         occurrences:
3412         - 1
3413         - UNBOUNDED
3414       disk.write.bytes.rate_perimeta_rtp_msc_b_server_0:
3415         type: org.openecomp.capabilities.metric.Ceilometer
3416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3417         occurrences:
3418         - 1
3419         - UNBOUNDED
3420       network.incoming.packets.rate_perimeta_rtp_msc_b_untrusted_parent_0_port:
3421         type: org.openecomp.capabilities.metric.Ceilometer
3422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3423         occurrences:
3424         - 1
3425         - UNBOUNDED
3426       memory.usage_perimeta_rtp_msc_b_server_0:
3427         type: org.openecomp.capabilities.metric.Ceilometer
3428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3429         occurrences:
3430         - 1
3431         - UNBOUNDED
3432       binding_perimeta_rtp_msc_b_untrusted_parent_0_port:
3433         type: tosca.capabilities.network.Bindable
3434         valid_source_types:
3435         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3436         occurrences:
3437         - 0
3438         - UNBOUNDED
3439       scalable_perimeta_rtp_msc_b_server_0:
3440         type: tosca.capabilities.Scalable
3441         occurrences:
3442         - 1
3443         - UNBOUNDED
3444       cpu.delta_perimeta_rtp_msc_b_server_0:
3445         type: org.openecomp.capabilities.metric.Ceilometer
3446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3447         occurrences:
3448         - 1
3449         - UNBOUNDED
3450       disk.device.write.bytes_perimeta_rtp_msc_b_server_0:
3451         type: org.openecomp.capabilities.metric.Ceilometer
3452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3453         occurrences:
3454         - 1
3455         - UNBOUNDED
3456       network.outpoing.packets_perimeta_rtp_msc_b_untrusted_parent_0_port:
3457         type: org.openecomp.capabilities.metric.Ceilometer
3458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3459         occurrences:
3460         - 1
3461         - UNBOUNDED
3462       disk.allocation_perimeta_rtp_msc_b_server_0:
3463         type: org.openecomp.capabilities.metric.Ceilometer
3464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3465         occurrences:
3466         - 1
3467         - UNBOUNDED
3468       feature_perimeta_rtp_msc_b_untrusted_parent_0_port:
3469         type: tosca.capabilities.Node
3470         occurrences:
3471         - 1
3472         - UNBOUNDED
3473       disk.usage_perimeta_rtp_msc_b_server_0:
3474         type: org.openecomp.capabilities.metric.Ceilometer
3475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3476         occurrences:
3477         - 1
3478         - UNBOUNDED
3479       binding_perimeta_rtp_msc_b_mgmt_0_port:
3480         type: tosca.capabilities.network.Bindable
3481         valid_source_types:
3482         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3483         occurrences:
3484         - 0
3485         - UNBOUNDED
3486       host_perimeta_rtp_msc_b_server_0:
3487         type: tosca.capabilities.Container
3488         valid_source_types:
3489         - tosca.nodes.SoftwareComponent
3490         occurrences:
3491         - 1
3492         - UNBOUNDED
3493       network.outpoing.packets_perimeta_rtp_msc_b_ha_0_port:
3494         type: org.openecomp.capabilities.metric.Ceilometer
3495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3496         occurrences:
3497         - 1
3498         - UNBOUNDED
3499       feature_perimeta_rtp_msc_b_trusted_0_port:
3500         type: tosca.capabilities.Node
3501         occurrences:
3502         - 1
3503         - UNBOUNDED
3504       binding_perimeta_rtp_msc_b_trusted_0_port:
3505         type: tosca.capabilities.network.Bindable
3506         valid_source_types:
3507         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3508         occurrences:
3509         - 0
3510         - UNBOUNDED
3511       network.incoming.bytes.rate_perimeta_rtp_msc_b_mgmt_0_port:
3512         type: org.openecomp.capabilities.metric.Ceilometer
3513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3514         occurrences:
3515         - 1
3516         - UNBOUNDED
3517       network.outgoing.bytes.rate_perimeta_rtp_msc_b_ha_0_port:
3518         type: org.openecomp.capabilities.metric.Ceilometer
3519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3520         occurrences:
3521         - 1
3522         - UNBOUNDED
3523       disk.iops_perimeta_rtp_msc_b_server_0:
3524         type: org.openecomp.capabilities.metric.Ceilometer
3525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3526         occurrences:
3527         - 1
3528         - UNBOUNDED
3529       disk.device.read.requests_perimeta_rtp_msc_b_server_0:
3530         type: org.openecomp.capabilities.metric.Ceilometer
3531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3532         occurrences:
3533         - 1
3534         - UNBOUNDED
3535       network.incoming.bytes.rate_perimeta_rtp_msc_b_untrusted_parent_0_port:
3536         type: org.openecomp.capabilities.metric.Ceilometer
3537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3538         occurrences:
3539         - 1
3540         - UNBOUNDED
3541       feature_perimeta_rtp_msc_b_ha_0_port:
3542         type: tosca.capabilities.Node
3543         occurrences:
3544         - 1
3545         - UNBOUNDED
3546       binding_perimeta_rtp_msc_b_server_0:
3547         type: tosca.capabilities.network.Bindable
3548         occurrences:
3549         - 1
3550         - UNBOUNDED
3551       network.outgoing.packets.rate_perimeta_rtp_msc_b_trusted_0_port:
3552         type: org.openecomp.capabilities.metric.Ceilometer
3553         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3554         occurrences:
3555         - 1
3556         - UNBOUNDED
3557       disk.read.bytes.rate_perimeta_rtp_msc_b_server_0:
3558         type: org.openecomp.capabilities.metric.Ceilometer
3559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3560         occurrences:
3561         - 1
3562         - UNBOUNDED