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