aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/heat/nested/nestedwithoutNodeTemplates/expectedoutputfiles/module_1_perimeta_swmu_b_childServiceTemplate.yaml
blob: 2eb36bf664b1271f773938f15468fae2b675899a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: module_1_perimeta_swmu_b_child
imports:
- openecomp_heat_index:
    file: openecomp-heat/_index.yml
- GlobalSubstitutionTypes:
    file: GlobalSubstitutionTypesServiceTemplate.yaml
node_types:
  org.openecomp.resource.vfc.nodes.heat.ssc_b:
    derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
topology_template:
  inputs:
    vf_module_id:
      hidden: false
      immutable: false
      type: string
      description: Unique ID for this VF Module instance
    int_ha_network_plen:
      hidden: false
      immutable: false
      type: float
      description: Prefix length of subnet associated with internal HA network
      constraints:
      - in_range:
        - 0
        - 31
    unused_port_net_id:
      hidden: false
      immutable: false
      type: string
      description: Service network unused port network UUID
    perimeta_server_group:
      hidden: false
      immutable: false
      type: string
      description: Server group to use for these VMs
    ssc_b_name_0:
      hidden: false
      immutable: false
      type: string
      description: Name of Perimeta VM B instance
    ssc_a_int_ha_ip_0:
      hidden: false
      immutable: false
      type: string
      description: Fixed IP address to use as HA IPs of A instance.
    ssc_b_untrusted_ip_0:
      hidden: false
      immutable: false
      type: string
      description: Fixed IP address to use as Untrusted/access fixed IP of B instance.
    ssc_b_mgmt_ip_0:
      hidden: false
      immutable: false
      type: string
      description: Fixed IP address to use as management IP of B instance.
    ssc_b_untrusted_parent_ip_0:
      hidden: false
      immutable: false
      type: string
      description: Fixed IP address to use as Untrusted/access fixed IP of B parent instance.
    vnf_name:
      hidden: false
      immutable: false
      type: string
      description: Unique name for this VNF instance
    perimeta_untrusted_vlan_ids:
      hidden: false
      immutable: false
      type: list
      description: List of VLAN IDs to use on the untrusted/access network
      entry_schema:
        type: string
    int_ha_net_id:
      hidden: false
      immutable: false
      type: string
      description: HA network id
    ssc_b_int_ha_ip_0:
      hidden: false
      immutable: false
      type: string
      description: Fixed IP address to use as HA IP of B instance.
    ssc_mgmt_vip_0:
      hidden: false
      immutable: false
      type: string
      description: Management virtual IP address.
    perimeta_keypair:
      hidden: false
      immutable: false
      type: string
      description: Keypair to use for accessing this Perimeta instance
    vnf_id:
      hidden: false
      immutable: false
      type: string
      description: VNF ID of this deployment
    availability_zone_1:
      hidden: false
      immutable: false
      type: string
      description: Availability zone for B instances.  May be the same as A instance.
    ssc_trusted_vip_0:
      hidden: false
      immutable: false
      type: string
      description: Trusted/core virtual IP address.
    ssc_untrusted_vip_0:
      hidden: false
      immutable: false
      type: string
      description: Untrusted/access virtual IP address
    perimeta_sec_groups:
      hidden: false
      immutable: false
      type: list
      description: List of security groups to add on trusted interfaces.
      entry_schema:
        type: string
    perimeta_untrusted_num_vlans:
      hidden: false
      immutable: false
      type: float
      description: number of VLANs to connect to the untrusted/access interface
      constraints:
      - in_range:
        - 1
        - 1001
    ssc_rf_vip_0:
      hidden: false
      immutable: false
      type: string
      description: RF virtual IP address to use for SSC.
    ssc_b_trusted_ip_0:
      hidden: false
      immutable: false
      type: string
      description: Fixed IP address to use as Trusted/core fixed IPs of B instance.
    trusted_net_id:
      hidden: false
      immutable: false
      type: string
      description: Trusted/core network UUID
    ssc_untrusted_parent_vip_0:
      hidden: false
      immutable: false
      type: string
      description: Untrusted/access parent virtual IP address
    ssc_untrusted_v6_vip_0:
      hidden: false
      immutable: false
      type: string
      description: Untrusted/access alternate virtual IP address
    ssc_b_untrusted_v6_ip_0:
      hidden: false
      immutable: false
      type: string
      description: Fixed IP address to use as Untrusted/access alternate fixed IP of B instance.
    vm_role:
      hidden: false
      immutable: false
      type: string
      description: Role of these VMs
    perimeta_untrusted_vlan_networks:
      hidden: false
      immutable: false
      type: list
      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.
      entry_schema:
        type: string
    perimeta_image_name:
      hidden: false
      immutable: false
      type: string
      description: Glance image for Perimeta instance
    ssc_b_rf_ip_0:
      hidden: false
      immutable: false
      type: string
      description: RF fixed IP address to use for SSC B.
    mgmt_net_id:
      hidden: false
      immutable: false
      type: string
      description: Management network id
    int_untrusted_parent_net_id:
      hidden: false
      immutable: false
      type: string
      description: internal Untrusted/access parent network id
    perimeta_flavor_name:
      hidden: false
      immutable: false
      type: string
      description: Flavor to use for creating VM instances
  node_templates:
    perimeta_ssc_b_trusted_0_port:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        ip_requirements:
        - ip_version: 4
          ip_count_required:
            is_required: true
          floating_ip_count_required:
            is_required: true
        - ip_version: 6
          ip_count_required:
            is_required: false
          floating_ip_count_required:
            is_required: false
        security_groups:
          get_input: perimeta_sec_groups
        fixed_ips:
        - ip_address:
            get_input: ssc_b_trusted_ip_0
        mac_requirements:
          mac_count_required:
            is_required: false
        allowed_address_pairs:
        - ip_address:
            get_input: ssc_trusted_vip_0
        name:
          str_replace:
            template: $VNF_NAME_$VM_trusted_port
            params:
              $VM:
                get_input: ssc_b_name_0
              $VNF_NAME:
                get_input: vnf_name
        network_role_tag: trusted
        network:
          get_input: trusted_net_id
      requirements:
      - binding:
          capability: tosca.capabilities.network.Bindable
          node: perimeta_ssc_b_server_0
          relationship: tosca.relationships.network.BindsTo
    perimeta_ssc_b_untrusted_parent_0_port:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        ip_requirements:
        - ip_version: 4
          ip_count_required:
            is_required: true
          floating_ip_count_required:
            is_required: true
        - ip_version: 6
          ip_count_required:
            is_required: false
          floating_ip_count_required:
            is_required: false
        security_groups:
          get_input: perimeta_sec_groups
        fixed_ips:
        - ip_address:
            get_input: ssc_b_untrusted_parent_ip_0
        mac_requirements:
          mac_count_required:
            is_required: false
        allowed_address_pairs:
        - ip_address:
            get_input: ssc_untrusted_parent_vip_0
        name:
          str_replace:
            template: $VNF_NAME_$VM_untrusted_parent_port
            params:
              $VM:
                get_input: ssc_b_name_0
              $VNF_NAME:
                get_input: vnf_name
        network_role_tag: int_untrusted_parent
        network:
          get_input: int_untrusted_parent_net_id
      requirements:
      - binding:
          capability: tosca.capabilities.network.Bindable
          node: perimeta_ssc_b_server_0
          relationship: tosca.relationships.network.BindsTo
    perimeta_ssc_b_untrusted_0_vlan_ports:
      type: org.openecomp.resource.abstract.nodes.heat.subinterface.vlan_subinterface_dual
      directives:
      - substitutable
      properties:
        perimeta_parent_interface: perimeta_ssc_b_untrusted_parent_0_port
        perimeta_v6_vip_0:
          get_input: ssc_untrusted_v6_vip_0
        service_template_filter:
          substitute_service_template: vlan_subinterface_dualServiceTemplate.yaml
          count:
            get_input: perimeta_untrusted_num_vlans
          mandatory: false
        perimeta_subinterface_name_prefix:
          str_replace:
            template: $VNF_NAME_$VM_untrusted_port_vlan
            params:
              $VM:
                get_input: ssc_b_name_0
              $VNF_NAME:
                get_input: vnf_name
        perimeta_vlan_networks:
          get_input: perimeta_untrusted_vlan_networks
        perimeta_subinterface_instance_index:
          get_property:
          - SELF
          - service_template_filter
          - index_value
        perimeta_ip_0:
          get_input: ssc_b_untrusted_ip_0
        perimeta_vip_0:
          get_input: ssc_untrusted_vip_0
        perimeta_vlan_ids:
          get_input: perimeta_untrusted_vlan_ids
        perimeta_mac_address:
          get_attribute:
          - perimeta_ssc_b_untrusted_parent_0_port
          - mac_address
        perimeta_v6_ip_0:
          get_input: ssc_b_untrusted_v6_ip_0
      requirements:
      - binding_contrail_vmi_subinterface:
          capability: tosca.capabilities.network.Bindable
          node: perimeta_ssc_b_untrusted_parent_0_port
          relationship: tosca.relationships.network.BindsTo
    perimeta_ssc_b_mgmt_1_port:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        ip_requirements:
        - ip_version: 4
          ip_count_required:
            is_required: true
          floating_ip_count_required:
            is_required: true
        - ip_version: 6
          ip_count_required:
            is_required: false
          floating_ip_count_required:
            is_required: false
        security_groups:
          get_input: perimeta_sec_groups
        fixed_ips:
        - ip_address:
            get_input: ssc_b_rf_ip_0
        mac_requirements:
          mac_count_required:
            is_required: false
        allowed_address_pairs:
        - ip_address:
            get_input: ssc_rf_vip_0
        name:
          str_replace:
            template: $VNF_NAME_$VM_mgmt_1_port
            params:
              $VM:
                get_input: ssc_b_name_0
              $VNF_NAME:
                get_input: vnf_name
        network_role_tag: mgmt
        network:
          get_input: mgmt_net_id
      requirements:
      - binding:
          capability: tosca.capabilities.network.Bindable
          node: perimeta_ssc_b_server_0
          relationship: tosca.relationships.network.BindsTo
    perimeta_ssc_b_unused_0_port:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        ip_requirements:
        - ip_version: 4
          ip_count_required:
            is_required: false
          floating_ip_count_required:
            is_required: false
        - ip_version: 6
          ip_count_required:
            is_required: false
          floating_ip_count_required:
            is_required: false
        mac_requirements:
          mac_count_required:
            is_required: false
        name:
          str_replace:
            template: $VNF_NAME_$VM_unused_port
            params:
              $VM:
                get_input: ssc_b_name_0
              $VNF_NAME:
                get_input: vnf_name
        network_role_tag: unused_port
        network:
          get_input: unused_port_net_id
      requirements:
      - binding:
          capability: tosca.capabilities.network.Bindable
          node: perimeta_ssc_b_server_0
          relationship: tosca.relationships.network.BindsTo
    perimeta_ssc_b_server_0:
      type: org.openecomp.resource.vfc.nodes.heat.ssc_b
      properties:
        flavor:
          get_input: perimeta_flavor_name
        key_name:
          get_input: perimeta_keypair
        availability_zone:
          get_input: availability_zone_1
        image:
          get_input: perimeta_image_name
        metadata:
          vf_module_id:
            get_input: vf_module_id
          vm_role:
            str_replace:
              template: $ROLE_b
              params:
                $ROLE:
                  get_input: vm_role
          vnf_id:
            get_input: vnf_id
          vnf_name:
            get_input: vnf_name
          msw_template_version: 17.07.04 - 2017-09-01
        config_drive: true
        user_data_format: RAW
        name:
          get_input: ssc_b_name_0
        scheduler_hints:
          group:
            get_input: perimeta_server_group
    perimeta_ssc_b_mgmt_0_port:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        ip_requirements:
        - ip_version: 4
          ip_count_required:
            is_required: true
          floating_ip_count_required:
            is_required: true
        - ip_version: 6
          ip_count_required:
            is_required: false
          floating_ip_count_required:
            is_required: false
        security_groups:
          get_input: perimeta_sec_groups
        fixed_ips:
        - ip_address:
            get_input: ssc_b_mgmt_ip_0
        mac_requirements:
          mac_count_required:
            is_required: false
        allowed_address_pairs:
        - ip_address:
            get_input: ssc_mgmt_vip_0
        name:
          str_replace:
            template: $VNF_NAME_$VM_mgmt_0_port
            params:
              $VM:
                get_input: ssc_b_name_0
              $VNF_NAME:
                get_input: vnf_name
        network_role_tag: mgmt
        network:
          get_input: mgmt_net_id
      requirements:
      - binding:
          capability: tosca.capabilities.network.Bindable
          node: perimeta_ssc_b_server_0
          relationship: tosca.relationships.network.BindsTo
    perimeta_ssc_b_ha_0_port:
      type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
      properties:
        ip_requirements:
        - ip_version: 4
          ip_count_required:
            is_required: true
          floating_ip_count_required:
            is_required: false
        - ip_version: 6
          ip_count_required:
            is_required: false
          floating_ip_count_required:
            is_required: false
        security_groups:
          get_input: perimeta_sec_groups
        fixed_ips:
        - ip_address:
            get_input: ssc_b_int_ha_ip_0
        mac_requirements:
          mac_count_required:
            is_required: false
        name:
          str_replace:
            template: $VNF_NAME_$VM_ha_port
            params:
              $VM:
                get_input: ssc_b_name_0
              $VNF_NAME:
                get_input: vnf_name
        network_role_tag: int_ha
        network:
          get_input: int_ha_net_id
      requirements:
      - binding:
          capability: tosca.capabilities.network.Bindable
          node: perimeta_ssc_b_server_0
          relationship: tosca.relationships.network.BindsTo
  groups:
    module_1_perimeta_swmu_b_child_group:
      type: org.openecomp.groups.heat.HeatStack
      properties:
        heat_file: ../Artifacts/module_1_perimeta_swmu_b_child.yaml
        description: |
          HOT template to instantiate an B side Perimeta SSC instance with 6 vNICs as part of a nested template
      members:
      - perimeta_ssc_b_trusted_0_port
      - perimeta_ssc_b_untrusted_parent_0_port
      - perimeta_ssc_b_untrusted_0_vlan_ports
      - perimeta_ssc_b_mgmt_1_port
      - perimeta_ssc_b_unused_0_port
      - perimeta_ssc_b_server_0
      - perimeta_ssc_b_mgmt_0_port
      - perimeta_ssc_b_ha_0_port
  substitution_mappings:
    node_type: org.openecomp.resource.abstract.nodes.heat.module_1_perimeta_swmu_b_child
    capabilities:
      host_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - host
      forwarder_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - forwarder
      network.outgoing.packets.rate_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - network.outgoing.packets.rate
      vcpus_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - vcpus
      binding_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - binding
      network.incoming.bytes_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - network.incoming.bytes
      network.outpoing.packets_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - network.outpoing.packets
      disk.write.requests_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.write.requests
      os_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - os
      forwarder_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - forwarder
      memory_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - memory
      disk.device.write.bytes.rate_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.write.bytes.rate
      network.outgoing.bytes.rate_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - network.outgoing.bytes.rate
      disk.read.bytes_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.read.bytes
      network.outpoing.packets_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - network.outpoing.packets
      network.outgoing.packets.rate_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - network.outgoing.packets.rate
      disk.device.allocation_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.allocation
      network.outgoing.packets.rate_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - network.outgoing.packets.rate
      forwarder_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - forwarder
      disk.write.requests.rate_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.write.requests.rate
      network.incoming.bytes.rate_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - network.incoming.bytes.rate
      binding_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - binding
      disk.device.iops_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.iops
      network.outgoing.packets.rate_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - network.outgoing.packets.rate
      disk.device.usage_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.usage
      cpu_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - cpu
      feature_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - feature
      network.outgoing.bytes.rate_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - network.outgoing.bytes.rate
      feature_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - feature
      endpoint_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - endpoint
      feature_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - feature
      disk.device.read.requests_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.read.requests
      attachment_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - attachment
      cpu.delta_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - cpu.delta
      network.incoming.packets_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - network.incoming.packets
      disk.device.write.requests_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.write.requests
      disk.device.write.bytes_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.write.bytes
      disk.root.size_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.root.size
      network.incoming.bytes.rate_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - network.incoming.bytes.rate
      memory.resident_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - memory.resident
      network.incoming.packets.rate_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - network.incoming.packets.rate
      disk.ephemeral.size_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.ephemeral.size
      network.incoming.packets_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - network.incoming.packets
      instance_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - instance
      attachment_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - attachment
      network.incoming.bytes_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - network.incoming.bytes
      network.incoming.bytes_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - network.incoming.bytes
      network.incoming.packets_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - network.incoming.packets
      feature_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - feature
      binding_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - binding
      network.outpoing.packets_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - network.outpoing.packets
      disk.device.read.bytes_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.read.bytes
      network.outgoing.bytes.rate_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - network.outgoing.bytes.rate
      disk.latency_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.latency
      network.outgoing.bytes_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - network.outgoing.bytes
      attachment_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - attachment
      binding_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - binding
      forwarder_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - forwarder
      feature_perimeta_ssc_b_untrusted_0_vlan_ports:
      - perimeta_ssc_b_untrusted_0_vlan_ports
      - feature
      network.outgoing.bytes.rate_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - network.outgoing.bytes.rate
      network.outgoing.bytes_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - network.outgoing.bytes
      network.incoming.packets.rate_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - network.incoming.packets.rate
      disk.device.capacity_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.capacity
      feature_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - feature
      network.incoming.bytes.rate_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - network.incoming.bytes.rate
      binding_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - binding
      binding_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - binding
      scalable_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - scalable
      disk.device.latency_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.latency
      forwarder_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - forwarder
      network.incoming.packets_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - network.incoming.packets
      disk.write.bytes.rate_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.write.bytes.rate
      disk.read.requests_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.read.requests
      feature_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - feature
      disk.usage_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.usage
      attachment_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - attachment
      attachment_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - attachment
      network.outgoing.bytes.rate_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - network.outgoing.bytes.rate
      disk.allocation_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.allocation
      network.incoming.bytes.rate_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - network.incoming.bytes.rate
      network.outgoing.bytes_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - network.outgoing.bytes
      disk.iops_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.iops
      disk.write.bytes_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.write.bytes
      network.outpoing.packets_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - network.outpoing.packets
      network.incoming.bytes_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - network.incoming.bytes
      network.incoming.packets_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - network.incoming.packets
      disk.device.read.requests.rate_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.read.requests.rate
      network.incoming.packets.rate_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - network.incoming.packets.rate
      network.incoming.packets_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - network.incoming.packets
      network.outpoing.packets_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - network.outpoing.packets
      network.outgoing.bytes_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - network.outgoing.bytes
      network.incoming.bytes_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - network.incoming.bytes
      network.incoming.packets.rate_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - network.incoming.packets.rate
      memory.usage_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - memory.usage
      network.incoming.bytes.rate_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - network.incoming.bytes.rate
      network.incoming.packets.rate_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - network.incoming.packets.rate
      forwarder_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - forwarder
      network.outgoing.packets.rate_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - network.outgoing.packets.rate
      network.incoming.bytes_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - network.incoming.bytes
      network.outgoing.bytes_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - network.outgoing.bytes
      feature_contrail_vmi_subinterface_perimeta_ssc_b_untrusted_0_vlan_ports:
      - perimeta_ssc_b_untrusted_0_vlan_ports
      - feature_contrail_vmi_subinterface
      network.outgoing.bytes.rate_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - network.outgoing.bytes.rate
      network.outgoing.packets.rate_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - network.outgoing.packets.rate
      cpu_util_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - cpu_util
      disk.device.read.bytes.rate_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.read.bytes.rate
      disk.capacity_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.capacity
      network.incoming.packets.rate_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - network.incoming.packets.rate
      network.outgoing.bytes_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - network.outgoing.bytes
      network.outpoing.packets_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - network.outpoing.packets
      disk.read.bytes.rate_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.read.bytes.rate
      disk.device.write.requests.rate_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - disk.device.write.requests.rate
      feature_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - feature
      attachment_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - attachment
      network.incoming.bytes.rate_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - network.incoming.bytes.rate
      binding_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - binding
    requirements:
      link_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - link
      dependency_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - dependency
      dependency_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - dependency
      dependency_contrail_vmi_subinterface_perimeta_ssc_b_untrusted_0_vlan_ports:
      - perimeta_ssc_b_untrusted_0_vlan_ports
      - dependency_contrail_vmi_subinterface
      dependency_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - dependency
      local_storage_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - local_storage
      link_contrail_vmi_subinterface_perimeta_ssc_b_untrusted_0_vlan_ports:
      - perimeta_ssc_b_untrusted_0_vlan_ports
      - link_contrail_vmi_subinterface
      link_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - link
      dependency_perimeta_ssc_b_trusted_0_port:
      - perimeta_ssc_b_trusted_0_port
      - dependency
      dependency_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - dependency
      link_perimeta_ssc_b_mgmt_1_port:
      - perimeta_ssc_b_mgmt_1_port
      - link
      link_perimeta_ssc_b_untrusted_parent_0_port:
      - perimeta_ssc_b_untrusted_parent_0_port
      - link
      dependency_perimeta_ssc_b_untrusted_0_vlan_ports:
      - perimeta_ssc_b_untrusted_0_vlan_ports
      - dependency
      dependency_perimeta_ssc_b_server_0:
      - perimeta_ssc_b_server_0
      - dependency
      link_perimeta_ssc_b_unused_0_port:
      - perimeta_ssc_b_unused_0_port
      - link
      dependency_perimeta_ssc_b_mgmt_0_port:
      - perimeta_ssc_b_mgmt_0_port
      - dependency
      link_perimeta_ssc_b_ha_0_port:
      - perimeta_ssc_b_ha_0_port
      - link