ccaa73eb349d7b1ff7db57d3d87dd96df7ae69ba
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: Main
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 - GlobalSubstitutionTypes:
8     file: GlobalSubstitutionTypesServiceTemplate.yaml
9 node_types:
10   org.openecomp.resource.vfc.nodes.heat.nems_be:
11     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
12   org.openecomp.resource.vfc.nodes.heat.lb:
13     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
14   org.openecomp.resource.vfc.nodes.heat.eca_trx:
15     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
16   org.openecomp.resource.vfc.nodes.heat.cmaui:
17     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
18   org.openecomp.resource.vfc.nodes.heat.nems_fe:
19     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
20   org.openecomp.resource.vfc.nodes.heat.mmsc:
21     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
22 topology_template:
23   inputs:
24     lb_flavor_name:
25       label: Load balancer flavor name
26       hidden: false
27       immutable: false
28       annotations:
29         source:
30           type: org.openecomp.annotations.Source
31           properties:
32             vf_module_label:
33             - MMSC_Capacity_Line
34             source_type: HEAT
35             param_name: lb_flavor_name
36       type: string
37       description: the flavor name of MMSC load balancer instance
38       default: m1.xlarge
39     ha_net_local_ip2:
40       label: ha net network local ip2
41       hidden: false
42       immutable: false
43       annotations:
44         source:
45           type: org.openecomp.annotations.Source
46           properties:
47             vf_module_label:
48             - MMSC_Capacity_Line
49             source_type: HEAT
50             param_name: ha_net_local_ip2
51       type: string
52       description: the local ip2 of the ha network
53       default: 172.26.1.4
54     mmsc_dmz_protected_snat_ips:
55       label: mmsc dmz_protected snat ips
56       hidden: false
57       immutable: false
58       annotations:
59         source:
60           type: org.openecomp.annotations.Source
61           properties:
62             vf_module_label:
63             - MMSC_Capacity_Line
64             source_type: HEAT
65             param_name: mmsc_dmz_protected_snat_ips
66       type: list
67       description: mmsc dmz_protected snat ips
68       default:
69       - 107.239.14.24
70       - 107.239.14.25
71       - 107.239.14.26
72       - 107.239.14.27
73       entry_schema:
74         type: string
75     ha_net_local_ip1:
76       label: ha net network local ip1
77       hidden: false
78       immutable: false
79       annotations:
80         source:
81           type: org.openecomp.annotations.Source
82           properties:
83             vf_module_label:
84             - MMSC_Capacity_Line
85             source_type: HEAT
86             param_name: ha_net_local_ip1
87       type: string
88       description: the local ip1 of the ha network
89       default: 172.26.1.3
90     mms_traffic_end:
91       label: mmsc traffic end IP
92       hidden: false
93       immutable: false
94       annotations:
95         source:
96           type: org.openecomp.annotations.Source
97           properties:
98             vf_module_label:
99             - MMSC_Capacity_Line
100             source_type: HEAT
101             param_name: mms_traffic_end
102       type: string
103       description: mmsc traffic end IP
104       default: 172.26.2.254
105     nems_traffic_end:
106       label: nems traffic end
107       hidden: false
108       immutable: false
109       annotations:
110         source:
111           type: org.openecomp.annotations.Source
112           properties:
113             vf_module_label:
114             - MMSC_Capacity_Line
115             source_type: HEAT
116             param_name: nems_traffic_end
117       type: string
118       description: nems traffic end
119       default: 172.26.3.254
120     mmsc_cinder_volume_size:
121       label: MMSC Cinder volume size
122       hidden: false
123       immutable: false
124       annotations:
125         source:
126           type: org.openecomp.annotations.Source
127           properties:
128             vf_module_label:
129             - MMSC_Capacity_Line
130             source_type: HEAT
131             param_name: mmsc_cinder_volume_size
132       type: float
133       description: the size of the MMSC Cinder volume
134       default: 480
135     nems_internal_cidr:
136       label: nems ineternal cidr
137       hidden: false
138       immutable: false
139       annotations:
140         source:
141           type: org.openecomp.annotations.Source
142           properties:
143             vf_module_label:
144             - MMSC_Capacity_Line
145             source_type: HEAT
146             param_name: nems_internal_cidr
147       type: string
148       description: nems internal cidr
149       default: 172.26.6.0/24
150     eca_mgmt_cidr:
151       label: eca management cidr
152       hidden: false
153       immutable: false
154       annotations:
155         source:
156           type: org.openecomp.annotations.Source
157           properties:
158             vf_module_label:
159             - SG_ECA_MGMT
160             source_type: HEAT
161             param_name: eca_mgmt_cidr
162       type: string
163       description: eca management cidr
164       default: 172.25.137.192/26
165     nems_traffic_start:
166       label: nems traffic start
167       hidden: false
168       immutable: false
169       annotations:
170         source:
171           type: org.openecomp.annotations.Source
172           properties:
173             vf_module_label:
174             - MMSC_Capacity_Line
175             source_type: HEAT
176             param_name: nems_traffic_start
177       type: string
178       description: nems traffic start
179       default: 172.26.3.3
180     eca_trx_names:
181       label: ECA_TRX server names
182       hidden: false
183       immutable: false
184       annotations:
185         source:
186           type: org.openecomp.annotations.Source
187           properties:
188             vf_module_label:
189             - MMSC_Capacity_Line
190             source_type: HEAT
191             param_name: eca_trx_names
192       type: list
193       description: ECA_TRX server names
194       default:
195       - ZRDM1MMSC03TRX001
196       - ZRDM1MMSC03TRX002
197       - ZRDM1MMSC03TRX003
198       - ZRDM1MMSC03TRX004
199       - ZRDM1MMSC03TRX005
200       - ZRDM1MMSC03TRX006
201       - ZRDM1MMSC03TRX007
202       - ZRDM1MMSC03TRX008
203       - ZRDM1MMSC03TRX009
204       - ZRDM1MMSC03TRX010
205       - ZRDM1MMSC03TRX011
206       - ZRDM1MMSC03TRX012
207       - ZRDM1MMSC03TRX013
208       - ZRDM1MMSC03TRX014
209       - ZRDM1MMSC03TRX015
210       - ZRDM1MMSC03TRX016
211       - ZRDM1MMSC03TRX017
212       - ZRDM1MMSC03TRX018
213       - ZRDM1MMSC03TRX019
214       - ZRDM1MMSC03TRX020
215       entry_schema:
216         type: string
217     nems_internal_name:
218       label: nems internal network name
219       hidden: false
220       immutable: false
221       annotations:
222         source:
223           type: org.openecomp.annotations.Source
224           properties:
225             vf_module_label:
226             - MMSC_Capacity_Line
227             source_type: HEAT
228             param_name: nems_internal_name
229       type: string
230       description: nems internal network name
231       default: int_mms_nems_internal_net_2
232     nems_traffic_net_local_ip1:
233       label: nems traffic network local ip1
234       hidden: false
235       immutable: false
236       annotations:
237         source:
238           type: org.openecomp.annotations.Source
239           properties:
240             vf_module_label:
241             - MMSC_Capacity_Line
242             source_type: HEAT
243             param_name: nems_traffic_net_local_ip1
244       type: string
245       description: the local ip1 of the nems traffic network
246       default: 172.26.3.3
247     nems_traffic_net_local_ip2:
248       label: nems traffic network local ip2
249       hidden: false
250       immutable: false
251       annotations:
252         source:
253           type: org.openecomp.annotations.Source
254           properties:
255             vf_module_label:
256             - MMSC_Capacity_Line
257             source_type: HEAT
258             param_name: nems_traffic_net_local_ip2
259       type: string
260       description: the local ip2 of the nems traffic network
261       default: 172.26.3.4
262     nems_fe_names:
263       label: NEMS_FE server names
264       hidden: false
265       immutable: false
266       annotations:
267         source:
268           type: org.openecomp.annotations.Source
269           properties:
270             vf_module_label:
271             - MMSC_Capacity_Line
272             source_type: HEAT
273             param_name: nems_fe_names
274       type: list
275       description: NEMS_FE server names
276       default:
277       - ZRDM1MMSC03NFE001
278       - ZRDM1MMSC03NFE002
279       entry_schema:
280         type: string
281     nems_be_nems_imap_net_ips:
282       label: nems imap_net IPs for NEMS_BE
283       hidden: false
284       immutable: false
285       annotations:
286         source:
287           type: org.openecomp.annotations.Source
288           properties:
289             vf_module_label:
290             - MMSC_Capacity_Line
291             source_type: HEAT
292             param_name: nems_be_nems_imap_net_ips
293       type: string
294       description: nems imap net IPs for NEMS_BE
295       default: 172.26.7.13
296     nems_be_names:
297       label: NEMS_BE server names
298       hidden: false
299       immutable: false
300       annotations:
301         source:
302           type: org.openecomp.annotations.Source
303           properties:
304             vf_module_label:
305             - MMSC_Capacity_Line
306             source_type: HEAT
307             param_name: nems_be_names
308       type: string
309       description: NEMS_BE server names
310       default: ZRDM1MMSC03NBE001
311     nems_traffic_netmask:
312       label: NEMS traffic network subnet mask
313       hidden: false
314       immutable: false
315       annotations:
316         source:
317           type: org.openecomp.annotations.Source
318           properties:
319             vf_module_label:
320             - MMSC_Capacity_Line
321             source_type: HEAT
322             param_name: nems_traffic_netmask
323       type: string
324       description: NEMS traffic network subnet mask
325       default: 255.255.255.0
326     nems_fe_nems_imap_net_ips:
327       label: nems_imap_net IPs for NEMS_FE
328       hidden: false
329       immutable: false
330       annotations:
331         source:
332           type: org.openecomp.annotations.Source
333           properties:
334             vf_module_label:
335             - MMSC_Capacity_Line
336             source_type: HEAT
337             param_name: nems_fe_nems_imap_net_ips
338       type: list
339       description: nems_imap_net IPs for NEMS_FE
340       default:
341       - 172.26.7.11
342       - 172.26.7.12
343       entry_schema:
344         type: string
345     nems_fe_nems_user_web_net_ips:
346       label: nems_web_user_net IPs for NEMS_FE
347       hidden: false
348       immutable: false
349       annotations:
350         source:
351           type: org.openecomp.annotations.Source
352           properties:
353             vf_module_label:
354             - MMSC_Capacity_Line
355             source_type: HEAT
356             param_name: nems_fe_nems_user_web_net_ips
357       type: list
358       description: nems_web_user_net IPs for NEMS_FE
359       default:
360       - 172.26.4.11
361       - 172.26.4.12
362       entry_schema:
363         type: string
364     nems_user_web_gateway:
365       label: NEMS user web network gateway
366       hidden: false
367       immutable: false
368       annotations:
369         source:
370           type: org.openecomp.annotations.Source
371           properties:
372             vf_module_label:
373             - MMSC_Capacity_Line
374             source_type: HEAT
375             param_name: nems_user_web_gateway
376       type: string
377       description: NEMS user web network gateway
378       default: 172.26.4.1
379     nems_imap_end:
380       label: nems imap end
381       hidden: false
382       immutable: false
383       annotations:
384         source:
385           type: org.openecomp.annotations.Source
386           properties:
387             vf_module_label:
388             - MMSC_Capacity_Line
389             source_type: HEAT
390             param_name: nems_imap_end
391       type: string
392       description: nems imap end
393       default: 172.26.7.254
394     eca_traffic_net_local_ip1:
395       label: eca traffic network local ip1
396       hidden: false
397       immutable: false
398       annotations:
399         source:
400           type: org.openecomp.annotations.Source
401           properties:
402             vf_module_label:
403             - MMSC_Capacity_Line
404             source_type: HEAT
405             param_name: eca_traffic_net_local_ip1
406       type: string
407       description: the local ip1 of the eca traffic network
408       default: 172.26.5.3
409     cmaui_image:
410       hidden: false
411       immutable: false
412       annotations:
413         source:
414           type: org.openecomp.annotations.Source
415           properties:
416             vf_module_label:
417             - cmaui
418             source_type: HEAT
419             param_name: cmaui_image
420       type: string
421       description: Image for CMAUI server
422       default: cmaui-5.0.2.5_v25
423     eca_traffic_net_local_ip2:
424       label: eca traffic network local ip2
425       hidden: false
426       immutable: false
427       annotations:
428         source:
429           type: org.openecomp.annotations.Source
430           properties:
431             vf_module_label:
432             - MMSC_Capacity_Line
433             source_type: HEAT
434             param_name: eca_traffic_net_local_ip2
435       type: string
436       description: the local ip2 of the eca traffic network
437       default: 172.26.5.4
438     nems_volume_size:
439       label: nems fe volume size
440       hidden: false
441       immutable: false
442       annotations:
443         source:
444           type: org.openecomp.annotations.Source
445           properties:
446             vf_module_label:
447             - MMSC_Capacity_Line
448             source_type: HEAT
449             param_name: nems_volume_size
450       type: float
451       description: nems fe volume size
452       default: 50
453     mms_traffic_start:
454       label: mmsc traffic start IP
455       hidden: false
456       immutable: false
457       annotations:
458         source:
459           type: org.openecomp.annotations.Source
460           properties:
461             vf_module_label:
462             - MMSC_Capacity_Line
463             source_type: HEAT
464             param_name: mms_traffic_start
465       type: string
466       description: mmsc traffic start IP
467       default: 172.26.2.3
468     ha_net_start:
469       label: ha net start
470       hidden: false
471       immutable: false
472       annotations:
473         source:
474           type: org.openecomp.annotations.Source
475           properties:
476             vf_module_label:
477             - MMSC_Capacity_Line
478             source_type: HEAT
479             param_name: ha_net_start
480       type: string
481       description: ha net start
482       default: 172.26.1.3
483     nems_imap_gateway:
484       label: nems imap gateway
485       hidden: false
486       immutable: false
487       annotations:
488         source:
489           type: org.openecomp.annotations.Source
490           properties:
491             vf_module_label:
492             - MMSC_Capacity_Line
493             source_type: HEAT
494             param_name: nems_imap_gateway
495       type: string
496       description: nems imap gateway
497       default: 172.26.7.1
498     mmsc_core_virtual_server_ips:
499       label: mmsc core virtual server ips
500       hidden: false
501       immutable: false
502       annotations:
503         source:
504           type: org.openecomp.annotations.Source
505           properties:
506             vf_module_label:
507             - MMSC_Capacity_Line
508             source_type: HEAT
509             param_name: mmsc_core_virtual_server_ips
510       type: list
511       description: mmsc core virtual server ips
512       default:
513       - 172.31.10.21
514       - 172.31.10.22
515       entry_schema:
516         type: string
517     cmaui_oam_ips:
518       label: CMAUI oam_net IP addresses
519       hidden: false
520       immutable: false
521       annotations:
522         source:
523           type: org.openecomp.annotations.Source
524           properties:
525             vf_module_label:
526             - cmaui
527             source_type: HEAT
528             param_name: cmaui_oam_ips
529       type: list
530       description: CMAUI oam_net IP addresses
531       default:
532       - 107.250.172.42
533       - 107.250.172.43
534       entry_schema:
535         type: string
536     CMAUI_volume_type:
537       label: CMAUI vm volume type
538       hidden: false
539       immutable: false
540       annotations:
541         source:
542           type: org.openecomp.annotations.Source
543           properties:
544             vf_module_label:
545             - cmaui
546             source_type: HEAT
547             param_name: CMAUI_volume_type
548       type: string
549       description: the name of the target volume backend
550       default: Platinum
551     cmaui_names:
552       hidden: false
553       immutable: false
554       annotations:
555         source:
556           type: org.openecomp.annotations.Source
557           properties:
558             vf_module_label:
559             - cmaui
560             source_type: HEAT
561             param_name: cmaui_names
562       type: list
563       description: CMAUI1, CMAUI2 server names
564       default:
565       - ZRDM1MMSC02CMI001
566       - ZRDM1MMSC02CMI002
567       entry_schema:
568         type: string
569     eca_trx_eca_traffic_net_ips:
570       label: eca traffic net IPs for ECA_TRX
571       hidden: false
572       immutable: false
573       annotations:
574         source:
575           type: org.openecomp.annotations.Source
576           properties:
577             vf_module_label:
578             - MMSC_Capacity_Line
579             source_type: HEAT
580             param_name: eca_trx_eca_traffic_net_ips
581       type: list
582       description: eca traffic net IPs for ECA_TRX
583       default:
584       - 172.26.5.11
585       - 172.26.5.12
586       - 172.26.5.13
587       - 172.26.5.14
588       - 172.26.5.15
589       - 172.26.5.16
590       - 172.26.5.17
591       - 172.26.5.18
592       - 172.26.5.19
593       - 172.26.5.20
594       - 172.26.5.21
595       - 172.26.5.22
596       - 172.26.5.23
597       - 172.26.5.24
598       - 172.26.5.25
599       - 172.26.5.26
600       - 172.26.5.27
601       - 172.26.5.28
602       - 172.26.5.29
603       - 172.26.5.30
604       entry_schema:
605         type: string
606     eca_trx_image:
607       label: Image for ECA TRX server
608       hidden: false
609       immutable: false
610       annotations:
611         source:
612           type: org.openecomp.annotations.Source
613           properties:
614             vf_module_label:
615             - MMSC_Capacity_Line
616             source_type: HEAT
617             param_name: eca_trx_image
618       type: string
619       description: Image for ECA TRX server
620       default: ECABASE
621     lb_names:
622       label: MMSC load balancer instance names
623       hidden: false
624       immutable: false
625       annotations:
626         source:
627           type: org.openecomp.annotations.Source
628           properties:
629             vf_module_label:
630             - MMSC_Capacity_Line
631             source_type: HEAT
632             param_name: lb_names
633       type: list
634       description: MMSC load balancer instance names
635       default:
636       - ZRDM1MMSC03ALB001
637       - ZRDM1MMSC03ALB002
638       entry_schema:
639         type: string
640     eca_mgmt_end:
641       label: eca management end
642       hidden: false
643       immutable: false
644       annotations:
645         source:
646           type: org.openecomp.annotations.Source
647           properties:
648             vf_module_label:
649             - SG_ECA_MGMT
650             source_type: HEAT
651             param_name: eca_mgmt_end
652       type: string
653       description: eca management end
654       default: 172.25.137.254
655     nems_user_web_end:
656       label: nems user web end
657       hidden: false
658       immutable: false
659       annotations:
660         source:
661           type: org.openecomp.annotations.Source
662           properties:
663             vf_module_label:
664             - MMSC_Capacity_Line
665             source_type: HEAT
666             param_name: nems_user_web_end
667       type: string
668       description: nems user web end
669       default: 172.26.4.254
670     eca_traffic_cidr:
671       label: eca traffic cidr
672       hidden: false
673       immutable: false
674       annotations:
675         source:
676           type: org.openecomp.annotations.Source
677           properties:
678             vf_module_label:
679             - MMSC_Capacity_Line
680             source_type: HEAT
681             param_name: eca_traffic_cidr
682       type: string
683       description: eca traffic cidr
684       default: 172.26.5.0/24
685     ha_net_cidr:
686       label: ha net cidr
687       hidden: false
688       immutable: false
689       annotations:
690         source:
691           type: org.openecomp.annotations.Source
692           properties:
693             vf_module_label:
694             - MMSC_Capacity_Line
695             source_type: HEAT
696             param_name: ha_net_cidr
697       type: string
698       description: ha net cidr
699       default: 172.26.1.0/24
700     availability_zone_0:
701       label: availabilityzone name
702       hidden: false
703       immutable: false
704       annotations:
705         source:
706           type: org.openecomp.annotations.Source
707           properties:
708             vf_module_label:
709             - cmaui
710             - MMSC_Capacity_Line
711             source_type: HEAT
712             param_name: availability_zone_0
713       type: string
714       description: availabilityzone name
715       default: nova
716     nems_fe_nems_internal_net_ips:
717       label: nems_internal_net IPs for NEMS_FE
718       hidden: false
719       immutable: false
720       annotations:
721         source:
722           type: org.openecomp.annotations.Source
723           properties:
724             vf_module_label:
725             - MMSC_Capacity_Line
726             source_type: HEAT
727             param_name: nems_fe_nems_internal_net_ips
728       type: list
729       description: nems_internal_net IPs for NEMS_FE
730       default:
731       - 172.26.6.11
732       - 172.26.6.12
733       entry_schema:
734         type: string
735     NEMS_FE_volume_type:
736       label: nems fe vm volume type
737       hidden: false
738       immutable: false
739       annotations:
740         source:
741           type: org.openecomp.annotations.Source
742           properties:
743             vf_module_label:
744             - MMSC_Capacity_Line
745             source_type: HEAT
746             param_name: NEMS_FE_volume_type
747       type: string
748       description: the name of the target volume backend
749       default: Platinum
750     security_group_name:
751       label: security group name
752       hidden: false
753       immutable: false
754       annotations:
755         source:
756           type: org.openecomp.annotations.Source
757           properties:
758             vf_module_label:
759             - cmaui
760             - SG_ECA_MGMT
761             - MMSC_Capacity_Line
762             source_type: HEAT
763             param_name: security_group_name
764       type: string
765       description: the name of security group
766       default: mmsc_security_group_1
767     nems_fe_nems_traffic_net_ips:
768       label: nems_traffic_net IPs for NEMS_FE
769       hidden: false
770       immutable: false
771       annotations:
772         source:
773           type: org.openecomp.annotations.Source
774           properties:
775             vf_module_label:
776             - MMSC_Capacity_Line
777             source_type: HEAT
778             param_name: nems_fe_nems_traffic_net_ips
779       type: list
780       description: nems_traffic_net IPs for NEMS_FE
781       default:
782       - 172.26.3.11
783       - 172.26.3.12
784       entry_schema:
785         type: string
786     nems_imap_start:
787       label: nems imap start
788       hidden: false
789       immutable: false
790       annotations:
791         source:
792           type: org.openecomp.annotations.Source
793           properties:
794             vf_module_label:
795             - MMSC_Capacity_Line
796             source_type: HEAT
797             param_name: nems_imap_start
798       type: string
799       description: nems imap start
800       default: 172.26.7.3
801     ha_net_name:
802       label: ha_failover network name
803       hidden: false
804       immutable: false
805       annotations:
806         source:
807           type: org.openecomp.annotations.Source
808           properties:
809             vf_module_label:
810             - MMSC_Capacity_Line
811             source_type: HEAT
812             param_name: ha_net_name
813       type: string
814       description: ha_failover network name
815       default: int_mms_ha_net_2
816     cmaui_flavor:
817       hidden: false
818       immutable: false
819       annotations:
820         source:
821           type: org.openecomp.annotations.Source
822           properties:
823             vf_module_label:
824             - cmaui
825             source_type: HEAT
826             param_name: cmaui_flavor
827       type: string
828       description: Flavor for CMAUI server
829       default: m1.large
830     eca_traffic_start:
831       label: eca traffic start
832       hidden: false
833       immutable: false
834       annotations:
835         source:
836           type: org.openecomp.annotations.Source
837           properties:
838             vf_module_label:
839             - MMSC_Capacity_Line
840             source_type: HEAT
841             param_name: eca_traffic_start
842       type: string
843       description: eca traffic start
844       default: 172.26.5.3
845     NEMS_BE_volume_type:
846       label: nems be vm volume type
847       hidden: false
848       immutable: false
849       annotations:
850         source:
851           type: org.openecomp.annotations.Source
852           properties:
853             vf_module_label:
854             - MMSC_Capacity_Line
855             source_type: HEAT
856             param_name: NEMS_BE_volume_type
857       type: string
858       description: the name of the target volume backend
859       default: Platinum
860     lb_image_name:
861       label: MMSC load balancer image name
862       hidden: false
863       immutable: false
864       annotations:
865         source:
866           type: org.openecomp.annotations.Source
867           properties:
868             vf_module_label:
869             - MMSC_Capacity_Line
870             source_type: HEAT
871             param_name: lb_image_name
872       type: string
873       description: MMSC load balancer image name
874       default: BIGIP-11.5.3.0.0.163
875     nems_internal_start:
876       label: nems internal start
877       hidden: false
878       immutable: false
879       annotations:
880         source:
881           type: org.openecomp.annotations.Source
882           properties:
883             vf_module_label:
884             - MMSC_Capacity_Line
885             source_type: HEAT
886             param_name: nems_internal_start
887       type: string
888       description: nems internal start
889       default: 172.26.6.3
890     nems_internal_gateway:
891       label: nems internal gw
892       hidden: false
893       immutable: false
894       annotations:
895         source:
896           type: org.openecomp.annotations.Source
897           properties:
898             vf_module_label:
899             - MMSC_Capacity_Line
900             source_type: HEAT
901             param_name: nems_internal_gateway
902       type: string
903       description: nems internal gw
904       default: 172.26.6.1
905     dmz_protected_net_name:
906       label: UID of dmz_protected network
907       hidden: false
908       immutable: false
909       annotations:
910         source:
911           type: org.openecomp.annotations.Source
912           properties:
913             vf_module_label:
914             - MMSC_Capacity_Line
915             source_type: HEAT
916             param_name: dmz_protected_net_name
917       type: string
918       description: UID of dmz_protected network
919       default: dmz_protected_net_0
920     nems_be_volume_size:
921       label: nems be volume size
922       hidden: false
923       immutable: false
924       annotations:
925         source:
926           type: org.openecomp.annotations.Source
927           properties:
928             vf_module_label:
929             - MMSC_Capacity_Line
930             source_type: HEAT
931             param_name: nems_be_volume_size
932       type: float
933       description: nems be volume size
934       default: 610
935     mms_traffic_netmask:
936       label: MMS traffic network subnet mask
937       hidden: false
938       immutable: false
939       annotations:
940         source:
941           type: org.openecomp.annotations.Source
942           properties:
943             vf_module_label:
944             - MMSC_Capacity_Line
945             source_type: HEAT
946             param_name: mms_traffic_netmask
947       type: string
948       description: MMS traffic network subnet mask
949       default: 255.255.255.0
950     nems_be_image:
951       label: Image for NEMS BE server
952       hidden: false
953       immutable: false
954       annotations:
955         source:
956           type: org.openecomp.annotations.Source
957           properties:
958             vf_module_label:
959             - MMSC_Capacity_Line
960             source_type: HEAT
961             param_name: nems_be_image
962       type: string
963       description: Image for NEMS BE server
964       default: nems-2.1.2_v29
965     nems_user_web_net_local_ip1:
966       label: nems user web network local ip1
967       hidden: false
968       immutable: false
969       annotations:
970         source:
971           type: org.openecomp.annotations.Source
972           properties:
973             vf_module_label:
974             - MMSC_Capacity_Line
975             source_type: HEAT
976             param_name: nems_user_web_net_local_ip1
977       type: string
978       description: the local ip1 of the nems user web network
979       default: 172.26.4.3
980     eca_trx_mgmt_ips:
981       label: eca mgmt net IP for ECA_TRX
982       hidden: false
983       immutable: false
984       annotations:
985         source:
986           type: org.openecomp.annotations.Source
987           properties:
988             vf_module_label:
989             - MMSC_Capacity_Line
990             source_type: HEAT
991             param_name: eca_trx_mgmt_ips
992       type: list
993       description: eca mgmt net IP for ECA_TRX
994       default:
995       - 172.25.137.202
996       - 172.25.137.203
997       - 172.25.137.204
998       - 172.25.137.205
999       - 172.25.137.206
1000       - 172.25.137.207
1001       - 172.25.137.208
1002       - 172.25.137.209
1003       - 172.25.137.210
1004       - 172.25.137.211
1005       - 172.25.137.212
1006       - 172.25.137.213
1007       - 172.25.137.214
1008       - 172.25.137.215
1009       - 172.25.137.216
1010       - 172.25.137.217
1011       - 172.25.137.218
1012       - 172.25.137.219
1013       - 172.25.137.220
1014       - 172.25.137.221
1015       entry_schema:
1016         type: string
1017     nems_user_web_cidr:
1018       label: nems user web cidr
1019       hidden: false
1020       immutable: false
1021       annotations:
1022         source:
1023           type: org.openecomp.annotations.Source
1024           properties:
1025             vf_module_label:
1026             - MMSC_Capacity_Line
1027             source_type: HEAT
1028             param_name: nems_user_web_cidr
1029       type: string
1030       description: nems user web cidr
1031       default: 172.26.4.0/24
1032     nems_user_web_net_local_ip2:
1033       label: nems user web network local ip2
1034       hidden: false
1035       immutable: false
1036       annotations:
1037         source:
1038           type: org.openecomp.annotations.Source
1039           properties:
1040             vf_module_label:
1041             - MMSC_Capacity_Line
1042             source_type: HEAT
1043             param_name: nems_user_web_net_local_ip2
1044       type: string
1045       description: the local ip2 of the nems user web network
1046       default: 172.26.4.4
1047     nems_traffic_gateway:
1048       label: NEMS traffic network gateway
1049       hidden: false
1050       immutable: false
1051       annotations:
1052         source:
1053           type: org.openecomp.annotations.Source
1054           properties:
1055             vf_module_label:
1056             - MMSC_Capacity_Line
1057             source_type: HEAT
1058             param_name: nems_traffic_gateway
1059       type: string
1060       description: NEMS traffic network gateway
1061       default: 172.26.3.1
1062     nems_imap_name:
1063       label: nems imap name
1064       hidden: false
1065       immutable: false
1066       annotations:
1067         source:
1068           type: org.openecomp.annotations.Source
1069           properties:
1070             vf_module_label:
1071             - MMSC_Capacity_Line
1072             source_type: HEAT
1073             param_name: nems_imap_name
1074       type: string
1075       description: nems imap name
1076       default: int_mms_nems_imap_net_2
1077     mms_traffic_net_floating_ip:
1078       label: mmsc traffic floating ip
1079       hidden: false
1080       immutable: false
1081       annotations:
1082         source:
1083           type: org.openecomp.annotations.Source
1084           properties:
1085             vf_module_label:
1086             - MMSC_Capacity_Line
1087             source_type: HEAT
1088             param_name: mms_traffic_net_floating_ip
1089       type: string
1090       description: mmsc traffic floating ip
1091       default: 172.26.2.5
1092     nems_internal_netmask:
1093       label: NEMS internal network subnet mask
1094       hidden: false
1095       immutable: false
1096       annotations:
1097         source:
1098           type: org.openecomp.annotations.Source
1099           properties:
1100             vf_module_label:
1101             - MMSC_Capacity_Line
1102             source_type: HEAT
1103             param_name: nems_internal_netmask
1104       type: string
1105       description: NEMS internal network subnet mask
1106       default: 255.255.255.0
1107     nems_user_web_netmask:
1108       label: NEMS user web network subnet mask
1109       hidden: false
1110       immutable: false
1111       annotations:
1112         source:
1113           type: org.openecomp.annotations.Source
1114           properties:
1115             vf_module_label:
1116             - MMSC_Capacity_Line
1117             source_type: HEAT
1118             param_name: nems_user_web_netmask
1119       type: string
1120       description: NEMS user web network subnet mask
1121       default: 255.255.255.0
1122     mms_traffic_net_local_ip1:
1123       label: mmsc traffic network local ip1
1124       hidden: false
1125       immutable: false
1126       annotations:
1127         source:
1128           type: org.openecomp.annotations.Source
1129           properties:
1130             vf_module_label:
1131             - MMSC_Capacity_Line
1132             source_type: HEAT
1133             param_name: mms_traffic_net_local_ip1
1134       type: string
1135       description: the local ip1 of the mmsc traffic network
1136       default: 172.26.2.3
1137     mms_traffic_net_local_ip2:
1138       label: mmsc traffic network local ip2
1139       hidden: false
1140       immutable: false
1141       annotations:
1142         source:
1143           type: org.openecomp.annotations.Source
1144           properties:
1145             vf_module_label:
1146             - MMSC_Capacity_Line
1147             source_type: HEAT
1148             param_name: mms_traffic_net_local_ip2
1149       type: string
1150       description: the local ip2 of the mmsc traffic network
1151       default: 172.26.2.4
1152     oam_net_name:
1153       hidden: false
1154       immutable: false
1155       annotations:
1156         source:
1157           type: org.openecomp.annotations.Source
1158           properties:
1159             vf_module_label:
1160             - cmaui
1161             - MMSC_Capacity_Line
1162             source_type: HEAT
1163             param_name: oam_net_name
1164       type: string
1165       description: UID of OAM network
1166       default: oam_protected_net_0
1167     external_ntp:
1168       label: ntp server
1169       hidden: false
1170       immutable: false
1171       annotations:
1172         source:
1173           type: org.openecomp.annotations.Source
1174           properties:
1175             vf_module_label:
1176             - cmaui
1177             - MMSC_Capacity_Line
1178             source_type: HEAT
1179             param_name: external_ntp
1180       type: string
1181       description: ntp server
1182       default: 155.165.194.100
1183     mms_traffic_net_cidr:
1184       label: MMS traffic network address (CIDR notation)
1185       hidden: false
1186       immutable: false
1187       annotations:
1188         source:
1189           type: org.openecomp.annotations.Source
1190           properties:
1191             vf_module_label:
1192             - MMSC_Capacity_Line
1193             source_type: HEAT
1194             param_name: mms_traffic_net_cidr
1195       type: string
1196       description: MMS traffic network address (CIDR notation)
1197       default: 172.26.2.0/24
1198     lb_dmz_protected_ips:
1199       label: dmz protected network local ips for lb VM
1200       hidden: false
1201       immutable: false
1202       annotations:
1203         source:
1204           type: org.openecomp.annotations.Source
1205           properties:
1206             vf_module_label:
1207             - MMSC_Capacity_Line
1208             source_type: HEAT
1209             param_name: lb_dmz_protected_ips
1210       type: list
1211       description: local ips of the dmz protected network for lb VM
1212       default:
1213       - 107.239.14.19
1214       - 107.239.14.20
1215       entry_schema:
1216         type: string
1217     eca_mgmt_start:
1218       label: eca management start
1219       hidden: false
1220       immutable: false
1221       annotations:
1222         source:
1223           type: org.openecomp.annotations.Source
1224           properties:
1225             vf_module_label:
1226             - SG_ECA_MGMT
1227             source_type: HEAT
1228             param_name: eca_mgmt_start
1229       type: string
1230       description: eca management start
1231       default: 172.25.137.195
1232     MMSC_volume_type:
1233       label: MMSC vm volume type
1234       hidden: false
1235       immutable: false
1236       annotations:
1237         source:
1238           type: org.openecomp.annotations.Source
1239           properties:
1240             vf_module_label:
1241             - MMSC_Capacity_Line
1242             source_type: HEAT
1243             param_name: MMSC_volume_type
1244       type: string
1245       description: the name of the target volume backend
1246       default: Platinum
1247     nems_fe_flavor:
1248       label: Flavor for NEMS FE server
1249       hidden: false
1250       immutable: false
1251       annotations:
1252         source:
1253           type: org.openecomp.annotations.Source
1254           properties:
1255             vf_module_label:
1256             - MMSC_Capacity_Line
1257             source_type: HEAT
1258             param_name: nems_fe_flavor
1259       type: string
1260       description: Flavor for NEMS FE server
1261       default: m1.large2
1262     eca_mgmt_netmask:
1263       label: ECA mgmt network subnet mask
1264       hidden: false
1265       immutable: false
1266       annotations:
1267         source:
1268           type: org.openecomp.annotations.Source
1269           properties:
1270             vf_module_label:
1271             - SG_ECA_MGMT
1272             source_type: HEAT
1273             param_name: eca_mgmt_netmask
1274       type: string
1275       description: ECA mgmt network subnet mask
1276       default: 255.255.255.192
1277     oam_network_netmask:
1278       label: oam network netmask
1279       hidden: false
1280       immutable: false
1281       annotations:
1282         source:
1283           type: org.openecomp.annotations.Source
1284           properties:
1285             vf_module_label:
1286             - cmaui
1287             - MMSC_Capacity_Line
1288             source_type: HEAT
1289             param_name: oam_network_netmask
1290       type: string
1291       description: oam network gateway
1292       default: 255.255.255.192
1293     oam_network_route_1:
1294       label: oam network route 1
1295       hidden: false
1296       immutable: false
1297       annotations:
1298         source:
1299           type: org.openecomp.annotations.Source
1300           properties:
1301             vf_module_label:
1302             - MMSC_Capacity_Line
1303             source_type: HEAT
1304             param_name: oam_network_route_1
1305       type: string
1306       description: oam network route 1
1307       default: 155.165.201.250/32,107.250.172.1
1308     oam_network_route_2:
1309       label: oam network route 2
1310       hidden: false
1311       immutable: false
1312       annotations:
1313         source:
1314           type: org.openecomp.annotations.Source
1315           properties:
1316             vf_module_label:
1317             - MMSC_Capacity_Line
1318             source_type: HEAT
1319             param_name: oam_network_route_2
1320       type: string
1321       description: oam network route 2
1322       default: 155.165.194.100/32,107.250.172.1
1323     mms_traffic_net_name:
1324       label: Name of MMS traffic network
1325       hidden: false
1326       immutable: false
1327       annotations:
1328         source:
1329           type: org.openecomp.annotations.Source
1330           properties:
1331             vf_module_label:
1332             - MMSC_Capacity_Line
1333             source_type: HEAT
1334             param_name: mms_traffic_net_name
1335       type: string
1336       description: Name of MMS traffic network
1337       default: int_mms_mms_traffic_net_2
1338     nems_user_web_name:
1339       label: nems user web name
1340       hidden: false
1341       immutable: false
1342       annotations:
1343         source:
1344           type: org.openecomp.annotations.Source
1345           properties:
1346             vf_module_label:
1347             - MMSC_Capacity_Line
1348             source_type: HEAT
1349             param_name: nems_user_web_name
1350       type: string
1351       description: nems user web name
1352       default: int_mms_nems_web_net_2
1353     eca_traffic_net_floating_ip:
1354       label: eca traffic floating ip
1355       hidden: false
1356       immutable: false
1357       annotations:
1358         source:
1359           type: org.openecomp.annotations.Source
1360           properties:
1361             vf_module_label:
1362             - MMSC_Capacity_Line
1363             source_type: HEAT
1364             param_name: eca_traffic_net_floating_ip
1365       type: string
1366       description: eca traffic floating ip
1367       default: 172.26.5.5
1368     eca_traffic_end:
1369       label: eca traffic end
1370       hidden: false
1371       immutable: false
1372       annotations:
1373         source:
1374           type: org.openecomp.annotations.Source
1375           properties:
1376             vf_module_label:
1377             - MMSC_Capacity_Line
1378             source_type: HEAT
1379             param_name: eca_traffic_end
1380       type: string
1381       description: eca traffic end
1382       default: 172.26.5.254
1383     eca_trx_flavor:
1384       label: Flavor for ECA TRX server
1385       hidden: false
1386       immutable: false
1387       annotations:
1388         source:
1389           type: org.openecomp.annotations.Source
1390           properties:
1391             vf_module_label:
1392             - MMSC_Capacity_Line
1393             source_type: HEAT
1394             param_name: eca_trx_flavor
1395       type: string
1396       description: Flavor for ECA TRX server
1397       default: m1.xlarge
1398     lb_oam_ips:
1399       label: management network ips for mmsc lb
1400       hidden: false
1401       immutable: false
1402       annotations:
1403         source:
1404           type: org.openecomp.annotations.Source
1405           properties:
1406             vf_module_label:
1407             - MMSC_Capacity_Line
1408             source_type: HEAT
1409             param_name: lb_oam_ips
1410       type: list
1411       description: the ips of the management network for mmsc lb
1412       default:
1413       - 107.250.172.50
1414       - 107.250.172.51
1415       entry_schema:
1416         type: string
1417     nems_fe_oam_ips:
1418       label: OAM_net IP for NEMS_FE
1419       hidden: false
1420       immutable: false
1421       annotations:
1422         source:
1423           type: org.openecomp.annotations.Source
1424           properties:
1425             vf_module_label:
1426             - MMSC_Capacity_Line
1427             source_type: HEAT
1428             param_name: nems_fe_oam_ips
1429       type: list
1430       description: OAM_net IP for NEMS_FE
1431       default:
1432       - 107.250.172.64
1433       - 107.250.172.65
1434       entry_schema:
1435         type: string
1436     nems_be_flavor:
1437       label: Flavor for NEMS BE server
1438       hidden: false
1439       immutable: false
1440       annotations:
1441         source:
1442           type: org.openecomp.annotations.Source
1443           properties:
1444             vf_module_label:
1445             - MMSC_Capacity_Line
1446             source_type: HEAT
1447             param_name: nems_be_flavor
1448       type: string
1449       description: Flavor for NEMS BE server
1450       default: m1.large2
1451     lb_cor_direct_ips:
1452       label: cor direct network local ips for lb VM
1453       hidden: false
1454       immutable: false
1455       annotations:
1456         source:
1457           type: org.openecomp.annotations.Source
1458           properties:
1459             vf_module_label:
1460             - MMSC_Capacity_Line
1461             source_type: HEAT
1462             param_name: lb_cor_direct_ips
1463       type: list
1464       description: local ips of cor direct network for lb VM
1465       default:
1466       - 172.31.10.19
1467       - 172.31.10.20
1468       entry_schema:
1469         type: string
1470     nems_traffic_name:
1471       label: nems traffic name
1472       hidden: false
1473       immutable: false
1474       annotations:
1475         source:
1476           type: org.openecomp.annotations.Source
1477           properties:
1478             vf_module_label:
1479             - MMSC_Capacity_Line
1480             source_type: HEAT
1481             param_name: nems_traffic_name
1482       type: string
1483       description: nems traffic name
1484       default: int_mms_nems_traffic_net_2
1485     timezone:
1486       label: timezone
1487       hidden: false
1488       immutable: false
1489       annotations:
1490         source:
1491           type: org.openecomp.annotations.Source
1492           properties:
1493             vf_module_label:
1494             - cmaui
1495             - MMSC_Capacity_Line
1496             source_type: HEAT
1497             param_name: timezone
1498       type: string
1499       description: timezone
1500       default: UTC
1501     cmaui_cinder_volume_size:
1502       label: CMAUI Cinder volume size
1503       hidden: false
1504       immutable: false
1505       annotations:
1506         source:
1507           type: org.openecomp.annotations.Source
1508           properties:
1509             vf_module_label:
1510             - cmaui
1511             source_type: HEAT
1512             param_name: cmaui_cinder_volume_size
1513       type: float
1514       description: the size of the CMAUI Cinder volume
1515       default: 55
1516     nems_user_web_start:
1517       label: nems user web start
1518       hidden: false
1519       immutable: false
1520       annotations:
1521         source:
1522           type: org.openecomp.annotations.Source
1523           properties:
1524             vf_module_label:
1525             - MMSC_Capacity_Line
1526             source_type: HEAT
1527             param_name: nems_user_web_start
1528       type: string
1529       description: nems user web end
1530       default: 172.26.4.3
1531     mmsc_names:
1532       label: MMSC server names
1533       hidden: false
1534       immutable: false
1535       annotations:
1536         source:
1537           type: org.openecomp.annotations.Source
1538           properties:
1539             vf_module_label:
1540             - MMSC_Capacity_Line
1541             source_type: HEAT
1542             param_name: mmsc_names
1543       type: list
1544       description: MMSC server names
1545       default:
1546       - ZRDM1MMSC03MMS001
1547       - ZRDM1MMSC03MMS002
1548       - ZRDM1MMSC03MMS003
1549       - ZRDM1MMSC03MMS004
1550       - ZRDM1MMSC03MMS005
1551       entry_schema:
1552         type: string
1553     eca_mgmt_net_name:
1554       label: eca management network ID
1555       hidden: false
1556       immutable: false
1557       annotations:
1558         source:
1559           type: org.openecomp.annotations.Source
1560           properties:
1561             vf_module_label:
1562             - MMSC_Capacity_Line
1563             source_type: HEAT
1564             param_name: eca_mgmt_net_name
1565       type: string
1566       description: Network ID for eca management
1567       default: int_eca_mgmt_net_1
1568     eca_traffic_name:
1569       label: eca traffic name
1570       hidden: false
1571       immutable: false
1572       annotations:
1573         source:
1574           type: org.openecomp.annotations.Source
1575           properties:
1576             vf_module_label:
1577             - MMSC_Capacity_Line
1578             source_type: HEAT
1579             param_name: eca_traffic_name
1580       type: string
1581       description: eca traffic name
1582       default: int_mms_eca_traffic_net_2
1583     nems_internal_end:
1584       label: nems internal end
1585       hidden: false
1586       immutable: false
1587       annotations:
1588         source:
1589           type: org.openecomp.annotations.Source
1590           properties:
1591             vf_module_label:
1592             - MMSC_Capacity_Line
1593             source_type: HEAT
1594             param_name: nems_internal_end
1595       type: string
1596       description: nems internal end
1597       default: 172.26.6.254
1598     nems_be_nems_internal_net_ips:
1599       label: nems internal net IPs for NEMS_BE
1600       hidden: false
1601       immutable: false
1602       annotations:
1603         source:
1604           type: org.openecomp.annotations.Source
1605           properties:
1606             vf_module_label:
1607             - MMSC_Capacity_Line
1608             source_type: HEAT
1609             param_name: nems_be_nems_internal_net_ips
1610       type: string
1611       description: nems internal net IPs for NEMS_BE
1612       default: 172.26.6.13
1613     mmsc_dmz_protected_virtual_server_ips:
1614       label: mmsc dmz_protected virtual server ips
1615       hidden: false
1616       immutable: false
1617       annotations:
1618         source:
1619           type: org.openecomp.annotations.Source
1620           properties:
1621             vf_module_label:
1622             - MMSC_Capacity_Line
1623             source_type: HEAT
1624             param_name: mmsc_dmz_protected_virtual_server_ips
1625       type: list
1626       description: mmsc dmz_protected virtual server ips
1627       default:
1628       - 107.239.14.21
1629       - 107.239.14.22
1630       - 107.239.14.23
1631       entry_schema:
1632         type: string
1633     cor_direct_net_name:
1634       label: cor direct net UID
1635       hidden: false
1636       immutable: false
1637       annotations:
1638         source:
1639           type: org.openecomp.annotations.Source
1640           properties:
1641             vf_module_label:
1642             - MMSC_Capacity_Line
1643             source_type: HEAT
1644             param_name: cor_direct_net_name
1645       type: string
1646       description: cor direct net
1647       default: cor_direct_net_0
1648     vnf_id:
1649       hidden: false
1650       immutable: false
1651       annotations:
1652         source:
1653           type: org.openecomp.annotations.Source
1654           properties:
1655             vf_module_label:
1656             - cmaui
1657             - MMSC_Capacity_Line
1658             source_type: HEAT
1659             param_name: vnf_id
1660       type: string
1661       description: Unique ID for this VNF instance
1662       default: This_is_ths_MMSC-CMAUI_id
1663     oam_network_gateway:
1664       label: oam network gateway
1665       hidden: false
1666       immutable: false
1667       annotations:
1668         source:
1669           type: org.openecomp.annotations.Source
1670           properties:
1671             vf_module_label:
1672             - cmaui
1673             - MMSC_Capacity_Line
1674             source_type: HEAT
1675             param_name: oam_network_gateway
1676       type: string
1677       description: oam network gateway
1678       default: 10.20.30.1
1679     mmsc_flavor:
1680       label: Flavor for MMSC server
1681       hidden: false
1682       immutable: false
1683       annotations:
1684         source:
1685           type: org.openecomp.annotations.Source
1686           properties:
1687             vf_module_label:
1688             - MMSC_Capacity_Line
1689             source_type: HEAT
1690             param_name: mmsc_flavor
1691       type: string
1692       description: Flavor for MMSC server
1693       default: lc.4xlarge4
1694     ha_net_end:
1695       label: ha net end
1696       hidden: false
1697       immutable: false
1698       annotations:
1699         source:
1700           type: org.openecomp.annotations.Source
1701           properties:
1702             vf_module_label:
1703             - MMSC_Capacity_Line
1704             source_type: HEAT
1705             param_name: ha_net_end
1706       type: string
1707       description: ha net end
1708       default: 172.26.1.254
1709     nems_imap_netmask:
1710       label: nems imap subnet mask
1711       hidden: false
1712       immutable: false
1713       annotations:
1714         source:
1715           type: org.openecomp.annotations.Source
1716           properties:
1717             vf_module_label:
1718             - MMSC_Capacity_Line
1719             source_type: HEAT
1720             param_name: nems_imap_netmask
1721       type: string
1722       description: nems imap subnet mask
1723       default: 255.255.255.0
1724     external_dns:
1725       label: dns server
1726       hidden: false
1727       immutable: false
1728       annotations:
1729         source:
1730           type: org.openecomp.annotations.Source
1731           properties:
1732             vf_module_label:
1733             - cmaui
1734             - MMSC_Capacity_Line
1735             source_type: HEAT
1736             param_name: external_dns
1737       type: string
1738       description: dns server
1739       default: 155.165.201.250
1740     eca_traffic_net_gateway:
1741       label: eca_traffic network gateway
1742       hidden: false
1743       immutable: false
1744       annotations:
1745         source:
1746           type: org.openecomp.annotations.Source
1747           properties:
1748             vf_module_label:
1749             - MMSC_Capacity_Line
1750             source_type: HEAT
1751             param_name: eca_traffic_net_gateway
1752       type: string
1753       description: eca_traffic network gateway
1754       default: 172.26.5.1
1755     nems_be_oam_ips:
1756       label: OAM net IPs for NEMS_BE
1757       hidden: false
1758       immutable: false
1759       annotations:
1760         source:
1761           type: org.openecomp.annotations.Source
1762           properties:
1763             vf_module_label:
1764             - MMSC_Capacity_Line
1765             source_type: HEAT
1766             param_name: nems_be_oam_ips
1767       type: string
1768       description: OAM net IPs for NEMS_BE
1769       default: 107.250.172.66
1770     eca_trx_oam_ips:
1771       label: OAM net IP for ECA_TRX
1772       hidden: false
1773       immutable: false
1774       annotations:
1775         source:
1776           type: org.openecomp.annotations.Source
1777           properties:
1778             vf_module_label:
1779             - MMSC_Capacity_Line
1780             source_type: HEAT
1781             param_name: eca_trx_oam_ips
1782       type: list
1783       description: OAM net IP for ECA_TRX
1784       default:
1785       - 107.250.172.70
1786       - 107.250.172.71
1787       - 107.250.172.72
1788       - 107.250.172.73
1789       - 107.250.172.74
1790       - 107.250.172.75
1791       - 107.250.172.76
1792       - 107.250.172.77
1793       - 107.250.172.78
1794       - 107.250.172.79
1795       - 107.250.172.80
1796       - 107.250.172.81
1797       - 107.250.172.82
1798       - 107.250.172.83
1799       - 107.250.172.84
1800       - 107.250.172.85
1801       - 107.250.172.86
1802       - 107.250.172.87
1803       - 107.250.172.88
1804       - 107.250.172.89
1805       entry_schema:
1806         type: string
1807     mmsc_image:
1808       label: Image for MMSC server
1809       hidden: false
1810       immutable: false
1811       annotations:
1812         source:
1813           type: org.openecomp.annotations.Source
1814           properties:
1815             vf_module_label:
1816             - MMSC_Capacity_Line
1817             source_type: HEAT
1818             param_name: mmsc_image
1819       type: string
1820       description: Image for MMSC server
1821       default: mmsc-6.0.2_v5
1822     nems_imap_cidr:
1823       label: nems imap cidr
1824       hidden: false
1825       immutable: false
1826       annotations:
1827         source:
1828           type: org.openecomp.annotations.Source
1829           properties:
1830             vf_module_label:
1831             - MMSC_Capacity_Line
1832             source_type: HEAT
1833             param_name: nems_imap_cidr
1834       type: string
1835       description: nems imap cidr
1836       default: 172.26.7.0/24
1837     eca_traffic_netmask:
1838       label: ECA traffic network subnet mask
1839       hidden: false
1840       immutable: false
1841       annotations:
1842         source:
1843           type: org.openecomp.annotations.Source
1844           properties:
1845             vf_module_label:
1846             - MMSC_Capacity_Line
1847             source_type: HEAT
1848             param_name: eca_traffic_netmask
1849       type: string
1850       description: ECA traffic network subnet mask
1851       default: 255.255.255.0
1852     nems_fe_node_roles:
1853       label: nems fe node roles
1854       hidden: false
1855       immutable: false
1856       annotations:
1857         source:
1858           type: org.openecomp.annotations.Source
1859           properties:
1860             vf_module_label:
1861             - MMSC_Capacity_Line
1862             source_type: HEAT
1863             param_name: nems_fe_node_roles
1864       type: list
1865       description: nems fe node roles
1866       default:
1867       - FE0
1868       - FE1
1869       entry_schema:
1870         type: string
1871     mmsc_mms_traffic_net_ips:
1872       label: MMSC mms_traffic_net IP addresses
1873       hidden: false
1874       immutable: false
1875       annotations:
1876         source:
1877           type: org.openecomp.annotations.Source
1878           properties:
1879             vf_module_label:
1880             - MMSC_Capacity_Line
1881             source_type: HEAT
1882             param_name: mmsc_mms_traffic_net_ips
1883       type: list
1884       description: MMSC mms_traffic_net IP addresses
1885       default:
1886       - 172.26.2.11
1887       - 172.26.2.12
1888       - 172.26.2.13
1889       - 172.26.2.14
1890       - 172.26.2.15
1891       entry_schema:
1892         type: string
1893     nems_traffic_net_floating_ip:
1894       label: nems traffic floating ip
1895       hidden: false
1896       immutable: false
1897       annotations:
1898         source:
1899           type: org.openecomp.annotations.Source
1900           properties:
1901             vf_module_label:
1902             - MMSC_Capacity_Line
1903             source_type: HEAT
1904             param_name: nems_traffic_net_floating_ip
1905       type: string
1906       description: nems traffic floating ip
1907       default: 172.26.3.5
1908     mms_traffic_net_gateway:
1909       label: MMS traffic network gateway address
1910       hidden: false
1911       immutable: false
1912       annotations:
1913         source:
1914           type: org.openecomp.annotations.Source
1915           properties:
1916             vf_module_label:
1917             - MMSC_Capacity_Line
1918             source_type: HEAT
1919             param_name: mms_traffic_net_gateway
1920       type: string
1921       description: MMS traffic network gateway address
1922       default: 172.26.2.1
1923     nems_fe_image:
1924       label: Image for NEMS FE server
1925       hidden: false
1926       immutable: false
1927       annotations:
1928         source:
1929           type: org.openecomp.annotations.Source
1930           properties:
1931             vf_module_label:
1932             - MMSC_Capacity_Line
1933             source_type: HEAT
1934             param_name: nems_fe_image
1935       type: string
1936       description: Image for NEMS FE server
1937       default: nems-2.1.2_v29
1938     mmsc_oam_ips:
1939       label: MMSC oam_net IP addresses
1940       hidden: false
1941       immutable: false
1942       annotations:
1943         source:
1944           type: org.openecomp.annotations.Source
1945           properties:
1946             vf_module_label:
1947             - MMSC_Capacity_Line
1948             source_type: HEAT
1949             param_name: mmsc_oam_ips
1950       type: list
1951       description: MMSC oam_net IP addresses
1952       default:
1953       - 107.250.172.54
1954       - 107.250.172.55
1955       - 107.250.172.56
1956       - 107.250.172.57
1957       - 107.250.172.58
1958       entry_schema:
1959         type: string
1960     eca_mgmt_name:
1961       label: eca management name
1962       hidden: false
1963       immutable: false
1964       annotations:
1965         source:
1966           type: org.openecomp.annotations.Source
1967           properties:
1968             vf_module_label:
1969             - SG_ECA_MGMT
1970             source_type: HEAT
1971             param_name: eca_mgmt_name
1972       type: string
1973       description: eca management name
1974       default: int_eca_mgmt_net_1
1975     nems_traffic_cidr:
1976       label: nems traffic cidr
1977       hidden: false
1978       immutable: false
1979       annotations:
1980         source:
1981           type: org.openecomp.annotations.Source
1982           properties:
1983             vf_module_label:
1984             - MMSC_Capacity_Line
1985             source_type: HEAT
1986             param_name: nems_traffic_cidr
1987       type: string
1988       description: nems traffic cidr
1989       default: 172.26.3.0/24
1990     nems_be_node_roles:
1991       label: nems node roles
1992       hidden: false
1993       immutable: false
1994       annotations:
1995         source:
1996           type: org.openecomp.annotations.Source
1997           properties:
1998             vf_module_label:
1999             - MMSC_Capacity_Line
2000             source_type: HEAT
2001             param_name: nems_be_node_roles
2002       type: string
2003       description: nems node roles
2004       default: BE0
2005     mmsc_core_snat_ips:
2006       label: mmsc core snat ips
2007       hidden: false
2008       immutable: false
2009       annotations:
2010         source:
2011           type: org.openecomp.annotations.Source
2012           properties:
2013             vf_module_label:
2014             - MMSC_Capacity_Line
2015             source_type: HEAT
2016             param_name: mmsc_core_snat_ips
2017       type: list
2018       description: mmsc core snat ips
2019       default:
2020       - 172.31.10.23
2021       - 172.31.10.24
2022       - 172.31.10.25
2023       - 172.31.10.26
2024       - 172.31.10.27
2025       entry_schema:
2026         type: string
2027     nems_user_web_net_floating_ip:
2028       label: nems user web floating ip
2029       hidden: false
2030       immutable: false
2031       annotations:
2032         source:
2033           type: org.openecomp.annotations.Source
2034           properties:
2035             vf_module_label:
2036             - MMSC_Capacity_Line
2037             source_type: HEAT
2038             param_name: nems_user_web_net_floating_ip
2039       type: string
2040       description: nems user web floating ip
2041       default: 172.26.4.5
2042   node_templates:
2043     server_eca_trx9:
2044       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
2045       properties:
2046         flavor:
2047           get_input: eca_trx_flavor
2048         availability_zone:
2049           get_input: availability_zone_0
2050         image:
2051           get_input: eca_trx_image
2052         metadata:
2053           vnf_id:
2054             get_input: vnf_id
2055         name:
2056           get_input:
2057           - eca_trx_names
2058           - 8
2059     server_eca_trx8:
2060       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
2061       properties:
2062         flavor:
2063           get_input: eca_trx_flavor
2064         availability_zone:
2065           get_input: availability_zone_0
2066         image:
2067           get_input: eca_trx_image
2068         metadata:
2069           vnf_id:
2070             get_input: vnf_id
2071         name:
2072           get_input:
2073           - eca_trx_names
2074           - 7
2075     server_eca_trx7:
2076       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
2077       properties:
2078         flavor:
2079           get_input: eca_trx_flavor
2080         availability_zone:
2081           get_input: availability_zone_0
2082         image:
2083           get_input: eca_trx_image
2084         metadata:
2085           vnf_id:
2086             get_input: vnf_id
2087         name:
2088           get_input:
2089           - eca_trx_names
2090           - 6
2091     server_eca_trx6:
2092       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
2093       properties:
2094         flavor:
2095           get_input: eca_trx_flavor
2096         availability_zone:
2097           get_input: availability_zone_0
2098         image:
2099           get_input: eca_trx_image
2100         metadata:
2101           vnf_id:
2102             get_input: vnf_id
2103         name:
2104           get_input:
2105           - eca_trx_names
2106           - 5
2107     server_eca_trx5:
2108       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
2109       properties:
2110         flavor:
2111           get_input: eca_trx_flavor
2112         availability_zone:
2113           get_input: availability_zone_0
2114         image:
2115           get_input: eca_trx_image
2116         metadata:
2117           vnf_id:
2118             get_input: vnf_id
2119         name:
2120           get_input:
2121           - eca_trx_names
2122           - 4
2123     nems_internal_net:
2124       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
2125       properties:
2126         network_name:
2127           get_input: nems_internal_name
2128         subnets:
2129           nems_internal_network_ip_subnet:
2130             name:
2131               get_input: nems_internal_name
2132             cidr:
2133               get_input: nems_internal_cidr
2134             allocation_pools:
2135             - start:
2136                 get_input: nems_internal_start
2137               end:
2138                 get_input: nems_internal_end
2139     server_eca_trx4:
2140       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
2141       properties:
2142         flavor:
2143           get_input: eca_trx_flavor
2144         availability_zone:
2145           get_input: availability_zone_0
2146         image:
2147           get_input: eca_trx_image
2148         metadata:
2149           vnf_id:
2150             get_input: vnf_id
2151         name:
2152           get_input:
2153           - eca_trx_names
2154           - 3
2155     server_eca_trx3:
2156       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
2157       properties:
2158         flavor:
2159           get_input: eca_trx_flavor
2160         availability_zone:
2161           get_input: availability_zone_0
2162         image:
2163           get_input: eca_trx_image
2164         metadata:
2165           vnf_id:
2166             get_input: vnf_id
2167         name:
2168           get_input:
2169           - eca_trx_names
2170           - 2
2171     server_eca_trx2:
2172       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
2173       properties:
2174         flavor:
2175           get_input: eca_trx_flavor
2176         availability_zone:
2177           get_input: availability_zone_0
2178         image:
2179           get_input: eca_trx_image
2180         metadata:
2181           vnf_id:
2182             get_input: vnf_id
2183         name:
2184           get_input:
2185           - eca_trx_names
2186           - 1
2187     lb1_mgmt_port:
2188       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2189       properties:
2190         replacement_policy: AUTO
2191         ip_requirements:
2192         - ip_version: 4
2193           ip_count_required:
2194             is_required: true
2195           floating_ip_count_required:
2196             is_required: false
2197         - ip_version: 6
2198           ip_count_required:
2199             is_required: false
2200           floating_ip_count_required:
2201             is_required: false
2202         security_groups:
2203         - get_input: security_group_name
2204         fixed_ips:
2205         - ip_address:
2206             get_input:
2207             - lb_oam_ips
2208             - 0
2209         mac_requirements:
2210           mac_count_required:
2211             is_required: false
2212         network_role_tag: oam
2213         network:
2214           get_input: oam_net_name
2215       requirements:
2216       - binding:
2217           capability: tosca.capabilities.network.Bindable
2218           node: lb1_instance
2219           relationship: tosca.relationships.network.BindsTo
2220     lb2_mms_traffic_port:
2221       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2222       properties:
2223         replacement_policy: AUTO
2224         ip_requirements:
2225         - ip_version: 4
2226           ip_count_required:
2227             is_required: true
2228           floating_ip_count_required:
2229             is_required: true
2230         - ip_version: 6
2231           ip_count_required:
2232             is_required: false
2233           floating_ip_count_required:
2234             is_required: false
2235         security_groups:
2236         - get_input: security_group_name
2237         fixed_ips:
2238         - ip_address:
2239             get_input: mms_traffic_net_local_ip2
2240         mac_requirements:
2241           mac_count_required:
2242             is_required: false
2243         allowed_address_pairs:
2244         - ip_address:
2245             get_input: mms_traffic_net_floating_ip
2246         network: mms_traffic_net
2247       requirements:
2248       - link:
2249           capability: tosca.capabilities.network.Linkable
2250           node: mms_traffic_net
2251           relationship: tosca.relationships.network.LinksTo
2252       - binding:
2253           capability: tosca.capabilities.network.Bindable
2254           node: lb2_instance
2255           relationship: tosca.relationships.network.BindsTo
2256     nems_fe1_port_1:
2257       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2258       properties:
2259         replacement_policy: AUTO
2260         ip_requirements:
2261         - ip_version: 4
2262           ip_count_required:
2263             is_required: true
2264           floating_ip_count_required:
2265             is_required: false
2266         - ip_version: 6
2267           ip_count_required:
2268             is_required: false
2269           floating_ip_count_required:
2270             is_required: false
2271         security_groups:
2272         - get_input: security_group_name
2273         fixed_ips:
2274         - ip_address:
2275             get_input:
2276             - nems_fe_nems_traffic_net_ips
2277             - 0
2278         mac_requirements:
2279           mac_count_required:
2280             is_required: false
2281         network: nems_traffic_net
2282       requirements:
2283       - link:
2284           capability: tosca.capabilities.network.Linkable
2285           node: nems_traffic_net
2286           relationship: tosca.relationships.network.LinksTo
2287       - binding:
2288           capability: tosca.capabilities.network.Bindable
2289           node: server_nems_fe1
2290           relationship: tosca.relationships.network.BindsTo
2291     nems_fe2_port_3:
2292       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2293       properties:
2294         replacement_policy: AUTO
2295         ip_requirements:
2296         - ip_version: 4
2297           ip_count_required:
2298             is_required: true
2299           floating_ip_count_required:
2300             is_required: false
2301         - ip_version: 6
2302           ip_count_required:
2303             is_required: false
2304           floating_ip_count_required:
2305             is_required: false
2306         security_groups:
2307         - get_input: security_group_name
2308         fixed_ips:
2309         - ip_address:
2310             get_input:
2311             - nems_fe_nems_internal_net_ips
2312             - 1
2313         mac_requirements:
2314           mac_count_required:
2315             is_required: false
2316         network: nems_internal_net
2317       requirements:
2318       - link:
2319           capability: tosca.capabilities.network.Linkable
2320           node: nems_internal_net
2321           relationship: tosca.relationships.network.LinksTo
2322       - binding:
2323           capability: tosca.capabilities.network.Bindable
2324           node: server_nems_fe2
2325           relationship: tosca.relationships.network.BindsTo
2326     server_eca_trx1:
2327       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
2328       properties:
2329         flavor:
2330           get_input: eca_trx_flavor
2331         availability_zone:
2332           get_input: availability_zone_0
2333         image:
2334           get_input: eca_trx_image
2335         metadata:
2336           vnf_id:
2337             get_input: vnf_id
2338         name:
2339           get_input:
2340           - eca_trx_names
2341           - 0
2342     nems_fe1_port_2:
2343       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2344       properties:
2345         replacement_policy: AUTO
2346         ip_requirements:
2347         - ip_version: 4
2348           ip_count_required:
2349             is_required: true
2350           floating_ip_count_required:
2351             is_required: false
2352         - ip_version: 6
2353           ip_count_required:
2354             is_required: false
2355           floating_ip_count_required:
2356             is_required: false
2357         security_groups:
2358         - get_input: security_group_name
2359         fixed_ips:
2360         - ip_address:
2361             get_input:
2362             - nems_fe_nems_user_web_net_ips
2363             - 0
2364         mac_requirements:
2365           mac_count_required:
2366             is_required: false
2367         network: nems_user_web_net
2368       requirements:
2369       - link:
2370           capability: tosca.capabilities.network.Linkable
2371           node: nems_user_web_net
2372           relationship: tosca.relationships.network.LinksTo
2373       - binding:
2374           capability: tosca.capabilities.network.Bindable
2375           node: server_nems_fe1
2376           relationship: tosca.relationships.network.BindsTo
2377     nems_fe2_port_2:
2378       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2379       properties:
2380         replacement_policy: AUTO
2381         ip_requirements:
2382         - ip_version: 4
2383           ip_count_required:
2384             is_required: true
2385           floating_ip_count_required:
2386             is_required: false
2387         - ip_version: 6
2388           ip_count_required:
2389             is_required: false
2390           floating_ip_count_required:
2391             is_required: false
2392         security_groups:
2393         - get_input: security_group_name
2394         fixed_ips:
2395         - ip_address:
2396             get_input:
2397             - nems_fe_nems_user_web_net_ips
2398             - 1
2399         mac_requirements:
2400           mac_count_required:
2401             is_required: false
2402         network: nems_user_web_net
2403       requirements:
2404       - link:
2405           capability: tosca.capabilities.network.Linkable
2406           node: nems_user_web_net
2407           relationship: tosca.relationships.network.LinksTo
2408       - binding:
2409           capability: tosca.capabilities.network.Bindable
2410           node: server_nems_fe2
2411           relationship: tosca.relationships.network.BindsTo
2412     nems_fe2_port_1:
2413       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2414       properties:
2415         replacement_policy: AUTO
2416         ip_requirements:
2417         - ip_version: 4
2418           ip_count_required:
2419             is_required: true
2420           floating_ip_count_required:
2421             is_required: false
2422         - ip_version: 6
2423           ip_count_required:
2424             is_required: false
2425           floating_ip_count_required:
2426             is_required: false
2427         security_groups:
2428         - get_input: security_group_name
2429         fixed_ips:
2430         - ip_address:
2431             get_input:
2432             - nems_fe_nems_traffic_net_ips
2433             - 1
2434         mac_requirements:
2435           mac_count_required:
2436             is_required: false
2437         network: nems_traffic_net
2438       requirements:
2439       - link:
2440           capability: tosca.capabilities.network.Linkable
2441           node: nems_traffic_net
2442           relationship: tosca.relationships.network.LinksTo
2443       - binding:
2444           capability: tosca.capabilities.network.Bindable
2445           node: server_nems_fe2
2446           relationship: tosca.relationships.network.BindsTo
2447     nems_fe1_port_0:
2448       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2449       properties:
2450         replacement_policy: AUTO
2451         ip_requirements:
2452         - ip_version: 4
2453           ip_count_required:
2454             is_required: true
2455           floating_ip_count_required:
2456             is_required: false
2457         - ip_version: 6
2458           ip_count_required:
2459             is_required: false
2460           floating_ip_count_required:
2461             is_required: false
2462         security_groups:
2463         - get_input: security_group_name
2464         fixed_ips:
2465         - ip_address:
2466             get_input:
2467             - nems_fe_oam_ips
2468             - 0
2469         mac_requirements:
2470           mac_count_required:
2471             is_required: false
2472         network_role_tag: oam
2473         network:
2474           get_input: oam_net_name
2475       requirements:
2476       - binding:
2477           capability: tosca.capabilities.network.Bindable
2478           node: server_nems_fe1
2479           relationship: tosca.relationships.network.BindsTo
2480     nems_fe2_port_0:
2481       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2482       properties:
2483         replacement_policy: AUTO
2484         ip_requirements:
2485         - ip_version: 4
2486           ip_count_required:
2487             is_required: true
2488           floating_ip_count_required:
2489             is_required: false
2490         - ip_version: 6
2491           ip_count_required:
2492             is_required: false
2493           floating_ip_count_required:
2494             is_required: false
2495         security_groups:
2496         - get_input: security_group_name
2497         fixed_ips:
2498         - ip_address:
2499             get_input:
2500             - nems_fe_oam_ips
2501             - 1
2502         mac_requirements:
2503           mac_count_required:
2504             is_required: false
2505         network_role_tag: oam
2506         network:
2507           get_input: oam_net_name
2508       requirements:
2509       - binding:
2510           capability: tosca.capabilities.network.Bindable
2511           node: server_nems_fe2
2512           relationship: tosca.relationships.network.BindsTo
2513     nems_fe1_port_3:
2514       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2515       properties:
2516         replacement_policy: AUTO
2517         ip_requirements:
2518         - ip_version: 4
2519           ip_count_required:
2520             is_required: true
2521           floating_ip_count_required:
2522             is_required: false
2523         - ip_version: 6
2524           ip_count_required:
2525             is_required: false
2526           floating_ip_count_required:
2527             is_required: false
2528         security_groups:
2529         - get_input: security_group_name
2530         fixed_ips:
2531         - ip_address:
2532             get_input:
2533             - nems_fe_nems_internal_net_ips
2534             - 0
2535         mac_requirements:
2536           mac_count_required:
2537             is_required: false
2538         network: nems_internal_net
2539       requirements:
2540       - link:
2541           capability: tosca.capabilities.network.Linkable
2542           node: nems_internal_net
2543           relationship: tosca.relationships.network.LinksTo
2544       - binding:
2545           capability: tosca.capabilities.network.Bindable
2546           node: server_nems_fe1
2547           relationship: tosca.relationships.network.BindsTo
2548     nems_fe1_port_4:
2549       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2550       properties:
2551         replacement_policy: AUTO
2552         ip_requirements:
2553         - ip_version: 4
2554           ip_count_required:
2555             is_required: true
2556           floating_ip_count_required:
2557             is_required: false
2558         - ip_version: 6
2559           ip_count_required:
2560             is_required: false
2561           floating_ip_count_required:
2562             is_required: false
2563         security_groups:
2564         - get_input: security_group_name
2565         fixed_ips:
2566         - ip_address:
2567             get_input:
2568             - nems_fe_nems_imap_net_ips
2569             - 0
2570         mac_requirements:
2571           mac_count_required:
2572             is_required: false
2573         network: nems_imap_net
2574       requirements:
2575       - link:
2576           capability: tosca.capabilities.network.Linkable
2577           node: nems_imap_net
2578           relationship: tosca.relationships.network.LinksTo
2579       - binding:
2580           capability: tosca.capabilities.network.Bindable
2581           node: server_nems_fe1
2582           relationship: tosca.relationships.network.BindsTo
2583     nems_fe2_port_4:
2584       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2585       properties:
2586         replacement_policy: AUTO
2587         ip_requirements:
2588         - ip_version: 4
2589           ip_count_required:
2590             is_required: true
2591           floating_ip_count_required:
2592             is_required: false
2593         - ip_version: 6
2594           ip_count_required:
2595             is_required: false
2596           floating_ip_count_required:
2597             is_required: false
2598         security_groups:
2599         - get_input: security_group_name
2600         fixed_ips:
2601         - ip_address:
2602             get_input:
2603             - nems_fe_nems_imap_net_ips
2604             - 1
2605         mac_requirements:
2606           mac_count_required:
2607             is_required: false
2608         network: nems_imap_net
2609       requirements:
2610       - link:
2611           capability: tosca.capabilities.network.Linkable
2612           node: nems_imap_net
2613           relationship: tosca.relationships.network.LinksTo
2614       - binding:
2615           capability: tosca.capabilities.network.Bindable
2616           node: server_nems_fe2
2617           relationship: tosca.relationships.network.BindsTo
2618     mms_security_group:
2619       type: org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules
2620       properties:
2621         name:
2622           get_input: security_group_name
2623         description: mmsc security group
2624         rules:
2625         - protocol: tcp
2626           ethertype: IPv4
2627           port_range_max: 65535
2628           remote_ip_prefix: 0.0.0.0/0
2629           direction: egress
2630           port_range_min: 1
2631         - protocol: udp
2632           ethertype: IPv4
2633           port_range_max: 65535
2634           remote_ip_prefix: 0.0.0.0/0
2635           direction: egress
2636           port_range_min: 1
2637         - protocol: icmp
2638           ethertype: IPv4
2639           remote_ip_prefix: 0.0.0.0/0
2640           direction: egress
2641         - protocol: tcp
2642           ethertype: IPv4
2643           port_range_max: 65535
2644           remote_ip_prefix: 0.0.0.0/0
2645           direction: ingress
2646           port_range_min: 1
2647         - protocol: udp
2648           ethertype: IPv4
2649           port_range_max: 65535
2650           remote_ip_prefix: 0.0.0.0/0
2651           direction: ingress
2652           port_range_min: 1
2653         - protocol: icmp
2654           ethertype: IPv4
2655           remote_ip_prefix: 0.0.0.0/0
2656           direction: ingress
2657     mmsc4_volume:
2658       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
2659       properties:
2660         volume_type:
2661           get_input: MMSC_volume_type
2662         size: '(get_input : mmsc_cinder_volume_size) * 1024'
2663     lb2_eca_traffic_port:
2664       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2665       properties:
2666         replacement_policy: AUTO
2667         ip_requirements:
2668         - ip_version: 4
2669           ip_count_required:
2670             is_required: true
2671           floating_ip_count_required:
2672             is_required: true
2673         - ip_version: 6
2674           ip_count_required:
2675             is_required: false
2676           floating_ip_count_required:
2677             is_required: false
2678         security_groups:
2679         - get_input: security_group_name
2680         fixed_ips:
2681         - ip_address:
2682             get_input: eca_traffic_net_local_ip2
2683         mac_requirements:
2684           mac_count_required:
2685             is_required: false
2686         allowed_address_pairs:
2687         - ip_address:
2688             get_input: eca_traffic_net_floating_ip
2689         network: eca_traffic_net
2690       requirements:
2691       - link:
2692           capability: tosca.capabilities.network.Linkable
2693           node: eca_traffic_net
2694           relationship: tosca.relationships.network.LinksTo
2695       - binding:
2696           capability: tosca.capabilities.network.Bindable
2697           node: lb2_instance
2698           relationship: tosca.relationships.network.BindsTo
2699     lb2_ha_net_port:
2700       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2701       properties:
2702         replacement_policy: AUTO
2703         ip_requirements:
2704         - ip_version: 4
2705           ip_count_required:
2706             is_required: true
2707           floating_ip_count_required:
2708             is_required: false
2709         - ip_version: 6
2710           ip_count_required:
2711             is_required: false
2712           floating_ip_count_required:
2713             is_required: false
2714         security_groups:
2715         - get_input: security_group_name
2716         fixed_ips:
2717         - ip_address:
2718             get_input: ha_net_local_ip2
2719         mac_requirements:
2720           mac_count_required:
2721             is_required: false
2722         network: ha_net
2723       requirements:
2724       - link:
2725           capability: tosca.capabilities.network.Linkable
2726           node: ha_net
2727           relationship: tosca.relationships.network.LinksTo
2728       - binding:
2729           capability: tosca.capabilities.network.Bindable
2730           node: lb2_instance
2731           relationship: tosca.relationships.network.BindsTo
2732     nems_user_web_net:
2733       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
2734       properties:
2735         network_name:
2736           get_input: nems_user_web_name
2737         subnets:
2738           nems_user_web_network_ip_subnet:
2739             name:
2740               get_input: nems_user_web_name
2741             cidr:
2742               get_input: nems_user_web_cidr
2743             allocation_pools:
2744             - start:
2745                 get_input: nems_user_web_start
2746               end:
2747                 get_input: nems_user_web_end
2748     lb1_ha_net_port:
2749       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2750       properties:
2751         replacement_policy: AUTO
2752         ip_requirements:
2753         - ip_version: 4
2754           ip_count_required:
2755             is_required: true
2756           floating_ip_count_required:
2757             is_required: false
2758         - ip_version: 6
2759           ip_count_required:
2760             is_required: false
2761           floating_ip_count_required:
2762             is_required: false
2763         security_groups:
2764         - get_input: security_group_name
2765         fixed_ips:
2766         - ip_address:
2767             get_input: ha_net_local_ip1
2768         mac_requirements:
2769           mac_count_required:
2770             is_required: false
2771         network: ha_net
2772       requirements:
2773       - link:
2774           capability: tosca.capabilities.network.Linkable
2775           node: ha_net
2776           relationship: tosca.relationships.network.LinksTo
2777       - binding:
2778           capability: tosca.capabilities.network.Bindable
2779           node: lb1_instance
2780           relationship: tosca.relationships.network.BindsTo
2781     mmsc2_volume:
2782       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
2783       properties:
2784         volume_type:
2785           get_input: MMSC_volume_type
2786         size: '(get_input : mmsc_cinder_volume_size) * 1024'
2787     cmaui1_volume:
2788       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
2789       properties:
2790         volume_type:
2791           get_input: CMAUI_volume_type
2792         size: '(get_input : cmaui_cinder_volume_size) * 1024'
2793     nems_traffic_net:
2794       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
2795       properties:
2796         network_name:
2797           get_input: nems_traffic_name
2798         subnets:
2799           nems_traffic_network_ip_subnet:
2800             name:
2801               get_input: nems_traffic_name
2802             cidr:
2803               get_input: nems_traffic_cidr
2804             allocation_pools:
2805             - start:
2806                 get_input: nems_traffic_start
2807               end:
2808                 get_input: nems_traffic_end
2809     eca_trx16_port_0:
2810       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2811       properties:
2812         replacement_policy: AUTO
2813         ip_requirements:
2814         - ip_version: 4
2815           ip_count_required:
2816             is_required: true
2817           floating_ip_count_required:
2818             is_required: false
2819         - ip_version: 6
2820           ip_count_required:
2821             is_required: false
2822           floating_ip_count_required:
2823             is_required: false
2824         security_groups:
2825         - get_input: security_group_name
2826         fixed_ips:
2827         - ip_address:
2828             get_input:
2829             - eca_trx_oam_ips
2830             - 15
2831         mac_requirements:
2832           mac_count_required:
2833             is_required: false
2834         network_role_tag: oam
2835         network:
2836           get_input: oam_net_name
2837       requirements:
2838       - binding:
2839           capability: tosca.capabilities.network.Bindable
2840           node: server_eca_trx16
2841           relationship: tosca.relationships.network.BindsTo
2842     eca_trx19_port_2:
2843       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2844       properties:
2845         replacement_policy: AUTO
2846         ip_requirements:
2847         - ip_version: 4
2848           ip_count_required:
2849             is_required: true
2850           floating_ip_count_required:
2851             is_required: false
2852         - ip_version: 6
2853           ip_count_required:
2854             is_required: false
2855           floating_ip_count_required:
2856             is_required: false
2857         security_groups:
2858         - get_input: security_group_name
2859         fixed_ips:
2860         - ip_address:
2861             get_input:
2862             - eca_trx_eca_traffic_net_ips
2863             - 18
2864         mac_requirements:
2865           mac_count_required:
2866             is_required: false
2867         network: eca_traffic_net
2868       requirements:
2869       - link:
2870           capability: tosca.capabilities.network.Linkable
2871           node: eca_traffic_net
2872           relationship: tosca.relationships.network.LinksTo
2873       - binding:
2874           capability: tosca.capabilities.network.Bindable
2875           node: server_eca_trx19
2876           relationship: tosca.relationships.network.BindsTo
2877     eca_trx16_port_1:
2878       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2879       properties:
2880         replacement_policy: AUTO
2881         ip_requirements:
2882         - ip_version: 4
2883           ip_count_required:
2884             is_required: true
2885           floating_ip_count_required:
2886             is_required: false
2887         - ip_version: 6
2888           ip_count_required:
2889             is_required: false
2890           floating_ip_count_required:
2891             is_required: false
2892         security_groups:
2893         - get_input: security_group_name
2894         fixed_ips:
2895         - ip_address:
2896             get_input:
2897             - eca_trx_mgmt_ips
2898             - 15
2899         mac_requirements:
2900           mac_count_required:
2901             is_required: false
2902         network_role_tag: eca_mgmt
2903         network:
2904           get_input: eca_mgmt_net_name
2905       requirements:
2906       - binding:
2907           capability: tosca.capabilities.network.Bindable
2908           node: server_eca_trx16
2909           relationship: tosca.relationships.network.BindsTo
2910     eca_trx19_port_1:
2911       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2912       properties:
2913         replacement_policy: AUTO
2914         ip_requirements:
2915         - ip_version: 4
2916           ip_count_required:
2917             is_required: true
2918           floating_ip_count_required:
2919             is_required: false
2920         - ip_version: 6
2921           ip_count_required:
2922             is_required: false
2923           floating_ip_count_required:
2924             is_required: false
2925         security_groups:
2926         - get_input: security_group_name
2927         fixed_ips:
2928         - ip_address:
2929             get_input:
2930             - eca_trx_mgmt_ips
2931             - 18
2932         mac_requirements:
2933           mac_count_required:
2934             is_required: false
2935         network_role_tag: eca_mgmt
2936         network:
2937           get_input: eca_mgmt_net_name
2938       requirements:
2939       - binding:
2940           capability: tosca.capabilities.network.Bindable
2941           node: server_eca_trx19
2942           relationship: tosca.relationships.network.BindsTo
2943     eca_trx15_port_0:
2944       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2945       properties:
2946         replacement_policy: AUTO
2947         ip_requirements:
2948         - ip_version: 4
2949           ip_count_required:
2950             is_required: true
2951           floating_ip_count_required:
2952             is_required: false
2953         - ip_version: 6
2954           ip_count_required:
2955             is_required: false
2956           floating_ip_count_required:
2957             is_required: false
2958         security_groups:
2959         - get_input: security_group_name
2960         fixed_ips:
2961         - ip_address:
2962             get_input:
2963             - eca_trx_oam_ips
2964             - 14
2965         mac_requirements:
2966           mac_count_required:
2967             is_required: false
2968         network_role_tag: oam
2969         network:
2970           get_input: oam_net_name
2971       requirements:
2972       - binding:
2973           capability: tosca.capabilities.network.Bindable
2974           node: server_eca_trx15
2975           relationship: tosca.relationships.network.BindsTo
2976     eca_trx19_port_0:
2977       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2978       properties:
2979         replacement_policy: AUTO
2980         ip_requirements:
2981         - ip_version: 4
2982           ip_count_required:
2983             is_required: true
2984           floating_ip_count_required:
2985             is_required: false
2986         - ip_version: 6
2987           ip_count_required:
2988             is_required: false
2989           floating_ip_count_required:
2990             is_required: false
2991         security_groups:
2992         - get_input: security_group_name
2993         fixed_ips:
2994         - ip_address:
2995             get_input:
2996             - eca_trx_oam_ips
2997             - 18
2998         mac_requirements:
2999           mac_count_required:
3000             is_required: false
3001         network_role_tag: oam
3002         network:
3003           get_input: oam_net_name
3004       requirements:
3005       - binding:
3006           capability: tosca.capabilities.network.Bindable
3007           node: server_eca_trx19
3008           relationship: tosca.relationships.network.BindsTo
3009     lb1_nems_traffic_port:
3010       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3011       properties:
3012         replacement_policy: AUTO
3013         ip_requirements:
3014         - ip_version: 4
3015           ip_count_required:
3016             is_required: true
3017           floating_ip_count_required:
3018             is_required: true
3019         - ip_version: 6
3020           ip_count_required:
3021             is_required: false
3022           floating_ip_count_required:
3023             is_required: false
3024         security_groups:
3025         - get_input: security_group_name
3026         fixed_ips:
3027         - ip_address:
3028             get_input: nems_traffic_net_local_ip1
3029         mac_requirements:
3030           mac_count_required:
3031             is_required: false
3032         allowed_address_pairs:
3033         - ip_address:
3034             get_input: nems_traffic_net_floating_ip
3035         network: nems_traffic_net
3036       requirements:
3037       - link:
3038           capability: tosca.capabilities.network.Linkable
3039           node: nems_traffic_net
3040           relationship: tosca.relationships.network.LinksTo
3041       - binding:
3042           capability: tosca.capabilities.network.Bindable
3043           node: lb1_instance
3044           relationship: tosca.relationships.network.BindsTo
3045     eca_trx11_port_1:
3046       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3047       properties:
3048         replacement_policy: AUTO
3049         ip_requirements:
3050         - ip_version: 4
3051           ip_count_required:
3052             is_required: true
3053           floating_ip_count_required:
3054             is_required: false
3055         - ip_version: 6
3056           ip_count_required:
3057             is_required: false
3058           floating_ip_count_required:
3059             is_required: false
3060         security_groups:
3061         - get_input: security_group_name
3062         fixed_ips:
3063         - ip_address:
3064             get_input:
3065             - eca_trx_mgmt_ips
3066             - 10
3067         mac_requirements:
3068           mac_count_required:
3069             is_required: false
3070         network_role_tag: eca_mgmt
3071         network:
3072           get_input: eca_mgmt_net_name
3073       requirements:
3074       - binding:
3075           capability: tosca.capabilities.network.Bindable
3076           node: server_eca_trx11
3077           relationship: tosca.relationships.network.BindsTo
3078     eca_trx11_port_2:
3079       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3080       properties:
3081         replacement_policy: AUTO
3082         ip_requirements:
3083         - ip_version: 4
3084           ip_count_required:
3085             is_required: true
3086           floating_ip_count_required:
3087             is_required: false
3088         - ip_version: 6
3089           ip_count_required:
3090             is_required: false
3091           floating_ip_count_required:
3092             is_required: false
3093         security_groups:
3094         - get_input: security_group_name
3095         fixed_ips:
3096         - ip_address:
3097             get_input:
3098             - eca_trx_eca_traffic_net_ips
3099             - 10
3100         mac_requirements:
3101           mac_count_required:
3102             is_required: false
3103         network: eca_traffic_net
3104       requirements:
3105       - link:
3106           capability: tosca.capabilities.network.Linkable
3107           node: eca_traffic_net
3108           relationship: tosca.relationships.network.LinksTo
3109       - binding:
3110           capability: tosca.capabilities.network.Bindable
3111           node: server_eca_trx11
3112           relationship: tosca.relationships.network.BindsTo
3113     eca_trx12_port_2:
3114       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3115       properties:
3116         replacement_policy: AUTO
3117         ip_requirements:
3118         - ip_version: 4
3119           ip_count_required:
3120             is_required: true
3121           floating_ip_count_required:
3122             is_required: false
3123         - ip_version: 6
3124           ip_count_required:
3125             is_required: false
3126           floating_ip_count_required:
3127             is_required: false
3128         security_groups:
3129         - get_input: security_group_name
3130         fixed_ips:
3131         - ip_address:
3132             get_input:
3133             - eca_trx_eca_traffic_net_ips
3134             - 11
3135         mac_requirements:
3136           mac_count_required:
3137             is_required: false
3138         network: eca_traffic_net
3139       requirements:
3140       - link:
3141           capability: tosca.capabilities.network.Linkable
3142           node: eca_traffic_net
3143           relationship: tosca.relationships.network.LinksTo
3144       - binding:
3145           capability: tosca.capabilities.network.Bindable
3146           node: server_eca_trx12
3147           relationship: tosca.relationships.network.BindsTo
3148     eca_trx12_port_1:
3149       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3150       properties:
3151         replacement_policy: AUTO
3152         ip_requirements:
3153         - ip_version: 4
3154           ip_count_required:
3155             is_required: true
3156           floating_ip_count_required:
3157             is_required: false
3158         - ip_version: 6
3159           ip_count_required:
3160             is_required: false
3161           floating_ip_count_required:
3162             is_required: false
3163         security_groups:
3164         - get_input: security_group_name
3165         fixed_ips:
3166         - ip_address:
3167             get_input:
3168             - eca_trx_mgmt_ips
3169             - 11
3170         mac_requirements:
3171           mac_count_required:
3172             is_required: false
3173         network_role_tag: eca_mgmt
3174         network:
3175           get_input: eca_mgmt_net_name
3176       requirements:
3177       - binding:
3178           capability: tosca.capabilities.network.Bindable
3179           node: server_eca_trx12
3180           relationship: tosca.relationships.network.BindsTo
3181     eca_trx11_port_0:
3182       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3183       properties:
3184         replacement_policy: AUTO
3185         ip_requirements:
3186         - ip_version: 4
3187           ip_count_required:
3188             is_required: true
3189           floating_ip_count_required:
3190             is_required: false
3191         - ip_version: 6
3192           ip_count_required:
3193             is_required: false
3194           floating_ip_count_required:
3195             is_required: false
3196         security_groups:
3197         - get_input: security_group_name
3198         fixed_ips:
3199         - ip_address:
3200             get_input:
3201             - eca_trx_oam_ips
3202             - 10
3203         mac_requirements:
3204           mac_count_required:
3205             is_required: false
3206         network_role_tag: oam
3207         network:
3208           get_input: oam_net_name
3209       requirements:
3210       - binding:
3211           capability: tosca.capabilities.network.Bindable
3212           node: server_eca_trx11
3213           relationship: tosca.relationships.network.BindsTo
3214     eca_trx12_port_0:
3215       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3216       properties:
3217         replacement_policy: AUTO
3218         ip_requirements:
3219         - ip_version: 4
3220           ip_count_required:
3221             is_required: true
3222           floating_ip_count_required:
3223             is_required: false
3224         - ip_version: 6
3225           ip_count_required:
3226             is_required: false
3227           floating_ip_count_required:
3228             is_required: false
3229         security_groups:
3230         - get_input: security_group_name
3231         fixed_ips:
3232         - ip_address:
3233             get_input:
3234             - eca_trx_oam_ips
3235             - 11
3236         mac_requirements:
3237           mac_count_required:
3238             is_required: false
3239         network_role_tag: oam
3240         network:
3241           get_input: oam_net_name
3242       requirements:
3243       - binding:
3244           capability: tosca.capabilities.network.Bindable
3245           node: server_eca_trx12
3246           relationship: tosca.relationships.network.BindsTo
3247     mmsc4_port_0:
3248       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3249       properties:
3250         replacement_policy: AUTO
3251         ip_requirements:
3252         - ip_version: 4
3253           ip_count_required:
3254             is_required: true
3255           floating_ip_count_required:
3256             is_required: false
3257         - ip_version: 6
3258           ip_count_required:
3259             is_required: false
3260           floating_ip_count_required:
3261             is_required: false
3262         security_groups:
3263         - get_input: security_group_name
3264         fixed_ips:
3265         - ip_address:
3266             get_input:
3267             - mmsc_oam_ips
3268             - 3
3269         mac_requirements:
3270           mac_count_required:
3271             is_required: false
3272         network_role_tag: oam
3273         network:
3274           get_input: oam_net_name
3275       requirements:
3276       - binding:
3277           capability: tosca.capabilities.network.Bindable
3278           node: server_mmsc4
3279           relationship: tosca.relationships.network.BindsTo
3280     cmaui1_port_0:
3281       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3282       properties:
3283         replacement_policy: AUTO
3284         ip_requirements:
3285         - ip_version: 4
3286           ip_count_required:
3287             is_required: true
3288           floating_ip_count_required:
3289             is_required: false
3290         - ip_version: 6
3291           ip_count_required:
3292             is_required: false
3293           floating_ip_count_required:
3294             is_required: false
3295         security_groups:
3296         - get_input: security_group_name
3297         fixed_ips:
3298         - ip_address:
3299             get_input:
3300             - cmaui_oam_ips
3301             - 1
3302         mac_requirements:
3303           mac_count_required:
3304             is_required: false
3305         network_role_tag: oam
3306         network:
3307           get_input: oam_net_name
3308       requirements:
3309       - binding:
3310           capability: tosca.capabilities.network.Bindable
3311           node: server_cmaui1
3312           relationship: tosca.relationships.network.BindsTo
3313     mmsc3_port_0:
3314       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3315       properties:
3316         replacement_policy: AUTO
3317         ip_requirements:
3318         - ip_version: 4
3319           ip_count_required:
3320             is_required: true
3321           floating_ip_count_required:
3322             is_required: false
3323         - ip_version: 6
3324           ip_count_required:
3325             is_required: false
3326           floating_ip_count_required:
3327             is_required: false
3328         security_groups:
3329         - get_input: security_group_name
3330         fixed_ips:
3331         - ip_address:
3332             get_input:
3333             - mmsc_oam_ips
3334             - 2
3335         mac_requirements:
3336           mac_count_required:
3337             is_required: false
3338         network_role_tag: oam
3339         network:
3340           get_input: oam_net_name
3341       requirements:
3342       - binding:
3343           capability: tosca.capabilities.network.Bindable
3344           node: server_mmsc3
3345           relationship: tosca.relationships.network.BindsTo
3346     eca_trx15_port_2:
3347       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3348       properties:
3349         replacement_policy: AUTO
3350         ip_requirements:
3351         - ip_version: 4
3352           ip_count_required:
3353             is_required: true
3354           floating_ip_count_required:
3355             is_required: false
3356         - ip_version: 6
3357           ip_count_required:
3358             is_required: false
3359           floating_ip_count_required:
3360             is_required: false
3361         security_groups:
3362         - get_input: security_group_name
3363         fixed_ips:
3364         - ip_address:
3365             get_input:
3366             - eca_trx_eca_traffic_net_ips
3367             - 14
3368         mac_requirements:
3369           mac_count_required:
3370             is_required: false
3371         network: eca_traffic_net
3372       requirements:
3373       - link:
3374           capability: tosca.capabilities.network.Linkable
3375           node: eca_traffic_net
3376           relationship: tosca.relationships.network.LinksTo
3377       - binding:
3378           capability: tosca.capabilities.network.Bindable
3379           node: server_eca_trx15
3380           relationship: tosca.relationships.network.BindsTo
3381     mmsc3_port_1:
3382       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3383       properties:
3384         replacement_policy: AUTO
3385         ip_requirements:
3386         - ip_version: 4
3387           ip_count_required:
3388             is_required: true
3389           floating_ip_count_required:
3390             is_required: false
3391         - ip_version: 6
3392           ip_count_required:
3393             is_required: false
3394           floating_ip_count_required:
3395             is_required: false
3396         security_groups:
3397         - get_input: security_group_name
3398         fixed_ips:
3399         - ip_address:
3400             get_input:
3401             - mmsc_mms_traffic_net_ips
3402             - 2
3403         mac_requirements:
3404           mac_count_required:
3405             is_required: false
3406         network: mms_traffic_net
3407       requirements:
3408       - link:
3409           capability: tosca.capabilities.network.Linkable
3410           node: mms_traffic_net
3411           relationship: tosca.relationships.network.LinksTo
3412       - binding:
3413           capability: tosca.capabilities.network.Bindable
3414           node: server_mmsc3
3415           relationship: tosca.relationships.network.BindsTo
3416     mmsc4_port_1:
3417       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3418       properties:
3419         replacement_policy: AUTO
3420         ip_requirements:
3421         - ip_version: 4
3422           ip_count_required:
3423             is_required: true
3424           floating_ip_count_required:
3425             is_required: false
3426         - ip_version: 6
3427           ip_count_required:
3428             is_required: false
3429           floating_ip_count_required:
3430             is_required: false
3431         security_groups:
3432         - get_input: security_group_name
3433         fixed_ips:
3434         - ip_address:
3435             get_input:
3436             - mmsc_mms_traffic_net_ips
3437             - 3
3438         mac_requirements:
3439           mac_count_required:
3440             is_required: false
3441         network: mms_traffic_net
3442       requirements:
3443       - link:
3444           capability: tosca.capabilities.network.Linkable
3445           node: mms_traffic_net
3446           relationship: tosca.relationships.network.LinksTo
3447       - binding:
3448           capability: tosca.capabilities.network.Bindable
3449           node: server_mmsc4
3450           relationship: tosca.relationships.network.BindsTo
3451     eca_trx15_port_1:
3452       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3453       properties:
3454         replacement_policy: AUTO
3455         ip_requirements:
3456         - ip_version: 4
3457           ip_count_required:
3458             is_required: true
3459           floating_ip_count_required:
3460             is_required: false
3461         - ip_version: 6
3462           ip_count_required:
3463             is_required: false
3464           floating_ip_count_required:
3465             is_required: false
3466         security_groups:
3467         - get_input: security_group_name
3468         fixed_ips:
3469         - ip_address:
3470             get_input:
3471             - eca_trx_mgmt_ips
3472             - 14
3473         mac_requirements:
3474           mac_count_required:
3475             is_required: false
3476         network_role_tag: eca_mgmt
3477         network:
3478           get_input: eca_mgmt_net_name
3479       requirements:
3480       - binding:
3481           capability: tosca.capabilities.network.Bindable
3482           node: server_eca_trx15
3483           relationship: tosca.relationships.network.BindsTo
3484     eca_trx16_port_2:
3485       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3486       properties:
3487         replacement_policy: AUTO
3488         ip_requirements:
3489         - ip_version: 4
3490           ip_count_required:
3491             is_required: true
3492           floating_ip_count_required:
3493             is_required: false
3494         - ip_version: 6
3495           ip_count_required:
3496             is_required: false
3497           floating_ip_count_required:
3498             is_required: false
3499         security_groups:
3500         - get_input: security_group_name
3501         fixed_ips:
3502         - ip_address:
3503             get_input:
3504             - eca_trx_eca_traffic_net_ips
3505             - 15
3506         mac_requirements:
3507           mac_count_required:
3508             is_required: false
3509         network: eca_traffic_net
3510       requirements:
3511       - link:
3512           capability: tosca.capabilities.network.Linkable
3513           node: eca_traffic_net
3514           relationship: tosca.relationships.network.LinksTo
3515       - binding:
3516           capability: tosca.capabilities.network.Bindable
3517           node: server_eca_trx16
3518           relationship: tosca.relationships.network.BindsTo
3519     lb2_mgmt_port:
3520       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3521       properties:
3522         replacement_policy: AUTO
3523         ip_requirements:
3524         - ip_version: 4
3525           ip_count_required:
3526             is_required: true
3527           floating_ip_count_required:
3528             is_required: false
3529         - ip_version: 6
3530           ip_count_required:
3531             is_required: false
3532           floating_ip_count_required:
3533             is_required: false
3534         security_groups:
3535         - get_input: security_group_name
3536         fixed_ips:
3537         - ip_address:
3538             get_input:
3539             - lb_oam_ips
3540             - 1
3541         mac_requirements:
3542           mac_count_required:
3543             is_required: false
3544         network_role_tag: oam
3545         network:
3546           get_input: oam_net_name
3547       requirements:
3548       - binding:
3549           capability: tosca.capabilities.network.Bindable
3550           node: lb2_instance
3551           relationship: tosca.relationships.network.BindsTo
3552     mmsc5_volume:
3553       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
3554       properties:
3555         volume_type:
3556           get_input: MMSC_volume_type
3557         size: '(get_input : mmsc_cinder_volume_size) * 1024'
3558     eca_trx7_port_2:
3559       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3560       properties:
3561         replacement_policy: AUTO
3562         ip_requirements:
3563         - ip_version: 4
3564           ip_count_required:
3565             is_required: true
3566           floating_ip_count_required:
3567             is_required: false
3568         - ip_version: 6
3569           ip_count_required:
3570             is_required: false
3571           floating_ip_count_required:
3572             is_required: false
3573         security_groups:
3574         - get_input: security_group_name
3575         fixed_ips:
3576         - ip_address:
3577             get_input:
3578             - eca_trx_eca_traffic_net_ips
3579             - 6
3580         mac_requirements:
3581           mac_count_required:
3582             is_required: false
3583         network: eca_traffic_net
3584       requirements:
3585       - link:
3586           capability: tosca.capabilities.network.Linkable
3587           node: eca_traffic_net
3588           relationship: tosca.relationships.network.LinksTo
3589       - binding:
3590           capability: tosca.capabilities.network.Bindable
3591           node: server_eca_trx7
3592           relationship: tosca.relationships.network.BindsTo
3593     server_cmaui:
3594       type: org.openecomp.resource.abstract.nodes.heat.eca_oam
3595       directives:
3596       - substitutable
3597       properties:
3598         service_template_filter:
3599           substitute_service_template: eca_oamServiceTemplate.yaml
3600         metadata:
3601           vnf_id:
3602             get_input: vnf_id
3603         cmaui_image:
3604           get_input: cmaui_image
3605         cmaui_flavor:
3606           get_input: cmaui_flavor
3607         user_data_format: RAW
3608         availability_zone_0:
3609           get_input: availability_zone_0
3610         user_data:
3611           str_replace:
3612             template: |
3613               cmaui.mgmt.ip=${cmaui.mgmt.ip}
3614               cmaui.mgmt.netmask=${cmaui.mgmt.netmask}
3615               cmaui.mgmt.gateway=${cmaui.mgmt.gateway}
3616               cmaui.external.dns=${cmaui.external.dns}
3617               cmaui.external.ntp=${cmaui.external.ntp}
3618               cmaui.node=${cmaui.node}
3619               cmaui.timezone=${cmaui.timezone}
3620             params:
3621               ${cmaui.mgmt.netmask}:
3622                 get_input: oam_network_netmask
3623               ${cmaui.node}:
3624                 get_input:
3625                 - cmaui_names
3626                 - 0
3627               ${cmaui.mgmt.gateway}:
3628                 get_input: oam_network_gateway
3629               ${cmaui.mgmt.ip}:
3630                 get_input:
3631                 - cmaui_oam_ips
3632                 - 0
3633               ${cmaui.external.ntp}:
3634                 get_input: external_ntp
3635               ${cmaui.timezone}:
3636                 get_input: timezone
3637               ${cmaui.external.dns}:
3638                 get_input: external_dns
3639         networks:
3640         - port: cmaui_port_0
3641         cmaui_name:
3642           get_input:
3643           - cmaui_names
3644           - 0
3645     eca_trx7_port_0:
3646       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3647       properties:
3648         replacement_policy: AUTO
3649         ip_requirements:
3650         - ip_version: 4
3651           ip_count_required:
3652             is_required: true
3653           floating_ip_count_required:
3654             is_required: false
3655         - ip_version: 6
3656           ip_count_required:
3657             is_required: false
3658           floating_ip_count_required:
3659             is_required: false
3660         security_groups:
3661         - get_input: security_group_name
3662         fixed_ips:
3663         - ip_address:
3664             get_input:
3665             - eca_trx_oam_ips
3666             - 6
3667         mac_requirements:
3668           mac_count_required:
3669             is_required: false
3670         network_role_tag: oam
3671         network:
3672           get_input: oam_net_name
3673       requirements:
3674       - binding:
3675           capability: tosca.capabilities.network.Bindable
3676           node: server_eca_trx7
3677           relationship: tosca.relationships.network.BindsTo
3678     eca_trx7_port_1:
3679       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3680       properties:
3681         replacement_policy: AUTO
3682         ip_requirements:
3683         - ip_version: 4
3684           ip_count_required:
3685             is_required: true
3686           floating_ip_count_required:
3687             is_required: false
3688         - ip_version: 6
3689           ip_count_required:
3690             is_required: false
3691           floating_ip_count_required:
3692             is_required: false
3693         security_groups:
3694         - get_input: security_group_name
3695         fixed_ips:
3696         - ip_address:
3697             get_input:
3698             - eca_trx_mgmt_ips
3699             - 6
3700         mac_requirements:
3701           mac_count_required:
3702             is_required: false
3703         network_role_tag: eca_mgmt
3704         network:
3705           get_input: eca_mgmt_net_name
3706       requirements:
3707       - binding:
3708           capability: tosca.capabilities.network.Bindable
3709           node: server_eca_trx7
3710           relationship: tosca.relationships.network.BindsTo
3711     cmaui_volume:
3712       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
3713       properties:
3714         volume_type:
3715           get_input: CMAUI_volume_type
3716         size: '(get_input : cmaui_cinder_volume_size) * 1024'
3717     eca_trx3_port_1:
3718       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3719       properties:
3720         replacement_policy: AUTO
3721         ip_requirements:
3722         - ip_version: 4
3723           ip_count_required:
3724             is_required: true
3725           floating_ip_count_required:
3726             is_required: false
3727         - ip_version: 6
3728           ip_count_required:
3729             is_required: false
3730           floating_ip_count_required:
3731             is_required: false
3732         security_groups:
3733         - get_input: security_group_name
3734         fixed_ips:
3735         - ip_address:
3736             get_input:
3737             - eca_trx_mgmt_ips
3738             - 2
3739         mac_requirements:
3740           mac_count_required:
3741             is_required: false
3742         network_role_tag: eca_mgmt
3743         network:
3744           get_input: eca_mgmt_net_name
3745       requirements:
3746       - binding:
3747           capability: tosca.capabilities.network.Bindable
3748           node: server_eca_trx3
3749           relationship: tosca.relationships.network.BindsTo
3750     eca_trx3_port_0:
3751       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3752       properties:
3753         replacement_policy: AUTO
3754         ip_requirements:
3755         - ip_version: 4
3756           ip_count_required:
3757             is_required: true
3758           floating_ip_count_required:
3759             is_required: false
3760         - ip_version: 6
3761           ip_count_required:
3762             is_required: false
3763           floating_ip_count_required:
3764             is_required: false
3765         security_groups:
3766         - get_input: security_group_name
3767         fixed_ips:
3768         - ip_address:
3769             get_input:
3770             - eca_trx_oam_ips
3771             - 2
3772         mac_requirements:
3773           mac_count_required:
3774             is_required: false
3775         network_role_tag: oam
3776         network:
3777           get_input: oam_net_name
3778       requirements:
3779       - binding:
3780           capability: tosca.capabilities.network.Bindable
3781           node: server_eca_trx3
3782           relationship: tosca.relationships.network.BindsTo
3783     eca_trx3_port_2:
3784       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3785       properties:
3786         replacement_policy: AUTO
3787         ip_requirements:
3788         - ip_version: 4
3789           ip_count_required:
3790             is_required: true
3791           floating_ip_count_required:
3792             is_required: false
3793         - ip_version: 6
3794           ip_count_required:
3795             is_required: false
3796           floating_ip_count_required:
3797             is_required: false
3798         security_groups:
3799         - get_input: security_group_name
3800         fixed_ips:
3801         - ip_address:
3802             get_input:
3803             - eca_trx_eca_traffic_net_ips
3804             - 2
3805         mac_requirements:
3806           mac_count_required:
3807             is_required: false
3808         network: eca_traffic_net
3809       requirements:
3810       - link:
3811           capability: tosca.capabilities.network.Linkable
3812           node: eca_traffic_net
3813           relationship: tosca.relationships.network.LinksTo
3814       - binding:
3815           capability: tosca.capabilities.network.Bindable
3816           node: server_eca_trx3
3817           relationship: tosca.relationships.network.BindsTo
3818     mmsc1_volume:
3819       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
3820       properties:
3821         volume_type:
3822           get_input: MMSC_volume_type
3823         size: '(get_input : mmsc_cinder_volume_size) * 1024'
3824     nems_imap_net:
3825       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
3826       properties:
3827         network_name:
3828           get_input: nems_imap_name
3829         subnets:
3830           nems_imap_network_ip_subnet:
3831             name:
3832               get_input: nems_imap_name
3833             cidr:
3834               get_input: nems_imap_cidr
3835             allocation_pools:
3836             - start:
3837                 get_input: nems_imap_start
3838               end:
3839                 get_input: nems_imap_end
3840     server_cmaui1:
3841       type: org.openecomp.resource.vfc.nodes.heat.cmaui
3842       properties:
3843         flavor:
3844           get_input: cmaui_flavor
3845         availability_zone:
3846           get_input: availability_zone_0
3847         image:
3848           get_input: cmaui_image
3849         metadata:
3850           vnf_id:
3851             get_input: vnf_id
3852         user_data_format: RAW
3853         name:
3854           get_input:
3855           - cmaui_names
3856           - 1
3857       requirements:
3858       - local_storage:
3859           capability: tosca.capabilities.Attachment
3860           node: cmaui1_volume
3861           relationship: cmaui1_volume_attachment
3862     lb2_dmz_protected_port:
3863       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3864       properties:
3865         replacement_policy: AUTO
3866         ip_requirements:
3867         - ip_version: 4
3868           ip_count_required:
3869             is_required: true
3870           floating_ip_count_required:
3871             is_required: true
3872         - ip_version: 6
3873           ip_count_required:
3874             is_required: false
3875           floating_ip_count_required:
3876             is_required: false
3877         security_groups:
3878         - get_input: security_group_name
3879         fixed_ips:
3880         - ip_address:
3881             get_input:
3882             - lb_dmz_protected_ips
3883             - 1
3884         mac_requirements:
3885           mac_count_required:
3886             is_required: false
3887         allowed_address_pairs:
3888         - ip_address:
3889             get_input:
3890             - mmsc_dmz_protected_virtual_server_ips
3891             - 0
3892         - ip_address:
3893             get_input:
3894             - mmsc_dmz_protected_virtual_server_ips
3895             - 1
3896         - ip_address:
3897             get_input:
3898             - mmsc_dmz_protected_virtual_server_ips
3899             - 2
3900         - ip_address:
3901             get_input:
3902             - mmsc_dmz_protected_snat_ips
3903             - 0
3904         - ip_address:
3905             get_input:
3906             - mmsc_dmz_protected_snat_ips
3907             - 1
3908         - ip_address:
3909             get_input:
3910             - mmsc_dmz_protected_snat_ips
3911             - 2
3912         - ip_address:
3913             get_input:
3914             - mmsc_dmz_protected_snat_ips
3915             - 3
3916         network_role_tag: dmz_protected
3917         network:
3918           get_input: dmz_protected_net_name
3919       requirements:
3920       - binding:
3921           capability: tosca.capabilities.network.Bindable
3922           node: lb2_instance
3923           relationship: tosca.relationships.network.BindsTo
3924     lb1_eca_traffic_port:
3925       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3926       properties:
3927         replacement_policy: AUTO
3928         ip_requirements:
3929         - ip_version: 4
3930           ip_count_required:
3931             is_required: true
3932           floating_ip_count_required:
3933             is_required: true
3934         - ip_version: 6
3935           ip_count_required:
3936             is_required: false
3937           floating_ip_count_required:
3938             is_required: false
3939         security_groups:
3940         - get_input: security_group_name
3941         fixed_ips:
3942         - ip_address:
3943             get_input: eca_traffic_net_local_ip1
3944         mac_requirements:
3945           mac_count_required:
3946             is_required: false
3947         allowed_address_pairs:
3948         - ip_address:
3949             get_input: eca_traffic_net_floating_ip
3950         network: eca_traffic_net
3951       requirements:
3952       - link:
3953           capability: tosca.capabilities.network.Linkable
3954           node: eca_traffic_net
3955           relationship: tosca.relationships.network.LinksTo
3956       - binding:
3957           capability: tosca.capabilities.network.Bindable
3958           node: lb1_instance
3959           relationship: tosca.relationships.network.BindsTo
3960     lb1_dmz_protected_port:
3961       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3962       properties:
3963         replacement_policy: AUTO
3964         ip_requirements:
3965         - ip_version: 4
3966           ip_count_required:
3967             is_required: true
3968           floating_ip_count_required:
3969             is_required: true
3970         - ip_version: 6
3971           ip_count_required:
3972             is_required: false
3973           floating_ip_count_required:
3974             is_required: false
3975         security_groups:
3976         - get_input: security_group_name
3977         fixed_ips:
3978         - ip_address:
3979             get_input:
3980             - lb_dmz_protected_ips
3981             - 0
3982         mac_requirements:
3983           mac_count_required:
3984             is_required: false
3985         allowed_address_pairs:
3986         - ip_address:
3987             get_input:
3988             - mmsc_dmz_protected_virtual_server_ips
3989             - 0
3990         - ip_address:
3991             get_input:
3992             - mmsc_dmz_protected_virtual_server_ips
3993             - 1
3994         - ip_address:
3995             get_input:
3996             - mmsc_dmz_protected_virtual_server_ips
3997             - 2
3998         - ip_address:
3999             get_input:
4000             - mmsc_dmz_protected_snat_ips
4001             - 0
4002         - ip_address:
4003             get_input:
4004             - mmsc_dmz_protected_snat_ips
4005             - 1
4006         - ip_address:
4007             get_input:
4008             - mmsc_dmz_protected_snat_ips
4009             - 2
4010         - ip_address:
4011             get_input:
4012             - mmsc_dmz_protected_snat_ips
4013             - 3
4014         network_role_tag: dmz_protected
4015         network:
4016           get_input: dmz_protected_net_name
4017       requirements:
4018       - binding:
4019           capability: tosca.capabilities.network.Bindable
4020           node: lb1_instance
4021           relationship: tosca.relationships.network.BindsTo
4022     lb1_mms_traffic_port:
4023       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4024       properties:
4025         replacement_policy: AUTO
4026         ip_requirements:
4027         - ip_version: 4
4028           ip_count_required:
4029             is_required: true
4030           floating_ip_count_required:
4031             is_required: true
4032         - ip_version: 6
4033           ip_count_required:
4034             is_required: false
4035           floating_ip_count_required:
4036             is_required: false
4037         security_groups:
4038         - get_input: security_group_name
4039         fixed_ips:
4040         - ip_address:
4041             get_input: mms_traffic_net_local_ip1
4042         mac_requirements:
4043           mac_count_required:
4044             is_required: false
4045         allowed_address_pairs:
4046         - ip_address:
4047             get_input: mms_traffic_net_floating_ip
4048         network: mms_traffic_net
4049       requirements:
4050       - link:
4051           capability: tosca.capabilities.network.Linkable
4052           node: mms_traffic_net
4053           relationship: tosca.relationships.network.LinksTo
4054       - binding:
4055           capability: tosca.capabilities.network.Bindable
4056           node: lb1_instance
4057           relationship: tosca.relationships.network.BindsTo
4058     eca_mgmt_net:
4059       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
4060       properties:
4061         network_name:
4062           get_input: eca_mgmt_name
4063         subnets:
4064           eca_mgmt_network_ip_subnet:
4065             name:
4066               get_input: eca_mgmt_name
4067             cidr:
4068               get_input: eca_mgmt_cidr
4069             allocation_pools:
4070             - start:
4071                 get_input: eca_mgmt_start
4072               end:
4073                 get_input: eca_mgmt_end
4074     eca_trx1_port_2:
4075       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4076       properties:
4077         replacement_policy: AUTO
4078         ip_requirements:
4079         - ip_version: 4
4080           ip_count_required:
4081             is_required: true
4082           floating_ip_count_required:
4083             is_required: false
4084         - ip_version: 6
4085           ip_count_required:
4086             is_required: false
4087           floating_ip_count_required:
4088             is_required: false
4089         security_groups:
4090         - get_input: security_group_name
4091         fixed_ips:
4092         - ip_address:
4093             get_input:
4094             - eca_trx_eca_traffic_net_ips
4095             - 0
4096         mac_requirements:
4097           mac_count_required:
4098             is_required: false
4099         network: eca_traffic_net
4100       requirements:
4101       - link:
4102           capability: tosca.capabilities.network.Linkable
4103           node: eca_traffic_net
4104           relationship: tosca.relationships.network.LinksTo
4105       - binding:
4106           capability: tosca.capabilities.network.Bindable
4107           node: server_eca_trx1
4108           relationship: tosca.relationships.network.BindsTo
4109     nems2_fe_volume:
4110       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
4111       properties:
4112         volume_type:
4113           get_input: NEMS_FE_volume_type
4114         size: '(get_input : nems_volume_size) * 1024'
4115     server_nems_be1:
4116       type: org.openecomp.resource.vfc.nodes.heat.nems_be
4117       properties:
4118         flavor:
4119           get_input: nems_be_flavor
4120         availability_zone:
4121           get_input: availability_zone_0
4122         image:
4123           get_input: nems_be_image
4124         metadata:
4125           vnf_id:
4126             get_input: vnf_id
4127         user_data_format: RAW
4128         name:
4129           get_input: nems_be_names
4130       requirements:
4131       - local_storage:
4132           capability: tosca.capabilities.Attachment
4133           node: nems_be_volume
4134           relationship: nems_volume_attachment
4135     server_nems_fe1:
4136       type: org.openecomp.resource.vfc.nodes.heat.nems_fe
4137       properties:
4138         flavor:
4139           get_input: nems_fe_flavor
4140         availability_zone:
4141           get_input: availability_zone_0
4142         image:
4143           get_input: nems_fe_image
4144         metadata:
4145           vnf_id:
4146             get_input: vnf_id
4147         user_data_format: RAW
4148         name:
4149           get_input:
4150           - nems_fe_names
4151           - 0
4152       requirements:
4153       - local_storage:
4154           capability: tosca.capabilities.Attachment
4155           node: nems1_fe_volume
4156           relationship: nems1_fe_volume_attachment
4157     server_nems_fe2:
4158       type: org.openecomp.resource.vfc.nodes.heat.nems_fe
4159       properties:
4160         flavor:
4161           get_input: nems_fe_flavor
4162         availability_zone:
4163           get_input: availability_zone_0
4164         image:
4165           get_input: nems_fe_image
4166         metadata:
4167           vnf_id:
4168             get_input: vnf_id
4169         user_data_format: RAW
4170         name:
4171           get_input:
4172           - nems_fe_names
4173           - 1
4174       requirements:
4175       - local_storage:
4176           capability: tosca.capabilities.Attachment
4177           node: nems2_fe_volume
4178           relationship: nems2_fe_volume_attachment
4179     lb2_cor_direct_port:
4180       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4181       properties:
4182         replacement_policy: AUTO
4183         ip_requirements:
4184         - ip_version: 4
4185           ip_count_required:
4186             is_required: true
4187           floating_ip_count_required:
4188             is_required: true
4189         - ip_version: 6
4190           ip_count_required:
4191             is_required: false
4192           floating_ip_count_required:
4193             is_required: false
4194         security_groups:
4195         - get_input: security_group_name
4196         fixed_ips:
4197         - ip_address:
4198             get_input:
4199             - lb_cor_direct_ips
4200             - 1
4201         mac_requirements:
4202           mac_count_required:
4203             is_required: false
4204         allowed_address_pairs:
4205         - ip_address:
4206             get_input:
4207             - mmsc_core_virtual_server_ips
4208             - 0
4209         - ip_address:
4210             get_input:
4211             - mmsc_core_virtual_server_ips
4212             - 1
4213         - ip_address:
4214             get_input:
4215             - mmsc_core_snat_ips
4216             - 0
4217         - ip_address:
4218             get_input:
4219             - mmsc_core_snat_ips
4220             - 1
4221         - ip_address:
4222             get_input:
4223             - mmsc_core_snat_ips
4224             - 2
4225         - ip_address:
4226             get_input:
4227             - mmsc_core_snat_ips
4228             - 3
4229         - ip_address:
4230             get_input:
4231             - mmsc_core_snat_ips
4232             - 4
4233         network_role_tag: cor_direct
4234         network:
4235           get_input: cor_direct_net_name
4236       requirements:
4237       - binding:
4238           capability: tosca.capabilities.network.Bindable
4239           node: lb2_instance
4240           relationship: tosca.relationships.network.BindsTo
4241     eca_trx20_port_0:
4242       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4243       properties:
4244         replacement_policy: AUTO
4245         ip_requirements:
4246         - ip_version: 4
4247           ip_count_required:
4248             is_required: true
4249           floating_ip_count_required:
4250             is_required: false
4251         - ip_version: 6
4252           ip_count_required:
4253             is_required: false
4254           floating_ip_count_required:
4255             is_required: false
4256         security_groups:
4257         - get_input: security_group_name
4258         fixed_ips:
4259         - ip_address:
4260             get_input:
4261             - eca_trx_oam_ips
4262             - 19
4263         mac_requirements:
4264           mac_count_required:
4265             is_required: false
4266         network_role_tag: oam
4267         network:
4268           get_input: oam_net_name
4269       requirements:
4270       - binding:
4271           capability: tosca.capabilities.network.Bindable
4272           node: server_eca_trx20
4273           relationship: tosca.relationships.network.BindsTo
4274     eca_trx20_port_2:
4275       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4276       properties:
4277         replacement_policy: AUTO
4278         ip_requirements:
4279         - ip_version: 4
4280           ip_count_required:
4281             is_required: true
4282           floating_ip_count_required:
4283             is_required: false
4284         - ip_version: 6
4285           ip_count_required:
4286             is_required: false
4287           floating_ip_count_required:
4288             is_required: false
4289         security_groups:
4290         - get_input: security_group_name
4291         fixed_ips:
4292         - ip_address:
4293             get_input:
4294             - eca_trx_eca_traffic_net_ips
4295             - 19
4296         mac_requirements:
4297           mac_count_required:
4298             is_required: false
4299         network: eca_traffic_net
4300       requirements:
4301       - link:
4302           capability: tosca.capabilities.network.Linkable
4303           node: eca_traffic_net
4304           relationship: tosca.relationships.network.LinksTo
4305       - binding:
4306           capability: tosca.capabilities.network.Bindable
4307           node: server_eca_trx20
4308           relationship: tosca.relationships.network.BindsTo
4309     eca_trx20_port_1:
4310       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4311       properties:
4312         replacement_policy: AUTO
4313         ip_requirements:
4314         - ip_version: 4
4315           ip_count_required:
4316             is_required: true
4317           floating_ip_count_required:
4318             is_required: false
4319         - ip_version: 6
4320           ip_count_required:
4321             is_required: false
4322           floating_ip_count_required:
4323             is_required: false
4324         security_groups:
4325         - get_input: security_group_name
4326         fixed_ips:
4327         - ip_address:
4328             get_input:
4329             - eca_trx_mgmt_ips
4330             - 19
4331         mac_requirements:
4332           mac_count_required:
4333             is_required: false
4334         network_role_tag: eca_mgmt
4335         network:
4336           get_input: eca_mgmt_net_name
4337       requirements:
4338       - binding:
4339           capability: tosca.capabilities.network.Bindable
4340           node: server_eca_trx20
4341           relationship: tosca.relationships.network.BindsTo
4342     eca_trx8_port_0:
4343       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4344       properties:
4345         replacement_policy: AUTO
4346         ip_requirements:
4347         - ip_version: 4
4348           ip_count_required:
4349             is_required: true
4350           floating_ip_count_required:
4351             is_required: false
4352         - ip_version: 6
4353           ip_count_required:
4354             is_required: false
4355           floating_ip_count_required:
4356             is_required: false
4357         security_groups:
4358         - get_input: security_group_name
4359         fixed_ips:
4360         - ip_address:
4361             get_input:
4362             - eca_trx_oam_ips
4363             - 7
4364         mac_requirements:
4365           mac_count_required:
4366             is_required: false
4367         network_role_tag: oam
4368         network:
4369           get_input: oam_net_name
4370       requirements:
4371       - binding:
4372           capability: tosca.capabilities.network.Bindable
4373           node: server_eca_trx8
4374           relationship: tosca.relationships.network.BindsTo
4375     eca_trx6_port_0:
4376       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4377       properties:
4378         replacement_policy: AUTO
4379         ip_requirements:
4380         - ip_version: 4
4381           ip_count_required:
4382             is_required: true
4383           floating_ip_count_required:
4384             is_required: false
4385         - ip_version: 6
4386           ip_count_required:
4387             is_required: false
4388           floating_ip_count_required:
4389             is_required: false
4390         security_groups:
4391         - get_input: security_group_name
4392         fixed_ips:
4393         - ip_address:
4394             get_input:
4395             - eca_trx_oam_ips
4396             - 5
4397         mac_requirements:
4398           mac_count_required:
4399             is_required: false
4400         network_role_tag: oam
4401         network:
4402           get_input: oam_net_name
4403       requirements:
4404       - binding:
4405           capability: tosca.capabilities.network.Bindable
4406           node: server_eca_trx6
4407           relationship: tosca.relationships.network.BindsTo
4408     lb2_nems_user_web_port:
4409       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4410       properties:
4411         replacement_policy: AUTO
4412         ip_requirements:
4413         - ip_version: 4
4414           ip_count_required:
4415             is_required: true
4416           floating_ip_count_required:
4417             is_required: true
4418         - ip_version: 6
4419           ip_count_required:
4420             is_required: false
4421           floating_ip_count_required:
4422             is_required: false
4423         security_groups:
4424         - get_input: security_group_name
4425         fixed_ips:
4426         - ip_address:
4427             get_input: nems_user_web_net_local_ip2
4428         mac_requirements:
4429           mac_count_required:
4430             is_required: false
4431         allowed_address_pairs:
4432         - ip_address:
4433             get_input: nems_user_web_net_floating_ip
4434         network: nems_user_web_net
4435       requirements:
4436       - link:
4437           capability: tosca.capabilities.network.Linkable
4438           node: nems_user_web_net
4439           relationship: tosca.relationships.network.LinksTo
4440       - binding:
4441           capability: tosca.capabilities.network.Bindable
4442           node: lb2_instance
4443           relationship: tosca.relationships.network.BindsTo
4444     lb2_instance:
4445       type: org.openecomp.resource.vfc.nodes.heat.lb
4446       properties:
4447         flavor:
4448           get_input: lb_flavor_name
4449         availability_zone:
4450           get_input: availability_zone_0
4451         image:
4452           get_input: lb_image_name
4453         metadata:
4454           vnf_id:
4455             get_input: vnf_id
4456         name:
4457           get_input:
4458           - lb_names
4459           - 1
4460     eca_trx6_port_2:
4461       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4462       properties:
4463         replacement_policy: AUTO
4464         ip_requirements:
4465         - ip_version: 4
4466           ip_count_required:
4467             is_required: true
4468           floating_ip_count_required:
4469             is_required: false
4470         - ip_version: 6
4471           ip_count_required:
4472             is_required: false
4473           floating_ip_count_required:
4474             is_required: false
4475         security_groups:
4476         - get_input: security_group_name
4477         fixed_ips:
4478         - ip_address:
4479             get_input:
4480             - eca_trx_eca_traffic_net_ips
4481             - 5
4482         mac_requirements:
4483           mac_count_required:
4484             is_required: false
4485         network: eca_traffic_net
4486       requirements:
4487       - link:
4488           capability: tosca.capabilities.network.Linkable
4489           node: eca_traffic_net
4490           relationship: tosca.relationships.network.LinksTo
4491       - binding:
4492           capability: tosca.capabilities.network.Bindable
4493           node: server_eca_trx6
4494           relationship: tosca.relationships.network.BindsTo
4495     eca_trx8_port_2:
4496       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4497       properties:
4498         replacement_policy: AUTO
4499         ip_requirements:
4500         - ip_version: 4
4501           ip_count_required:
4502             is_required: true
4503           floating_ip_count_required:
4504             is_required: false
4505         - ip_version: 6
4506           ip_count_required:
4507             is_required: false
4508           floating_ip_count_required:
4509             is_required: false
4510         security_groups:
4511         - get_input: security_group_name
4512         fixed_ips:
4513         - ip_address:
4514             get_input:
4515             - eca_trx_eca_traffic_net_ips
4516             - 7
4517         mac_requirements:
4518           mac_count_required:
4519             is_required: false
4520         network: eca_traffic_net
4521       requirements:
4522       - link:
4523           capability: tosca.capabilities.network.Linkable
4524           node: eca_traffic_net
4525           relationship: tosca.relationships.network.LinksTo
4526       - binding:
4527           capability: tosca.capabilities.network.Bindable
4528           node: server_eca_trx8
4529           relationship: tosca.relationships.network.BindsTo
4530     lb1_nems_user_web_port:
4531       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4532       properties:
4533         replacement_policy: AUTO
4534         ip_requirements:
4535         - ip_version: 4
4536           ip_count_required:
4537             is_required: true
4538           floating_ip_count_required:
4539             is_required: true
4540         - ip_version: 6
4541           ip_count_required:
4542             is_required: false
4543           floating_ip_count_required:
4544             is_required: false
4545         security_groups:
4546         - get_input: security_group_name
4547         fixed_ips:
4548         - ip_address:
4549             get_input: nems_user_web_net_local_ip1
4550         mac_requirements:
4551           mac_count_required:
4552             is_required: false
4553         allowed_address_pairs:
4554         - ip_address:
4555             get_input: nems_user_web_net_floating_ip
4556         network: nems_user_web_net
4557       requirements:
4558       - link:
4559           capability: tosca.capabilities.network.Linkable
4560           node: nems_user_web_net
4561           relationship: tosca.relationships.network.LinksTo
4562       - binding:
4563           capability: tosca.capabilities.network.Bindable
4564           node: lb1_instance
4565           relationship: tosca.relationships.network.BindsTo
4566     eca_trx6_port_1:
4567       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4568       properties:
4569         replacement_policy: AUTO
4570         ip_requirements:
4571         - ip_version: 4
4572           ip_count_required:
4573             is_required: true
4574           floating_ip_count_required:
4575             is_required: false
4576         - ip_version: 6
4577           ip_count_required:
4578             is_required: false
4579           floating_ip_count_required:
4580             is_required: false
4581         security_groups:
4582         - get_input: security_group_name
4583         fixed_ips:
4584         - ip_address:
4585             get_input:
4586             - eca_trx_mgmt_ips
4587             - 5
4588         mac_requirements:
4589           mac_count_required:
4590             is_required: false
4591         network_role_tag: eca_mgmt
4592         network:
4593           get_input: eca_mgmt_net_name
4594       requirements:
4595       - binding:
4596           capability: tosca.capabilities.network.Bindable
4597           node: server_eca_trx6
4598           relationship: tosca.relationships.network.BindsTo
4599     eca_trx8_port_1:
4600       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4601       properties:
4602         replacement_policy: AUTO
4603         ip_requirements:
4604         - ip_version: 4
4605           ip_count_required:
4606             is_required: true
4607           floating_ip_count_required:
4608             is_required: false
4609         - ip_version: 6
4610           ip_count_required:
4611             is_required: false
4612           floating_ip_count_required:
4613             is_required: false
4614         security_groups:
4615         - get_input: security_group_name
4616         fixed_ips:
4617         - ip_address:
4618             get_input:
4619             - eca_trx_mgmt_ips
4620             - 7
4621         mac_requirements:
4622           mac_count_required:
4623             is_required: false
4624         network_role_tag: eca_mgmt
4625         network:
4626           get_input: eca_mgmt_net_name
4627       requirements:
4628       - binding:
4629           capability: tosca.capabilities.network.Bindable
4630           node: server_eca_trx8
4631           relationship: tosca.relationships.network.BindsTo
4632     ha_net:
4633       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
4634       properties:
4635         network_name:
4636           get_input: ha_net_name
4637         subnets:
4638           ha_net_ip_subnet:
4639             name:
4640               get_input: ha_net_name
4641             cidr:
4642               get_input: ha_net_cidr
4643             allocation_pools:
4644             - start:
4645                 get_input: ha_net_start
4646               end:
4647                 get_input: ha_net_end
4648     server_mmsc1:
4649       type: org.openecomp.resource.vfc.nodes.heat.mmsc
4650       properties:
4651         flavor:
4652           get_input: mmsc_flavor
4653         availability_zone:
4654           get_input: availability_zone_0
4655         image:
4656           get_input: mmsc_image
4657         metadata:
4658           vnf_id:
4659             get_input: vnf_id
4660         user_data_format: RAW
4661         name:
4662           get_input:
4663           - mmsc_names
4664           - 0
4665       requirements:
4666       - local_storage:
4667           capability: tosca.capabilities.Attachment
4668           node: mmsc1_volume
4669           relationship: mmsc1_volume_attachment
4670     nems_be1_port_0:
4671       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4672       properties:
4673         replacement_policy: AUTO
4674         ip_requirements:
4675         - ip_version: 4
4676           ip_count_required:
4677             is_required: true
4678           floating_ip_count_required:
4679             is_required: false
4680         - ip_version: 6
4681           ip_count_required:
4682             is_required: false
4683           floating_ip_count_required:
4684             is_required: false
4685         security_groups:
4686         - get_input: security_group_name
4687         fixed_ips:
4688         - ip_address:
4689             get_input: nems_be_oam_ips
4690         mac_requirements:
4691           mac_count_required:
4692             is_required: false
4693         network_role_tag: oam
4694         network:
4695           get_input: oam_net_name
4696       requirements:
4697       - binding:
4698           capability: tosca.capabilities.network.Bindable
4699           node: server_nems_be1
4700           relationship: tosca.relationships.network.BindsTo
4701     eca_trx2_port_0:
4702       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4703       properties:
4704         replacement_policy: AUTO
4705         ip_requirements:
4706         - ip_version: 4
4707           ip_count_required:
4708             is_required: true
4709           floating_ip_count_required:
4710             is_required: false
4711         - ip_version: 6
4712           ip_count_required:
4713             is_required: false
4714           floating_ip_count_required:
4715             is_required: false
4716         security_groups:
4717         - get_input: security_group_name
4718         fixed_ips:
4719         - ip_address:
4720             get_input:
4721             - eca_trx_oam_ips
4722             - 1
4723         mac_requirements:
4724           mac_count_required:
4725             is_required: false
4726         network_role_tag: oam
4727         network:
4728           get_input: oam_net_name
4729       requirements:
4730       - binding:
4731           capability: tosca.capabilities.network.Bindable
4732           node: server_eca_trx2
4733           relationship: tosca.relationships.network.BindsTo
4734     server_mmsc2:
4735       type: org.openecomp.resource.vfc.nodes.heat.mmsc
4736       properties:
4737         flavor:
4738           get_input: mmsc_flavor
4739         availability_zone:
4740           get_input: availability_zone_0
4741         image:
4742           get_input: mmsc_image
4743         metadata:
4744           vnf_id:
4745             get_input: vnf_id
4746         user_data_format: RAW
4747         name:
4748           get_input:
4749           - mmsc_names
4750           - 1
4751       requirements:
4752       - local_storage:
4753           capability: tosca.capabilities.Attachment
4754           node: mmsc2_volume
4755           relationship: mmsc2_volume_attachment
4756     nems_be1_port_1:
4757       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4758       properties:
4759         replacement_policy: AUTO
4760         ip_requirements:
4761         - ip_version: 4
4762           ip_count_required:
4763             is_required: true
4764           floating_ip_count_required:
4765             is_required: false
4766         - ip_version: 6
4767           ip_count_required:
4768             is_required: false
4769           floating_ip_count_required:
4770             is_required: false
4771         security_groups:
4772         - get_input: security_group_name
4773         fixed_ips:
4774         - ip_address:
4775             get_input: nems_be_nems_internal_net_ips
4776         mac_requirements:
4777           mac_count_required:
4778             is_required: false
4779         network: nems_internal_net
4780       requirements:
4781       - link:
4782           capability: tosca.capabilities.network.Linkable
4783           node: nems_internal_net
4784           relationship: tosca.relationships.network.LinksTo
4785       - binding:
4786           capability: tosca.capabilities.network.Bindable
4787           node: server_nems_be1
4788           relationship: tosca.relationships.network.BindsTo
4789     eca_trx2_port_1:
4790       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4791       properties:
4792         replacement_policy: AUTO
4793         ip_requirements:
4794         - ip_version: 4
4795           ip_count_required:
4796             is_required: true
4797           floating_ip_count_required:
4798             is_required: false
4799         - ip_version: 6
4800           ip_count_required:
4801             is_required: false
4802           floating_ip_count_required:
4803             is_required: false
4804         security_groups:
4805         - get_input: security_group_name
4806         fixed_ips:
4807         - ip_address:
4808             get_input:
4809             - eca_trx_mgmt_ips
4810             - 1
4811         mac_requirements:
4812           mac_count_required:
4813             is_required: false
4814         network_role_tag: eca_mgmt
4815         network:
4816           get_input: eca_mgmt_net_name
4817       requirements:
4818       - binding:
4819           capability: tosca.capabilities.network.Bindable
4820           node: server_eca_trx2
4821           relationship: tosca.relationships.network.BindsTo
4822     eca_trx4_port_1:
4823       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4824       properties:
4825         replacement_policy: AUTO
4826         ip_requirements:
4827         - ip_version: 4
4828           ip_count_required:
4829             is_required: true
4830           floating_ip_count_required:
4831             is_required: false
4832         - ip_version: 6
4833           ip_count_required:
4834             is_required: false
4835           floating_ip_count_required:
4836             is_required: false
4837         security_groups:
4838         - get_input: security_group_name
4839         fixed_ips:
4840         - ip_address:
4841             get_input:
4842             - eca_trx_mgmt_ips
4843             - 3
4844         mac_requirements:
4845           mac_count_required:
4846             is_required: false
4847         network_role_tag: eca_mgmt
4848         network:
4849           get_input: eca_mgmt_net_name
4850       requirements:
4851       - binding:
4852           capability: tosca.capabilities.network.Bindable
4853           node: server_eca_trx4
4854           relationship: tosca.relationships.network.BindsTo
4855     server_mmsc3:
4856       type: org.openecomp.resource.vfc.nodes.heat.mmsc
4857       properties:
4858         flavor:
4859           get_input: mmsc_flavor
4860         availability_zone:
4861           get_input: availability_zone_0
4862         image:
4863           get_input: mmsc_image
4864         metadata:
4865           vnf_id:
4866             get_input: vnf_id
4867         user_data_format: RAW
4868         name:
4869           get_input:
4870           - mmsc_names
4871           - 2
4872       requirements:
4873       - local_storage:
4874           capability: tosca.capabilities.Attachment
4875           node: mmsc3_volume
4876           relationship: mmsc3_volume_attachment
4877     nems_be1_port_2:
4878       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4879       properties:
4880         replacement_policy: AUTO
4881         ip_requirements:
4882         - ip_version: 4
4883           ip_count_required:
4884             is_required: true
4885           floating_ip_count_required:
4886             is_required: false
4887         - ip_version: 6
4888           ip_count_required:
4889             is_required: false
4890           floating_ip_count_required:
4891             is_required: false
4892         security_groups:
4893         - get_input: security_group_name
4894         fixed_ips:
4895         - ip_address:
4896             get_input: nems_be_nems_imap_net_ips
4897         mac_requirements:
4898           mac_count_required:
4899             is_required: false
4900         network: nems_imap_net
4901       requirements:
4902       - link:
4903           capability: tosca.capabilities.network.Linkable
4904           node: nems_imap_net
4905           relationship: tosca.relationships.network.LinksTo
4906       - binding:
4907           capability: tosca.capabilities.network.Bindable
4908           node: server_nems_be1
4909           relationship: tosca.relationships.network.BindsTo
4910     eca_trx2_port_2:
4911       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4912       properties:
4913         replacement_policy: AUTO
4914         ip_requirements:
4915         - ip_version: 4
4916           ip_count_required:
4917             is_required: true
4918           floating_ip_count_required:
4919             is_required: false
4920         - ip_version: 6
4921           ip_count_required:
4922             is_required: false
4923           floating_ip_count_required:
4924             is_required: false
4925         security_groups:
4926         - get_input: security_group_name
4927         fixed_ips:
4928         - ip_address:
4929             get_input:
4930             - eca_trx_eca_traffic_net_ips
4931             - 1
4932         mac_requirements:
4933           mac_count_required:
4934             is_required: false
4935         network: eca_traffic_net
4936       requirements:
4937       - link:
4938           capability: tosca.capabilities.network.Linkable
4939           node: eca_traffic_net
4940           relationship: tosca.relationships.network.LinksTo
4941       - binding:
4942           capability: tosca.capabilities.network.Bindable
4943           node: server_eca_trx2
4944           relationship: tosca.relationships.network.BindsTo
4945     eca_trx4_port_2:
4946       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4947       properties:
4948         replacement_policy: AUTO
4949         ip_requirements:
4950         - ip_version: 4
4951           ip_count_required:
4952             is_required: true
4953           floating_ip_count_required:
4954             is_required: false
4955         - ip_version: 6
4956           ip_count_required:
4957             is_required: false
4958           floating_ip_count_required:
4959             is_required: false
4960         security_groups:
4961         - get_input: security_group_name
4962         fixed_ips:
4963         - ip_address:
4964             get_input:
4965             - eca_trx_eca_traffic_net_ips
4966             - 3
4967         mac_requirements:
4968           mac_count_required:
4969             is_required: false
4970         network: eca_traffic_net
4971       requirements:
4972       - link:
4973           capability: tosca.capabilities.network.Linkable
4974           node: eca_traffic_net
4975           relationship: tosca.relationships.network.LinksTo
4976       - binding:
4977           capability: tosca.capabilities.network.Bindable
4978           node: server_eca_trx4
4979           relationship: tosca.relationships.network.BindsTo
4980     server_eca_trx20:
4981       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
4982       properties:
4983         flavor:
4984           get_input: eca_trx_flavor
4985         availability_zone:
4986           get_input: availability_zone_0
4987         image:
4988           get_input: eca_trx_image
4989         metadata:
4990           vnf_id:
4991             get_input: vnf_id
4992         name:
4993           get_input:
4994           - eca_trx_names
4995           - 19
4996     eca_trx4_port_0:
4997       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4998       properties:
4999         replacement_policy: AUTO
5000         ip_requirements:
5001         - ip_version: 4
5002           ip_count_required:
5003             is_required: true
5004           floating_ip_count_required:
5005             is_required: false
5006         - ip_version: 6
5007           ip_count_required:
5008             is_required: false
5009           floating_ip_count_required:
5010             is_required: false
5011         security_groups:
5012         - get_input: security_group_name
5013         fixed_ips:
5014         - ip_address:
5015             get_input:
5016             - eca_trx_oam_ips
5017             - 3
5018         mac_requirements:
5019           mac_count_required:
5020             is_required: false
5021         network_role_tag: oam
5022         network:
5023           get_input: oam_net_name
5024       requirements:
5025       - binding:
5026           capability: tosca.capabilities.network.Bindable
5027           node: server_eca_trx4
5028           relationship: tosca.relationships.network.BindsTo
5029     nems_be_volume:
5030       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
5031       properties:
5032         volume_type:
5033           get_input: NEMS_BE_volume_type
5034         size: '(get_input : nems_be_volume_size) * 1024'
5035     server_mmsc4:
5036       type: org.openecomp.resource.vfc.nodes.heat.mmsc
5037       properties:
5038         flavor:
5039           get_input: mmsc_flavor
5040         availability_zone:
5041           get_input: availability_zone_0
5042         image:
5043           get_input: mmsc_image
5044         metadata:
5045           vnf_id:
5046             get_input: vnf_id
5047         user_data_format: RAW
5048         name:
5049           get_input:
5050           - mmsc_names
5051           - 3
5052       requirements:
5053       - local_storage:
5054           capability: tosca.capabilities.Attachment
5055           node: mmsc4_volume
5056           relationship: mmsc4_volume_attachment
5057     server_mmsc5:
5058       type: org.openecomp.resource.vfc.nodes.heat.mmsc
5059       properties:
5060         flavor:
5061           get_input: mmsc_flavor
5062         availability_zone:
5063           get_input: availability_zone_0
5064         image:
5065           get_input: mmsc_image
5066         metadata:
5067           vnf_id:
5068             get_input: vnf_id
5069         user_data_format: RAW
5070         name:
5071           get_input:
5072           - mmsc_names
5073           - 4
5074       requirements:
5075       - local_storage:
5076           capability: tosca.capabilities.Attachment
5077           node: mmsc5_volume
5078           relationship: mmsc5_volume_attachment
5079     eca_trx17_port_0:
5080       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5081       properties:
5082         replacement_policy: AUTO
5083         ip_requirements:
5084         - ip_version: 4
5085           ip_count_required:
5086             is_required: true
5087           floating_ip_count_required:
5088             is_required: false
5089         - ip_version: 6
5090           ip_count_required:
5091             is_required: false
5092           floating_ip_count_required:
5093             is_required: false
5094         security_groups:
5095         - get_input: security_group_name
5096         fixed_ips:
5097         - ip_address:
5098             get_input:
5099             - eca_trx_oam_ips
5100             - 16
5101         mac_requirements:
5102           mac_count_required:
5103             is_required: false
5104         network_role_tag: oam
5105         network:
5106           get_input: oam_net_name
5107       requirements:
5108       - binding:
5109           capability: tosca.capabilities.network.Bindable
5110           node: server_eca_trx17
5111           relationship: tosca.relationships.network.BindsTo
5112     eca_trx18_port_2:
5113       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5114       properties:
5115         replacement_policy: AUTO
5116         ip_requirements:
5117         - ip_version: 4
5118           ip_count_required:
5119             is_required: true
5120           floating_ip_count_required:
5121             is_required: false
5122         - ip_version: 6
5123           ip_count_required:
5124             is_required: false
5125           floating_ip_count_required:
5126             is_required: false
5127         security_groups:
5128         - get_input: security_group_name
5129         fixed_ips:
5130         - ip_address:
5131             get_input:
5132             - eca_trx_eca_traffic_net_ips
5133             - 17
5134         mac_requirements:
5135           mac_count_required:
5136             is_required: false
5137         network: eca_traffic_net
5138       requirements:
5139       - link:
5140           capability: tosca.capabilities.network.Linkable
5141           node: eca_traffic_net
5142           relationship: tosca.relationships.network.LinksTo
5143       - binding:
5144           capability: tosca.capabilities.network.Bindable
5145           node: server_eca_trx18
5146           relationship: tosca.relationships.network.BindsTo
5147     lb1_cor_direct_port:
5148       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5149       properties:
5150         replacement_policy: AUTO
5151         ip_requirements:
5152         - ip_version: 4
5153           ip_count_required:
5154             is_required: true
5155           floating_ip_count_required:
5156             is_required: true
5157         - ip_version: 6
5158           ip_count_required:
5159             is_required: false
5160           floating_ip_count_required:
5161             is_required: false
5162         security_groups:
5163         - get_input: security_group_name
5164         fixed_ips:
5165         - ip_address:
5166             get_input:
5167             - lb_cor_direct_ips
5168             - 0
5169         mac_requirements:
5170           mac_count_required:
5171             is_required: false
5172         allowed_address_pairs:
5173         - ip_address:
5174             get_input:
5175             - mmsc_core_virtual_server_ips
5176             - 0
5177         - ip_address:
5178             get_input:
5179             - mmsc_core_virtual_server_ips
5180             - 1
5181         - ip_address:
5182             get_input:
5183             - mmsc_core_snat_ips
5184             - 0
5185         - ip_address:
5186             get_input:
5187             - mmsc_core_snat_ips
5188             - 1
5189         - ip_address:
5190             get_input:
5191             - mmsc_core_snat_ips
5192             - 2
5193         - ip_address:
5194             get_input:
5195             - mmsc_core_snat_ips
5196             - 3
5197         - ip_address:
5198             get_input:
5199             - mmsc_core_snat_ips
5200             - 4
5201         network_role_tag: cor_direct
5202         network:
5203           get_input: cor_direct_net_name
5204       requirements:
5205       - binding:
5206           capability: tosca.capabilities.network.Bindable
5207           node: lb1_instance
5208           relationship: tosca.relationships.network.BindsTo
5209     mmsc1_port_0:
5210       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5211       properties:
5212         replacement_policy: AUTO
5213         ip_requirements:
5214         - ip_version: 4
5215           ip_count_required:
5216             is_required: true
5217           floating_ip_count_required:
5218             is_required: false
5219         - ip_version: 6
5220           ip_count_required:
5221             is_required: false
5222           floating_ip_count_required:
5223             is_required: false
5224         security_groups:
5225         - get_input: security_group_name
5226         fixed_ips:
5227         - ip_address:
5228             get_input:
5229             - mmsc_oam_ips
5230             - 0
5231         mac_requirements:
5232           mac_count_required:
5233             is_required: false
5234         network_role_tag: oam
5235         network:
5236           get_input: oam_net_name
5237       requirements:
5238       - binding:
5239           capability: tosca.capabilities.network.Bindable
5240           node: server_mmsc1
5241           relationship: tosca.relationships.network.BindsTo
5242     eca_trx17_port_2:
5243       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5244       properties:
5245         replacement_policy: AUTO
5246         ip_requirements:
5247         - ip_version: 4
5248           ip_count_required:
5249             is_required: true
5250           floating_ip_count_required:
5251             is_required: false
5252         - ip_version: 6
5253           ip_count_required:
5254             is_required: false
5255           floating_ip_count_required:
5256             is_required: false
5257         security_groups:
5258         - get_input: security_group_name
5259         fixed_ips:
5260         - ip_address:
5261             get_input:
5262             - eca_trx_eca_traffic_net_ips
5263             - 16
5264         mac_requirements:
5265           mac_count_required:
5266             is_required: false
5267         network: eca_traffic_net
5268       requirements:
5269       - link:
5270           capability: tosca.capabilities.network.Linkable
5271           node: eca_traffic_net
5272           relationship: tosca.relationships.network.LinksTo
5273       - binding:
5274           capability: tosca.capabilities.network.Bindable
5275           node: server_eca_trx17
5276           relationship: tosca.relationships.network.BindsTo
5277     eca_trx18_port_0:
5278       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5279       properties:
5280         replacement_policy: AUTO
5281         ip_requirements:
5282         - ip_version: 4
5283           ip_count_required:
5284             is_required: true
5285           floating_ip_count_required:
5286             is_required: false
5287         - ip_version: 6
5288           ip_count_required:
5289             is_required: false
5290           floating_ip_count_required:
5291             is_required: false
5292         security_groups:
5293         - get_input: security_group_name
5294         fixed_ips:
5295         - ip_address:
5296             get_input:
5297             - eca_trx_oam_ips
5298             - 17
5299         mac_requirements:
5300           mac_count_required:
5301             is_required: false
5302         network_role_tag: oam
5303         network:
5304           get_input: oam_net_name
5305       requirements:
5306       - binding:
5307           capability: tosca.capabilities.network.Bindable
5308           node: server_eca_trx18
5309           relationship: tosca.relationships.network.BindsTo
5310     mmsc1_port_1:
5311       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5312       properties:
5313         replacement_policy: AUTO
5314         ip_requirements:
5315         - ip_version: 4
5316           ip_count_required:
5317             is_required: true
5318           floating_ip_count_required:
5319             is_required: false
5320         - ip_version: 6
5321           ip_count_required:
5322             is_required: false
5323           floating_ip_count_required:
5324             is_required: false
5325         security_groups:
5326         - get_input: security_group_name
5327         fixed_ips:
5328         - ip_address:
5329             get_input:
5330             - mmsc_mms_traffic_net_ips
5331             - 0
5332         mac_requirements:
5333           mac_count_required:
5334             is_required: false
5335         network: mms_traffic_net
5336       requirements:
5337       - link:
5338           capability: tosca.capabilities.network.Linkable
5339           node: mms_traffic_net
5340           relationship: tosca.relationships.network.LinksTo
5341       - binding:
5342           capability: tosca.capabilities.network.Bindable
5343           node: server_mmsc1
5344           relationship: tosca.relationships.network.BindsTo
5345     mmsc2_port_1:
5346       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5347       properties:
5348         replacement_policy: AUTO
5349         ip_requirements:
5350         - ip_version: 4
5351           ip_count_required:
5352             is_required: true
5353           floating_ip_count_required:
5354             is_required: false
5355         - ip_version: 6
5356           ip_count_required:
5357             is_required: false
5358           floating_ip_count_required:
5359             is_required: false
5360         security_groups:
5361         - get_input: security_group_name
5362         fixed_ips:
5363         - ip_address:
5364             get_input:
5365             - mmsc_mms_traffic_net_ips
5366             - 1
5367         mac_requirements:
5368           mac_count_required:
5369             is_required: false
5370         network: mms_traffic_net
5371       requirements:
5372       - link:
5373           capability: tosca.capabilities.network.Linkable
5374           node: mms_traffic_net
5375           relationship: tosca.relationships.network.LinksTo
5376       - binding:
5377           capability: tosca.capabilities.network.Bindable
5378           node: server_mmsc2
5379           relationship: tosca.relationships.network.BindsTo
5380     eca_trx17_port_1:
5381       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5382       properties:
5383         replacement_policy: AUTO
5384         ip_requirements:
5385         - ip_version: 4
5386           ip_count_required:
5387             is_required: true
5388           floating_ip_count_required:
5389             is_required: false
5390         - ip_version: 6
5391           ip_count_required:
5392             is_required: false
5393           floating_ip_count_required:
5394             is_required: false
5395         security_groups:
5396         - get_input: security_group_name
5397         fixed_ips:
5398         - ip_address:
5399             get_input:
5400             - eca_trx_mgmt_ips
5401             - 16
5402         mac_requirements:
5403           mac_count_required:
5404             is_required: false
5405         network_role_tag: eca_mgmt
5406         network:
5407           get_input: eca_mgmt_net_name
5408       requirements:
5409       - binding:
5410           capability: tosca.capabilities.network.Bindable
5411           node: server_eca_trx17
5412           relationship: tosca.relationships.network.BindsTo
5413     eca_trx18_port_1:
5414       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5415       properties:
5416         replacement_policy: AUTO
5417         ip_requirements:
5418         - ip_version: 4
5419           ip_count_required:
5420             is_required: true
5421           floating_ip_count_required:
5422             is_required: false
5423         - ip_version: 6
5424           ip_count_required:
5425             is_required: false
5426           floating_ip_count_required:
5427             is_required: false
5428         security_groups:
5429         - get_input: security_group_name
5430         fixed_ips:
5431         - ip_address:
5432             get_input:
5433             - eca_trx_mgmt_ips
5434             - 17
5435         mac_requirements:
5436           mac_count_required:
5437             is_required: false
5438         network_role_tag: eca_mgmt
5439         network:
5440           get_input: eca_mgmt_net_name
5441       requirements:
5442       - binding:
5443           capability: tosca.capabilities.network.Bindable
5444           node: server_eca_trx18
5445           relationship: tosca.relationships.network.BindsTo
5446     mms_traffic_net:
5447       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
5448       properties:
5449         network_name:
5450           get_input: mms_traffic_net_name
5451         subnets:
5452           mms_traffic_ip_subnet:
5453             name:
5454               get_input: mms_traffic_net_name
5455             cidr:
5456               get_input: mms_traffic_net_cidr
5457             allocation_pools:
5458             - start:
5459                 get_input: mms_traffic_start
5460               end:
5461                 get_input: mms_traffic_end
5462     cmaui_port_0:
5463       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5464       properties:
5465         replacement_policy: AUTO
5466         ip_requirements:
5467         - ip_version: 4
5468           ip_count_required:
5469             is_required: true
5470           floating_ip_count_required:
5471             is_required: false
5472         - ip_version: 6
5473           ip_count_required:
5474             is_required: false
5475           floating_ip_count_required:
5476             is_required: false
5477         security_groups:
5478         - get_input: security_group_name
5479         fixed_ips:
5480         - ip_address:
5481             get_input:
5482             - cmaui_oam_ips
5483             - 0
5484         mac_requirements:
5485           mac_count_required:
5486             is_required: false
5487         network_role_tag: oam
5488         network:
5489           get_input: oam_net_name
5490     eca_trx10_port_1:
5491       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5492       properties:
5493         replacement_policy: AUTO
5494         ip_requirements:
5495         - ip_version: 4
5496           ip_count_required:
5497             is_required: true
5498           floating_ip_count_required:
5499             is_required: false
5500         - ip_version: 6
5501           ip_count_required:
5502             is_required: false
5503           floating_ip_count_required:
5504             is_required: false
5505         security_groups:
5506         - get_input: security_group_name
5507         fixed_ips:
5508         - ip_address:
5509             get_input:
5510             - eca_trx_mgmt_ips
5511             - 9
5512         mac_requirements:
5513           mac_count_required:
5514             is_required: false
5515         network_role_tag: eca_mgmt
5516         network:
5517           get_input: eca_mgmt_net_name
5518       requirements:
5519       - binding:
5520           capability: tosca.capabilities.network.Bindable
5521           node: server_eca_trx10
5522           relationship: tosca.relationships.network.BindsTo
5523     server_eca_trx13:
5524       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
5525       properties:
5526         flavor:
5527           get_input: eca_trx_flavor
5528         availability_zone:
5529           get_input: availability_zone_0
5530         image:
5531           get_input: eca_trx_image
5532         metadata:
5533           vnf_id:
5534             get_input: vnf_id
5535         name:
5536           get_input:
5537           - eca_trx_names
5538           - 12
5539     lb1_instance:
5540       type: org.openecomp.resource.vfc.nodes.heat.lb
5541       properties:
5542         flavor:
5543           get_input: lb_flavor_name
5544         availability_zone:
5545           get_input: availability_zone_0
5546         image:
5547           get_input: lb_image_name
5548         metadata:
5549           vnf_id:
5550             get_input: vnf_id
5551         name:
5552           get_input:
5553           - lb_names
5554           - 0
5555     eca_trx10_port_0:
5556       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5557       properties:
5558         replacement_policy: AUTO
5559         ip_requirements:
5560         - ip_version: 4
5561           ip_count_required:
5562             is_required: true
5563           floating_ip_count_required:
5564             is_required: false
5565         - ip_version: 6
5566           ip_count_required:
5567             is_required: false
5568           floating_ip_count_required:
5569             is_required: false
5570         security_groups:
5571         - get_input: security_group_name
5572         fixed_ips:
5573         - ip_address:
5574             get_input:
5575             - eca_trx_oam_ips
5576             - 9
5577         mac_requirements:
5578           mac_count_required:
5579             is_required: false
5580         network_role_tag: oam
5581         network:
5582           get_input: oam_net_name
5583       requirements:
5584       - binding:
5585           capability: tosca.capabilities.network.Bindable
5586           node: server_eca_trx10
5587           relationship: tosca.relationships.network.BindsTo
5588     server_eca_trx14:
5589       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
5590       properties:
5591         flavor:
5592           get_input: eca_trx_flavor
5593         availability_zone:
5594           get_input: availability_zone_0
5595         image:
5596           get_input: eca_trx_image
5597         metadata:
5598           vnf_id:
5599             get_input: vnf_id
5600         name:
5601           get_input:
5602           - eca_trx_names
5603           - 13
5604     server_eca_trx15:
5605       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
5606       properties:
5607         flavor:
5608           get_input: eca_trx_flavor
5609         availability_zone:
5610           get_input: availability_zone_0
5611         image:
5612           get_input: eca_trx_image
5613         metadata:
5614           vnf_id:
5615             get_input: vnf_id
5616         name:
5617           get_input:
5618           - eca_trx_names
5619           - 14
5620     nems1_fe_volume:
5621       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
5622       properties:
5623         volume_type:
5624           get_input: NEMS_FE_volume_type
5625         size: '(get_input : nems_volume_size) * 1024'
5626     eca_trx10_port_2:
5627       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5628       properties:
5629         replacement_policy: AUTO
5630         ip_requirements:
5631         - ip_version: 4
5632           ip_count_required:
5633             is_required: true
5634           floating_ip_count_required:
5635             is_required: false
5636         - ip_version: 6
5637           ip_count_required:
5638             is_required: false
5639           floating_ip_count_required:
5640             is_required: false
5641         security_groups:
5642         - get_input: security_group_name
5643         fixed_ips:
5644         - ip_address:
5645             get_input:
5646             - eca_trx_eca_traffic_net_ips
5647             - 9
5648         mac_requirements:
5649           mac_count_required:
5650             is_required: false
5651         network: eca_traffic_net
5652       requirements:
5653       - link:
5654           capability: tosca.capabilities.network.Linkable
5655           node: eca_traffic_net
5656           relationship: tosca.relationships.network.LinksTo
5657       - binding:
5658           capability: tosca.capabilities.network.Bindable
5659           node: server_eca_trx10
5660           relationship: tosca.relationships.network.BindsTo
5661     server_eca_trx16:
5662       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
5663       properties:
5664         flavor:
5665           get_input: eca_trx_flavor
5666         availability_zone:
5667           get_input: availability_zone_0
5668         image:
5669           get_input: eca_trx_image
5670         metadata:
5671           vnf_id:
5672             get_input: vnf_id
5673         name:
5674           get_input:
5675           - eca_trx_names
5676           - 15
5677     server_eca_trx10:
5678       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
5679       properties:
5680         flavor:
5681           get_input: eca_trx_flavor
5682         availability_zone:
5683           get_input: availability_zone_0
5684         image:
5685           get_input: eca_trx_image
5686         metadata:
5687           vnf_id:
5688             get_input: vnf_id
5689         name:
5690           get_input:
5691           - eca_trx_names
5692           - 9
5693     server_eca_trx11:
5694       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
5695       properties:
5696         flavor:
5697           get_input: eca_trx_flavor
5698         availability_zone:
5699           get_input: availability_zone_0
5700         image:
5701           get_input: eca_trx_image
5702         metadata:
5703           vnf_id:
5704             get_input: vnf_id
5705         name:
5706           get_input:
5707           - eca_trx_names
5708           - 10
5709     server_eca_trx12:
5710       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
5711       properties:
5712         flavor:
5713           get_input: eca_trx_flavor
5714         availability_zone:
5715           get_input: availability_zone_0
5716         image:
5717           get_input: eca_trx_image
5718         metadata:
5719           vnf_id:
5720             get_input: vnf_id
5721         name:
5722           get_input:
5723           - eca_trx_names
5724           - 11
5725     eca_trx14_port_1:
5726       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5727       properties:
5728         replacement_policy: AUTO
5729         ip_requirements:
5730         - ip_version: 4
5731           ip_count_required:
5732             is_required: true
5733           floating_ip_count_required:
5734             is_required: false
5735         - ip_version: 6
5736           ip_count_required:
5737             is_required: false
5738           floating_ip_count_required:
5739             is_required: false
5740         security_groups:
5741         - get_input: security_group_name
5742         fixed_ips:
5743         - ip_address:
5744             get_input:
5745             - eca_trx_mgmt_ips
5746             - 13
5747         mac_requirements:
5748           mac_count_required:
5749             is_required: false
5750         network_role_tag: eca_mgmt
5751         network:
5752           get_input: eca_mgmt_net_name
5753       requirements:
5754       - binding:
5755           capability: tosca.capabilities.network.Bindable
5756           node: server_eca_trx14
5757           relationship: tosca.relationships.network.BindsTo
5758     eca_trx13_port_0:
5759       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5760       properties:
5761         replacement_policy: AUTO
5762         ip_requirements:
5763         - ip_version: 4
5764           ip_count_required:
5765             is_required: true
5766           floating_ip_count_required:
5767             is_required: false
5768         - ip_version: 6
5769           ip_count_required:
5770             is_required: false
5771           floating_ip_count_required:
5772             is_required: false
5773         security_groups:
5774         - get_input: security_group_name
5775         fixed_ips:
5776         - ip_address:
5777             get_input:
5778             - eca_trx_oam_ips
5779             - 12
5780         mac_requirements:
5781           mac_count_required:
5782             is_required: false
5783         network_role_tag: oam
5784         network:
5785           get_input: oam_net_name
5786       requirements:
5787       - binding:
5788           capability: tosca.capabilities.network.Bindable
5789           node: server_eca_trx13
5790           relationship: tosca.relationships.network.BindsTo
5791     eca_trx14_port_0:
5792       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5793       properties:
5794         replacement_policy: AUTO
5795         ip_requirements:
5796         - ip_version: 4
5797           ip_count_required:
5798             is_required: true
5799           floating_ip_count_required:
5800             is_required: false
5801         - ip_version: 6
5802           ip_count_required:
5803             is_required: false
5804           floating_ip_count_required:
5805             is_required: false
5806         security_groups:
5807         - get_input: security_group_name
5808         fixed_ips:
5809         - ip_address:
5810             get_input:
5811             - eca_trx_oam_ips
5812             - 13
5813         mac_requirements:
5814           mac_count_required:
5815             is_required: false
5816         network_role_tag: oam
5817         network:
5818           get_input: oam_net_name
5819       requirements:
5820       - binding:
5821           capability: tosca.capabilities.network.Bindable
5822           node: server_eca_trx14
5823           relationship: tosca.relationships.network.BindsTo
5824     mmsc5_port_1:
5825       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5826       properties:
5827         replacement_policy: AUTO
5828         ip_requirements:
5829         - ip_version: 4
5830           ip_count_required:
5831             is_required: true
5832           floating_ip_count_required:
5833             is_required: false
5834         - ip_version: 6
5835           ip_count_required:
5836             is_required: false
5837           floating_ip_count_required:
5838             is_required: false
5839         security_groups:
5840         - get_input: security_group_name
5841         fixed_ips:
5842         - ip_address:
5843             get_input:
5844             - mmsc_mms_traffic_net_ips
5845             - 4
5846         mac_requirements:
5847           mac_count_required:
5848             is_required: false
5849         network: mms_traffic_net
5850       requirements:
5851       - link:
5852           capability: tosca.capabilities.network.Linkable
5853           node: mms_traffic_net
5854           relationship: tosca.relationships.network.LinksTo
5855       - binding:
5856           capability: tosca.capabilities.network.Bindable
5857           node: server_mmsc5
5858           relationship: tosca.relationships.network.BindsTo
5859     eca_trx13_port_1:
5860       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5861       properties:
5862         replacement_policy: AUTO
5863         ip_requirements:
5864         - ip_version: 4
5865           ip_count_required:
5866             is_required: true
5867           floating_ip_count_required:
5868             is_required: false
5869         - ip_version: 6
5870           ip_count_required:
5871             is_required: false
5872           floating_ip_count_required:
5873             is_required: false
5874         security_groups:
5875         - get_input: security_group_name
5876         fixed_ips:
5877         - ip_address:
5878             get_input:
5879             - eca_trx_mgmt_ips
5880             - 12
5881         mac_requirements:
5882           mac_count_required:
5883             is_required: false
5884         network_role_tag: eca_mgmt
5885         network:
5886           get_input: eca_mgmt_net_name
5887       requirements:
5888       - binding:
5889           capability: tosca.capabilities.network.Bindable
5890           node: server_eca_trx13
5891           relationship: tosca.relationships.network.BindsTo
5892     mmsc5_port_0:
5893       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5894       properties:
5895         replacement_policy: AUTO
5896         ip_requirements:
5897         - ip_version: 4
5898           ip_count_required:
5899             is_required: true
5900           floating_ip_count_required:
5901             is_required: false
5902         - ip_version: 6
5903           ip_count_required:
5904             is_required: false
5905           floating_ip_count_required:
5906             is_required: false
5907         security_groups:
5908         - get_input: security_group_name
5909         fixed_ips:
5910         - ip_address:
5911             get_input:
5912             - mmsc_oam_ips
5913             - 4
5914         mac_requirements:
5915           mac_count_required:
5916             is_required: false
5917         network_role_tag: oam
5918         network:
5919           get_input: oam_net_name
5920       requirements:
5921       - binding:
5922           capability: tosca.capabilities.network.Bindable
5923           node: server_mmsc5
5924           relationship: tosca.relationships.network.BindsTo
5925     eca_trx13_port_2:
5926       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5927       properties:
5928         replacement_policy: AUTO
5929         ip_requirements:
5930         - ip_version: 4
5931           ip_count_required:
5932             is_required: true
5933           floating_ip_count_required:
5934             is_required: false
5935         - ip_version: 6
5936           ip_count_required:
5937             is_required: false
5938           floating_ip_count_required:
5939             is_required: false
5940         security_groups:
5941         - get_input: security_group_name
5942         fixed_ips:
5943         - ip_address:
5944             get_input:
5945             - eca_trx_eca_traffic_net_ips
5946             - 12
5947         mac_requirements:
5948           mac_count_required:
5949             is_required: false
5950         network: eca_traffic_net
5951       requirements:
5952       - link:
5953           capability: tosca.capabilities.network.Linkable
5954           node: eca_traffic_net
5955           relationship: tosca.relationships.network.LinksTo
5956       - binding:
5957           capability: tosca.capabilities.network.Bindable
5958           node: server_eca_trx13
5959           relationship: tosca.relationships.network.BindsTo
5960     eca_trx14_port_2:
5961       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5962       properties:
5963         replacement_policy: AUTO
5964         ip_requirements:
5965         - ip_version: 4
5966           ip_count_required:
5967             is_required: true
5968           floating_ip_count_required:
5969             is_required: false
5970         - ip_version: 6
5971           ip_count_required:
5972             is_required: false
5973           floating_ip_count_required:
5974             is_required: false
5975         security_groups:
5976         - get_input: security_group_name
5977         fixed_ips:
5978         - ip_address:
5979             get_input:
5980             - eca_trx_eca_traffic_net_ips
5981             - 13
5982         mac_requirements:
5983           mac_count_required:
5984             is_required: false
5985         network: eca_traffic_net
5986       requirements:
5987       - link:
5988           capability: tosca.capabilities.network.Linkable
5989           node: eca_traffic_net
5990           relationship: tosca.relationships.network.LinksTo
5991       - binding:
5992           capability: tosca.capabilities.network.Bindable
5993           node: server_eca_trx14
5994           relationship: tosca.relationships.network.BindsTo
5995     mmsc2_port_0:
5996       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5997       properties:
5998         replacement_policy: AUTO
5999         ip_requirements:
6000         - ip_version: 4
6001           ip_count_required:
6002             is_required: true
6003           floating_ip_count_required:
6004             is_required: false
6005         - ip_version: 6
6006           ip_count_required:
6007             is_required: false
6008           floating_ip_count_required:
6009             is_required: false
6010         security_groups:
6011         - get_input: security_group_name
6012         fixed_ips:
6013         - ip_address:
6014             get_input:
6015             - mmsc_oam_ips
6016             - 1
6017         mac_requirements:
6018           mac_count_required:
6019             is_required: false
6020         network_role_tag: oam
6021         network:
6022           get_input: oam_net_name
6023       requirements:
6024       - binding:
6025           capability: tosca.capabilities.network.Bindable
6026           node: server_mmsc2
6027           relationship: tosca.relationships.network.BindsTo
6028     server_eca_trx17:
6029       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6030       properties:
6031         flavor:
6032           get_input: eca_trx_flavor
6033         availability_zone:
6034           get_input: availability_zone_0
6035         image:
6036           get_input: eca_trx_image
6037         metadata:
6038           vnf_id:
6039             get_input: vnf_id
6040         name:
6041           get_input:
6042           - eca_trx_names
6043           - 16
6044     server_eca_trx18:
6045       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6046       properties:
6047         flavor:
6048           get_input: eca_trx_flavor
6049         availability_zone:
6050           get_input: availability_zone_0
6051         image:
6052           get_input: eca_trx_image
6053         metadata:
6054           vnf_id:
6055             get_input: vnf_id
6056         name:
6057           get_input:
6058           - eca_trx_names
6059           - 17
6060     server_eca_trx19:
6061       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6062       properties:
6063         flavor:
6064           get_input: eca_trx_flavor
6065         availability_zone:
6066           get_input: availability_zone_0
6067         image:
6068           get_input: eca_trx_image
6069         metadata:
6070           vnf_id:
6071             get_input: vnf_id
6072         name:
6073           get_input:
6074           - eca_trx_names
6075           - 18
6076     eca_trx9_port_0:
6077       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6078       properties:
6079         replacement_policy: AUTO
6080         ip_requirements:
6081         - ip_version: 4
6082           ip_count_required:
6083             is_required: true
6084           floating_ip_count_required:
6085             is_required: false
6086         - ip_version: 6
6087           ip_count_required:
6088             is_required: false
6089           floating_ip_count_required:
6090             is_required: false
6091         security_groups:
6092         - get_input: security_group_name
6093         fixed_ips:
6094         - ip_address:
6095             get_input:
6096             - eca_trx_oam_ips
6097             - 8
6098         mac_requirements:
6099           mac_count_required:
6100             is_required: false
6101         network_role_tag: oam
6102         network:
6103           get_input: oam_net_name
6104       requirements:
6105       - binding:
6106           capability: tosca.capabilities.network.Bindable
6107           node: server_eca_trx9
6108           relationship: tosca.relationships.network.BindsTo
6109     eca_trx9_port_1:
6110       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6111       properties:
6112         replacement_policy: AUTO
6113         ip_requirements:
6114         - ip_version: 4
6115           ip_count_required:
6116             is_required: true
6117           floating_ip_count_required:
6118             is_required: false
6119         - ip_version: 6
6120           ip_count_required:
6121             is_required: false
6122           floating_ip_count_required:
6123             is_required: false
6124         security_groups:
6125         - get_input: security_group_name
6126         fixed_ips:
6127         - ip_address:
6128             get_input:
6129             - eca_trx_mgmt_ips
6130             - 8
6131         mac_requirements:
6132           mac_count_required:
6133             is_required: false
6134         network_role_tag: eca_mgmt
6135         network:
6136           get_input: eca_mgmt_net_name
6137       requirements:
6138       - binding:
6139           capability: tosca.capabilities.network.Bindable
6140           node: server_eca_trx9
6141           relationship: tosca.relationships.network.BindsTo
6142     eca_trx9_port_2:
6143       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6144       properties:
6145         replacement_policy: AUTO
6146         ip_requirements:
6147         - ip_version: 4
6148           ip_count_required:
6149             is_required: true
6150           floating_ip_count_required:
6151             is_required: false
6152         - ip_version: 6
6153           ip_count_required:
6154             is_required: false
6155           floating_ip_count_required:
6156             is_required: false
6157         security_groups:
6158         - get_input: security_group_name
6159         fixed_ips:
6160         - ip_address:
6161             get_input:
6162             - eca_trx_eca_traffic_net_ips
6163             - 8
6164         mac_requirements:
6165           mac_count_required:
6166             is_required: false
6167         network: eca_traffic_net
6168       requirements:
6169       - link:
6170           capability: tosca.capabilities.network.Linkable
6171           node: eca_traffic_net
6172           relationship: tosca.relationships.network.LinksTo
6173       - binding:
6174           capability: tosca.capabilities.network.Bindable
6175           node: server_eca_trx9
6176           relationship: tosca.relationships.network.BindsTo
6177     lb2_nems_traffic_port:
6178       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6179       properties:
6180         replacement_policy: AUTO
6181         ip_requirements:
6182         - ip_version: 4
6183           ip_count_required:
6184             is_required: true
6185           floating_ip_count_required:
6186             is_required: true
6187         - ip_version: 6
6188           ip_count_required:
6189             is_required: false
6190           floating_ip_count_required:
6191             is_required: false
6192         security_groups:
6193         - get_input: security_group_name
6194         fixed_ips:
6195         - ip_address:
6196             get_input: nems_traffic_net_local_ip2
6197         mac_requirements:
6198           mac_count_required:
6199             is_required: false
6200         allowed_address_pairs:
6201         - ip_address:
6202             get_input: nems_traffic_net_floating_ip
6203         network: nems_traffic_net
6204       requirements:
6205       - link:
6206           capability: tosca.capabilities.network.Linkable
6207           node: nems_traffic_net
6208           relationship: tosca.relationships.network.LinksTo
6209       - binding:
6210           capability: tosca.capabilities.network.Bindable
6211           node: lb2_instance
6212           relationship: tosca.relationships.network.BindsTo
6213     eca_trx5_port_2:
6214       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6215       properties:
6216         replacement_policy: AUTO
6217         ip_requirements:
6218         - ip_version: 4
6219           ip_count_required:
6220             is_required: true
6221           floating_ip_count_required:
6222             is_required: false
6223         - ip_version: 6
6224           ip_count_required:
6225             is_required: false
6226           floating_ip_count_required:
6227             is_required: false
6228         security_groups:
6229         - get_input: security_group_name
6230         fixed_ips:
6231         - ip_address:
6232             get_input:
6233             - eca_trx_eca_traffic_net_ips
6234             - 4
6235         mac_requirements:
6236           mac_count_required:
6237             is_required: false
6238         network: eca_traffic_net
6239       requirements:
6240       - link:
6241           capability: tosca.capabilities.network.Linkable
6242           node: eca_traffic_net
6243           relationship: tosca.relationships.network.LinksTo
6244       - binding:
6245           capability: tosca.capabilities.network.Bindable
6246           node: server_eca_trx5
6247           relationship: tosca.relationships.network.BindsTo
6248     eca_traffic_net:
6249       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
6250       properties:
6251         network_name:
6252           get_input: eca_traffic_name
6253         subnets:
6254           eca_traffic_ip_subnet:
6255             name:
6256               get_input: eca_traffic_name
6257             cidr:
6258               get_input: eca_traffic_cidr
6259             allocation_pools:
6260             - start:
6261                 get_input: eca_traffic_start
6262               end:
6263                 get_input: eca_traffic_end
6264     eca_trx1_port_1:
6265       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6266       properties:
6267         replacement_policy: AUTO
6268         ip_requirements:
6269         - ip_version: 4
6270           ip_count_required:
6271             is_required: true
6272           floating_ip_count_required:
6273             is_required: false
6274         - ip_version: 6
6275           ip_count_required:
6276             is_required: false
6277           floating_ip_count_required:
6278             is_required: false
6279         security_groups:
6280         - get_input: security_group_name
6281         fixed_ips:
6282         - ip_address:
6283             get_input:
6284             - eca_trx_mgmt_ips
6285             - 0
6286         mac_requirements:
6287           mac_count_required:
6288             is_required: false
6289         network_role_tag: eca_mgmt
6290         network:
6291           get_input: eca_mgmt_net_name
6292       requirements:
6293       - binding:
6294           capability: tosca.capabilities.network.Bindable
6295           node: server_eca_trx1
6296           relationship: tosca.relationships.network.BindsTo
6297     eca_trx5_port_1:
6298       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6299       properties:
6300         replacement_policy: AUTO
6301         ip_requirements:
6302         - ip_version: 4
6303           ip_count_required:
6304             is_required: true
6305           floating_ip_count_required:
6306             is_required: false
6307         - ip_version: 6
6308           ip_count_required:
6309             is_required: false
6310           floating_ip_count_required:
6311             is_required: false
6312         security_groups:
6313         - get_input: security_group_name
6314         fixed_ips:
6315         - ip_address:
6316             get_input:
6317             - eca_trx_mgmt_ips
6318             - 4
6319         mac_requirements:
6320           mac_count_required:
6321             is_required: false
6322         network_role_tag: eca_mgmt
6323         network:
6324           get_input: eca_mgmt_net_name
6325       requirements:
6326       - binding:
6327           capability: tosca.capabilities.network.Bindable
6328           node: server_eca_trx5
6329           relationship: tosca.relationships.network.BindsTo
6330     eca_trx1_port_0:
6331       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6332       properties:
6333         replacement_policy: AUTO
6334         ip_requirements:
6335         - ip_version: 4
6336           ip_count_required:
6337             is_required: true
6338           floating_ip_count_required:
6339             is_required: false
6340         - ip_version: 6
6341           ip_count_required:
6342             is_required: false
6343           floating_ip_count_required:
6344             is_required: false
6345         security_groups:
6346         - get_input: security_group_name
6347         fixed_ips:
6348         - ip_address:
6349             get_input:
6350             - eca_trx_oam_ips
6351             - 0
6352         mac_requirements:
6353           mac_count_required:
6354             is_required: false
6355         network_role_tag: oam
6356         network:
6357           get_input: oam_net_name
6358       requirements:
6359       - binding:
6360           capability: tosca.capabilities.network.Bindable
6361           node: server_eca_trx1
6362           relationship: tosca.relationships.network.BindsTo
6363     eca_trx5_port_0:
6364       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6365       properties:
6366         replacement_policy: AUTO
6367         ip_requirements:
6368         - ip_version: 4
6369           ip_count_required:
6370             is_required: true
6371           floating_ip_count_required:
6372             is_required: false
6373         - ip_version: 6
6374           ip_count_required:
6375             is_required: false
6376           floating_ip_count_required:
6377             is_required: false
6378         security_groups:
6379         - get_input: security_group_name
6380         fixed_ips:
6381         - ip_address:
6382             get_input:
6383             - eca_trx_oam_ips
6384             - 4
6385         mac_requirements:
6386           mac_count_required:
6387             is_required: false
6388         network_role_tag: oam
6389         network:
6390           get_input: oam_net_name
6391       requirements:
6392       - binding:
6393           capability: tosca.capabilities.network.Bindable
6394           node: server_eca_trx5
6395           relationship: tosca.relationships.network.BindsTo
6396     mmsc3_volume:
6397       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
6398       properties:
6399         volume_type:
6400           get_input: MMSC_volume_type
6401         size: '(get_input : mmsc_cinder_volume_size) * 1024'
6402   relationship_templates:
6403     nems1_fe_volume_attachment:
6404       type: org.openecomp.relationships.VolumeAttachesTo
6405       properties:
6406         volume_id: nems1_fe_volume
6407         instance_uuid: server_nems_fe1
6408     mmsc3_volume_attachment:
6409       type: org.openecomp.relationships.VolumeAttachesTo
6410       properties:
6411         volume_id: mmsc3_volume
6412         instance_uuid: server_mmsc3
6413     mmsc1_volume_attachment:
6414       type: org.openecomp.relationships.VolumeAttachesTo
6415       properties:
6416         volume_id: mmsc1_volume
6417         instance_uuid: server_mmsc1
6418     cmaui1_volume_attachment:
6419       type: org.openecomp.relationships.VolumeAttachesTo
6420       properties:
6421         volume_id: cmaui1_volume
6422         instance_uuid: server_cmaui1
6423     mmsc4_volume_attachment:
6424       type: org.openecomp.relationships.VolumeAttachesTo
6425       properties:
6426         volume_id: mmsc4_volume
6427         instance_uuid: server_mmsc4
6428     nems_volume_attachment:
6429       type: org.openecomp.relationships.VolumeAttachesTo
6430       properties:
6431         volume_id: nems_be_volume
6432         instance_uuid: server_nems_be1
6433     cmaui_volume_attachment:
6434       type: org.openecomp.relationships.VolumeAttachesTo
6435       properties:
6436         volume_id: cmaui_volume
6437         instance_uuid: server_cmaui
6438     nems2_fe_volume_attachment:
6439       type: org.openecomp.relationships.VolumeAttachesTo
6440       properties:
6441         volume_id: nems2_fe_volume
6442         instance_uuid: server_nems_fe2
6443     mmsc5_volume_attachment:
6444       type: org.openecomp.relationships.VolumeAttachesTo
6445       properties:
6446         volume_id: mmsc5_volume
6447         instance_uuid: server_mmsc5
6448     mmsc2_volume_attachment:
6449       type: org.openecomp.relationships.VolumeAttachesTo
6450       properties:
6451         volume_id: mmsc2_volume
6452         instance_uuid: server_mmsc2
6453   groups:
6454     cmaui_group:
6455       type: org.openecomp.groups.heat.HeatStack
6456       properties:
6457         heat_file: ../Artifacts/cmaui.yml
6458         description: cmaui server template for vMMSC
6459       members:
6460       - server_cmaui1
6461       - server_cmaui
6462       - cmaui1_port_0
6463       - cmaui_volume
6464       - cmaui1_volume
6465       - cmaui_port_0
6466     MMSC_Capacity_Line_group:
6467       type: org.openecomp.groups.heat.HeatStack
6468       properties:
6469         heat_file: ../Artifacts/MMSC_Capacity_Line.yml
6470         description: |
6471           HOT template that creates internal networks, load balancers and servers for vMMSC capacity Line 1. #11/23: updated the network definition to meet the juniper best practices way of defining the gateway, DHCP enable for internal networks (L457-L547)
6472       members:
6473       - server_eca_trx9
6474       - server_eca_trx8
6475       - server_eca_trx7
6476       - server_eca_trx6
6477       - server_eca_trx5
6478       - nems_internal_net
6479       - server_eca_trx4
6480       - server_eca_trx3
6481       - server_eca_trx2
6482       - lb1_mgmt_port
6483       - lb2_mms_traffic_port
6484       - nems_fe1_port_1
6485       - nems_fe2_port_3
6486       - server_eca_trx1
6487       - nems_fe1_port_2
6488       - nems_fe2_port_2
6489       - nems_fe2_port_1
6490       - nems_fe1_port_0
6491       - nems_fe2_port_0
6492       - nems_fe1_port_3
6493       - nems_fe1_port_4
6494       - nems_fe2_port_4
6495       - mmsc4_volume
6496       - lb2_eca_traffic_port
6497       - lb2_ha_net_port
6498       - nems_user_web_net
6499       - lb1_ha_net_port
6500       - mmsc2_volume
6501       - nems_traffic_net
6502       - eca_trx16_port_0
6503       - eca_trx19_port_2
6504       - eca_trx16_port_1
6505       - eca_trx19_port_1
6506       - eca_trx15_port_0
6507       - eca_trx19_port_0
6508       - lb1_nems_traffic_port
6509       - eca_trx11_port_1
6510       - eca_trx11_port_2
6511       - eca_trx12_port_2
6512       - eca_trx12_port_1
6513       - eca_trx11_port_0
6514       - eca_trx12_port_0
6515       - mmsc4_port_0
6516       - mmsc3_port_0
6517       - eca_trx15_port_2
6518       - mmsc3_port_1
6519       - mmsc4_port_1
6520       - eca_trx15_port_1
6521       - eca_trx16_port_2
6522       - lb2_mgmt_port
6523       - mmsc5_volume
6524       - eca_trx7_port_2
6525       - eca_trx7_port_0
6526       - eca_trx7_port_1
6527       - eca_trx3_port_1
6528       - eca_trx3_port_0
6529       - eca_trx3_port_2
6530       - mmsc1_volume
6531       - nems_imap_net
6532       - lb2_dmz_protected_port
6533       - lb1_eca_traffic_port
6534       - lb1_dmz_protected_port
6535       - lb1_mms_traffic_port
6536       - eca_trx1_port_2
6537       - nems2_fe_volume
6538       - server_nems_be1
6539       - server_nems_fe1
6540       - server_nems_fe2
6541       - lb2_cor_direct_port
6542       - eca_trx20_port_0
6543       - eca_trx20_port_2
6544       - eca_trx20_port_1
6545       - eca_trx8_port_0
6546       - eca_trx6_port_0
6547       - lb2_nems_user_web_port
6548       - lb2_instance
6549       - eca_trx6_port_2
6550       - eca_trx8_port_2
6551       - lb1_nems_user_web_port
6552       - eca_trx6_port_1
6553       - eca_trx8_port_1
6554       - ha_net
6555       - server_mmsc1
6556       - nems_be1_port_0
6557       - eca_trx2_port_0
6558       - server_mmsc2
6559       - nems_be1_port_1
6560       - eca_trx2_port_1
6561       - eca_trx4_port_1
6562       - server_mmsc3
6563       - nems_be1_port_2
6564       - eca_trx2_port_2
6565       - eca_trx4_port_2
6566       - server_eca_trx20
6567       - eca_trx4_port_0
6568       - nems_be_volume
6569       - server_mmsc4
6570       - server_mmsc5
6571       - eca_trx17_port_0
6572       - eca_trx18_port_2
6573       - lb1_cor_direct_port
6574       - mmsc1_port_0
6575       - eca_trx17_port_2
6576       - eca_trx18_port_0
6577       - mmsc1_port_1
6578       - mmsc2_port_1
6579       - eca_trx17_port_1
6580       - eca_trx18_port_1
6581       - mms_traffic_net
6582       - eca_trx10_port_1
6583       - server_eca_trx13
6584       - lb1_instance
6585       - eca_trx10_port_0
6586       - server_eca_trx14
6587       - server_eca_trx15
6588       - nems1_fe_volume
6589       - eca_trx10_port_2
6590       - server_eca_trx16
6591       - server_eca_trx10
6592       - server_eca_trx11
6593       - server_eca_trx12
6594       - eca_trx14_port_1
6595       - eca_trx13_port_0
6596       - eca_trx14_port_0
6597       - mmsc5_port_1
6598       - eca_trx13_port_1
6599       - mmsc5_port_0
6600       - eca_trx13_port_2
6601       - eca_trx14_port_2
6602       - mmsc2_port_0
6603       - server_eca_trx17
6604       - server_eca_trx18
6605       - server_eca_trx19
6606       - eca_trx9_port_0
6607       - eca_trx9_port_1
6608       - eca_trx9_port_2
6609       - lb2_nems_traffic_port
6610       - eca_trx5_port_2
6611       - eca_traffic_net
6612       - eca_trx1_port_1
6613       - eca_trx5_port_1
6614       - eca_trx1_port_0
6615       - eca_trx5_port_0
6616       - mmsc3_volume
6617     SG_ECA_MGMT_group:
6618       type: org.openecomp.groups.heat.HeatStack
6619       properties:
6620         heat_file: ../Artifacts/SG_ECA_MGMT.yaml
6621         description: |
6622           HOT template that creates Security Group and ECA network
6623       members:
6624       - mms_security_group
6625       - eca_mgmt_net