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