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