816106ec02d8ed610d4e52a7d78f8f9cca88b7e4
[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         - ip_version: 6
2472           ip_count_required:
2473             is_required: false
2474           floating_ip_count_required:
2475             is_required: false
2476         security_groups:
2477         - get_input: security_group_name
2478         fixed_ips:
2479         - ip_address:
2480             get_input:
2481             - lb_oam_ips
2482             - 0
2483         mac_requirements:
2484           mac_count_required:
2485             is_required: false
2486         network_role_tag: oam
2487         network:
2488           get_input: oam_net_name
2489       requirements:
2490       - binding:
2491           capability: tosca.capabilities.network.Bindable
2492           node: lb1_instance
2493           relationship: tosca.relationships.network.BindsTo
2494     lb2_mms_traffic_port:
2495       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2496       properties:
2497         replacement_policy: AUTO
2498         ip_requirements:
2499         - ip_version: 4
2500           ip_count_required:
2501             is_required: true
2502           floating_ip_count_required:
2503             is_required: true
2504         - ip_version: 6
2505           ip_count_required:
2506             is_required: false
2507           floating_ip_count_required:
2508             is_required: false
2509         security_groups:
2510         - get_input: security_group_name
2511         fixed_ips:
2512         - ip_address:
2513             get_input: mms_traffic_net_local_ip2
2514         mac_requirements:
2515           mac_count_required:
2516             is_required: false
2517         allowed_address_pairs:
2518         - ip_address:
2519             get_input: mms_traffic_net_floating_ip
2520         network: mms_traffic_net
2521       requirements:
2522       - link:
2523           capability: tosca.capabilities.network.Linkable
2524           node: mms_traffic_net
2525           relationship: tosca.relationships.network.LinksTo
2526       - binding:
2527           capability: tosca.capabilities.network.Bindable
2528           node: lb2_instance
2529           relationship: tosca.relationships.network.BindsTo
2530     nems_fe1_port_1:
2531       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2532       properties:
2533         replacement_policy: AUTO
2534         ip_requirements:
2535         - ip_version: 4
2536           ip_count_required:
2537             is_required: true
2538           floating_ip_count_required:
2539             is_required: false
2540         - ip_version: 6
2541           ip_count_required:
2542             is_required: false
2543           floating_ip_count_required:
2544             is_required: false
2545         security_groups:
2546         - get_input: security_group_name
2547         fixed_ips:
2548         - ip_address:
2549             get_input:
2550             - nems_fe_nems_traffic_net_ips
2551             - 0
2552         mac_requirements:
2553           mac_count_required:
2554             is_required: false
2555         network: nems_traffic_net
2556       requirements:
2557       - link:
2558           capability: tosca.capabilities.network.Linkable
2559           node: nems_traffic_net
2560           relationship: tosca.relationships.network.LinksTo
2561       - binding:
2562           capability: tosca.capabilities.network.Bindable
2563           node: server_nems_fe1
2564           relationship: tosca.relationships.network.BindsTo
2565     nems_fe2_port_3:
2566       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2567       properties:
2568         replacement_policy: AUTO
2569         ip_requirements:
2570         - ip_version: 4
2571           ip_count_required:
2572             is_required: true
2573           floating_ip_count_required:
2574             is_required: false
2575         - ip_version: 6
2576           ip_count_required:
2577             is_required: false
2578           floating_ip_count_required:
2579             is_required: false
2580         security_groups:
2581         - get_input: security_group_name
2582         fixed_ips:
2583         - ip_address:
2584             get_input:
2585             - nems_fe_nems_internal_net_ips
2586             - 1
2587         mac_requirements:
2588           mac_count_required:
2589             is_required: false
2590         network: nems_internal_net
2591       requirements:
2592       - link:
2593           capability: tosca.capabilities.network.Linkable
2594           node: nems_internal_net
2595           relationship: tosca.relationships.network.LinksTo
2596       - binding:
2597           capability: tosca.capabilities.network.Bindable
2598           node: server_nems_fe2
2599           relationship: tosca.relationships.network.BindsTo
2600     server_eca_trx1:
2601       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
2602       properties:
2603         flavor:
2604           get_input: eca_trx_flavor
2605         availability_zone:
2606           get_input: availability_zone_0
2607         image:
2608           get_input: eca_trx_image
2609         metadata:
2610           vnf_id:
2611             get_input: vnf_id
2612         name:
2613           get_input:
2614           - eca_trx_names
2615           - 0
2616     nems_fe1_port_2:
2617       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2618       properties:
2619         replacement_policy: AUTO
2620         ip_requirements:
2621         - ip_version: 4
2622           ip_count_required:
2623             is_required: true
2624           floating_ip_count_required:
2625             is_required: false
2626         - ip_version: 6
2627           ip_count_required:
2628             is_required: false
2629           floating_ip_count_required:
2630             is_required: false
2631         security_groups:
2632         - get_input: security_group_name
2633         fixed_ips:
2634         - ip_address:
2635             get_input:
2636             - nems_fe_nems_user_web_net_ips
2637             - 0
2638         mac_requirements:
2639           mac_count_required:
2640             is_required: false
2641         network: nems_user_web_net
2642       requirements:
2643       - link:
2644           capability: tosca.capabilities.network.Linkable
2645           node: nems_user_web_net
2646           relationship: tosca.relationships.network.LinksTo
2647       - binding:
2648           capability: tosca.capabilities.network.Bindable
2649           node: server_nems_fe1
2650           relationship: tosca.relationships.network.BindsTo
2651     nems_fe2_port_2:
2652       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2653       properties:
2654         replacement_policy: AUTO
2655         ip_requirements:
2656         - ip_version: 4
2657           ip_count_required:
2658             is_required: true
2659           floating_ip_count_required:
2660             is_required: false
2661         - ip_version: 6
2662           ip_count_required:
2663             is_required: false
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_user_web_net_ips
2672             - 1
2673         mac_requirements:
2674           mac_count_required:
2675             is_required: false
2676         network: nems_user_web_net
2677       requirements:
2678       - link:
2679           capability: tosca.capabilities.network.Linkable
2680           node: nems_user_web_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_fe2_port_1:
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         - ip_version: 6
2697           ip_count_required:
2698             is_required: false
2699           floating_ip_count_required:
2700             is_required: false
2701         security_groups:
2702         - get_input: security_group_name
2703         fixed_ips:
2704         - ip_address:
2705             get_input:
2706             - nems_fe_nems_traffic_net_ips
2707             - 1
2708         mac_requirements:
2709           mac_count_required:
2710             is_required: false
2711         network: nems_traffic_net
2712       requirements:
2713       - link:
2714           capability: tosca.capabilities.network.Linkable
2715           node: nems_traffic_net
2716           relationship: tosca.relationships.network.LinksTo
2717       - binding:
2718           capability: tosca.capabilities.network.Bindable
2719           node: server_nems_fe2
2720           relationship: tosca.relationships.network.BindsTo
2721     nems_fe1_port_0:
2722       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2723       properties:
2724         replacement_policy: AUTO
2725         ip_requirements:
2726         - ip_version: 4
2727           ip_count_required:
2728             is_required: true
2729           floating_ip_count_required:
2730             is_required: false
2731         - ip_version: 6
2732           ip_count_required:
2733             is_required: false
2734           floating_ip_count_required:
2735             is_required: false
2736         security_groups:
2737         - get_input: security_group_name
2738         fixed_ips:
2739         - ip_address:
2740             get_input:
2741             - nems_fe_oam_ips
2742             - 0
2743         mac_requirements:
2744           mac_count_required:
2745             is_required: false
2746         network_role_tag: oam
2747         network:
2748           get_input: oam_net_name
2749       requirements:
2750       - binding:
2751           capability: tosca.capabilities.network.Bindable
2752           node: server_nems_fe1
2753           relationship: tosca.relationships.network.BindsTo
2754     nems_fe2_port_0:
2755       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2756       properties:
2757         replacement_policy: AUTO
2758         ip_requirements:
2759         - ip_version: 4
2760           ip_count_required:
2761             is_required: true
2762           floating_ip_count_required:
2763             is_required: false
2764         - ip_version: 6
2765           ip_count_required:
2766             is_required: false
2767           floating_ip_count_required:
2768             is_required: false
2769         security_groups:
2770         - get_input: security_group_name
2771         fixed_ips:
2772         - ip_address:
2773             get_input:
2774             - nems_fe_oam_ips
2775             - 1
2776         mac_requirements:
2777           mac_count_required:
2778             is_required: false
2779         network_role_tag: oam
2780         network:
2781           get_input: oam_net_name
2782       requirements:
2783       - binding:
2784           capability: tosca.capabilities.network.Bindable
2785           node: server_nems_fe2
2786           relationship: tosca.relationships.network.BindsTo
2787     nems_fe1_port_3:
2788       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2789       properties:
2790         replacement_policy: AUTO
2791         ip_requirements:
2792         - ip_version: 4
2793           ip_count_required:
2794             is_required: true
2795           floating_ip_count_required:
2796             is_required: false
2797         - ip_version: 6
2798           ip_count_required:
2799             is_required: false
2800           floating_ip_count_required:
2801             is_required: false
2802         security_groups:
2803         - get_input: security_group_name
2804         fixed_ips:
2805         - ip_address:
2806             get_input:
2807             - nems_fe_nems_internal_net_ips
2808             - 0
2809         mac_requirements:
2810           mac_count_required:
2811             is_required: false
2812         network: nems_internal_net
2813       requirements:
2814       - link:
2815           capability: tosca.capabilities.network.Linkable
2816           node: nems_internal_net
2817           relationship: tosca.relationships.network.LinksTo
2818       - binding:
2819           capability: tosca.capabilities.network.Bindable
2820           node: server_nems_fe1
2821           relationship: tosca.relationships.network.BindsTo
2822     nems_fe1_port_4:
2823       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2824       properties:
2825         replacement_policy: AUTO
2826         ip_requirements:
2827         - ip_version: 4
2828           ip_count_required:
2829             is_required: true
2830           floating_ip_count_required:
2831             is_required: false
2832         - ip_version: 6
2833           ip_count_required:
2834             is_required: false
2835           floating_ip_count_required:
2836             is_required: false
2837         security_groups:
2838         - get_input: security_group_name
2839         fixed_ips:
2840         - ip_address:
2841             get_input:
2842             - nems_fe_nems_imap_net_ips
2843             - 0
2844         mac_requirements:
2845           mac_count_required:
2846             is_required: false
2847         network: nems_imap_net
2848       requirements:
2849       - link:
2850           capability: tosca.capabilities.network.Linkable
2851           node: nems_imap_net
2852           relationship: tosca.relationships.network.LinksTo
2853       - binding:
2854           capability: tosca.capabilities.network.Bindable
2855           node: server_nems_fe1
2856           relationship: tosca.relationships.network.BindsTo
2857     nems_fe2_port_4:
2858       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2859       properties:
2860         replacement_policy: AUTO
2861         ip_requirements:
2862         - ip_version: 4
2863           ip_count_required:
2864             is_required: true
2865           floating_ip_count_required:
2866             is_required: false
2867         - ip_version: 6
2868           ip_count_required:
2869             is_required: false
2870           floating_ip_count_required:
2871             is_required: false
2872         security_groups:
2873         - get_input: security_group_name
2874         fixed_ips:
2875         - ip_address:
2876             get_input:
2877             - nems_fe_nems_imap_net_ips
2878             - 1
2879         mac_requirements:
2880           mac_count_required:
2881             is_required: false
2882         network: nems_imap_net
2883       requirements:
2884       - link:
2885           capability: tosca.capabilities.network.Linkable
2886           node: nems_imap_net
2887           relationship: tosca.relationships.network.LinksTo
2888       - binding:
2889           capability: tosca.capabilities.network.Bindable
2890           node: server_nems_fe2
2891           relationship: tosca.relationships.network.BindsTo
2892     mms_security_group:
2893       type: org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules
2894       properties:
2895         name:
2896           get_input: security_group_name
2897         description: mmsc security group
2898         rules:
2899         - protocol: tcp
2900           ethertype: IPv4
2901           port_range_max: 65535
2902           remote_ip_prefix: 0.0.0.0/0
2903           direction: egress
2904           port_range_min: 1
2905         - protocol: udp
2906           ethertype: IPv4
2907           port_range_max: 65535
2908           remote_ip_prefix: 0.0.0.0/0
2909           direction: egress
2910           port_range_min: 1
2911         - protocol: icmp
2912           ethertype: IPv4
2913           remote_ip_prefix: 0.0.0.0/0
2914           direction: egress
2915         - protocol: tcp
2916           ethertype: IPv4
2917           port_range_max: 65535
2918           remote_ip_prefix: 0.0.0.0/0
2919           direction: ingress
2920           port_range_min: 1
2921         - protocol: udp
2922           ethertype: IPv4
2923           port_range_max: 65535
2924           remote_ip_prefix: 0.0.0.0/0
2925           direction: ingress
2926           port_range_min: 1
2927         - protocol: icmp
2928           ethertype: IPv4
2929           remote_ip_prefix: 0.0.0.0/0
2930           direction: ingress
2931     mmsc4_volume:
2932       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
2933       properties:
2934         volume_type:
2935           get_input: MMSC_volume_type
2936         size: '(get_input : mmsc_cinder_volume_size) * 1024'
2937     lb2_eca_traffic_port:
2938       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2939       properties:
2940         replacement_policy: AUTO
2941         ip_requirements:
2942         - ip_version: 4
2943           ip_count_required:
2944             is_required: true
2945           floating_ip_count_required:
2946             is_required: true
2947         - ip_version: 6
2948           ip_count_required:
2949             is_required: false
2950           floating_ip_count_required:
2951             is_required: false
2952         security_groups:
2953         - get_input: security_group_name
2954         fixed_ips:
2955         - ip_address:
2956             get_input: eca_traffic_net_local_ip2
2957         mac_requirements:
2958           mac_count_required:
2959             is_required: false
2960         allowed_address_pairs:
2961         - ip_address:
2962             get_input: eca_traffic_net_floating_ip
2963         network: eca_traffic_net
2964       requirements:
2965       - link:
2966           capability: tosca.capabilities.network.Linkable
2967           node: eca_traffic_net
2968           relationship: tosca.relationships.network.LinksTo
2969       - binding:
2970           capability: tosca.capabilities.network.Bindable
2971           node: lb2_instance
2972           relationship: tosca.relationships.network.BindsTo
2973     lb2_ha_net_port:
2974       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
2975       properties:
2976         replacement_policy: AUTO
2977         ip_requirements:
2978         - ip_version: 4
2979           ip_count_required:
2980             is_required: true
2981           floating_ip_count_required:
2982             is_required: false
2983         - ip_version: 6
2984           ip_count_required:
2985             is_required: false
2986           floating_ip_count_required:
2987             is_required: false
2988         security_groups:
2989         - get_input: security_group_name
2990         fixed_ips:
2991         - ip_address:
2992             get_input: ha_net_local_ip2
2993         mac_requirements:
2994           mac_count_required:
2995             is_required: false
2996         network: ha_net
2997       requirements:
2998       - link:
2999           capability: tosca.capabilities.network.Linkable
3000           node: ha_net
3001           relationship: tosca.relationships.network.LinksTo
3002       - binding:
3003           capability: tosca.capabilities.network.Bindable
3004           node: lb2_instance
3005           relationship: tosca.relationships.network.BindsTo
3006     oam2_mgmt_port:
3007       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3008       properties:
3009         replacement_policy: AUTO
3010         ip_requirements:
3011         - ip_version: 4
3012           ip_count_required:
3013             is_required: true
3014           floating_ip_count_required:
3015             is_required: false
3016         - ip_version: 6
3017           ip_count_required:
3018             is_required: false
3019           floating_ip_count_required:
3020             is_required: false
3021         security_groups:
3022         - get_input: security_group_name
3023         fixed_ips:
3024         - ip_address:
3025             get_input:
3026             - eca_oam_ips
3027             - 1
3028         mac_requirements:
3029           mac_count_required:
3030             is_required: false
3031         network_role_tag: oam
3032         network:
3033           get_input: oam_net_name
3034       requirements:
3035       - binding:
3036           capability: tosca.capabilities.network.Bindable
3037           node: oam2_instance
3038           relationship: tosca.relationships.network.BindsTo
3039     nems_user_web_net:
3040       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
3041       properties:
3042         network_name:
3043           get_input: nems_user_web_name
3044         subnets:
3045           nems_user_web_network_ip_subnet:
3046             name:
3047               get_input: nems_user_web_name
3048             cidr:
3049               get_input: nems_user_web_cidr
3050             allocation_pools:
3051             - start:
3052                 get_input: nems_user_web_start
3053               end:
3054                 get_input: nems_user_web_end
3055     lb1_ha_net_port:
3056       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3057       properties:
3058         replacement_policy: AUTO
3059         ip_requirements:
3060         - ip_version: 4
3061           ip_count_required:
3062             is_required: true
3063           floating_ip_count_required:
3064             is_required: false
3065         - ip_version: 6
3066           ip_count_required:
3067             is_required: false
3068           floating_ip_count_required:
3069             is_required: false
3070         security_groups:
3071         - get_input: security_group_name
3072         fixed_ips:
3073         - ip_address:
3074             get_input: ha_net_local_ip1
3075         mac_requirements:
3076           mac_count_required:
3077             is_required: false
3078         network: ha_net
3079       requirements:
3080       - link:
3081           capability: tosca.capabilities.network.Linkable
3082           node: ha_net
3083           relationship: tosca.relationships.network.LinksTo
3084       - binding:
3085           capability: tosca.capabilities.network.Bindable
3086           node: lb1_instance
3087           relationship: tosca.relationships.network.BindsTo
3088     mmsc2_volume:
3089       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
3090       properties:
3091         volume_type:
3092           get_input: MMSC_volume_type
3093         size: '(get_input : mmsc_cinder_volume_size) * 1024'
3094     cmaui1_volume:
3095       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
3096       properties:
3097         volume_type:
3098           get_input: CMAUI_volume_type
3099         size: '(get_input : cmaui_cinder_volume_size) * 1024'
3100     nems_traffic_net:
3101       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
3102       properties:
3103         network_name:
3104           get_input: nems_traffic_name
3105         subnets:
3106           nems_traffic_network_ip_subnet:
3107             name:
3108               get_input: nems_traffic_name
3109             cidr:
3110               get_input: nems_traffic_cidr
3111             allocation_pools:
3112             - start:
3113                 get_input: nems_traffic_start
3114               end:
3115                 get_input: nems_traffic_end
3116     eca_trx16_port_0:
3117       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3118       properties:
3119         replacement_policy: AUTO
3120         ip_requirements:
3121         - ip_version: 4
3122           ip_count_required:
3123             is_required: true
3124           floating_ip_count_required:
3125             is_required: false
3126         - ip_version: 6
3127           ip_count_required:
3128             is_required: false
3129           floating_ip_count_required:
3130             is_required: false
3131         security_groups:
3132         - get_input: security_group_name
3133         fixed_ips:
3134         - ip_address:
3135             get_input:
3136             - eca_trx_oam_ips
3137             - 15
3138         mac_requirements:
3139           mac_count_required:
3140             is_required: false
3141         network_role_tag: oam
3142         network:
3143           get_input: oam_net_name
3144       requirements:
3145       - binding:
3146           capability: tosca.capabilities.network.Bindable
3147           node: server_eca_trx16
3148           relationship: tosca.relationships.network.BindsTo
3149     eca_trx19_port_2:
3150       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3151       properties:
3152         replacement_policy: AUTO
3153         ip_requirements:
3154         - ip_version: 4
3155           ip_count_required:
3156             is_required: true
3157           floating_ip_count_required:
3158             is_required: false
3159         - ip_version: 6
3160           ip_count_required:
3161             is_required: false
3162           floating_ip_count_required:
3163             is_required: false
3164         security_groups:
3165         - get_input: security_group_name
3166         fixed_ips:
3167         - ip_address:
3168             get_input:
3169             - eca_trx_eca_traffic_net_ips
3170             - 18
3171         mac_requirements:
3172           mac_count_required:
3173             is_required: false
3174         network: eca_traffic_net
3175       requirements:
3176       - link:
3177           capability: tosca.capabilities.network.Linkable
3178           node: eca_traffic_net
3179           relationship: tosca.relationships.network.LinksTo
3180       - binding:
3181           capability: tosca.capabilities.network.Bindable
3182           node: server_eca_trx19
3183           relationship: tosca.relationships.network.BindsTo
3184     eca_trx16_port_1:
3185       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3186       properties:
3187         replacement_policy: AUTO
3188         ip_requirements:
3189         - ip_version: 4
3190           ip_count_required:
3191             is_required: true
3192           floating_ip_count_required:
3193             is_required: false
3194         - ip_version: 6
3195           ip_count_required:
3196             is_required: false
3197           floating_ip_count_required:
3198             is_required: false
3199         security_groups:
3200         - get_input: security_group_name
3201         fixed_ips:
3202         - ip_address:
3203             get_input:
3204             - eca_trx_mgmt_ips
3205             - 15
3206         mac_requirements:
3207           mac_count_required:
3208             is_required: false
3209         network_role_tag: eca_mgmt
3210         network:
3211           get_input: eca_mgmt_net_name
3212       requirements:
3213       - binding:
3214           capability: tosca.capabilities.network.Bindable
3215           node: server_eca_trx16
3216           relationship: tosca.relationships.network.BindsTo
3217     eca_trx19_port_1:
3218       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3219       properties:
3220         replacement_policy: AUTO
3221         ip_requirements:
3222         - ip_version: 4
3223           ip_count_required:
3224             is_required: true
3225           floating_ip_count_required:
3226             is_required: false
3227         - ip_version: 6
3228           ip_count_required:
3229             is_required: false
3230           floating_ip_count_required:
3231             is_required: false
3232         security_groups:
3233         - get_input: security_group_name
3234         fixed_ips:
3235         - ip_address:
3236             get_input:
3237             - eca_trx_mgmt_ips
3238             - 18
3239         mac_requirements:
3240           mac_count_required:
3241             is_required: false
3242         network_role_tag: eca_mgmt
3243         network:
3244           get_input: eca_mgmt_net_name
3245       requirements:
3246       - binding:
3247           capability: tosca.capabilities.network.Bindable
3248           node: server_eca_trx19
3249           relationship: tosca.relationships.network.BindsTo
3250     eca_trx15_port_0:
3251       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3252       properties:
3253         replacement_policy: AUTO
3254         ip_requirements:
3255         - ip_version: 4
3256           ip_count_required:
3257             is_required: true
3258           floating_ip_count_required:
3259             is_required: false
3260         - ip_version: 6
3261           ip_count_required:
3262             is_required: false
3263           floating_ip_count_required:
3264             is_required: false
3265         security_groups:
3266         - get_input: security_group_name
3267         fixed_ips:
3268         - ip_address:
3269             get_input:
3270             - eca_trx_oam_ips
3271             - 14
3272         mac_requirements:
3273           mac_count_required:
3274             is_required: false
3275         network_role_tag: oam
3276         network:
3277           get_input: oam_net_name
3278       requirements:
3279       - binding:
3280           capability: tosca.capabilities.network.Bindable
3281           node: server_eca_trx15
3282           relationship: tosca.relationships.network.BindsTo
3283     eca_trx19_port_0:
3284       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3285       properties:
3286         replacement_policy: AUTO
3287         ip_requirements:
3288         - ip_version: 4
3289           ip_count_required:
3290             is_required: true
3291           floating_ip_count_required:
3292             is_required: false
3293         - ip_version: 6
3294           ip_count_required:
3295             is_required: false
3296           floating_ip_count_required:
3297             is_required: false
3298         security_groups:
3299         - get_input: security_group_name
3300         fixed_ips:
3301         - ip_address:
3302             get_input:
3303             - eca_trx_oam_ips
3304             - 18
3305         mac_requirements:
3306           mac_count_required:
3307             is_required: false
3308         network_role_tag: oam
3309         network:
3310           get_input: oam_net_name
3311       requirements:
3312       - binding:
3313           capability: tosca.capabilities.network.Bindable
3314           node: server_eca_trx19
3315           relationship: tosca.relationships.network.BindsTo
3316     lb1_nems_traffic_port:
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: true
3326         - ip_version: 6
3327           ip_count_required:
3328             is_required: false
3329           floating_ip_count_required:
3330             is_required: false
3331         security_groups:
3332         - get_input: security_group_name
3333         fixed_ips:
3334         - ip_address:
3335             get_input: nems_traffic_net_local_ip1
3336         mac_requirements:
3337           mac_count_required:
3338             is_required: false
3339         allowed_address_pairs:
3340         - ip_address:
3341             get_input: nems_traffic_net_floating_ip
3342         network: nems_traffic_net
3343       requirements:
3344       - link:
3345           capability: tosca.capabilities.network.Linkable
3346           node: nems_traffic_net
3347           relationship: tosca.relationships.network.LinksTo
3348       - binding:
3349           capability: tosca.capabilities.network.Bindable
3350           node: lb1_instance
3351           relationship: tosca.relationships.network.BindsTo
3352     oam2_instance:
3353       type: org.openecomp.resource.vfc.nodes.heat.eca
3354       properties:
3355         flavor:
3356           get_input: oam_flavor
3357         availability_zone:
3358           get_input: availability_zone_0
3359         image:
3360           get_input: oam_image_name
3361         metadata:
3362           vnf_id:
3363             get_input: vnf_id
3364         name:
3365           get_input:
3366           - eca_names
3367           - 1
3368       requirements:
3369       - local_storage:
3370           capability: tosca.capabilities.Attachment
3371           node: oam2_volume
3372           relationship: oam2_volume_attachment
3373     eca_trx11_port_1:
3374       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3375       properties:
3376         replacement_policy: AUTO
3377         ip_requirements:
3378         - ip_version: 4
3379           ip_count_required:
3380             is_required: true
3381           floating_ip_count_required:
3382             is_required: false
3383         - ip_version: 6
3384           ip_count_required:
3385             is_required: false
3386           floating_ip_count_required:
3387             is_required: false
3388         security_groups:
3389         - get_input: security_group_name
3390         fixed_ips:
3391         - ip_address:
3392             get_input:
3393             - eca_trx_mgmt_ips
3394             - 10
3395         mac_requirements:
3396           mac_count_required:
3397             is_required: false
3398         network_role_tag: eca_mgmt
3399         network:
3400           get_input: eca_mgmt_net_name
3401       requirements:
3402       - binding:
3403           capability: tosca.capabilities.network.Bindable
3404           node: server_eca_trx11
3405           relationship: tosca.relationships.network.BindsTo
3406     eca_trx11_port_2:
3407       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3408       properties:
3409         replacement_policy: AUTO
3410         ip_requirements:
3411         - ip_version: 4
3412           ip_count_required:
3413             is_required: true
3414           floating_ip_count_required:
3415             is_required: false
3416         - ip_version: 6
3417           ip_count_required:
3418             is_required: false
3419           floating_ip_count_required:
3420             is_required: false
3421         security_groups:
3422         - get_input: security_group_name
3423         fixed_ips:
3424         - ip_address:
3425             get_input:
3426             - eca_trx_eca_traffic_net_ips
3427             - 10
3428         mac_requirements:
3429           mac_count_required:
3430             is_required: false
3431         network: eca_traffic_net
3432       requirements:
3433       - link:
3434           capability: tosca.capabilities.network.Linkable
3435           node: eca_traffic_net
3436           relationship: tosca.relationships.network.LinksTo
3437       - binding:
3438           capability: tosca.capabilities.network.Bindable
3439           node: server_eca_trx11
3440           relationship: tosca.relationships.network.BindsTo
3441     eca_trx12_port_2:
3442       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3443       properties:
3444         replacement_policy: AUTO
3445         ip_requirements:
3446         - ip_version: 4
3447           ip_count_required:
3448             is_required: true
3449           floating_ip_count_required:
3450             is_required: false
3451         - ip_version: 6
3452           ip_count_required:
3453             is_required: false
3454           floating_ip_count_required:
3455             is_required: false
3456         security_groups:
3457         - get_input: security_group_name
3458         fixed_ips:
3459         - ip_address:
3460             get_input:
3461             - eca_trx_eca_traffic_net_ips
3462             - 11
3463         mac_requirements:
3464           mac_count_required:
3465             is_required: false
3466         network: eca_traffic_net
3467       requirements:
3468       - link:
3469           capability: tosca.capabilities.network.Linkable
3470           node: eca_traffic_net
3471           relationship: tosca.relationships.network.LinksTo
3472       - binding:
3473           capability: tosca.capabilities.network.Bindable
3474           node: server_eca_trx12
3475           relationship: tosca.relationships.network.BindsTo
3476     arb_volume:
3477       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
3478       properties:
3479         volume_type:
3480           get_input: ARB_volume_type
3481         size: '(get_input : arb_volume_size) * 1024'
3482     eca_trx12_port_1:
3483       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3484       properties:
3485         replacement_policy: AUTO
3486         ip_requirements:
3487         - ip_version: 4
3488           ip_count_required:
3489             is_required: true
3490           floating_ip_count_required:
3491             is_required: false
3492         - ip_version: 6
3493           ip_count_required:
3494             is_required: false
3495           floating_ip_count_required:
3496             is_required: false
3497         security_groups:
3498         - get_input: security_group_name
3499         fixed_ips:
3500         - ip_address:
3501             get_input:
3502             - eca_trx_mgmt_ips
3503             - 11
3504         mac_requirements:
3505           mac_count_required:
3506             is_required: false
3507         network_role_tag: eca_mgmt
3508         network:
3509           get_input: eca_mgmt_net_name
3510       requirements:
3511       - binding:
3512           capability: tosca.capabilities.network.Bindable
3513           node: server_eca_trx12
3514           relationship: tosca.relationships.network.BindsTo
3515     eca_trx11_port_0:
3516       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3517       properties:
3518         replacement_policy: AUTO
3519         ip_requirements:
3520         - ip_version: 4
3521           ip_count_required:
3522             is_required: true
3523           floating_ip_count_required:
3524             is_required: false
3525         - ip_version: 6
3526           ip_count_required:
3527             is_required: false
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_oam_ips
3536             - 10
3537         mac_requirements:
3538           mac_count_required:
3539             is_required: false
3540         network_role_tag: oam
3541         network:
3542           get_input: oam_net_name
3543       requirements:
3544       - binding:
3545           capability: tosca.capabilities.network.Bindable
3546           node: server_eca_trx11
3547           relationship: tosca.relationships.network.BindsTo
3548     eca_trx12_port_0:
3549       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3550       properties:
3551         replacement_policy: AUTO
3552         ip_requirements:
3553         - ip_version: 4
3554           ip_count_required:
3555             is_required: true
3556           floating_ip_count_required:
3557             is_required: false
3558         - ip_version: 6
3559           ip_count_required:
3560             is_required: false
3561           floating_ip_count_required:
3562             is_required: false
3563         security_groups:
3564         - get_input: security_group_name
3565         fixed_ips:
3566         - ip_address:
3567             get_input:
3568             - eca_trx_oam_ips
3569             - 11
3570         mac_requirements:
3571           mac_count_required:
3572             is_required: false
3573         network_role_tag: oam
3574         network:
3575           get_input: oam_net_name
3576       requirements:
3577       - binding:
3578           capability: tosca.capabilities.network.Bindable
3579           node: server_eca_trx12
3580           relationship: tosca.relationships.network.BindsTo
3581     mmsc4_port_0:
3582       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3583       properties:
3584         replacement_policy: AUTO
3585         ip_requirements:
3586         - ip_version: 4
3587           ip_count_required:
3588             is_required: true
3589           floating_ip_count_required:
3590             is_required: false
3591         - ip_version: 6
3592           ip_count_required:
3593             is_required: false
3594           floating_ip_count_required:
3595             is_required: false
3596         security_groups:
3597         - get_input: security_group_name
3598         fixed_ips:
3599         - ip_address:
3600             get_input:
3601             - mmsc_oam_ips
3602             - 3
3603         mac_requirements:
3604           mac_count_required:
3605             is_required: false
3606         network_role_tag: oam
3607         network:
3608           get_input: oam_net_name
3609       requirements:
3610       - binding:
3611           capability: tosca.capabilities.network.Bindable
3612           node: server_mmsc4
3613           relationship: tosca.relationships.network.BindsTo
3614     cmaui1_port_0:
3615       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3616       properties:
3617         replacement_policy: AUTO
3618         ip_requirements:
3619         - ip_version: 4
3620           ip_count_required:
3621             is_required: true
3622           floating_ip_count_required:
3623             is_required: false
3624         - ip_version: 6
3625           ip_count_required:
3626             is_required: false
3627           floating_ip_count_required:
3628             is_required: false
3629         security_groups:
3630         - get_input: security_group_name
3631         fixed_ips:
3632         - ip_address:
3633             get_input:
3634             - cmaui_oam_ips
3635             - 1
3636         mac_requirements:
3637           mac_count_required:
3638             is_required: false
3639         network_role_tag: oam
3640         network:
3641           get_input: oam_net_name
3642       requirements:
3643       - binding:
3644           capability: tosca.capabilities.network.Bindable
3645           node: server_cmaui1
3646           relationship: tosca.relationships.network.BindsTo
3647     mmsc3_port_0:
3648       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3649       properties:
3650         replacement_policy: AUTO
3651         ip_requirements:
3652         - ip_version: 4
3653           ip_count_required:
3654             is_required: true
3655           floating_ip_count_required:
3656             is_required: false
3657         - ip_version: 6
3658           ip_count_required:
3659             is_required: false
3660           floating_ip_count_required:
3661             is_required: false
3662         security_groups:
3663         - get_input: security_group_name
3664         fixed_ips:
3665         - ip_address:
3666             get_input:
3667             - mmsc_oam_ips
3668             - 2
3669         mac_requirements:
3670           mac_count_required:
3671             is_required: false
3672         network_role_tag: oam
3673         network:
3674           get_input: oam_net_name
3675       requirements:
3676       - binding:
3677           capability: tosca.capabilities.network.Bindable
3678           node: server_mmsc3
3679           relationship: tosca.relationships.network.BindsTo
3680     eca_trx15_port_2:
3681       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3682       properties:
3683         replacement_policy: AUTO
3684         ip_requirements:
3685         - ip_version: 4
3686           ip_count_required:
3687             is_required: true
3688           floating_ip_count_required:
3689             is_required: false
3690         - ip_version: 6
3691           ip_count_required:
3692             is_required: false
3693           floating_ip_count_required:
3694             is_required: false
3695         security_groups:
3696         - get_input: security_group_name
3697         fixed_ips:
3698         - ip_address:
3699             get_input:
3700             - eca_trx_eca_traffic_net_ips
3701             - 14
3702         mac_requirements:
3703           mac_count_required:
3704             is_required: false
3705         network: eca_traffic_net
3706       requirements:
3707       - link:
3708           capability: tosca.capabilities.network.Linkable
3709           node: eca_traffic_net
3710           relationship: tosca.relationships.network.LinksTo
3711       - binding:
3712           capability: tosca.capabilities.network.Bindable
3713           node: server_eca_trx15
3714           relationship: tosca.relationships.network.BindsTo
3715     mmsc3_port_1:
3716       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3717       properties:
3718         replacement_policy: AUTO
3719         ip_requirements:
3720         - ip_version: 4
3721           ip_count_required:
3722             is_required: true
3723           floating_ip_count_required:
3724             is_required: false
3725         - ip_version: 6
3726           ip_count_required:
3727             is_required: false
3728           floating_ip_count_required:
3729             is_required: false
3730         security_groups:
3731         - get_input: security_group_name
3732         fixed_ips:
3733         - ip_address:
3734             get_input:
3735             - mmsc_mms_traffic_net_ips
3736             - 2
3737         mac_requirements:
3738           mac_count_required:
3739             is_required: false
3740         network: mms_traffic_net
3741       requirements:
3742       - link:
3743           capability: tosca.capabilities.network.Linkable
3744           node: mms_traffic_net
3745           relationship: tosca.relationships.network.LinksTo
3746       - binding:
3747           capability: tosca.capabilities.network.Bindable
3748           node: server_mmsc3
3749           relationship: tosca.relationships.network.BindsTo
3750     mmsc4_port_1:
3751       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3752       properties:
3753         replacement_policy: AUTO
3754         ip_requirements:
3755         - ip_version: 4
3756           ip_count_required:
3757             is_required: true
3758           floating_ip_count_required:
3759             is_required: false
3760         - ip_version: 6
3761           ip_count_required:
3762             is_required: false
3763           floating_ip_count_required:
3764             is_required: false
3765         security_groups:
3766         - get_input: security_group_name
3767         fixed_ips:
3768         - ip_address:
3769             get_input:
3770             - mmsc_mms_traffic_net_ips
3771             - 3
3772         mac_requirements:
3773           mac_count_required:
3774             is_required: false
3775         network: mms_traffic_net
3776       requirements:
3777       - link:
3778           capability: tosca.capabilities.network.Linkable
3779           node: mms_traffic_net
3780           relationship: tosca.relationships.network.LinksTo
3781       - binding:
3782           capability: tosca.capabilities.network.Bindable
3783           node: server_mmsc4
3784           relationship: tosca.relationships.network.BindsTo
3785     eca_trx15_port_1:
3786       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3787       properties:
3788         replacement_policy: AUTO
3789         ip_requirements:
3790         - ip_version: 4
3791           ip_count_required:
3792             is_required: true
3793           floating_ip_count_required:
3794             is_required: false
3795         - ip_version: 6
3796           ip_count_required:
3797             is_required: false
3798           floating_ip_count_required:
3799             is_required: false
3800         security_groups:
3801         - get_input: security_group_name
3802         fixed_ips:
3803         - ip_address:
3804             get_input:
3805             - eca_trx_mgmt_ips
3806             - 14
3807         mac_requirements:
3808           mac_count_required:
3809             is_required: false
3810         network_role_tag: eca_mgmt
3811         network:
3812           get_input: eca_mgmt_net_name
3813       requirements:
3814       - binding:
3815           capability: tosca.capabilities.network.Bindable
3816           node: server_eca_trx15
3817           relationship: tosca.relationships.network.BindsTo
3818     eca_trx16_port_2:
3819       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3820       properties:
3821         replacement_policy: AUTO
3822         ip_requirements:
3823         - ip_version: 4
3824           ip_count_required:
3825             is_required: true
3826           floating_ip_count_required:
3827             is_required: false
3828         - ip_version: 6
3829           ip_count_required:
3830             is_required: false
3831           floating_ip_count_required:
3832             is_required: false
3833         security_groups:
3834         - get_input: security_group_name
3835         fixed_ips:
3836         - ip_address:
3837             get_input:
3838             - eca_trx_eca_traffic_net_ips
3839             - 15
3840         mac_requirements:
3841           mac_count_required:
3842             is_required: false
3843         network: eca_traffic_net
3844       requirements:
3845       - link:
3846           capability: tosca.capabilities.network.Linkable
3847           node: eca_traffic_net
3848           relationship: tosca.relationships.network.LinksTo
3849       - binding:
3850           capability: tosca.capabilities.network.Bindable
3851           node: server_eca_trx16
3852           relationship: tosca.relationships.network.BindsTo
3853     arb_mgmt_port:
3854       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3855       properties:
3856         replacement_policy: AUTO
3857         ip_requirements:
3858         - ip_version: 4
3859           ip_count_required:
3860             is_required: true
3861           floating_ip_count_required:
3862             is_required: false
3863         - ip_version: 6
3864           ip_count_required:
3865             is_required: false
3866           floating_ip_count_required:
3867             is_required: false
3868         security_groups:
3869         - get_input: security_group_name
3870         fixed_ips:
3871         - ip_address:
3872             get_input:
3873             - arb_oam_ips
3874             - 0
3875         mac_requirements:
3876           mac_count_required:
3877             is_required: false
3878         network_role_tag: oam
3879         network:
3880           get_input: oam_net_name
3881       requirements:
3882       - binding:
3883           capability: tosca.capabilities.network.Bindable
3884           node: arb_instance
3885           relationship: tosca.relationships.network.BindsTo
3886     lb2_mgmt_port:
3887       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3888       properties:
3889         replacement_policy: AUTO
3890         ip_requirements:
3891         - ip_version: 4
3892           ip_count_required:
3893             is_required: true
3894           floating_ip_count_required:
3895             is_required: false
3896         - ip_version: 6
3897           ip_count_required:
3898             is_required: false
3899           floating_ip_count_required:
3900             is_required: false
3901         security_groups:
3902         - get_input: security_group_name
3903         fixed_ips:
3904         - ip_address:
3905             get_input:
3906             - lb_oam_ips
3907             - 1
3908         mac_requirements:
3909           mac_count_required:
3910             is_required: false
3911         network_role_tag: oam
3912         network:
3913           get_input: oam_net_name
3914       requirements:
3915       - binding:
3916           capability: tosca.capabilities.network.Bindable
3917           node: lb2_instance
3918           relationship: tosca.relationships.network.BindsTo
3919     mmsc5_volume:
3920       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
3921       properties:
3922         volume_type:
3923           get_input: MMSC_volume_type
3924         size: '(get_input : mmsc_cinder_volume_size) * 1024'
3925     eca_trx7_port_2:
3926       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3927       properties:
3928         replacement_policy: AUTO
3929         ip_requirements:
3930         - ip_version: 4
3931           ip_count_required:
3932             is_required: true
3933           floating_ip_count_required:
3934             is_required: false
3935         - ip_version: 6
3936           ip_count_required:
3937             is_required: false
3938           floating_ip_count_required:
3939             is_required: false
3940         security_groups:
3941         - get_input: security_group_name
3942         fixed_ips:
3943         - ip_address:
3944             get_input:
3945             - eca_trx_eca_traffic_net_ips
3946             - 6
3947         mac_requirements:
3948           mac_count_required:
3949             is_required: false
3950         network: eca_traffic_net
3951       requirements:
3952       - link:
3953           capability: tosca.capabilities.network.Linkable
3954           node: eca_traffic_net
3955           relationship: tosca.relationships.network.LinksTo
3956       - binding:
3957           capability: tosca.capabilities.network.Bindable
3958           node: server_eca_trx7
3959           relationship: tosca.relationships.network.BindsTo
3960     oam1_mgmt_port:
3961       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
3962       properties:
3963         replacement_policy: AUTO
3964         ip_requirements:
3965         - ip_version: 4
3966           ip_count_required:
3967             is_required: true
3968           floating_ip_count_required:
3969             is_required: false
3970         - ip_version: 6
3971           ip_count_required:
3972             is_required: false
3973           floating_ip_count_required:
3974             is_required: false
3975         security_groups:
3976         - get_input: security_group_name
3977         fixed_ips:
3978         - ip_address:
3979             get_input:
3980             - eca_oam_ips
3981             - 0
3982         mac_requirements:
3983           mac_count_required:
3984             is_required: false
3985         network_role_tag: oam
3986         network:
3987           get_input: oam_net_name
3988       requirements:
3989       - binding:
3990           capability: tosca.capabilities.network.Bindable
3991           node: oam1_instance
3992           relationship: tosca.relationships.network.BindsTo
3993     server_cmaui:
3994       type: org.openecomp.resource.vfc.nodes.heat.cmaui
3995       properties:
3996         flavor:
3997           get_input: cmaui_flavor
3998         availability_zone:
3999           get_input: availability_zone_0
4000         image:
4001           get_input: cmaui_image
4002         metadata:
4003           vnf_id:
4004             get_input: vnf_id
4005         user_data_format: RAW
4006         name:
4007           get_input:
4008           - cmaui_names
4009           - 0
4010       requirements:
4011       - local_storage:
4012           capability: tosca.capabilities.Attachment
4013           node: cmaui_volume
4014           relationship: cmaui_volume_attachment
4015     eca_trx7_port_0:
4016       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4017       properties:
4018         replacement_policy: AUTO
4019         ip_requirements:
4020         - ip_version: 4
4021           ip_count_required:
4022             is_required: true
4023           floating_ip_count_required:
4024             is_required: false
4025         - ip_version: 6
4026           ip_count_required:
4027             is_required: false
4028           floating_ip_count_required:
4029             is_required: false
4030         security_groups:
4031         - get_input: security_group_name
4032         fixed_ips:
4033         - ip_address:
4034             get_input:
4035             - eca_trx_oam_ips
4036             - 6
4037         mac_requirements:
4038           mac_count_required:
4039             is_required: false
4040         network_role_tag: oam
4041         network:
4042           get_input: oam_net_name
4043       requirements:
4044       - binding:
4045           capability: tosca.capabilities.network.Bindable
4046           node: server_eca_trx7
4047           relationship: tosca.relationships.network.BindsTo
4048     eca_trx7_port_1:
4049       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4050       properties:
4051         replacement_policy: AUTO
4052         ip_requirements:
4053         - ip_version: 4
4054           ip_count_required:
4055             is_required: true
4056           floating_ip_count_required:
4057             is_required: false
4058         - ip_version: 6
4059           ip_count_required:
4060             is_required: false
4061           floating_ip_count_required:
4062             is_required: false
4063         security_groups:
4064         - get_input: security_group_name
4065         fixed_ips:
4066         - ip_address:
4067             get_input:
4068             - eca_trx_mgmt_ips
4069             - 6
4070         mac_requirements:
4071           mac_count_required:
4072             is_required: false
4073         network_role_tag: eca_mgmt
4074         network:
4075           get_input: eca_mgmt_net_name
4076       requirements:
4077       - binding:
4078           capability: tosca.capabilities.network.Bindable
4079           node: server_eca_trx7
4080           relationship: tosca.relationships.network.BindsTo
4081     cmaui_volume:
4082       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
4083       properties:
4084         volume_type:
4085           get_input: CMAUI_volume_type
4086         size: '(get_input : cmaui_cinder_volume_size) * 1024'
4087     eca_trx3_port_1:
4088       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4089       properties:
4090         replacement_policy: AUTO
4091         ip_requirements:
4092         - ip_version: 4
4093           ip_count_required:
4094             is_required: true
4095           floating_ip_count_required:
4096             is_required: false
4097         - ip_version: 6
4098           ip_count_required:
4099             is_required: false
4100           floating_ip_count_required:
4101             is_required: false
4102         security_groups:
4103         - get_input: security_group_name
4104         fixed_ips:
4105         - ip_address:
4106             get_input:
4107             - eca_trx_mgmt_ips
4108             - 2
4109         mac_requirements:
4110           mac_count_required:
4111             is_required: false
4112         network_role_tag: eca_mgmt
4113         network:
4114           get_input: eca_mgmt_net_name
4115       requirements:
4116       - binding:
4117           capability: tosca.capabilities.network.Bindable
4118           node: server_eca_trx3
4119           relationship: tosca.relationships.network.BindsTo
4120     eca_trx3_port_0:
4121       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4122       properties:
4123         replacement_policy: AUTO
4124         ip_requirements:
4125         - ip_version: 4
4126           ip_count_required:
4127             is_required: true
4128           floating_ip_count_required:
4129             is_required: false
4130         - ip_version: 6
4131           ip_count_required:
4132             is_required: false
4133           floating_ip_count_required:
4134             is_required: false
4135         security_groups:
4136         - get_input: security_group_name
4137         fixed_ips:
4138         - ip_address:
4139             get_input:
4140             - eca_trx_oam_ips
4141             - 2
4142         mac_requirements:
4143           mac_count_required:
4144             is_required: false
4145         network_role_tag: oam
4146         network:
4147           get_input: oam_net_name
4148       requirements:
4149       - binding:
4150           capability: tosca.capabilities.network.Bindable
4151           node: server_eca_trx3
4152           relationship: tosca.relationships.network.BindsTo
4153     eca_trx3_port_2:
4154       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4155       properties:
4156         replacement_policy: AUTO
4157         ip_requirements:
4158         - ip_version: 4
4159           ip_count_required:
4160             is_required: true
4161           floating_ip_count_required:
4162             is_required: false
4163         - ip_version: 6
4164           ip_count_required:
4165             is_required: false
4166           floating_ip_count_required:
4167             is_required: false
4168         security_groups:
4169         - get_input: security_group_name
4170         fixed_ips:
4171         - ip_address:
4172             get_input:
4173             - eca_trx_eca_traffic_net_ips
4174             - 2
4175         mac_requirements:
4176           mac_count_required:
4177             is_required: false
4178         network: eca_traffic_net
4179       requirements:
4180       - link:
4181           capability: tosca.capabilities.network.Linkable
4182           node: eca_traffic_net
4183           relationship: tosca.relationships.network.LinksTo
4184       - binding:
4185           capability: tosca.capabilities.network.Bindable
4186           node: server_eca_trx3
4187           relationship: tosca.relationships.network.BindsTo
4188     mmsc1_volume:
4189       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
4190       properties:
4191         volume_type:
4192           get_input: MMSC_volume_type
4193         size: '(get_input : mmsc_cinder_volume_size) * 1024'
4194     nems_imap_net:
4195       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
4196       properties:
4197         network_name:
4198           get_input: nems_imap_name
4199         subnets:
4200           nems_imap_network_ip_subnet:
4201             name:
4202               get_input: nems_imap_name
4203             cidr:
4204               get_input: nems_imap_cidr
4205             allocation_pools:
4206             - start:
4207                 get_input: nems_imap_start
4208               end:
4209                 get_input: nems_imap_end
4210     server_cmaui1:
4211       type: org.openecomp.resource.vfc.nodes.heat.cmaui
4212       properties:
4213         flavor:
4214           get_input: cmaui_flavor
4215         availability_zone:
4216           get_input: availability_zone_0
4217         image:
4218           get_input: cmaui_image
4219         metadata:
4220           vnf_id:
4221             get_input: vnf_id
4222         user_data_format: RAW
4223         name:
4224           get_input:
4225           - cmaui_names
4226           - 1
4227       requirements:
4228       - local_storage:
4229           capability: tosca.capabilities.Attachment
4230           node: cmaui1_volume
4231           relationship: cmaui1_volume_attachment
4232     lb2_dmz_protected_port:
4233       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4234       properties:
4235         replacement_policy: AUTO
4236         ip_requirements:
4237         - ip_version: 4
4238           ip_count_required:
4239             is_required: true
4240           floating_ip_count_required:
4241             is_required: true
4242         - ip_version: 6
4243           ip_count_required:
4244             is_required: false
4245           floating_ip_count_required:
4246             is_required: false
4247         security_groups:
4248         - get_input: security_group_name
4249         fixed_ips:
4250         - ip_address:
4251             get_input:
4252             - lb_dmz_protected_ips
4253             - 1
4254         mac_requirements:
4255           mac_count_required:
4256             is_required: false
4257         allowed_address_pairs:
4258         - ip_address:
4259             get_input:
4260             - mmsc_dmz_protected_virtual_server_ips
4261             - 0
4262         - ip_address:
4263             get_input:
4264             - mmsc_dmz_protected_virtual_server_ips
4265             - 1
4266         - ip_address:
4267             get_input:
4268             - mmsc_dmz_protected_virtual_server_ips
4269             - 2
4270         - ip_address:
4271             get_input:
4272             - mmsc_dmz_protected_snat_ips
4273             - 0
4274         - ip_address:
4275             get_input:
4276             - mmsc_dmz_protected_snat_ips
4277             - 1
4278         - ip_address:
4279             get_input:
4280             - mmsc_dmz_protected_snat_ips
4281             - 2
4282         - ip_address:
4283             get_input:
4284             - mmsc_dmz_protected_snat_ips
4285             - 3
4286         network_role_tag: dmz_protected
4287         network:
4288           get_input: dmz_protected_net_name
4289       requirements:
4290       - binding:
4291           capability: tosca.capabilities.network.Bindable
4292           node: lb2_instance
4293           relationship: tosca.relationships.network.BindsTo
4294     lb1_eca_traffic_port:
4295       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4296       properties:
4297         replacement_policy: AUTO
4298         ip_requirements:
4299         - ip_version: 4
4300           ip_count_required:
4301             is_required: true
4302           floating_ip_count_required:
4303             is_required: true
4304         - ip_version: 6
4305           ip_count_required:
4306             is_required: false
4307           floating_ip_count_required:
4308             is_required: false
4309         security_groups:
4310         - get_input: security_group_name
4311         fixed_ips:
4312         - ip_address:
4313             get_input: eca_traffic_net_local_ip1
4314         mac_requirements:
4315           mac_count_required:
4316             is_required: false
4317         allowed_address_pairs:
4318         - ip_address:
4319             get_input: eca_traffic_net_floating_ip
4320         network: eca_traffic_net
4321       requirements:
4322       - link:
4323           capability: tosca.capabilities.network.Linkable
4324           node: eca_traffic_net
4325           relationship: tosca.relationships.network.LinksTo
4326       - binding:
4327           capability: tosca.capabilities.network.Bindable
4328           node: lb1_instance
4329           relationship: tosca.relationships.network.BindsTo
4330     lb1_dmz_protected_port:
4331       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4332       properties:
4333         replacement_policy: AUTO
4334         ip_requirements:
4335         - ip_version: 4
4336           ip_count_required:
4337             is_required: true
4338           floating_ip_count_required:
4339             is_required: true
4340         - ip_version: 6
4341           ip_count_required:
4342             is_required: false
4343           floating_ip_count_required:
4344             is_required: false
4345         security_groups:
4346         - get_input: security_group_name
4347         fixed_ips:
4348         - ip_address:
4349             get_input:
4350             - lb_dmz_protected_ips
4351             - 0
4352         mac_requirements:
4353           mac_count_required:
4354             is_required: false
4355         allowed_address_pairs:
4356         - ip_address:
4357             get_input:
4358             - mmsc_dmz_protected_virtual_server_ips
4359             - 0
4360         - ip_address:
4361             get_input:
4362             - mmsc_dmz_protected_virtual_server_ips
4363             - 1
4364         - ip_address:
4365             get_input:
4366             - mmsc_dmz_protected_virtual_server_ips
4367             - 2
4368         - ip_address:
4369             get_input:
4370             - mmsc_dmz_protected_snat_ips
4371             - 0
4372         - ip_address:
4373             get_input:
4374             - mmsc_dmz_protected_snat_ips
4375             - 1
4376         - ip_address:
4377             get_input:
4378             - mmsc_dmz_protected_snat_ips
4379             - 2
4380         - ip_address:
4381             get_input:
4382             - mmsc_dmz_protected_snat_ips
4383             - 3
4384         network_role_tag: dmz_protected
4385         network:
4386           get_input: dmz_protected_net_name
4387       requirements:
4388       - binding:
4389           capability: tosca.capabilities.network.Bindable
4390           node: lb1_instance
4391           relationship: tosca.relationships.network.BindsTo
4392     lb1_mms_traffic_port:
4393       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4394       properties:
4395         replacement_policy: AUTO
4396         ip_requirements:
4397         - ip_version: 4
4398           ip_count_required:
4399             is_required: true
4400           floating_ip_count_required:
4401             is_required: true
4402         - ip_version: 6
4403           ip_count_required:
4404             is_required: false
4405           floating_ip_count_required:
4406             is_required: false
4407         security_groups:
4408         - get_input: security_group_name
4409         fixed_ips:
4410         - ip_address:
4411             get_input: mms_traffic_net_local_ip1
4412         mac_requirements:
4413           mac_count_required:
4414             is_required: false
4415         allowed_address_pairs:
4416         - ip_address:
4417             get_input: mms_traffic_net_floating_ip
4418         network: mms_traffic_net
4419       requirements:
4420       - link:
4421           capability: tosca.capabilities.network.Linkable
4422           node: mms_traffic_net
4423           relationship: tosca.relationships.network.LinksTo
4424       - binding:
4425           capability: tosca.capabilities.network.Bindable
4426           node: lb1_instance
4427           relationship: tosca.relationships.network.BindsTo
4428     eca_mgmt_net:
4429       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
4430       properties:
4431         network_name:
4432           get_input: eca_mgmt_name
4433         subnets:
4434           eca_mgmt_network_ip_subnet:
4435             name:
4436               get_input: eca_mgmt_name
4437             cidr:
4438               get_input: eca_mgmt_cidr
4439             allocation_pools:
4440             - start:
4441                 get_input: eca_mgmt_start
4442               end:
4443                 get_input: eca_mgmt_end
4444     eca_trx1_port_2:
4445       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4446       properties:
4447         replacement_policy: AUTO
4448         ip_requirements:
4449         - ip_version: 4
4450           ip_count_required:
4451             is_required: true
4452           floating_ip_count_required:
4453             is_required: false
4454         - ip_version: 6
4455           ip_count_required:
4456             is_required: false
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_eca_traffic_net_ips
4465             - 0
4466         mac_requirements:
4467           mac_count_required:
4468             is_required: false
4469         network: eca_traffic_net
4470       requirements:
4471       - link:
4472           capability: tosca.capabilities.network.Linkable
4473           node: eca_traffic_net
4474           relationship: tosca.relationships.network.LinksTo
4475       - binding:
4476           capability: tosca.capabilities.network.Bindable
4477           node: server_eca_trx1
4478           relationship: tosca.relationships.network.BindsTo
4479     nems2_fe_volume:
4480       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
4481       properties:
4482         volume_type:
4483           get_input: NEMS_FE_volume_type
4484         size: '(get_input : nems_volume_size) * 1024'
4485     server_nems_be1:
4486       type: org.openecomp.resource.vfc.nodes.heat.nems_be
4487       properties:
4488         flavor:
4489           get_input: nems_be_flavor
4490         availability_zone:
4491           get_input: availability_zone_0
4492         image:
4493           get_input: nems_be_image
4494         metadata:
4495           vnf_id:
4496             get_input: vnf_id
4497         user_data_format: RAW
4498         name:
4499           get_input: nems_be_names
4500       requirements:
4501       - local_storage:
4502           capability: tosca.capabilities.Attachment
4503           node: nems_be_volume
4504           relationship: nems_volume_attachment
4505     server_nems_fe1:
4506       type: org.openecomp.resource.vfc.nodes.heat.nems_fe
4507       properties:
4508         flavor:
4509           get_input: nems_fe_flavor
4510         availability_zone:
4511           get_input: availability_zone_0
4512         image:
4513           get_input: nems_fe_image
4514         metadata:
4515           vnf_id:
4516             get_input: vnf_id
4517         user_data_format: RAW
4518         name:
4519           get_input:
4520           - nems_fe_names
4521           - 0
4522       requirements:
4523       - local_storage:
4524           capability: tosca.capabilities.Attachment
4525           node: nems1_fe_volume
4526           relationship: nems1_fe_volume_attachment
4527     oam2_volume:
4528       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
4529       properties:
4530         volume_type:
4531           get_input: ECA_OAM_volume_type
4532         size: '(get_input : oam_volume_size) * 1024'
4533     server_nems_fe2:
4534       type: org.openecomp.resource.vfc.nodes.heat.nems_fe
4535       properties:
4536         flavor:
4537           get_input: nems_fe_flavor
4538         availability_zone:
4539           get_input: availability_zone_0
4540         image:
4541           get_input: nems_fe_image
4542         metadata:
4543           vnf_id:
4544             get_input: vnf_id
4545         user_data_format: RAW
4546         name:
4547           get_input:
4548           - nems_fe_names
4549           - 1
4550       requirements:
4551       - local_storage:
4552           capability: tosca.capabilities.Attachment
4553           node: nems2_fe_volume
4554           relationship: nems2_fe_volume_attachment
4555     oam1_volume:
4556       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
4557       properties:
4558         volume_type:
4559           get_input: ECA_OAM_volume_type
4560         size: '(get_input : oam_volume_size) * 1024'
4561     lb2_cor_direct_port:
4562       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4563       properties:
4564         replacement_policy: AUTO
4565         ip_requirements:
4566         - ip_version: 4
4567           ip_count_required:
4568             is_required: true
4569           floating_ip_count_required:
4570             is_required: true
4571         - ip_version: 6
4572           ip_count_required:
4573             is_required: false
4574           floating_ip_count_required:
4575             is_required: false
4576         security_groups:
4577         - get_input: security_group_name
4578         fixed_ips:
4579         - ip_address:
4580             get_input:
4581             - lb_cor_direct_ips
4582             - 1
4583         mac_requirements:
4584           mac_count_required:
4585             is_required: false
4586         allowed_address_pairs:
4587         - ip_address:
4588             get_input:
4589             - mmsc_core_virtual_server_ips
4590             - 0
4591         - ip_address:
4592             get_input:
4593             - mmsc_core_virtual_server_ips
4594             - 1
4595         - ip_address:
4596             get_input:
4597             - mmsc_core_snat_ips
4598             - 0
4599         - ip_address:
4600             get_input:
4601             - mmsc_core_snat_ips
4602             - 1
4603         - ip_address:
4604             get_input:
4605             - mmsc_core_snat_ips
4606             - 2
4607         - ip_address:
4608             get_input:
4609             - mmsc_core_snat_ips
4610             - 3
4611         - ip_address:
4612             get_input:
4613             - mmsc_core_snat_ips
4614             - 4
4615         network_role_tag: cor_direct
4616         network:
4617           get_input: cor_direct_net_name
4618       requirements:
4619       - binding:
4620           capability: tosca.capabilities.network.Bindable
4621           node: lb2_instance
4622           relationship: tosca.relationships.network.BindsTo
4623     eca_trx20_port_0:
4624       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4625       properties:
4626         replacement_policy: AUTO
4627         ip_requirements:
4628         - ip_version: 4
4629           ip_count_required:
4630             is_required: true
4631           floating_ip_count_required:
4632             is_required: false
4633         - ip_version: 6
4634           ip_count_required:
4635             is_required: false
4636           floating_ip_count_required:
4637             is_required: false
4638         security_groups:
4639         - get_input: security_group_name
4640         fixed_ips:
4641         - ip_address:
4642             get_input:
4643             - eca_trx_oam_ips
4644             - 19
4645         mac_requirements:
4646           mac_count_required:
4647             is_required: false
4648         network_role_tag: oam
4649         network:
4650           get_input: oam_net_name
4651       requirements:
4652       - binding:
4653           capability: tosca.capabilities.network.Bindable
4654           node: server_eca_trx20
4655           relationship: tosca.relationships.network.BindsTo
4656     eca_trx20_port_2:
4657       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4658       properties:
4659         replacement_policy: AUTO
4660         ip_requirements:
4661         - ip_version: 4
4662           ip_count_required:
4663             is_required: true
4664           floating_ip_count_required:
4665             is_required: false
4666         - ip_version: 6
4667           ip_count_required:
4668             is_required: false
4669           floating_ip_count_required:
4670             is_required: false
4671         security_groups:
4672         - get_input: security_group_name
4673         fixed_ips:
4674         - ip_address:
4675             get_input:
4676             - eca_trx_eca_traffic_net_ips
4677             - 19
4678         mac_requirements:
4679           mac_count_required:
4680             is_required: false
4681         network: eca_traffic_net
4682       requirements:
4683       - link:
4684           capability: tosca.capabilities.network.Linkable
4685           node: eca_traffic_net
4686           relationship: tosca.relationships.network.LinksTo
4687       - binding:
4688           capability: tosca.capabilities.network.Bindable
4689           node: server_eca_trx20
4690           relationship: tosca.relationships.network.BindsTo
4691     eca_trx20_port_1:
4692       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4693       properties:
4694         replacement_policy: AUTO
4695         ip_requirements:
4696         - ip_version: 4
4697           ip_count_required:
4698             is_required: true
4699           floating_ip_count_required:
4700             is_required: false
4701         - ip_version: 6
4702           ip_count_required:
4703             is_required: false
4704           floating_ip_count_required:
4705             is_required: false
4706         security_groups:
4707         - get_input: security_group_name
4708         fixed_ips:
4709         - ip_address:
4710             get_input:
4711             - eca_trx_mgmt_ips
4712             - 19
4713         mac_requirements:
4714           mac_count_required:
4715             is_required: false
4716         network_role_tag: eca_mgmt
4717         network:
4718           get_input: eca_mgmt_net_name
4719       requirements:
4720       - binding:
4721           capability: tosca.capabilities.network.Bindable
4722           node: server_eca_trx20
4723           relationship: tosca.relationships.network.BindsTo
4724     eca_trx8_port_0:
4725       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4726       properties:
4727         replacement_policy: AUTO
4728         ip_requirements:
4729         - ip_version: 4
4730           ip_count_required:
4731             is_required: true
4732           floating_ip_count_required:
4733             is_required: false
4734         - ip_version: 6
4735           ip_count_required:
4736             is_required: false
4737           floating_ip_count_required:
4738             is_required: false
4739         security_groups:
4740         - get_input: security_group_name
4741         fixed_ips:
4742         - ip_address:
4743             get_input:
4744             - eca_trx_oam_ips
4745             - 7
4746         mac_requirements:
4747           mac_count_required:
4748             is_required: false
4749         network_role_tag: oam
4750         network:
4751           get_input: oam_net_name
4752       requirements:
4753       - binding:
4754           capability: tosca.capabilities.network.Bindable
4755           node: server_eca_trx8
4756           relationship: tosca.relationships.network.BindsTo
4757     oam1_int_port:
4758       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4759       properties:
4760         replacement_policy: AUTO
4761         ip_requirements:
4762         - ip_version: 4
4763           ip_count_required:
4764             is_required: true
4765           floating_ip_count_required:
4766             is_required: false
4767         - ip_version: 6
4768           ip_count_required:
4769             is_required: false
4770           floating_ip_count_required:
4771             is_required: false
4772         security_groups:
4773         - get_input: security_group_name
4774         fixed_ips:
4775         - ip_address:
4776             get_input:
4777             - eca_eca_mgmt_ips
4778             - 0
4779         mac_requirements:
4780           mac_count_required:
4781             is_required: false
4782         network_role_tag: eca_mgmt
4783         network:
4784           get_input: eca_mgmt_net_name
4785       requirements:
4786       - binding:
4787           capability: tosca.capabilities.network.Bindable
4788           node: oam1_instance
4789           relationship: tosca.relationships.network.BindsTo
4790     eca_trx6_port_0:
4791       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4792       properties:
4793         replacement_policy: AUTO
4794         ip_requirements:
4795         - ip_version: 4
4796           ip_count_required:
4797             is_required: true
4798           floating_ip_count_required:
4799             is_required: false
4800         - ip_version: 6
4801           ip_count_required:
4802             is_required: false
4803           floating_ip_count_required:
4804             is_required: false
4805         security_groups:
4806         - get_input: security_group_name
4807         fixed_ips:
4808         - ip_address:
4809             get_input:
4810             - eca_trx_oam_ips
4811             - 5
4812         mac_requirements:
4813           mac_count_required:
4814             is_required: false
4815         network_role_tag: oam
4816         network:
4817           get_input: oam_net_name
4818       requirements:
4819       - binding:
4820           capability: tosca.capabilities.network.Bindable
4821           node: server_eca_trx6
4822           relationship: tosca.relationships.network.BindsTo
4823     lb2_nems_user_web_port:
4824       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4825       properties:
4826         replacement_policy: AUTO
4827         ip_requirements:
4828         - ip_version: 4
4829           ip_count_required:
4830             is_required: true
4831           floating_ip_count_required:
4832             is_required: true
4833         - ip_version: 6
4834           ip_count_required:
4835             is_required: false
4836           floating_ip_count_required:
4837             is_required: false
4838         security_groups:
4839         - get_input: security_group_name
4840         fixed_ips:
4841         - ip_address:
4842             get_input: nems_user_web_net_local_ip2
4843         mac_requirements:
4844           mac_count_required:
4845             is_required: false
4846         allowed_address_pairs:
4847         - ip_address:
4848             get_input: nems_user_web_net_floating_ip
4849         network: nems_user_web_net
4850       requirements:
4851       - link:
4852           capability: tosca.capabilities.network.Linkable
4853           node: nems_user_web_net
4854           relationship: tosca.relationships.network.LinksTo
4855       - binding:
4856           capability: tosca.capabilities.network.Bindable
4857           node: lb2_instance
4858           relationship: tosca.relationships.network.BindsTo
4859     lb2_instance:
4860       type: org.openecomp.resource.vfc.nodes.heat.lb
4861       properties:
4862         flavor:
4863           get_input: lb_flavor_name
4864         availability_zone:
4865           get_input: availability_zone_0
4866         image:
4867           get_input: lb_image_name
4868         metadata:
4869           vnf_id:
4870             get_input: vnf_id
4871         name:
4872           get_input:
4873           - lb_names
4874           - 1
4875     eca_trx6_port_2:
4876       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4877       properties:
4878         replacement_policy: AUTO
4879         ip_requirements:
4880         - ip_version: 4
4881           ip_count_required:
4882             is_required: true
4883           floating_ip_count_required:
4884             is_required: false
4885         - ip_version: 6
4886           ip_count_required:
4887             is_required: false
4888           floating_ip_count_required:
4889             is_required: false
4890         security_groups:
4891         - get_input: security_group_name
4892         fixed_ips:
4893         - ip_address:
4894             get_input:
4895             - eca_trx_eca_traffic_net_ips
4896             - 5
4897         mac_requirements:
4898           mac_count_required:
4899             is_required: false
4900         network: eca_traffic_net
4901       requirements:
4902       - link:
4903           capability: tosca.capabilities.network.Linkable
4904           node: eca_traffic_net
4905           relationship: tosca.relationships.network.LinksTo
4906       - binding:
4907           capability: tosca.capabilities.network.Bindable
4908           node: server_eca_trx6
4909           relationship: tosca.relationships.network.BindsTo
4910     eca_trx8_port_2:
4911       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4912       properties:
4913         replacement_policy: AUTO
4914         ip_requirements:
4915         - ip_version: 4
4916           ip_count_required:
4917             is_required: true
4918           floating_ip_count_required:
4919             is_required: false
4920         - ip_version: 6
4921           ip_count_required:
4922             is_required: false
4923           floating_ip_count_required:
4924             is_required: false
4925         security_groups:
4926         - get_input: security_group_name
4927         fixed_ips:
4928         - ip_address:
4929             get_input:
4930             - eca_trx_eca_traffic_net_ips
4931             - 7
4932         mac_requirements:
4933           mac_count_required:
4934             is_required: false
4935         network: eca_traffic_net
4936       requirements:
4937       - link:
4938           capability: tosca.capabilities.network.Linkable
4939           node: eca_traffic_net
4940           relationship: tosca.relationships.network.LinksTo
4941       - binding:
4942           capability: tosca.capabilities.network.Bindable
4943           node: server_eca_trx8
4944           relationship: tosca.relationships.network.BindsTo
4945     lb1_nems_user_web_port:
4946       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4947       properties:
4948         replacement_policy: AUTO
4949         ip_requirements:
4950         - ip_version: 4
4951           ip_count_required:
4952             is_required: true
4953           floating_ip_count_required:
4954             is_required: true
4955         - ip_version: 6
4956           ip_count_required:
4957             is_required: false
4958           floating_ip_count_required:
4959             is_required: false
4960         security_groups:
4961         - get_input: security_group_name
4962         fixed_ips:
4963         - ip_address:
4964             get_input: nems_user_web_net_local_ip1
4965         mac_requirements:
4966           mac_count_required:
4967             is_required: false
4968         allowed_address_pairs:
4969         - ip_address:
4970             get_input: nems_user_web_net_floating_ip
4971         network: nems_user_web_net
4972       requirements:
4973       - link:
4974           capability: tosca.capabilities.network.Linkable
4975           node: nems_user_web_net
4976           relationship: tosca.relationships.network.LinksTo
4977       - binding:
4978           capability: tosca.capabilities.network.Bindable
4979           node: lb1_instance
4980           relationship: tosca.relationships.network.BindsTo
4981     eca_trx6_port_1:
4982       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
4983       properties:
4984         replacement_policy: AUTO
4985         ip_requirements:
4986         - ip_version: 4
4987           ip_count_required:
4988             is_required: true
4989           floating_ip_count_required:
4990             is_required: false
4991         - ip_version: 6
4992           ip_count_required:
4993             is_required: false
4994           floating_ip_count_required:
4995             is_required: false
4996         security_groups:
4997         - get_input: security_group_name
4998         fixed_ips:
4999         - ip_address:
5000             get_input:
5001             - eca_trx_mgmt_ips
5002             - 5
5003         mac_requirements:
5004           mac_count_required:
5005             is_required: false
5006         network_role_tag: eca_mgmt
5007         network:
5008           get_input: eca_mgmt_net_name
5009       requirements:
5010       - binding:
5011           capability: tosca.capabilities.network.Bindable
5012           node: server_eca_trx6
5013           relationship: tosca.relationships.network.BindsTo
5014     eca_trx8_port_1:
5015       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5016       properties:
5017         replacement_policy: AUTO
5018         ip_requirements:
5019         - ip_version: 4
5020           ip_count_required:
5021             is_required: true
5022           floating_ip_count_required:
5023             is_required: false
5024         - ip_version: 6
5025           ip_count_required:
5026             is_required: false
5027           floating_ip_count_required:
5028             is_required: false
5029         security_groups:
5030         - get_input: security_group_name
5031         fixed_ips:
5032         - ip_address:
5033             get_input:
5034             - eca_trx_mgmt_ips
5035             - 7
5036         mac_requirements:
5037           mac_count_required:
5038             is_required: false
5039         network_role_tag: eca_mgmt
5040         network:
5041           get_input: eca_mgmt_net_name
5042       requirements:
5043       - binding:
5044           capability: tosca.capabilities.network.Bindable
5045           node: server_eca_trx8
5046           relationship: tosca.relationships.network.BindsTo
5047     arb_int_port:
5048       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5049       properties:
5050         replacement_policy: AUTO
5051         ip_requirements:
5052         - ip_version: 4
5053           ip_count_required:
5054             is_required: true
5055           floating_ip_count_required:
5056             is_required: false
5057         - ip_version: 6
5058           ip_count_required:
5059             is_required: false
5060           floating_ip_count_required:
5061             is_required: false
5062         security_groups:
5063         - get_input: security_group_name
5064         fixed_ips:
5065         - ip_address:
5066             get_input:
5067             - arb_eca_mgmt_ips
5068             - 0
5069         mac_requirements:
5070           mac_count_required:
5071             is_required: false
5072         network_role_tag: eca_mgmt
5073         network:
5074           get_input: eca_mgmt_net_name
5075       requirements:
5076       - binding:
5077           capability: tosca.capabilities.network.Bindable
5078           node: arb_instance
5079           relationship: tosca.relationships.network.BindsTo
5080     ha_net:
5081       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
5082       properties:
5083         network_name:
5084           get_input: ha_net_name
5085         subnets:
5086           ha_net_ip_subnet:
5087             name:
5088               get_input: ha_net_name
5089             cidr:
5090               get_input: ha_net_cidr
5091             allocation_pools:
5092             - start:
5093                 get_input: ha_net_start
5094               end:
5095                 get_input: ha_net_end
5096     server_mmsc1:
5097       type: org.openecomp.resource.vfc.nodes.heat.mmsc
5098       properties:
5099         flavor:
5100           get_input: mmsc_flavor
5101         availability_zone:
5102           get_input: availability_zone_0
5103         image:
5104           get_input: mmsc_image
5105         metadata:
5106           vnf_id:
5107             get_input: vnf_id
5108         user_data_format: RAW
5109         name:
5110           get_input:
5111           - mmsc_names
5112           - 0
5113       requirements:
5114       - local_storage:
5115           capability: tosca.capabilities.Attachment
5116           node: mmsc1_volume
5117           relationship: mmsc1_volume_attachment
5118     nems_be1_port_0:
5119       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5120       properties:
5121         replacement_policy: AUTO
5122         ip_requirements:
5123         - ip_version: 4
5124           ip_count_required:
5125             is_required: true
5126           floating_ip_count_required:
5127             is_required: false
5128         - ip_version: 6
5129           ip_count_required:
5130             is_required: false
5131           floating_ip_count_required:
5132             is_required: false
5133         security_groups:
5134         - get_input: security_group_name
5135         fixed_ips:
5136         - ip_address:
5137             get_input: nems_be_oam_ips
5138         mac_requirements:
5139           mac_count_required:
5140             is_required: false
5141         network_role_tag: oam
5142         network:
5143           get_input: oam_net_name
5144       requirements:
5145       - binding:
5146           capability: tosca.capabilities.network.Bindable
5147           node: server_nems_be1
5148           relationship: tosca.relationships.network.BindsTo
5149     eca_trx2_port_0:
5150       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5151       properties:
5152         replacement_policy: AUTO
5153         ip_requirements:
5154         - ip_version: 4
5155           ip_count_required:
5156             is_required: true
5157           floating_ip_count_required:
5158             is_required: false
5159         - ip_version: 6
5160           ip_count_required:
5161             is_required: false
5162           floating_ip_count_required:
5163             is_required: false
5164         security_groups:
5165         - get_input: security_group_name
5166         fixed_ips:
5167         - ip_address:
5168             get_input:
5169             - eca_trx_oam_ips
5170             - 1
5171         mac_requirements:
5172           mac_count_required:
5173             is_required: false
5174         network_role_tag: oam
5175         network:
5176           get_input: oam_net_name
5177       requirements:
5178       - binding:
5179           capability: tosca.capabilities.network.Bindable
5180           node: server_eca_trx2
5181           relationship: tosca.relationships.network.BindsTo
5182     server_mmsc2:
5183       type: org.openecomp.resource.vfc.nodes.heat.mmsc
5184       properties:
5185         flavor:
5186           get_input: mmsc_flavor
5187         availability_zone:
5188           get_input: availability_zone_0
5189         image:
5190           get_input: mmsc_image
5191         metadata:
5192           vnf_id:
5193             get_input: vnf_id
5194         user_data_format: RAW
5195         name:
5196           get_input:
5197           - mmsc_names
5198           - 1
5199       requirements:
5200       - local_storage:
5201           capability: tosca.capabilities.Attachment
5202           node: mmsc2_volume
5203           relationship: mmsc2_volume_attachment
5204     nems_be1_port_1:
5205       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5206       properties:
5207         replacement_policy: AUTO
5208         ip_requirements:
5209         - ip_version: 4
5210           ip_count_required:
5211             is_required: true
5212           floating_ip_count_required:
5213             is_required: false
5214         - ip_version: 6
5215           ip_count_required:
5216             is_required: false
5217           floating_ip_count_required:
5218             is_required: false
5219         security_groups:
5220         - get_input: security_group_name
5221         fixed_ips:
5222         - ip_address:
5223             get_input: nems_be_nems_internal_net_ips
5224         mac_requirements:
5225           mac_count_required:
5226             is_required: false
5227         network: nems_internal_net
5228       requirements:
5229       - link:
5230           capability: tosca.capabilities.network.Linkable
5231           node: nems_internal_net
5232           relationship: tosca.relationships.network.LinksTo
5233       - binding:
5234           capability: tosca.capabilities.network.Bindable
5235           node: server_nems_be1
5236           relationship: tosca.relationships.network.BindsTo
5237     eca_trx2_port_1:
5238       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5239       properties:
5240         replacement_policy: AUTO
5241         ip_requirements:
5242         - ip_version: 4
5243           ip_count_required:
5244             is_required: true
5245           floating_ip_count_required:
5246             is_required: false
5247         - ip_version: 6
5248           ip_count_required:
5249             is_required: false
5250           floating_ip_count_required:
5251             is_required: false
5252         security_groups:
5253         - get_input: security_group_name
5254         fixed_ips:
5255         - ip_address:
5256             get_input:
5257             - eca_trx_mgmt_ips
5258             - 1
5259         mac_requirements:
5260           mac_count_required:
5261             is_required: false
5262         network_role_tag: eca_mgmt
5263         network:
5264           get_input: eca_mgmt_net_name
5265       requirements:
5266       - binding:
5267           capability: tosca.capabilities.network.Bindable
5268           node: server_eca_trx2
5269           relationship: tosca.relationships.network.BindsTo
5270     eca_trx4_port_1:
5271       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5272       properties:
5273         replacement_policy: AUTO
5274         ip_requirements:
5275         - ip_version: 4
5276           ip_count_required:
5277             is_required: true
5278           floating_ip_count_required:
5279             is_required: false
5280         - ip_version: 6
5281           ip_count_required:
5282             is_required: false
5283           floating_ip_count_required:
5284             is_required: false
5285         security_groups:
5286         - get_input: security_group_name
5287         fixed_ips:
5288         - ip_address:
5289             get_input:
5290             - eca_trx_mgmt_ips
5291             - 3
5292         mac_requirements:
5293           mac_count_required:
5294             is_required: false
5295         network_role_tag: eca_mgmt
5296         network:
5297           get_input: eca_mgmt_net_name
5298       requirements:
5299       - binding:
5300           capability: tosca.capabilities.network.Bindable
5301           node: server_eca_trx4
5302           relationship: tosca.relationships.network.BindsTo
5303     server_mmsc3:
5304       type: org.openecomp.resource.vfc.nodes.heat.mmsc
5305       properties:
5306         flavor:
5307           get_input: mmsc_flavor
5308         availability_zone:
5309           get_input: availability_zone_0
5310         image:
5311           get_input: mmsc_image
5312         metadata:
5313           vnf_id:
5314             get_input: vnf_id
5315         user_data_format: RAW
5316         name:
5317           get_input:
5318           - mmsc_names
5319           - 2
5320       requirements:
5321       - local_storage:
5322           capability: tosca.capabilities.Attachment
5323           node: mmsc3_volume
5324           relationship: mmsc3_volume_attachment
5325     nems_be1_port_2:
5326       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5327       properties:
5328         replacement_policy: AUTO
5329         ip_requirements:
5330         - ip_version: 4
5331           ip_count_required:
5332             is_required: true
5333           floating_ip_count_required:
5334             is_required: false
5335         - ip_version: 6
5336           ip_count_required:
5337             is_required: false
5338           floating_ip_count_required:
5339             is_required: false
5340         security_groups:
5341         - get_input: security_group_name
5342         fixed_ips:
5343         - ip_address:
5344             get_input: nems_be_nems_imap_net_ips
5345         mac_requirements:
5346           mac_count_required:
5347             is_required: false
5348         network: nems_imap_net
5349       requirements:
5350       - link:
5351           capability: tosca.capabilities.network.Linkable
5352           node: nems_imap_net
5353           relationship: tosca.relationships.network.LinksTo
5354       - binding:
5355           capability: tosca.capabilities.network.Bindable
5356           node: server_nems_be1
5357           relationship: tosca.relationships.network.BindsTo
5358     eca_trx2_port_2:
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         - ip_version: 6
5369           ip_count_required:
5370             is_required: false
5371           floating_ip_count_required:
5372             is_required: false
5373         security_groups:
5374         - get_input: security_group_name
5375         fixed_ips:
5376         - ip_address:
5377             get_input:
5378             - eca_trx_eca_traffic_net_ips
5379             - 1
5380         mac_requirements:
5381           mac_count_required:
5382             is_required: false
5383         network: eca_traffic_net
5384       requirements:
5385       - link:
5386           capability: tosca.capabilities.network.Linkable
5387           node: eca_traffic_net
5388           relationship: tosca.relationships.network.LinksTo
5389       - binding:
5390           capability: tosca.capabilities.network.Bindable
5391           node: server_eca_trx2
5392           relationship: tosca.relationships.network.BindsTo
5393     eca_trx4_port_2:
5394       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5395       properties:
5396         replacement_policy: AUTO
5397         ip_requirements:
5398         - ip_version: 4
5399           ip_count_required:
5400             is_required: true
5401           floating_ip_count_required:
5402             is_required: false
5403         - ip_version: 6
5404           ip_count_required:
5405             is_required: false
5406           floating_ip_count_required:
5407             is_required: false
5408         security_groups:
5409         - get_input: security_group_name
5410         fixed_ips:
5411         - ip_address:
5412             get_input:
5413             - eca_trx_eca_traffic_net_ips
5414             - 3
5415         mac_requirements:
5416           mac_count_required:
5417             is_required: false
5418         network: eca_traffic_net
5419       requirements:
5420       - link:
5421           capability: tosca.capabilities.network.Linkable
5422           node: eca_traffic_net
5423           relationship: tosca.relationships.network.LinksTo
5424       - binding:
5425           capability: tosca.capabilities.network.Bindable
5426           node: server_eca_trx4
5427           relationship: tosca.relationships.network.BindsTo
5428     server_eca_trx20:
5429       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
5430       properties:
5431         flavor:
5432           get_input: eca_trx_flavor
5433         availability_zone:
5434           get_input: availability_zone_0
5435         image:
5436           get_input: eca_trx_image
5437         metadata:
5438           vnf_id:
5439             get_input: vnf_id
5440         name:
5441           get_input:
5442           - eca_trx_names
5443           - 19
5444     eca_trx4_port_0:
5445       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5446       properties:
5447         replacement_policy: AUTO
5448         ip_requirements:
5449         - ip_version: 4
5450           ip_count_required:
5451             is_required: true
5452           floating_ip_count_required:
5453             is_required: false
5454         - ip_version: 6
5455           ip_count_required:
5456             is_required: false
5457           floating_ip_count_required:
5458             is_required: false
5459         security_groups:
5460         - get_input: security_group_name
5461         fixed_ips:
5462         - ip_address:
5463             get_input:
5464             - eca_trx_oam_ips
5465             - 3
5466         mac_requirements:
5467           mac_count_required:
5468             is_required: false
5469         network_role_tag: oam
5470         network:
5471           get_input: oam_net_name
5472       requirements:
5473       - binding:
5474           capability: tosca.capabilities.network.Bindable
5475           node: server_eca_trx4
5476           relationship: tosca.relationships.network.BindsTo
5477     nems_be_volume:
5478       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
5479       properties:
5480         volume_type:
5481           get_input: NEMS_BE_volume_type
5482         size: '(get_input : nems_be_volume_size) * 1024'
5483     server_mmsc4:
5484       type: org.openecomp.resource.vfc.nodes.heat.mmsc
5485       properties:
5486         flavor:
5487           get_input: mmsc_flavor
5488         availability_zone:
5489           get_input: availability_zone_0
5490         image:
5491           get_input: mmsc_image
5492         metadata:
5493           vnf_id:
5494             get_input: vnf_id
5495         user_data_format: RAW
5496         name:
5497           get_input:
5498           - mmsc_names
5499           - 3
5500       requirements:
5501       - local_storage:
5502           capability: tosca.capabilities.Attachment
5503           node: mmsc4_volume
5504           relationship: mmsc4_volume_attachment
5505     server_mmsc5:
5506       type: org.openecomp.resource.vfc.nodes.heat.mmsc
5507       properties:
5508         flavor:
5509           get_input: mmsc_flavor
5510         availability_zone:
5511           get_input: availability_zone_0
5512         image:
5513           get_input: mmsc_image
5514         metadata:
5515           vnf_id:
5516             get_input: vnf_id
5517         user_data_format: RAW
5518         name:
5519           get_input:
5520           - mmsc_names
5521           - 4
5522       requirements:
5523       - local_storage:
5524           capability: tosca.capabilities.Attachment
5525           node: mmsc5_volume
5526           relationship: mmsc5_volume_attachment
5527     oam2_int_port:
5528       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5529       properties:
5530         replacement_policy: AUTO
5531         ip_requirements:
5532         - ip_version: 4
5533           ip_count_required:
5534             is_required: true
5535           floating_ip_count_required:
5536             is_required: false
5537         - ip_version: 6
5538           ip_count_required:
5539             is_required: false
5540           floating_ip_count_required:
5541             is_required: false
5542         security_groups:
5543         - get_input: security_group_name
5544         fixed_ips:
5545         - ip_address:
5546             get_input:
5547             - eca_eca_mgmt_ips
5548             - 1
5549         mac_requirements:
5550           mac_count_required:
5551             is_required: false
5552         network_role_tag: eca_mgmt
5553         network:
5554           get_input: eca_mgmt_net_name
5555       requirements:
5556       - binding:
5557           capability: tosca.capabilities.network.Bindable
5558           node: oam2_instance
5559           relationship: tosca.relationships.network.BindsTo
5560     eca_trx17_port_0:
5561       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5562       properties:
5563         replacement_policy: AUTO
5564         ip_requirements:
5565         - ip_version: 4
5566           ip_count_required:
5567             is_required: true
5568           floating_ip_count_required:
5569             is_required: false
5570         - ip_version: 6
5571           ip_count_required:
5572             is_required: false
5573           floating_ip_count_required:
5574             is_required: false
5575         security_groups:
5576         - get_input: security_group_name
5577         fixed_ips:
5578         - ip_address:
5579             get_input:
5580             - eca_trx_oam_ips
5581             - 16
5582         mac_requirements:
5583           mac_count_required:
5584             is_required: false
5585         network_role_tag: oam
5586         network:
5587           get_input: oam_net_name
5588       requirements:
5589       - binding:
5590           capability: tosca.capabilities.network.Bindable
5591           node: server_eca_trx17
5592           relationship: tosca.relationships.network.BindsTo
5593     eca_trx18_port_2:
5594       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5595       properties:
5596         replacement_policy: AUTO
5597         ip_requirements:
5598         - ip_version: 4
5599           ip_count_required:
5600             is_required: true
5601           floating_ip_count_required:
5602             is_required: false
5603         - ip_version: 6
5604           ip_count_required:
5605             is_required: false
5606           floating_ip_count_required:
5607             is_required: false
5608         security_groups:
5609         - get_input: security_group_name
5610         fixed_ips:
5611         - ip_address:
5612             get_input:
5613             - eca_trx_eca_traffic_net_ips
5614             - 17
5615         mac_requirements:
5616           mac_count_required:
5617             is_required: false
5618         network: eca_traffic_net
5619       requirements:
5620       - link:
5621           capability: tosca.capabilities.network.Linkable
5622           node: eca_traffic_net
5623           relationship: tosca.relationships.network.LinksTo
5624       - binding:
5625           capability: tosca.capabilities.network.Bindable
5626           node: server_eca_trx18
5627           relationship: tosca.relationships.network.BindsTo
5628     lb1_cor_direct_port:
5629       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5630       properties:
5631         replacement_policy: AUTO
5632         ip_requirements:
5633         - ip_version: 4
5634           ip_count_required:
5635             is_required: true
5636           floating_ip_count_required:
5637             is_required: true
5638         - ip_version: 6
5639           ip_count_required:
5640             is_required: false
5641           floating_ip_count_required:
5642             is_required: false
5643         security_groups:
5644         - get_input: security_group_name
5645         fixed_ips:
5646         - ip_address:
5647             get_input:
5648             - lb_cor_direct_ips
5649             - 0
5650         mac_requirements:
5651           mac_count_required:
5652             is_required: false
5653         allowed_address_pairs:
5654         - ip_address:
5655             get_input:
5656             - mmsc_core_virtual_server_ips
5657             - 0
5658         - ip_address:
5659             get_input:
5660             - mmsc_core_virtual_server_ips
5661             - 1
5662         - ip_address:
5663             get_input:
5664             - mmsc_core_snat_ips
5665             - 0
5666         - ip_address:
5667             get_input:
5668             - mmsc_core_snat_ips
5669             - 1
5670         - ip_address:
5671             get_input:
5672             - mmsc_core_snat_ips
5673             - 2
5674         - ip_address:
5675             get_input:
5676             - mmsc_core_snat_ips
5677             - 3
5678         - ip_address:
5679             get_input:
5680             - mmsc_core_snat_ips
5681             - 4
5682         network_role_tag: cor_direct
5683         network:
5684           get_input: cor_direct_net_name
5685       requirements:
5686       - binding:
5687           capability: tosca.capabilities.network.Bindable
5688           node: lb1_instance
5689           relationship: tosca.relationships.network.BindsTo
5690     mmsc1_port_0:
5691       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5692       properties:
5693         replacement_policy: AUTO
5694         ip_requirements:
5695         - ip_version: 4
5696           ip_count_required:
5697             is_required: true
5698           floating_ip_count_required:
5699             is_required: false
5700         - ip_version: 6
5701           ip_count_required:
5702             is_required: false
5703           floating_ip_count_required:
5704             is_required: false
5705         security_groups:
5706         - get_input: security_group_name
5707         fixed_ips:
5708         - ip_address:
5709             get_input:
5710             - mmsc_oam_ips
5711             - 0
5712         mac_requirements:
5713           mac_count_required:
5714             is_required: false
5715         network_role_tag: oam
5716         network:
5717           get_input: oam_net_name
5718       requirements:
5719       - binding:
5720           capability: tosca.capabilities.network.Bindable
5721           node: server_mmsc1
5722           relationship: tosca.relationships.network.BindsTo
5723     eca_trx17_port_2:
5724       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5725       properties:
5726         replacement_policy: AUTO
5727         ip_requirements:
5728         - ip_version: 4
5729           ip_count_required:
5730             is_required: true
5731           floating_ip_count_required:
5732             is_required: false
5733         - ip_version: 6
5734           ip_count_required:
5735             is_required: false
5736           floating_ip_count_required:
5737             is_required: false
5738         security_groups:
5739         - get_input: security_group_name
5740         fixed_ips:
5741         - ip_address:
5742             get_input:
5743             - eca_trx_eca_traffic_net_ips
5744             - 16
5745         mac_requirements:
5746           mac_count_required:
5747             is_required: false
5748         network: eca_traffic_net
5749       requirements:
5750       - link:
5751           capability: tosca.capabilities.network.Linkable
5752           node: eca_traffic_net
5753           relationship: tosca.relationships.network.LinksTo
5754       - binding:
5755           capability: tosca.capabilities.network.Bindable
5756           node: server_eca_trx17
5757           relationship: tosca.relationships.network.BindsTo
5758     eca_trx18_port_0:
5759       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5760       properties:
5761         replacement_policy: AUTO
5762         ip_requirements:
5763         - ip_version: 4
5764           ip_count_required:
5765             is_required: true
5766           floating_ip_count_required:
5767             is_required: false
5768         - ip_version: 6
5769           ip_count_required:
5770             is_required: false
5771           floating_ip_count_required:
5772             is_required: false
5773         security_groups:
5774         - get_input: security_group_name
5775         fixed_ips:
5776         - ip_address:
5777             get_input:
5778             - eca_trx_oam_ips
5779             - 17
5780         mac_requirements:
5781           mac_count_required:
5782             is_required: false
5783         network_role_tag: oam
5784         network:
5785           get_input: oam_net_name
5786       requirements:
5787       - binding:
5788           capability: tosca.capabilities.network.Bindable
5789           node: server_eca_trx18
5790           relationship: tosca.relationships.network.BindsTo
5791     mmsc1_port_1:
5792       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5793       properties:
5794         replacement_policy: AUTO
5795         ip_requirements:
5796         - ip_version: 4
5797           ip_count_required:
5798             is_required: true
5799           floating_ip_count_required:
5800             is_required: false
5801         - ip_version: 6
5802           ip_count_required:
5803             is_required: false
5804           floating_ip_count_required:
5805             is_required: false
5806         security_groups:
5807         - get_input: security_group_name
5808         fixed_ips:
5809         - ip_address:
5810             get_input:
5811             - mmsc_mms_traffic_net_ips
5812             - 0
5813         mac_requirements:
5814           mac_count_required:
5815             is_required: false
5816         network: mms_traffic_net
5817       requirements:
5818       - link:
5819           capability: tosca.capabilities.network.Linkable
5820           node: mms_traffic_net
5821           relationship: tosca.relationships.network.LinksTo
5822       - binding:
5823           capability: tosca.capabilities.network.Bindable
5824           node: server_mmsc1
5825           relationship: tosca.relationships.network.BindsTo
5826     mmsc2_port_1:
5827       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5828       properties:
5829         replacement_policy: AUTO
5830         ip_requirements:
5831         - ip_version: 4
5832           ip_count_required:
5833             is_required: true
5834           floating_ip_count_required:
5835             is_required: false
5836         - ip_version: 6
5837           ip_count_required:
5838             is_required: false
5839           floating_ip_count_required:
5840             is_required: false
5841         security_groups:
5842         - get_input: security_group_name
5843         fixed_ips:
5844         - ip_address:
5845             get_input:
5846             - mmsc_mms_traffic_net_ips
5847             - 1
5848         mac_requirements:
5849           mac_count_required:
5850             is_required: false
5851         network: mms_traffic_net
5852       requirements:
5853       - link:
5854           capability: tosca.capabilities.network.Linkable
5855           node: mms_traffic_net
5856           relationship: tosca.relationships.network.LinksTo
5857       - binding:
5858           capability: tosca.capabilities.network.Bindable
5859           node: server_mmsc2
5860           relationship: tosca.relationships.network.BindsTo
5861     eca_trx17_port_1:
5862       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5863       properties:
5864         replacement_policy: AUTO
5865         ip_requirements:
5866         - ip_version: 4
5867           ip_count_required:
5868             is_required: true
5869           floating_ip_count_required:
5870             is_required: false
5871         - ip_version: 6
5872           ip_count_required:
5873             is_required: false
5874           floating_ip_count_required:
5875             is_required: false
5876         security_groups:
5877         - get_input: security_group_name
5878         fixed_ips:
5879         - ip_address:
5880             get_input:
5881             - eca_trx_mgmt_ips
5882             - 16
5883         mac_requirements:
5884           mac_count_required:
5885             is_required: false
5886         network_role_tag: eca_mgmt
5887         network:
5888           get_input: eca_mgmt_net_name
5889       requirements:
5890       - binding:
5891           capability: tosca.capabilities.network.Bindable
5892           node: server_eca_trx17
5893           relationship: tosca.relationships.network.BindsTo
5894     eca_trx18_port_1:
5895       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5896       properties:
5897         replacement_policy: AUTO
5898         ip_requirements:
5899         - ip_version: 4
5900           ip_count_required:
5901             is_required: true
5902           floating_ip_count_required:
5903             is_required: false
5904         - ip_version: 6
5905           ip_count_required:
5906             is_required: false
5907           floating_ip_count_required:
5908             is_required: false
5909         security_groups:
5910         - get_input: security_group_name
5911         fixed_ips:
5912         - ip_address:
5913             get_input:
5914             - eca_trx_mgmt_ips
5915             - 17
5916         mac_requirements:
5917           mac_count_required:
5918             is_required: false
5919         network_role_tag: eca_mgmt
5920         network:
5921           get_input: eca_mgmt_net_name
5922       requirements:
5923       - binding:
5924           capability: tosca.capabilities.network.Bindable
5925           node: server_eca_trx18
5926           relationship: tosca.relationships.network.BindsTo
5927     mms_traffic_net:
5928       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
5929       properties:
5930         network_name:
5931           get_input: mms_traffic_net_name
5932         subnets:
5933           mms_traffic_ip_subnet:
5934             name:
5935               get_input: mms_traffic_net_name
5936             cidr:
5937               get_input: mms_traffic_net_cidr
5938             allocation_pools:
5939             - start:
5940                 get_input: mms_traffic_start
5941               end:
5942                 get_input: mms_traffic_end
5943     cmaui_port_0:
5944       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5945       properties:
5946         replacement_policy: AUTO
5947         ip_requirements:
5948         - ip_version: 4
5949           ip_count_required:
5950             is_required: true
5951           floating_ip_count_required:
5952             is_required: false
5953         - ip_version: 6
5954           ip_count_required:
5955             is_required: false
5956           floating_ip_count_required:
5957             is_required: false
5958         security_groups:
5959         - get_input: security_group_name
5960         fixed_ips:
5961         - ip_address:
5962             get_input:
5963             - cmaui_oam_ips
5964             - 0
5965         mac_requirements:
5966           mac_count_required:
5967             is_required: false
5968         network_role_tag: oam
5969         network:
5970           get_input: oam_net_name
5971       requirements:
5972       - binding:
5973           capability: tosca.capabilities.network.Bindable
5974           node: server_cmaui
5975           relationship: tosca.relationships.network.BindsTo
5976     eca_trx10_port_1:
5977       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
5978       properties:
5979         replacement_policy: AUTO
5980         ip_requirements:
5981         - ip_version: 4
5982           ip_count_required:
5983             is_required: true
5984           floating_ip_count_required:
5985             is_required: false
5986         - ip_version: 6
5987           ip_count_required:
5988             is_required: false
5989           floating_ip_count_required:
5990             is_required: false
5991         security_groups:
5992         - get_input: security_group_name
5993         fixed_ips:
5994         - ip_address:
5995             get_input:
5996             - eca_trx_mgmt_ips
5997             - 9
5998         mac_requirements:
5999           mac_count_required:
6000             is_required: false
6001         network_role_tag: eca_mgmt
6002         network:
6003           get_input: eca_mgmt_net_name
6004       requirements:
6005       - binding:
6006           capability: tosca.capabilities.network.Bindable
6007           node: server_eca_trx10
6008           relationship: tosca.relationships.network.BindsTo
6009     server_eca_trx13:
6010       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6011       properties:
6012         flavor:
6013           get_input: eca_trx_flavor
6014         availability_zone:
6015           get_input: availability_zone_0
6016         image:
6017           get_input: eca_trx_image
6018         metadata:
6019           vnf_id:
6020             get_input: vnf_id
6021         name:
6022           get_input:
6023           - eca_trx_names
6024           - 12
6025     lb1_instance:
6026       type: org.openecomp.resource.vfc.nodes.heat.lb
6027       properties:
6028         flavor:
6029           get_input: lb_flavor_name
6030         availability_zone:
6031           get_input: availability_zone_0
6032         image:
6033           get_input: lb_image_name
6034         metadata:
6035           vnf_id:
6036             get_input: vnf_id
6037         name:
6038           get_input:
6039           - lb_names
6040           - 0
6041     eca_trx10_port_0:
6042       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6043       properties:
6044         replacement_policy: AUTO
6045         ip_requirements:
6046         - ip_version: 4
6047           ip_count_required:
6048             is_required: true
6049           floating_ip_count_required:
6050             is_required: false
6051         - ip_version: 6
6052           ip_count_required:
6053             is_required: false
6054           floating_ip_count_required:
6055             is_required: false
6056         security_groups:
6057         - get_input: security_group_name
6058         fixed_ips:
6059         - ip_address:
6060             get_input:
6061             - eca_trx_oam_ips
6062             - 9
6063         mac_requirements:
6064           mac_count_required:
6065             is_required: false
6066         network_role_tag: oam
6067         network:
6068           get_input: oam_net_name
6069       requirements:
6070       - binding:
6071           capability: tosca.capabilities.network.Bindable
6072           node: server_eca_trx10
6073           relationship: tosca.relationships.network.BindsTo
6074     server_eca_trx14:
6075       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6076       properties:
6077         flavor:
6078           get_input: eca_trx_flavor
6079         availability_zone:
6080           get_input: availability_zone_0
6081         image:
6082           get_input: eca_trx_image
6083         metadata:
6084           vnf_id:
6085             get_input: vnf_id
6086         name:
6087           get_input:
6088           - eca_trx_names
6089           - 13
6090     server_eca_trx15:
6091       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6092       properties:
6093         flavor:
6094           get_input: eca_trx_flavor
6095         availability_zone:
6096           get_input: availability_zone_0
6097         image:
6098           get_input: eca_trx_image
6099         metadata:
6100           vnf_id:
6101             get_input: vnf_id
6102         name:
6103           get_input:
6104           - eca_trx_names
6105           - 14
6106     nems1_fe_volume:
6107       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
6108       properties:
6109         volume_type:
6110           get_input: NEMS_FE_volume_type
6111         size: '(get_input : nems_volume_size) * 1024'
6112     eca_trx10_port_2:
6113       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6114       properties:
6115         replacement_policy: AUTO
6116         ip_requirements:
6117         - ip_version: 4
6118           ip_count_required:
6119             is_required: true
6120           floating_ip_count_required:
6121             is_required: false
6122         - ip_version: 6
6123           ip_count_required:
6124             is_required: false
6125           floating_ip_count_required:
6126             is_required: false
6127         security_groups:
6128         - get_input: security_group_name
6129         fixed_ips:
6130         - ip_address:
6131             get_input:
6132             - eca_trx_eca_traffic_net_ips
6133             - 9
6134         mac_requirements:
6135           mac_count_required:
6136             is_required: false
6137         network: eca_traffic_net
6138       requirements:
6139       - link:
6140           capability: tosca.capabilities.network.Linkable
6141           node: eca_traffic_net
6142           relationship: tosca.relationships.network.LinksTo
6143       - binding:
6144           capability: tosca.capabilities.network.Bindable
6145           node: server_eca_trx10
6146           relationship: tosca.relationships.network.BindsTo
6147     server_eca_trx16:
6148       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6149       properties:
6150         flavor:
6151           get_input: eca_trx_flavor
6152         availability_zone:
6153           get_input: availability_zone_0
6154         image:
6155           get_input: eca_trx_image
6156         metadata:
6157           vnf_id:
6158             get_input: vnf_id
6159         name:
6160           get_input:
6161           - eca_trx_names
6162           - 15
6163     server_eca_trx10:
6164       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6165       properties:
6166         flavor:
6167           get_input: eca_trx_flavor
6168         availability_zone:
6169           get_input: availability_zone_0
6170         image:
6171           get_input: eca_trx_image
6172         metadata:
6173           vnf_id:
6174             get_input: vnf_id
6175         name:
6176           get_input:
6177           - eca_trx_names
6178           - 9
6179     server_eca_trx11:
6180       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6181       properties:
6182         flavor:
6183           get_input: eca_trx_flavor
6184         availability_zone:
6185           get_input: availability_zone_0
6186         image:
6187           get_input: eca_trx_image
6188         metadata:
6189           vnf_id:
6190             get_input: vnf_id
6191         name:
6192           get_input:
6193           - eca_trx_names
6194           - 10
6195     server_eca_trx12:
6196       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6197       properties:
6198         flavor:
6199           get_input: eca_trx_flavor
6200         availability_zone:
6201           get_input: availability_zone_0
6202         image:
6203           get_input: eca_trx_image
6204         metadata:
6205           vnf_id:
6206             get_input: vnf_id
6207         name:
6208           get_input:
6209           - eca_trx_names
6210           - 11
6211     eca_trx14_port_1:
6212       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6213       properties:
6214         replacement_policy: AUTO
6215         ip_requirements:
6216         - ip_version: 4
6217           ip_count_required:
6218             is_required: true
6219           floating_ip_count_required:
6220             is_required: false
6221         - ip_version: 6
6222           ip_count_required:
6223             is_required: false
6224           floating_ip_count_required:
6225             is_required: false
6226         security_groups:
6227         - get_input: security_group_name
6228         fixed_ips:
6229         - ip_address:
6230             get_input:
6231             - eca_trx_mgmt_ips
6232             - 13
6233         mac_requirements:
6234           mac_count_required:
6235             is_required: false
6236         network_role_tag: eca_mgmt
6237         network:
6238           get_input: eca_mgmt_net_name
6239       requirements:
6240       - binding:
6241           capability: tosca.capabilities.network.Bindable
6242           node: server_eca_trx14
6243           relationship: tosca.relationships.network.BindsTo
6244     eca_trx13_port_0:
6245       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6246       properties:
6247         replacement_policy: AUTO
6248         ip_requirements:
6249         - ip_version: 4
6250           ip_count_required:
6251             is_required: true
6252           floating_ip_count_required:
6253             is_required: false
6254         - ip_version: 6
6255           ip_count_required:
6256             is_required: false
6257           floating_ip_count_required:
6258             is_required: false
6259         security_groups:
6260         - get_input: security_group_name
6261         fixed_ips:
6262         - ip_address:
6263             get_input:
6264             - eca_trx_oam_ips
6265             - 12
6266         mac_requirements:
6267           mac_count_required:
6268             is_required: false
6269         network_role_tag: oam
6270         network:
6271           get_input: oam_net_name
6272       requirements:
6273       - binding:
6274           capability: tosca.capabilities.network.Bindable
6275           node: server_eca_trx13
6276           relationship: tosca.relationships.network.BindsTo
6277     eca_trx14_port_0:
6278       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6279       properties:
6280         replacement_policy: AUTO
6281         ip_requirements:
6282         - ip_version: 4
6283           ip_count_required:
6284             is_required: true
6285           floating_ip_count_required:
6286             is_required: false
6287         - ip_version: 6
6288           ip_count_required:
6289             is_required: false
6290           floating_ip_count_required:
6291             is_required: false
6292         security_groups:
6293         - get_input: security_group_name
6294         fixed_ips:
6295         - ip_address:
6296             get_input:
6297             - eca_trx_oam_ips
6298             - 13
6299         mac_requirements:
6300           mac_count_required:
6301             is_required: false
6302         network_role_tag: oam
6303         network:
6304           get_input: oam_net_name
6305       requirements:
6306       - binding:
6307           capability: tosca.capabilities.network.Bindable
6308           node: server_eca_trx14
6309           relationship: tosca.relationships.network.BindsTo
6310     mmsc5_port_1:
6311       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6312       properties:
6313         replacement_policy: AUTO
6314         ip_requirements:
6315         - ip_version: 4
6316           ip_count_required:
6317             is_required: true
6318           floating_ip_count_required:
6319             is_required: false
6320         - ip_version: 6
6321           ip_count_required:
6322             is_required: false
6323           floating_ip_count_required:
6324             is_required: false
6325         security_groups:
6326         - get_input: security_group_name
6327         fixed_ips:
6328         - ip_address:
6329             get_input:
6330             - mmsc_mms_traffic_net_ips
6331             - 4
6332         mac_requirements:
6333           mac_count_required:
6334             is_required: false
6335         network: mms_traffic_net
6336       requirements:
6337       - link:
6338           capability: tosca.capabilities.network.Linkable
6339           node: mms_traffic_net
6340           relationship: tosca.relationships.network.LinksTo
6341       - binding:
6342           capability: tosca.capabilities.network.Bindable
6343           node: server_mmsc5
6344           relationship: tosca.relationships.network.BindsTo
6345     eca_trx13_port_1:
6346       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6347       properties:
6348         replacement_policy: AUTO
6349         ip_requirements:
6350         - ip_version: 4
6351           ip_count_required:
6352             is_required: true
6353           floating_ip_count_required:
6354             is_required: false
6355         - ip_version: 6
6356           ip_count_required:
6357             is_required: false
6358           floating_ip_count_required:
6359             is_required: false
6360         security_groups:
6361         - get_input: security_group_name
6362         fixed_ips:
6363         - ip_address:
6364             get_input:
6365             - eca_trx_mgmt_ips
6366             - 12
6367         mac_requirements:
6368           mac_count_required:
6369             is_required: false
6370         network_role_tag: eca_mgmt
6371         network:
6372           get_input: eca_mgmt_net_name
6373       requirements:
6374       - binding:
6375           capability: tosca.capabilities.network.Bindable
6376           node: server_eca_trx13
6377           relationship: tosca.relationships.network.BindsTo
6378     mmsc5_port_0:
6379       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6380       properties:
6381         replacement_policy: AUTO
6382         ip_requirements:
6383         - ip_version: 4
6384           ip_count_required:
6385             is_required: true
6386           floating_ip_count_required:
6387             is_required: false
6388         - ip_version: 6
6389           ip_count_required:
6390             is_required: false
6391           floating_ip_count_required:
6392             is_required: false
6393         security_groups:
6394         - get_input: security_group_name
6395         fixed_ips:
6396         - ip_address:
6397             get_input:
6398             - mmsc_oam_ips
6399             - 4
6400         mac_requirements:
6401           mac_count_required:
6402             is_required: false
6403         network_role_tag: oam
6404         network:
6405           get_input: oam_net_name
6406       requirements:
6407       - binding:
6408           capability: tosca.capabilities.network.Bindable
6409           node: server_mmsc5
6410           relationship: tosca.relationships.network.BindsTo
6411     eca_trx13_port_2:
6412       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6413       properties:
6414         replacement_policy: AUTO
6415         ip_requirements:
6416         - ip_version: 4
6417           ip_count_required:
6418             is_required: true
6419           floating_ip_count_required:
6420             is_required: false
6421         - ip_version: 6
6422           ip_count_required:
6423             is_required: false
6424           floating_ip_count_required:
6425             is_required: false
6426         security_groups:
6427         - get_input: security_group_name
6428         fixed_ips:
6429         - ip_address:
6430             get_input:
6431             - eca_trx_eca_traffic_net_ips
6432             - 12
6433         mac_requirements:
6434           mac_count_required:
6435             is_required: false
6436         network: eca_traffic_net
6437       requirements:
6438       - link:
6439           capability: tosca.capabilities.network.Linkable
6440           node: eca_traffic_net
6441           relationship: tosca.relationships.network.LinksTo
6442       - binding:
6443           capability: tosca.capabilities.network.Bindable
6444           node: server_eca_trx13
6445           relationship: tosca.relationships.network.BindsTo
6446     eca_trx14_port_2:
6447       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6448       properties:
6449         replacement_policy: AUTO
6450         ip_requirements:
6451         - ip_version: 4
6452           ip_count_required:
6453             is_required: true
6454           floating_ip_count_required:
6455             is_required: false
6456         - ip_version: 6
6457           ip_count_required:
6458             is_required: false
6459           floating_ip_count_required:
6460             is_required: false
6461         security_groups:
6462         - get_input: security_group_name
6463         fixed_ips:
6464         - ip_address:
6465             get_input:
6466             - eca_trx_eca_traffic_net_ips
6467             - 13
6468         mac_requirements:
6469           mac_count_required:
6470             is_required: false
6471         network: eca_traffic_net
6472       requirements:
6473       - link:
6474           capability: tosca.capabilities.network.Linkable
6475           node: eca_traffic_net
6476           relationship: tosca.relationships.network.LinksTo
6477       - binding:
6478           capability: tosca.capabilities.network.Bindable
6479           node: server_eca_trx14
6480           relationship: tosca.relationships.network.BindsTo
6481     mmsc2_port_0:
6482       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6483       properties:
6484         replacement_policy: AUTO
6485         ip_requirements:
6486         - ip_version: 4
6487           ip_count_required:
6488             is_required: true
6489           floating_ip_count_required:
6490             is_required: false
6491         - ip_version: 6
6492           ip_count_required:
6493             is_required: false
6494           floating_ip_count_required:
6495             is_required: false
6496         security_groups:
6497         - get_input: security_group_name
6498         fixed_ips:
6499         - ip_address:
6500             get_input:
6501             - mmsc_oam_ips
6502             - 1
6503         mac_requirements:
6504           mac_count_required:
6505             is_required: false
6506         network_role_tag: oam
6507         network:
6508           get_input: oam_net_name
6509       requirements:
6510       - binding:
6511           capability: tosca.capabilities.network.Bindable
6512           node: server_mmsc2
6513           relationship: tosca.relationships.network.BindsTo
6514     server_eca_trx17:
6515       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6516       properties:
6517         flavor:
6518           get_input: eca_trx_flavor
6519         availability_zone:
6520           get_input: availability_zone_0
6521         image:
6522           get_input: eca_trx_image
6523         metadata:
6524           vnf_id:
6525             get_input: vnf_id
6526         name:
6527           get_input:
6528           - eca_trx_names
6529           - 16
6530     server_eca_trx18:
6531       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6532       properties:
6533         flavor:
6534           get_input: eca_trx_flavor
6535         availability_zone:
6536           get_input: availability_zone_0
6537         image:
6538           get_input: eca_trx_image
6539         metadata:
6540           vnf_id:
6541             get_input: vnf_id
6542         name:
6543           get_input:
6544           - eca_trx_names
6545           - 17
6546     server_eca_trx19:
6547       type: org.openecomp.resource.vfc.nodes.heat.eca_trx
6548       properties:
6549         flavor:
6550           get_input: eca_trx_flavor
6551         availability_zone:
6552           get_input: availability_zone_0
6553         image:
6554           get_input: eca_trx_image
6555         metadata:
6556           vnf_id:
6557             get_input: vnf_id
6558         name:
6559           get_input:
6560           - eca_trx_names
6561           - 18
6562     eca_trx9_port_0:
6563       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6564       properties:
6565         replacement_policy: AUTO
6566         ip_requirements:
6567         - ip_version: 4
6568           ip_count_required:
6569             is_required: true
6570           floating_ip_count_required:
6571             is_required: false
6572         - ip_version: 6
6573           ip_count_required:
6574             is_required: false
6575           floating_ip_count_required:
6576             is_required: false
6577         security_groups:
6578         - get_input: security_group_name
6579         fixed_ips:
6580         - ip_address:
6581             get_input:
6582             - eca_trx_oam_ips
6583             - 8
6584         mac_requirements:
6585           mac_count_required:
6586             is_required: false
6587         network_role_tag: oam
6588         network:
6589           get_input: oam_net_name
6590       requirements:
6591       - binding:
6592           capability: tosca.capabilities.network.Bindable
6593           node: server_eca_trx9
6594           relationship: tosca.relationships.network.BindsTo
6595     eca_trx9_port_1:
6596       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6597       properties:
6598         replacement_policy: AUTO
6599         ip_requirements:
6600         - ip_version: 4
6601           ip_count_required:
6602             is_required: true
6603           floating_ip_count_required:
6604             is_required: false
6605         - ip_version: 6
6606           ip_count_required:
6607             is_required: false
6608           floating_ip_count_required:
6609             is_required: false
6610         security_groups:
6611         - get_input: security_group_name
6612         fixed_ips:
6613         - ip_address:
6614             get_input:
6615             - eca_trx_mgmt_ips
6616             - 8
6617         mac_requirements:
6618           mac_count_required:
6619             is_required: false
6620         network_role_tag: eca_mgmt
6621         network:
6622           get_input: eca_mgmt_net_name
6623       requirements:
6624       - binding:
6625           capability: tosca.capabilities.network.Bindable
6626           node: server_eca_trx9
6627           relationship: tosca.relationships.network.BindsTo
6628     eca_trx9_port_2:
6629       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6630       properties:
6631         replacement_policy: AUTO
6632         ip_requirements:
6633         - ip_version: 4
6634           ip_count_required:
6635             is_required: true
6636           floating_ip_count_required:
6637             is_required: false
6638         - ip_version: 6
6639           ip_count_required:
6640             is_required: false
6641           floating_ip_count_required:
6642             is_required: false
6643         security_groups:
6644         - get_input: security_group_name
6645         fixed_ips:
6646         - ip_address:
6647             get_input:
6648             - eca_trx_eca_traffic_net_ips
6649             - 8
6650         mac_requirements:
6651           mac_count_required:
6652             is_required: false
6653         network: eca_traffic_net
6654       requirements:
6655       - link:
6656           capability: tosca.capabilities.network.Linkable
6657           node: eca_traffic_net
6658           relationship: tosca.relationships.network.LinksTo
6659       - binding:
6660           capability: tosca.capabilities.network.Bindable
6661           node: server_eca_trx9
6662           relationship: tosca.relationships.network.BindsTo
6663     lb2_nems_traffic_port:
6664       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6665       properties:
6666         replacement_policy: AUTO
6667         ip_requirements:
6668         - ip_version: 4
6669           ip_count_required:
6670             is_required: true
6671           floating_ip_count_required:
6672             is_required: true
6673         - ip_version: 6
6674           ip_count_required:
6675             is_required: false
6676           floating_ip_count_required:
6677             is_required: false
6678         security_groups:
6679         - get_input: security_group_name
6680         fixed_ips:
6681         - ip_address:
6682             get_input: nems_traffic_net_local_ip2
6683         mac_requirements:
6684           mac_count_required:
6685             is_required: false
6686         allowed_address_pairs:
6687         - ip_address:
6688             get_input: nems_traffic_net_floating_ip
6689         network: nems_traffic_net
6690       requirements:
6691       - link:
6692           capability: tosca.capabilities.network.Linkable
6693           node: nems_traffic_net
6694           relationship: tosca.relationships.network.LinksTo
6695       - binding:
6696           capability: tosca.capabilities.network.Bindable
6697           node: lb2_instance
6698           relationship: tosca.relationships.network.BindsTo
6699     eca_trx5_port_2:
6700       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6701       properties:
6702         replacement_policy: AUTO
6703         ip_requirements:
6704         - ip_version: 4
6705           ip_count_required:
6706             is_required: true
6707           floating_ip_count_required:
6708             is_required: false
6709         - ip_version: 6
6710           ip_count_required:
6711             is_required: false
6712           floating_ip_count_required:
6713             is_required: false
6714         security_groups:
6715         - get_input: security_group_name
6716         fixed_ips:
6717         - ip_address:
6718             get_input:
6719             - eca_trx_eca_traffic_net_ips
6720             - 4
6721         mac_requirements:
6722           mac_count_required:
6723             is_required: false
6724         network: eca_traffic_net
6725       requirements:
6726       - link:
6727           capability: tosca.capabilities.network.Linkable
6728           node: eca_traffic_net
6729           relationship: tosca.relationships.network.LinksTo
6730       - binding:
6731           capability: tosca.capabilities.network.Bindable
6732           node: server_eca_trx5
6733           relationship: tosca.relationships.network.BindsTo
6734     eca_traffic_net:
6735       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
6736       properties:
6737         network_name:
6738           get_input: eca_traffic_name
6739         subnets:
6740           eca_traffic_ip_subnet:
6741             name:
6742               get_input: eca_traffic_name
6743             cidr:
6744               get_input: eca_traffic_cidr
6745             allocation_pools:
6746             - start:
6747                 get_input: eca_traffic_start
6748               end:
6749                 get_input: eca_traffic_end
6750     eca_trx1_port_1:
6751       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6752       properties:
6753         replacement_policy: AUTO
6754         ip_requirements:
6755         - ip_version: 4
6756           ip_count_required:
6757             is_required: true
6758           floating_ip_count_required:
6759             is_required: false
6760         - ip_version: 6
6761           ip_count_required:
6762             is_required: false
6763           floating_ip_count_required:
6764             is_required: false
6765         security_groups:
6766         - get_input: security_group_name
6767         fixed_ips:
6768         - ip_address:
6769             get_input:
6770             - eca_trx_mgmt_ips
6771             - 0
6772         mac_requirements:
6773           mac_count_required:
6774             is_required: false
6775         network_role_tag: eca_mgmt
6776         network:
6777           get_input: eca_mgmt_net_name
6778       requirements:
6779       - binding:
6780           capability: tosca.capabilities.network.Bindable
6781           node: server_eca_trx1
6782           relationship: tosca.relationships.network.BindsTo
6783     eca_trx5_port_1:
6784       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6785       properties:
6786         replacement_policy: AUTO
6787         ip_requirements:
6788         - ip_version: 4
6789           ip_count_required:
6790             is_required: true
6791           floating_ip_count_required:
6792             is_required: false
6793         - ip_version: 6
6794           ip_count_required:
6795             is_required: false
6796           floating_ip_count_required:
6797             is_required: false
6798         security_groups:
6799         - get_input: security_group_name
6800         fixed_ips:
6801         - ip_address:
6802             get_input:
6803             - eca_trx_mgmt_ips
6804             - 4
6805         mac_requirements:
6806           mac_count_required:
6807             is_required: false
6808         network_role_tag: eca_mgmt
6809         network:
6810           get_input: eca_mgmt_net_name
6811       requirements:
6812       - binding:
6813           capability: tosca.capabilities.network.Bindable
6814           node: server_eca_trx5
6815           relationship: tosca.relationships.network.BindsTo
6816     oam1_instance:
6817       type: org.openecomp.resource.vfc.nodes.heat.eca
6818       properties:
6819         flavor:
6820           get_input: oam_flavor
6821         availability_zone:
6822           get_input: availability_zone_0
6823         image:
6824           get_input: oam_image_name
6825         metadata:
6826           vnf_id:
6827             get_input: vnf_id
6828         name:
6829           get_input:
6830           - eca_names
6831           - 0
6832       requirements:
6833       - local_storage:
6834           capability: tosca.capabilities.Attachment
6835           node: oam1_volume
6836           relationship: oam1_volume_attachment
6837     eca_trx1_port_0:
6838       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6839       properties:
6840         replacement_policy: AUTO
6841         ip_requirements:
6842         - ip_version: 4
6843           ip_count_required:
6844             is_required: true
6845           floating_ip_count_required:
6846             is_required: false
6847         - ip_version: 6
6848           ip_count_required:
6849             is_required: false
6850           floating_ip_count_required:
6851             is_required: false
6852         security_groups:
6853         - get_input: security_group_name
6854         fixed_ips:
6855         - ip_address:
6856             get_input:
6857             - eca_trx_oam_ips
6858             - 0
6859         mac_requirements:
6860           mac_count_required:
6861             is_required: false
6862         network_role_tag: oam
6863         network:
6864           get_input: oam_net_name
6865       requirements:
6866       - binding:
6867           capability: tosca.capabilities.network.Bindable
6868           node: server_eca_trx1
6869           relationship: tosca.relationships.network.BindsTo
6870     eca_trx5_port_0:
6871       type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
6872       properties:
6873         replacement_policy: AUTO
6874         ip_requirements:
6875         - ip_version: 4
6876           ip_count_required:
6877             is_required: true
6878           floating_ip_count_required:
6879             is_required: false
6880         - ip_version: 6
6881           ip_count_required:
6882             is_required: false
6883           floating_ip_count_required:
6884             is_required: false
6885         security_groups:
6886         - get_input: security_group_name
6887         fixed_ips:
6888         - ip_address:
6889             get_input:
6890             - eca_trx_oam_ips
6891             - 4
6892         mac_requirements:
6893           mac_count_required:
6894             is_required: false
6895         network_role_tag: oam
6896         network:
6897           get_input: oam_net_name
6898       requirements:
6899       - binding:
6900           capability: tosca.capabilities.network.Bindable
6901           node: server_eca_trx5
6902           relationship: tosca.relationships.network.BindsTo
6903     mmsc3_volume:
6904       type: org.openecomp.resource.vfc.nodes.heat.cinder.Volume
6905       properties:
6906         volume_type:
6907           get_input: MMSC_volume_type
6908         size: '(get_input : mmsc_cinder_volume_size) * 1024'
6909   relationship_templates:
6910     mmsc1_volume_attachment:
6911       type: org.openecomp.relationships.VolumeAttachesTo
6912       properties:
6913         volume_id: mmsc1_volume
6914         instance_uuid: server_mmsc1
6915     mmsc4_volume_attachment:
6916       type: org.openecomp.relationships.VolumeAttachesTo
6917       properties:
6918         volume_id: mmsc4_volume
6919         instance_uuid: server_mmsc4
6920     arb_volume_attachment:
6921       type: org.openecomp.relationships.VolumeAttachesTo
6922       properties:
6923         volume_id: arb_volume
6924         instance_uuid: arb_instance
6925     cmaui_volume_attachment:
6926       type: org.openecomp.relationships.VolumeAttachesTo
6927       properties:
6928         volume_id: cmaui_volume
6929         instance_uuid: server_cmaui
6930     nems1_fe_volume_attachment:
6931       type: org.openecomp.relationships.VolumeAttachesTo
6932       properties:
6933         volume_id: nems1_fe_volume
6934         instance_uuid: server_nems_fe1
6935     mmsc3_volume_attachment:
6936       type: org.openecomp.relationships.VolumeAttachesTo
6937       properties:
6938         volume_id: mmsc3_volume
6939         instance_uuid: server_mmsc3
6940     oam2_volume_attachment:
6941       type: org.openecomp.relationships.VolumeAttachesTo
6942       properties:
6943         volume_id: oam2_volume
6944         instance_uuid: oam2_instance
6945     cmaui1_volume_attachment:
6946       type: org.openecomp.relationships.VolumeAttachesTo
6947       properties:
6948         volume_id: cmaui1_volume
6949         instance_uuid: server_cmaui1
6950     nems_volume_attachment:
6951       type: org.openecomp.relationships.VolumeAttachesTo
6952       properties:
6953         volume_id: nems_be_volume
6954         instance_uuid: server_nems_be1
6955     oam1_volume_attachment:
6956       type: org.openecomp.relationships.VolumeAttachesTo
6957       properties:
6958         volume_id: oam1_volume
6959         instance_uuid: oam1_instance
6960     nems2_fe_volume_attachment:
6961       type: org.openecomp.relationships.VolumeAttachesTo
6962       properties:
6963         volume_id: nems2_fe_volume
6964         instance_uuid: server_nems_fe2
6965     mmsc5_volume_attachment:
6966       type: org.openecomp.relationships.VolumeAttachesTo
6967       properties:
6968         volume_id: mmsc5_volume
6969         instance_uuid: server_mmsc5
6970     mmsc2_volume_attachment:
6971       type: org.openecomp.relationships.VolumeAttachesTo
6972       properties:
6973         volume_id: mmsc2_volume
6974         instance_uuid: server_mmsc2
6975   groups:
6976     eca_oam_group:
6977       type: org.openecomp.groups.heat.HeatStack
6978       properties:
6979         heat_file: ../Artifacts/eca_oam.yaml
6980         description: This stack creates two ECA OAM VM and one ARB VM
6981       members:
6982       - arb_mgmt_port
6983       - oam2_mgmt_port
6984       - arb_instance
6985       - arb_volume
6986       - oam1_instance
6987       - oam2_volume
6988       - oam1_volume
6989       - oam1_int_port
6990       - oam1_mgmt_port
6991       - arb_int_port
6992       - oam2_int_port
6993       - oam2_instance
6994     cmaui_group:
6995       type: org.openecomp.groups.heat.HeatStack
6996       properties:
6997         heat_file: ../Artifacts/cmaui.yml
6998         description: cmaui server template for vMMSC
6999       members:
7000       - server_cmaui1
7001       - server_cmaui
7002       - cmaui1_port_0
7003       - cmaui_volume
7004       - cmaui1_volume
7005       - cmaui_port_0
7006     MMSC_Capacity_Line_group:
7007       type: org.openecomp.groups.heat.HeatStack
7008       properties:
7009         heat_file: ../Artifacts/MMSC_Capacity_Line.yml
7010         description: |
7011           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)
7012       members:
7013       - server_eca_trx9
7014       - server_eca_trx8
7015       - server_eca_trx7
7016       - server_eca_trx6
7017       - server_eca_trx5
7018       - nems_internal_net
7019       - server_eca_trx4
7020       - server_eca_trx3
7021       - server_eca_trx2
7022       - lb1_mgmt_port
7023       - lb2_mms_traffic_port
7024       - nems_fe1_port_1
7025       - nems_fe2_port_3
7026       - server_eca_trx1
7027       - nems_fe1_port_2
7028       - nems_fe2_port_2
7029       - nems_fe2_port_1
7030       - nems_fe1_port_0
7031       - nems_fe2_port_0
7032       - nems_fe1_port_3
7033       - nems_fe1_port_4
7034       - nems_fe2_port_4
7035       - mmsc4_volume
7036       - lb2_eca_traffic_port
7037       - lb2_ha_net_port
7038       - nems_user_web_net
7039       - lb1_ha_net_port
7040       - mmsc2_volume
7041       - nems_traffic_net
7042       - eca_trx16_port_0
7043       - eca_trx19_port_2
7044       - eca_trx16_port_1
7045       - eca_trx19_port_1
7046       - eca_trx15_port_0
7047       - eca_trx19_port_0
7048       - lb1_nems_traffic_port
7049       - eca_trx11_port_1
7050       - eca_trx11_port_2
7051       - eca_trx12_port_2
7052       - eca_trx12_port_1
7053       - eca_trx11_port_0
7054       - eca_trx12_port_0
7055       - mmsc4_port_0
7056       - mmsc3_port_0
7057       - eca_trx15_port_2
7058       - mmsc3_port_1
7059       - mmsc4_port_1
7060       - eca_trx15_port_1
7061       - eca_trx16_port_2
7062       - lb2_mgmt_port
7063       - mmsc5_volume
7064       - eca_trx7_port_2
7065       - eca_trx7_port_0
7066       - eca_trx7_port_1
7067       - eca_trx3_port_1
7068       - eca_trx3_port_0
7069       - eca_trx3_port_2
7070       - mmsc1_volume
7071       - nems_imap_net
7072       - lb2_dmz_protected_port
7073       - lb1_eca_traffic_port
7074       - lb1_dmz_protected_port
7075       - lb1_mms_traffic_port
7076       - eca_trx1_port_2
7077       - nems2_fe_volume
7078       - server_nems_be1
7079       - server_nems_fe1
7080       - server_nems_fe2
7081       - lb2_cor_direct_port
7082       - eca_trx20_port_0
7083       - eca_trx20_port_2
7084       - eca_trx20_port_1
7085       - eca_trx8_port_0
7086       - eca_trx6_port_0
7087       - lb2_nems_user_web_port
7088       - lb2_instance
7089       - eca_trx6_port_2
7090       - eca_trx8_port_2
7091       - lb1_nems_user_web_port
7092       - eca_trx6_port_1
7093       - eca_trx8_port_1
7094       - ha_net
7095       - server_mmsc1
7096       - nems_be1_port_0
7097       - eca_trx2_port_0
7098       - server_mmsc2
7099       - nems_be1_port_1
7100       - eca_trx2_port_1
7101       - eca_trx4_port_1
7102       - server_mmsc3
7103       - nems_be1_port_2
7104       - eca_trx2_port_2
7105       - eca_trx4_port_2
7106       - server_eca_trx20
7107       - eca_trx4_port_0
7108       - nems_be_volume
7109       - server_mmsc4
7110       - server_mmsc5
7111       - eca_trx17_port_0
7112       - eca_trx18_port_2
7113       - lb1_cor_direct_port
7114       - mmsc1_port_0
7115       - eca_trx17_port_2
7116       - eca_trx18_port_0
7117       - mmsc1_port_1
7118       - mmsc2_port_1
7119       - eca_trx17_port_1
7120       - eca_trx18_port_1
7121       - mms_traffic_net
7122       - eca_trx10_port_1
7123       - server_eca_trx13
7124       - lb1_instance
7125       - eca_trx10_port_0
7126       - server_eca_trx14
7127       - server_eca_trx15
7128       - nems1_fe_volume
7129       - eca_trx10_port_2
7130       - server_eca_trx16
7131       - server_eca_trx10
7132       - server_eca_trx11
7133       - server_eca_trx12
7134       - eca_trx14_port_1
7135       - eca_trx13_port_0
7136       - eca_trx14_port_0
7137       - mmsc5_port_1
7138       - eca_trx13_port_1
7139       - mmsc5_port_0
7140       - eca_trx13_port_2
7141       - eca_trx14_port_2
7142       - mmsc2_port_0
7143       - server_eca_trx17
7144       - server_eca_trx18
7145       - server_eca_trx19
7146       - eca_trx9_port_0
7147       - eca_trx9_port_1
7148       - eca_trx9_port_2
7149       - lb2_nems_traffic_port
7150       - eca_trx5_port_2
7151       - eca_traffic_net
7152       - eca_trx1_port_1
7153       - eca_trx5_port_1
7154       - eca_trx1_port_0
7155       - eca_trx5_port_0
7156       - mmsc3_volume
7157     SG_ECA_MGMT_group:
7158       type: org.openecomp.groups.heat.HeatStack
7159       properties:
7160         heat_file: ../Artifacts/SG_ECA_MGMT.yaml
7161         description: |
7162           HOT template that creates Security Group and ECA network
7163       members:
7164       - mms_security_group
7165       - eca_mgmt_net