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