Merge "identify macro services without instantiation type in BE by feature flag"
[vid.git] / vid-webpack-master / src / app / shared / components / genericFormPopup / genericFormServices / network / network.popup.service.spec.ts
1 import {NetworkPopupService} from "./network.popup.service";
2 import {LogService} from "../../../../utils/log/log.service";
3 import {SdcUiServices} from "onap-ui-angular";
4 import {NgRedux} from "@angular-redux/store";
5 import {BasicControlGenerator} from "../../../genericForm/formControlsServices/basic.control.generator";
6 import {AaiService} from "../../../../services/aaiService/aai.service";
7 import {HttpClient} from "@angular/common/http";
8 import {NetworkControlGenerator} from "../../../genericForm/formControlsServices/networkGenerator/network.control.generator";
9 import {GenericFormService} from "../../../genericForm/generic-form.service";
10 import {FormBuilder} from "@angular/forms";
11 import {IframeService} from "../../../../utils/iframe.service";
12 import {DefaultDataGeneratorService} from "../../../../services/defaultDataServiceGenerator/default.data.generator.service";
13 import {BasicPopupService} from "../basic.popup.service";
14 import {FeatureFlagsService} from "../../../../services/featureFlag/feature-flags.service";
15 import {getTestBed, TestBed} from "@angular/core/testing";
16
17 class MockAppStore<T> {}
18
19 class MockModalService<T> {}
20
21 class MockReduxStore<T> {
22   getState() {
23     return {
24       "global": {
25         "name": null,
26         "flags": {
27           "FLAG_NETWORK_TO_ASYNC_INSTANTIATION": false,
28           "FLAG_SHOW_ASSIGNMENTS": true,
29           "FLAG_FABRIC_CONFIGURATION_ASSIGNMENTS": true,
30           "FLAG_SHOW_VERIFY_SERVICE": false,
31           "FLAG_SERVICE_MODEL_CACHE": true,
32           "FLAG_ADVANCED_PORTS_FILTER": true,
33           "FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARD": false,
34           "FLAG_REGION_ID_FROM_REMOTE": true,
35           "FLAG_ADD_MSO_TESTAPI_FIELD": true
36         },
37         "type": "[FLAGS] Update"
38       },
39       "service": {
40         "serviceHierarchy": {
41           "6e59c5de-f052-46fa-aa7e-2fca9d674c44": {
42             "service": {
43               "uuid": "6e59c5de-f052-46fa-aa7e-2fca9d674c44",
44               "invariantUuid": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
45               "name": "ComplexService",
46               "version": "1.0",
47               "toscaModelURL": null,
48               "category": "Emanuel",
49               "serviceType": "",
50               "serviceRole": "",
51               "description": "ComplexService",
52               "serviceEcompNaming": "false",
53               "instantiationType": "Macro",
54               "inputs": {}
55             },
56             "vnfs": {
57               "VF_vGeraldine 0": {
58                 "uuid": "d6557200-ecf2-4641-8094-5393ae3aae60",
59                 "invariantUuid": "4160458e-f648-4b30-a176-43881ffffe9e",
60                 "description": "VSP_vGeraldine",
61                 "name": "VF_vGeraldine",
62                 "version": "2.0",
63                 "customizationUuid": "91415b44-753d-494c-926a-456a9172bbb9",
64                 "inputs": {},
65                 "commands": {},
66                 "properties": {
67                   "max_instances": 10,
68                   "min_instances": 1,
69                   "gpb2_Internal2_mac": "00:11:22:EF:AC:DF",
70                   "sctp-b-ipv6-egress_src_start_port": "0",
71                   "sctp-a-ipv6-egress_rule_application": "any",
72                   "Internal2_allow_transit": "true",
73                   "sctp-b-IPv6_ethertype": "IPv6",
74                   "sctp-a-egress_rule_application": "any",
75                   "sctp-b-ingress_action": "pass",
76                   "sctp-b-ingress_rule_protocol": "icmp",
77                   "ncb2_Internal1_mac": "00:11:22:EF:AC:DF",
78                   "sctp-b-ipv6-ingress-src_start_port": "0.0",
79                   "ncb1_Internal2_mac": "00:11:22:EF:AC:DF",
80                   "fsb_volume_size_0": "320.0",
81                   "sctp-b-egress_src_addresses": "local",
82                   "sctp-a-ipv6-ingress_ethertype": "IPv4",
83                   "sctp-a-ipv6-ingress-dst_start_port": "0",
84                   "sctp-b-ipv6-ingress_rule_application": "any",
85                   "domain_name": "default-domain",
86                   "sctp-a-ingress_rule_protocol": "icmp",
87                   "sctp-b-egress-src_start_port": "0.0",
88                   "sctp-a-egress_src_addresses": "local",
89                   "sctp-b-display_name": "epc-sctp-b-ipv4v6-sec-group",
90                   "sctp-a-egress-src_start_port": "0.0",
91                   "sctp-a-ingress_ethertype": "IPv4",
92                   "sctp-b-ipv6-ingress-dst_end_port": "65535",
93                   "sctp-b-dst_subnet_prefix_v6": "::",
94                   "nf_naming": "{ecomp_generated_naming=true}",
95                   "sctp-a-ipv6-ingress_src_subnet_prefix": "0.0.0.0",
96                   "sctp-b-egress-dst_start_port": "0.0",
97                   "ncb_flavor_name": "nv.c20r64d1",
98                   "gpb1_Internal1_mac": "00:11:22:EF:AC:DF",
99                   "sctp-b-egress_dst_subnet_prefix_len": "0.0",
100                   "Internal2_net_cidr": "10.0.0.10",
101                   "sctp-a-ingress-dst_start_port": "0.0",
102                   "sctp-a-egress-dst_start_port": "0.0",
103                   "fsb1_Internal2_mac": "00:11:22:EF:AC:DF",
104                   "sctp-a-egress_ethertype": "IPv4",
105                   "vlc_st_service_mode": "in-network-nat",
106                   "sctp-a-ipv6-egress_ethertype": "IPv4",
107                   "sctp-a-egress-src_end_port": "65535.0",
108                   "sctp-b-ipv6-egress_rule_application": "any",
109                   "sctp-b-egress_action": "pass",
110                   "sctp-a-ingress-src_subnet_prefix_len": "0.0",
111                   "sctp-b-ipv6-ingress-src_end_port": "65535.0",
112                   "sctp-b-name": "epc-sctp-b-ipv4v6-sec-group",
113                   "fsb2_Internal1_mac": "00:11:22:EF:AC:DF",
114                   "sctp-a-ipv6-ingress-src_start_port": "0.0",
115                   "sctp-b-ipv6-egress_ethertype": "IPv4",
116                   "Internal1_net_cidr": "10.0.0.10",
117                   "sctp-a-egress_dst_subnet_prefix": "0.0.0.0",
118                   "fsb_flavor_name": "nv.c20r64d1",
119                   "sctp_rule_protocol": "132",
120                   "sctp-b-ipv6-ingress_src_subnet_prefix_len": "0",
121                   "sctp-a-ipv6-ingress_rule_application": "any",
122                   "ecomp_generated_naming": "false",
123                   "sctp-a-IPv6_ethertype": "IPv6",
124                   "vlc2_Internal1_mac": "00:11:22:EF:AC:DF",
125                   "vlc_st_virtualization_type": "virtual-machine",
126                   "sctp-b-ingress-dst_start_port": "0.0",
127                   "sctp-b-ingress-dst_end_port": "65535.0",
128                   "sctp-a-ipv6-ingress-src_end_port": "65535.0",
129                   "sctp-a-display_name": "epc-sctp-a-ipv4v6-sec-group",
130                   "sctp-b-ingress_rule_application": "any",
131                   "int2_sec_group_name": "int2-sec-group",
132                   "vlc_flavor_name": "nd.c16r64d1",
133                   "sctp-b-ipv6-egress_src_addresses": "local",
134                   "vlc_st_interface_type_int1": "other1",
135                   "sctp-b-egress-src_end_port": "65535.0",
136                   "sctp-a-ipv6-egress-dst_start_port": "0",
137                   "vlc_st_interface_type_int2": "other2",
138                   "sctp-a-ipv6-egress_rule_protocol": "any",
139                   "Internal2_shared": "false",
140                   "sctp-a-ipv6-egress_dst_subnet_prefix_len": "0",
141                   "Internal2_rpf": "disable",
142                   "vlc1_Internal1_mac": "00:11:22:EF:AC:DF",
143                   "sctp-b-ipv6-egress_src_end_port": "65535",
144                   "sctp-a-ipv6-egress_src_addresses": "local",
145                   "sctp-a-ingress-dst_end_port": "65535.0",
146                   "sctp-a-ipv6-egress_src_end_port": "65535",
147                   "Internal1_forwarding_mode": "l2",
148                   "Internal2_dhcp": "false",
149                   "sctp-a-dst_subnet_prefix_v6": "::",
150                   "pxe_image_name": "MME_PXE-Boot_16ACP04_GA.qcow2",
151                   "vlc_st_interface_type_gtp": "other0",
152                   "ncb1_Internal1_mac": "00:11:22:EF:AC:DF",
153                   "sctp-b-src_subnet_prefix_v6": "::",
154                   "sctp-a-egress_dst_subnet_prefix_len": "0.0",
155                   "int1_sec_group_name": "int1-sec-group",
156                   "Internal1_dhcp": "false",
157                   "sctp-a-ipv6-egress_dst_end_port": "65535",
158                   "Internal2_forwarding_mode": "l2",
159                   "fsb2_Internal2_mac": "00:11:22:EF:AC:DF",
160                   "sctp-b-egress_dst_subnet_prefix": "0.0.0.0",
161                   "Internal1_net_cidr_len": "17",
162                   "gpb2_Internal1_mac": "00:11:22:EF:AC:DF",
163                   "sctp-b-ingress-src_subnet_prefix_len": "0.0",
164                   "sctp-a-ingress_dst_addresses": "local",
165                   "sctp-a-egress_action": "pass",
166                   "fsb_volume_type_0": "SF-Default-SSD",
167                   "ncb2_Internal2_mac": "00:11:22:EF:AC:DF",
168                   "vlc_st_interface_type_sctp_a": "left",
169                   "vlc_st_interface_type_sctp_b": "right",
170                   "sctp-a-src_subnet_prefix_v6": "::",
171                   "vlc_st_version": "2",
172                   "sctp-b-egress_ethertype": "IPv4",
173                   "sctp-a-ingress_rule_application": "any",
174                   "gpb1_Internal2_mac": "00:11:22:EF:AC:DF",
175                   "instance_ip_family_v6": "v6",
176                   "sctp-a-ipv6-egress_src_start_port": "0",
177                   "sctp-b-ingress-src_start_port": "0.0",
178                   "sctp-b-ingress_dst_addresses": "local",
179                   "fsb1_Internal1_mac": "00:11:22:EF:AC:DF",
180                   "vlc_st_interface_type_oam": "management",
181                   "multi_stage_design": "true",
182                   "oam_sec_group_name": "oam-sec-group",
183                   "Internal2_net_gateway": "10.0.0.10",
184                   "sctp-a-ipv6-ingress-dst_end_port": "65535",
185                   "sctp-b-ipv6-egress-dst_start_port": "0",
186                   "Internal1_net_gateway": "10.0.0.10",
187                   "sctp-b-ipv6-egress_rule_protocol": "any",
188                   "gtp_sec_group_name": "gtp-sec-group",
189                   "sctp-a-ipv6-egress_dst_subnet_prefix": "0.0.0.0",
190                   "sctp-b-ipv6-egress_dst_subnet_prefix_len": "0",
191                   "sctp-a-ipv6-ingress_dst_addresses": "local",
192                   "sctp-a-egress_rule_protocol": "icmp",
193                   "sctp-b-ipv6-egress_action": "pass",
194                   "sctp-a-ipv6-egress_action": "pass",
195                   "Internal1_shared": "false",
196                   "sctp-b-ipv6-ingress_rule_protocol": "any",
197                   "Internal2_net_cidr_len": "17",
198                   "sctp-a-name": "epc-sctp-a-ipv4v6-sec-group",
199                   "sctp-a-ingress-src_end_port": "65535.0",
200                   "sctp-b-ipv6-ingress_src_subnet_prefix": "0.0.0.0",
201                   "sctp-a-egress-dst_end_port": "65535.0",
202                   "sctp-a-ingress_action": "pass",
203                   "sctp-b-egress_rule_protocol": "icmp",
204                   "sctp-b-ipv6-ingress_action": "pass",
205                   "vlc_st_service_type": "firewall",
206                   "sctp-b-ipv6-egress_dst_end_port": "65535",
207                   "sctp-b-ipv6-ingress-dst_start_port": "0",
208                   "vlc2_Internal2_mac": "00:11:22:EF:AC:DF",
209                   "vlc_st_availability_zone": "true",
210                   "fsb_volume_image_name_1": "MME_FSB2_16ACP04_GA.qcow2",
211                   "sctp-b-ingress-src_subnet_prefix": "0.0.0.0",
212                   "sctp-a-ipv6-ingress_src_subnet_prefix_len": "0",
213                   "Internal1_allow_transit": "true",
214                   "gpb_flavor_name": "nv.c20r64d1",
215                   "availability_zone_max_count": "1",
216                   "fsb_volume_image_name_0": "MME_FSB1_16ACP04_GA.qcow2",
217                   "sctp-b-ipv6-ingress_dst_addresses": "local",
218                   "sctp-b-ipv6-egress_dst_subnet_prefix": "0.0.0.0",
219                   "sctp-b-ipv6-ingress_ethertype": "IPv4",
220                   "vlc1_Internal2_mac": "00:11:22:EF:AC:DF",
221                   "sctp-a-ingress-src_subnet_prefix": "0.0.0.0",
222                   "sctp-a-ipv6-ingress_action": "pass",
223                   "Internal1_rpf": "disable",
224                   "sctp-b-ingress_ethertype": "IPv4",
225                   "sctp-b-egress_rule_application": "any",
226                   "sctp-b-ingress-src_end_port": "65535.0",
227                   "sctp-a-ipv6-ingress_rule_protocol": "any",
228                   "sctp-a-ingress-src_start_port": "0.0",
229                   "sctp-b-egress-dst_end_port": "65535.0"
230                 },
231                 "type": "VF",
232                 "modelCustomizationName": "VF_vGeraldine 0",
233                 "vfModules": {
234                   "vf_vgeraldine0..VfVgeraldine..vflorence_vlc..module-1": {
235                     "uuid": "522159d5-d6e0-4c2a-aa44-5a542a12a830",
236                     "invariantUuid": "98a7c88b-b577-476a-90e4-e25a5871e02b",
237                     "customizationUuid": "55b1be94-671a-403e-a26c-667e9c47d091",
238                     "description": null,
239                     "name": "VfVgeraldine..vflorence_vlc..module-1",
240                     "version": "2",
241                     "modelCustomizationName": "VfVgeraldine..vflorence_vlc..module-1",
242                     "properties": {
243                       "minCountInstances": 0,
244                       "maxCountInstances": null,
245                       "initialCount": 0,
246                       "vfModuleLabel": "vflorence_vlc"
247                     },
248                     "inputs": {},
249                     "volumeGroupAllowed": true
250                   },
251                   "vf_vgeraldine0..VfVgeraldine..vflorence_gpb..module-2": {
252                     "uuid": "41708296-e443-4c71-953f-d9a010f059e1",
253                     "invariantUuid": "1cca90b8-3490-495e-87da-3f3e4c57d5b9",
254                     "customizationUuid": "6add59e0-7fe1-4bc4-af48-f8812422ae7c",
255                     "description": null,
256                     "name": "VfVgeraldine..vflorence_gpb..module-2",
257                     "version": "2",
258                     "modelCustomizationName": "VfVgeraldine..vflorence_gpb..module-2",
259                     "properties": {
260                       "minCountInstances": 0,
261                       "maxCountInstances": null,
262                       "initialCount": 0,
263                       "vfModuleLabel": "vflorence_gpb"
264                     },
265                     "inputs": {},
266                     "volumeGroupAllowed": false
267                   },
268                   "vf_vgeraldine0..VfVgeraldine..base_vflorence..module-0": {
269                     "uuid": "a27f5cfc-7f12-4f99-af08-0af9c3885c87",
270                     "invariantUuid": "a6f9e51a-2b35-416a-ae15-15e58d61f36d",
271                     "customizationUuid": "f8c040f1-7e51-4a11-aca8-acf256cfd861",
272                     "description": null,
273                     "name": "VfVgeraldine..base_vflorence..module-0",
274                     "version": "2",
275                     "modelCustomizationName": "VfVgeraldine..base_vflorence..module-0",
276                     "properties": {
277                       "minCountInstances": 1,
278                       "maxCountInstances": 1,
279                       "initialCount": 1,
280                       "vfModuleLabel": "base_vflorence"
281                     },
282                     "inputs": {},
283                     "volumeGroupAllowed": true
284                   }
285                 },
286                 "volumeGroups": {
287                   "vf_vgeraldine0..VfVgeraldine..base_vflorence..module-0": {
288                     "uuid": "a27f5cfc-7f12-4f99-af08-0af9c3885c87",
289                     "invariantUuid": "a6f9e51a-2b35-416a-ae15-15e58d61f36d",
290                     "customizationUuid": "f8c040f1-7e51-4a11-aca8-acf256cfd861",
291                     "description": null,
292                     "name": "VfVgeraldine..base_vflorence..module-0",
293                     "version": "2",
294                     "modelCustomizationName": "VfVgeraldine..base_vflorence..module-0",
295                     "properties": {
296                       "minCountInstances": 1,
297                       "maxCountInstances": 1,
298                       "initialCount": 1,
299                       "vfModuleLabel": "base_vflorence"
300                     },
301                     "inputs": {}
302                   }
303                 },
304                 "vfcInstanceGroups": {}
305               }
306             },
307             "networks": {
308               "ExtVL 0": {
309                 "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986",
310                 "invariantUuid": "379f816b-a7aa-422f-be30-17114ff50b7c",
311                 "description": "ECOMP generic virtual link (network) base type for all other service-level and global networks",
312                 "name": "ExtVL",
313                 "version": "37.0",
314                 "customizationUuid": "94fdd893-4a36-4d70-b16a-ec29c54c184f",
315                 "inputs": {},
316                 "commands": {},
317                 "properties": {
318                   "netowrk_role": "role 1, role 2, role 3",
319                   "network_assignments": "{is_external_network=false, ipv4_subnet_default_assignment={min_subnets_count=1}, ecomp_generated_network_assignment=false, ipv6_subnet_default_assignment={min_subnets_count=1}}",
320                   "exVL_naming": "{ecomp_generated_naming=true}",
321                   "network_flows": "{is_network_policy=false, is_bound_to_vpn=false}",
322                   "network_homing": "{ecomp_selected_instance_node_target=false}"
323                 },
324                 "type": "VL",
325                 "modelCustomizationName": "ExtVL 0"
326               }
327             },
328             "collectionResources": {},
329             "configurations": {
330               "Port Mirroring Configuration By Policy 0": {
331                 "uuid": "b4398538-e89d-4f13-b33d-ca323434ba50",
332                 "invariantUuid": "6ef0ca40-f366-4897-951f-abd65d25f6f7",
333                 "description": "A port mirroring configuration by policy object",
334                 "name": "Port Mirroring Configuration By Policy",
335                 "version": "27.0",
336                 "customizationUuid": "3c3b7b8d-8669-4b3b-8664-61970041fad2",
337                 "inputs": {},
338                 "commands": {},
339                 "properties": {},
340                 "type": "Configuration",
341                 "modelCustomizationName": "Port Mirroring Configuration By Policy 0",
342                 "sourceNodes": [],
343                 "collectorNodes": null,
344                 "configurationByPolicy": false
345               }
346             },
347             "serviceProxies": {},
348             "vfModules": {
349               "vf_vgeraldine0..VfVgeraldine..vflorence_vlc..module-1": {
350                 "uuid": "522159d5-d6e0-4c2a-aa44-5a542a12a830",
351                 "invariantUuid": "98a7c88b-b577-476a-90e4-e25a5871e02b",
352                 "customizationUuid": "55b1be94-671a-403e-a26c-667e9c47d091",
353                 "description": null,
354                 "name": "VfVgeraldine..vflorence_vlc..module-1",
355                 "version": "2",
356                 "modelCustomizationName": "VfVgeraldine..vflorence_vlc..module-1",
357                 "properties": {
358                   "minCountInstances": 0,
359                   "maxCountInstances": null,
360                   "initialCount": 0,
361                   "vfModuleLabel": "vflorence_vlc"
362                 },
363                 "inputs": {},
364                 "volumeGroupAllowed": true
365               },
366               "vf_vgeraldine0..VfVgeraldine..vflorence_gpb..module-2": {
367                 "uuid": "41708296-e443-4c71-953f-d9a010f059e1",
368                 "invariantUuid": "1cca90b8-3490-495e-87da-3f3e4c57d5b9",
369                 "customizationUuid": "6add59e0-7fe1-4bc4-af48-f8812422ae7c",
370                 "description": null,
371                 "name": "VfVgeraldine..vflorence_gpb..module-2",
372                 "version": "2",
373                 "modelCustomizationName": "VfVgeraldine..vflorence_gpb..module-2",
374                 "properties": {
375                   "minCountInstances": 0,
376                   "maxCountInstances": null,
377                   "initialCount": 0,
378                   "vfModuleLabel": "vflorence_gpb"
379                 },
380                 "inputs": {},
381                 "volumeGroupAllowed": false
382               },
383               "vf_vgeraldine0..VfVgeraldine..base_vflorence..module-0": {
384                 "uuid": "a27f5cfc-7f12-4f99-af08-0af9c3885c87",
385                 "invariantUuid": "a6f9e51a-2b35-416a-ae15-15e58d61f36d",
386                 "customizationUuid": "f8c040f1-7e51-4a11-aca8-acf256cfd861",
387                 "description": null,
388                 "name": "VfVgeraldine..base_vflorence..module-0",
389                 "version": "2",
390                 "modelCustomizationName": "VfVgeraldine..base_vflorence..module-0",
391                 "properties": {
392                   "minCountInstances": 1,
393                   "maxCountInstances": 1,
394                   "initialCount": 1,
395                   "vfModuleLabel": "base_vflorence"
396                 },
397                 "inputs": {},
398                 "volumeGroupAllowed": true
399               }
400             },
401             "volumeGroups": {
402               "vf_vgeraldine0..VfVgeraldine..base_vflorence..module-0": {
403                 "uuid": "a27f5cfc-7f12-4f99-af08-0af9c3885c87",
404                 "invariantUuid": "a6f9e51a-2b35-416a-ae15-15e58d61f36d",
405                 "customizationUuid": "f8c040f1-7e51-4a11-aca8-acf256cfd861",
406                 "description": null,
407                 "name": "VfVgeraldine..base_vflorence..module-0",
408                 "version": "2",
409                 "modelCustomizationName": "VfVgeraldine..base_vflorence..module-0",
410                 "properties": {
411                   "minCountInstances": 1,
412                   "maxCountInstances": 1,
413                   "initialCount": 1,
414                   "vfModuleLabel": "base_vflorence"
415                 },
416                 "inputs": {}
417               }
418             },
419             "pnfs": {}
420           },
421           "6b528779-44a3-4472-bdff-9cd15ec93450": {
422             "service": {
423               "uuid": "6b528779-44a3-4472-bdff-9cd15ec93450",
424               "invariantUuid": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
425               "name": "action-data",
426               "version": "1.0",
427               "toscaModelURL": null,
428               "category": "",
429               "serviceType": "",
430               "serviceRole": "",
431               "description": "",
432               "serviceEcompNaming": "false",
433               "instantiationType": "A-La-Carte",
434               "inputs": {
435                 "2017488_pasqualevpe0_ASN": {
436                   "type": "string",
437                   "description": "AV/PE",
438                   "entry_schema": null,
439                   "inputProperties": null,
440                   "constraints": [],
441                   "required": true,
442                   "default": "AV_vPE"
443                 }
444               }
445             },
446             "vnfs": {
447               "2017-388_PASQUALE-vPE 1": {
448                 "uuid": "0903e1c0-8e03-4936-b5c2-260653b96413",
449                 "invariantUuid": "00beb8f9-6d39-452f-816d-c709b9cbb87d",
450                 "description": "Name PASQUALE vPE Description The provider edge function for the PASQUALE service supported by the Junipers VMX product Category Router Vendor Juniper Vendor Release Code 17.2 Owners Mary Fragale. Updated 9-25 to use v8.0 of the Juniper Valid 2 VLM",
451                 "name": "2017-388_PASQUALE-vPE",
452                 "version": "1.0",
453                 "customizationUuid": "280dec31-f16d-488b-9668-4aae55d6648a",
454                 "inputs": {
455                   "vnf_config_template_version": {
456                     "type": "string",
457                     "description": "VPE Software Version",
458                     "entry_schema": null,
459                     "inputProperties": null,
460                     "constraints": [],
461                     "required": true,
462                     "default": "17.2"
463                   },
464                   "bandwidth_units": {
465                     "type": "string",
466                     "description": "Units of bandwidth",
467                     "entry_schema": null,
468                     "inputProperties": null,
469                     "constraints": [],
470                     "required": true,
471                     "default": "Gbps"
472                   },
473                   "bandwidth": {
474                     "type": "string",
475                     "description": "Requested VPE bandwidth",
476                     "entry_schema": null,
477                     "inputProperties": null,
478                     "constraints": [],
479                     "required": true,
480                     "default": "10"
481                   },
482                   "AIC_CLLI": {
483                     "type": "string",
484                     "description": "AIC Site CLLI",
485                     "entry_schema": null,
486                     "inputProperties": null,
487                     "constraints": [],
488                     "required": true,
489                     "default": "ATLMY8GA"
490                   },
491                   "ASN": {
492                     "type": "string",
493                     "description": "AV/PE",
494                     "entry_schema": null,
495                     "inputProperties": null,
496                     "constraints": [],
497                     "required": true,
498                     "default": "AV_vPE"
499                   },
500                   "vnf_instance_name": {
501                     "type": "string",
502                     "description": "The hostname assigned to the vpe.",
503                     "entry_schema": null,
504                     "inputProperties": null,
505                     "constraints": [],
506                     "required": true,
507                     "default": "mtnj309me6"
508                   }
509                 },
510                 "commands": {
511                   "vnf_config_template_version": {
512                     "displayName": "vnf_config_template_version",
513                     "command": "get_input",
514                     "inputName": "2017488_pasqualevpe0_vnf_config_template_version"
515                   },
516                   "bandwidth_units": {
517                     "displayName": "bandwidth_units",
518                     "command": "get_input",
519                     "inputName": "pasqualevpe0_bandwidth_units"
520                   },
521                   "bandwidth": {"displayName": "bandwidth", "command": "get_input", "inputName": "pasqualevpe0_bandwidth"},
522                   "AIC_CLLI": {
523                     "displayName": "AIC_CLLI",
524                     "command": "get_input",
525                     "inputName": "2017488_pasqualevpe0_AIC_CLLI"
526                   },
527                   "ASN": {"displayName": "ASN", "command": "get_input", "inputName": "2017488_pasqualevpe0_ASN"},
528                   "vnf_instance_name": {
529                     "displayName": "vnf_instance_name",
530                     "command": "get_input",
531                     "inputName": "2017488_pasqualevpe0_vnf_instance_name"
532                   }
533                 },
534                 "properties": {
535                   "vmxvre_retype": "RE-VMX",
536                   "vnf_config_template_version": "get_input:2017488_pasqualevpe0_vnf_config_template_version",
537                   "sriov44_net_id": "48d399b3-11ee-48a8-94d2-f0ea94d6be8d",
538                   "int_ctl_net_id": "2f323477-6936-4d01-ac53-d849430281d9",
539                   "vmxvpfe_sriov41_0_port_mac": "00:11:22:EF:AC:DF",
540                   "int_ctl_net_name": "VMX-INTXI",
541                   "vmx_int_ctl_prefix": "10.0.0.10",
542                   "sriov43_net_id": "da349ca1-6de9-4548-be88-2d88e99bfef5",
543                   "sriov42_net_id": "760669ba-013d-4d9b-b0e7-4151fe2e6279",
544                   "sriov41_net_id": "25ad52d5-c165-40f8-b3b0-ddfc2373280a",
545                   "nf_type": "vPE",
546                   "vmxvpfe_int_ctl_ip_1": "10.0.0.10",
547                   "is_AVPN_service": "false",
548                   "vmx_RSG_name": "vREXI-affinity",
549                   "vmx_int_ctl_forwarding": "l2",
550                   "vmxvre_oam_ip_0": "10.0.0.10",
551                   "vmxvpfe_sriov44_0_port_mac": "00:11:22:EF:AC:DF",
552                   "vmxvpfe_sriov41_0_port_vlanstrip": "false",
553                   "vmxvpfe_sriov42_0_port_vlanfilter": "4001",
554                   "vmxvpfe_sriov44_0_port_unknownunicastallow": "true",
555                   "vmxvre_image_name_0": "VRE-ENGINE_17.2-S2.1.qcow2",
556                   "vmxvre_instance": "0",
557                   "vmxvpfe_sriov43_0_port_mac": "00:11:22:EF:AC:DF",
558                   "vmxvre_flavor_name": "ns.c1r16d32.v5",
559                   "vmxvpfe_volume_size_0": "40.0",
560                   "vmxvpfe_sriov43_0_port_vlanfilter": "4001",
561                   "nf_naming": "{ecomp_generated_naming=false}",
562                   "nf_naming_code": "Navneet",
563                   "vmxvre_name_0": "vREXI",
564                   "vmxvpfe_sriov42_0_port_vlanstrip": "false",
565                   "vmxvpfe_volume_name_0": "vPFEXI_FBVolume",
566                   "vmx_RSG_id": "bd89a33c-13c3-4a04-8fde-1a57eb123141",
567                   "vmxvpfe_image_name_0": "VPE_ROUTING-ENGINE_17.2R1-S2.1.qcow2",
568                   "vmxvpfe_sriov43_0_port_unknownunicastallow": "true",
569                   "vmxvpfe_sriov44_0_port_unknownmulticastallow": "true",
570                   "vmxvre_console": "vidconsole",
571                   "vmxvpfe_sriov44_0_port_vlanfilter": "4001",
572                   "vmxvpfe_sriov42_0_port_mac": "00:11:22:EF:AC:DF",
573                   "vmxvpfe_volume_id_0": "47cede15-da2f-4397-a101-aa683220aff3",
574                   "vmxvpfe_sriov42_0_port_unknownmulticastallow": "true",
575                   "vmxvpfe_sriov44_0_port_vlanstrip": "false",
576                   "vf_module_id": "123",
577                   "nf_function": "JAI",
578                   "vmxvpfe_sriov43_0_port_unknownmulticastallow": "true",
579                   "vmxvre_int_ctl_ip_0": "10.0.0.10",
580                   "ecomp_generated_naming": "false",
581                   "AIC_CLLI": "get_input:2017488_pasqualevpe0_AIC_CLLI",
582                   "vnf_name": "mtnj309me6vre",
583                   "vmxvpfe_sriov41_0_port_unknownunicastallow": "true",
584                   "vmxvre_volume_type_1": "HITACHI",
585                   "vmxvpfe_sriov44_0_port_broadcastallow": "true",
586                   "vmxvre_volume_type_0": "HITACHI",
587                   "vmxvpfe_volume_type_0": "HITACHI",
588                   "vmxvpfe_sriov43_0_port_broadcastallow": "true",
589                   "bandwidth_units": "get_input:pasqualevpe0_bandwidth_units",
590                   "vnf_id": "123",
591                   "vmxvre_oam_prefix": "24",
592                   "availability_zone_0": "mtpocfo-kvm-az01",
593                   "ASN": "get_input:2017488_pasqualevpe0_ASN",
594                   "vmxvre_chassis_i2cid": "161",
595                   "vmxvpfe_name_0": "vPFEXI",
596                   "bandwidth": "get_input:pasqualevpe0_bandwidth",
597                   "availability_zone_max_count": "1",
598                   "vmxvre_volume_size_0": "45.0",
599                   "vmxvre_volume_size_1": "50.0",
600                   "vmxvpfe_sriov42_0_port_broadcastallow": "true",
601                   "vmxvre_oam_gateway": "10.0.0.10",
602                   "vmxvre_volume_name_1": "vREXI_FAVolume",
603                   "vmxvre_ore_present": "0",
604                   "vmxvre_volume_name_0": "vREXI_FBVolume",
605                   "vmxvre_type": "0",
606                   "vnf_instance_name": "get_input:2017488_pasqualevpe0_vnf_instance_name",
607                   "vmxvpfe_sriov41_0_port_unknownmulticastallow": "true",
608                   "oam_net_id": "b95eeb1d-d55d-4827-abb4-8ebb94941429",
609                   "vmx_int_ctl_len": "24",
610                   "vmxvpfe_sriov43_0_port_vlanstrip": "false",
611                   "vmxvpfe_sriov41_0_port_broadcastallow": "true",
612                   "vmxvre_volume_id_1": "6e86797e-03cd-4fdc-ba72-2957119c746d",
613                   "vmxvpfe_sriov41_0_port_vlanfilter": "4001",
614                   "nf_role": "Testing",
615                   "vmxvre_volume_id_0": "f4eacb79-f687-4e9d-b760-21847c8bb15a",
616                   "vmxvpfe_sriov42_0_port_unknownunicastallow": "true",
617                   "vmxvpfe_flavor_name": "ns.c20r16d25.v5"
618                 },
619                 "type": "VF",
620                 "modelCustomizationName": "2017-388_PASQUALE-vPE 1",
621                 "vfModules": {},
622                 "volumeGroups": {},
623                 "vfcInstanceGroups": {}
624               },
625               "2017-388_PASQUALE-vPE 0": {
626                 "uuid": "afacccf6-397d-45d6-b5ae-94c39734b168",
627                 "invariantUuid": "72e465fe-71b1-4e7b-b5ed-9496118ff7a8",
628                 "description": "Name PASQUALE vPE Description The provider edge function for the PASQUALE service supported by the Junipers VMX product Category Router Vendor Juniper Vendor Release Code 17.2 Owners Mary Fragale. Updated 9-25 to use v8.0 of the Juniper Valid 2 VLM",
629                 "name": "2017-388_PASQUALE-vPE",
630                 "version": "4.0",
631                 "customizationUuid": "b3c76f73-eeb5-4fb6-9d31-72a889f1811c",
632                 "inputs": {
633                   "vnf_config_template_version": {
634                     "type": "string",
635                     "description": "VPE Software Version",
636                     "entry_schema": null,
637                     "inputProperties": null,
638                     "constraints": [],
639                     "required": true,
640                     "default": "17.2"
641                   },
642                   "bandwidth_units": {
643                     "type": "string",
644                     "description": "Units of bandwidth",
645                     "entry_schema": null,
646                     "inputProperties": null,
647                     "constraints": [],
648                     "required": true,
649                     "default": "Gbps"
650                   },
651                   "bandwidth": {
652                     "type": "string",
653                     "description": "Requested VPE bandwidth",
654                     "entry_schema": null,
655                     "inputProperties": null,
656                     "constraints": [],
657                     "required": true,
658                     "default": "10"
659                   },
660                   "AIC_CLLI": {
661                     "type": "string",
662                     "description": "AIC Site CLLI",
663                     "entry_schema": null,
664                     "inputProperties": null,
665                     "constraints": [],
666                     "required": true,
667                     "default": "ATLMY8GA"
668                   },
669                   "ASN": {
670                     "type": "string",
671                     "description": "AV/PE",
672                     "entry_schema": null,
673                     "inputProperties": null,
674                     "constraints": [],
675                     "required": true,
676                     "default": "AV_vPE"
677                   },
678                   "vnf_instance_name": {
679                     "type": "string",
680                     "description": "The hostname assigned to the vpe.",
681                     "entry_schema": null,
682                     "inputProperties": null,
683                     "constraints": [],
684                     "required": true,
685                     "default": "mtnj309me6"
686                   }
687                 },
688                 "commands": {
689                   "vnf_config_template_version": {
690                     "displayName": "vnf_config_template_version",
691                     "command": "get_input",
692                     "inputName": "2017488_pasqualevpe0_vnf_config_template_version"
693                   },
694                   "bandwidth_units": {
695                     "displayName": "bandwidth_units",
696                     "command": "get_input",
697                     "inputName": "pasqualevpe0_bandwidth_units"
698                   },
699                   "bandwidth": {"displayName": "bandwidth", "command": "get_input", "inputName": "pasqualevpe0_bandwidth"},
700                   "AIC_CLLI": {
701                     "displayName": "AIC_CLLI",
702                     "command": "get_input",
703                     "inputName": "2017488_pasqualevpe0_AIC_CLLI"
704                   },
705                   "ASN": {"displayName": "ASN", "command": "get_input", "inputName": "2017488_pasqualevpe0_ASN"},
706                   "vnf_instance_name": {
707                     "displayName": "vnf_instance_name",
708                     "command": "get_input",
709                     "inputName": "2017488_pasqualevpe0_vnf_instance_name"
710                   }
711                 },
712                 "properties": {
713                   "vmxvre_retype": "RE-VMX",
714                   "vnf_config_template_version": "get_input:2017488_pasqualevpe0_vnf_config_template_version",
715                   "sriov44_net_id": "48d399b3-11ee-48a8-94d2-f0ea94d6be8d",
716                   "int_ctl_net_id": "2f323477-6936-4d01-ac53-d849430281d9",
717                   "vmxvpfe_sriov41_0_port_mac": "00:11:22:EF:AC:DF",
718                   "int_ctl_net_name": "VMX-INTXI",
719                   "vmx_int_ctl_prefix": "10.0.0.10",
720                   "sriov43_net_id": "da349ca1-6de9-4548-be88-2d88e99bfef5",
721                   "sriov42_net_id": "760669ba-013d-4d9b-b0e7-4151fe2e6279",
722                   "sriov41_net_id": "25ad52d5-c165-40f8-b3b0-ddfc2373280a",
723                   "nf_type": "vPE",
724                   "vmxvpfe_int_ctl_ip_1": "10.0.0.10",
725                   "is_AVPN_service": "false",
726                   "vmx_RSG_name": "vREXI-affinity",
727                   "vmx_int_ctl_forwarding": "l2",
728                   "vmxvre_oam_ip_0": "10.0.0.10",
729                   "vmxvpfe_sriov44_0_port_mac": "00:11:22:EF:AC:DF",
730                   "vmxvpfe_sriov41_0_port_vlanstrip": "false",
731                   "vmxvpfe_sriov42_0_port_vlanfilter": "4001",
732                   "vmxvpfe_sriov44_0_port_unknownunicastallow": "true",
733                   "vmxvre_image_name_0": "VRE-ENGINE_17.2-S2.1.qcow2",
734                   "vmxvre_instance": "0",
735                   "vmxvpfe_sriov43_0_port_mac": "00:11:22:EF:AC:DF",
736                   "vmxvre_flavor_name": "ns.c1r16d32.v5",
737                   "vmxvpfe_volume_size_0": "40.0",
738                   "vmxvpfe_sriov43_0_port_vlanfilter": "4001",
739                   "nf_naming": "{ecomp_generated_naming=false}",
740                   "nf_naming_code": "Navneet",
741                   "vmxvre_name_0": "vREXI",
742                   "vmxvpfe_sriov42_0_port_vlanstrip": "false",
743                   "vmxvpfe_volume_name_0": "vPFEXI_FBVolume",
744                   "vmx_RSG_id": "bd89a33c-13c3-4a04-8fde-1a57eb123141",
745                   "vmxvpfe_image_name_0": "VPE_ROUTING-ENGINE_17.2R1-S2.1.qcow2",
746                   "vmxvpfe_sriov43_0_port_unknownunicastallow": "true",
747                   "vmxvpfe_sriov44_0_port_unknownmulticastallow": "true",
748                   "vmxvre_console": "vidconsole",
749                   "vmxvpfe_sriov44_0_port_vlanfilter": "4001",
750                   "vmxvpfe_sriov42_0_port_mac": "00:11:22:EF:AC:DF",
751                   "vmxvpfe_volume_id_0": "47cede15-da2f-4397-a101-aa683220aff3",
752                   "vmxvpfe_sriov42_0_port_unknownmulticastallow": "true",
753                   "min_instances": "1",
754                   "vmxvpfe_sriov44_0_port_vlanstrip": "false",
755                   "vf_module_id": "123",
756                   "nf_function": "JAI",
757                   "vmxvpfe_sriov43_0_port_unknownmulticastallow": "true",
758                   "vmxvre_int_ctl_ip_0": "10.0.0.10",
759                   "ecomp_generated_naming": "false",
760                   "AIC_CLLI": "get_input:2017488_pasqualevpe0_AIC_CLLI",
761                   "vnf_name": "mtnj309me6vre",
762                   "vmxvpfe_sriov41_0_port_unknownunicastallow": "true",
763                   "vmxvre_volume_type_1": "HITACHI",
764                   "vmxvpfe_sriov44_0_port_broadcastallow": "true",
765                   "vmxvre_volume_type_0": "HITACHI",
766                   "vmxvpfe_volume_type_0": "HITACHI",
767                   "vmxvpfe_sriov43_0_port_broadcastallow": "true",
768                   "bandwidth_units": "get_input:pasqualevpe0_bandwidth_units",
769                   "vnf_id": "123",
770                   "vmxvre_oam_prefix": "24",
771                   "availability_zone_0": "mtpocfo-kvm-az01",
772                   "ASN": "get_input:2017488_pasqualevpe0_ASN",
773                   "vmxvre_chassis_i2cid": "161",
774                   "vmxvpfe_name_0": "vPFEXI",
775                   "bandwidth": "get_input:pasqualevpe0_bandwidth",
776                   "availability_zone_max_count": "1",
777                   "vmxvre_volume_size_0": "45.0",
778                   "vmxvre_volume_size_1": "50.0",
779                   "vmxvpfe_sriov42_0_port_broadcastallow": "true",
780                   "vmxvre_oam_gateway": "10.0.0.10",
781                   "vmxvre_volume_name_1": "vREXI_FAVolume",
782                   "vmxvre_ore_present": "0",
783                   "vmxvre_volume_name_0": "vREXI_FBVolume",
784                   "vmxvre_type": "0",
785                   "vnf_instance_name": "get_input:2017488_pasqualevpe0_vnf_instance_name",
786                   "vmxvpfe_sriov41_0_port_unknownmulticastallow": "true",
787                   "oam_net_id": "b95eeb1d-d55d-4827-abb4-8ebb94941429",
788                   "vmx_int_ctl_len": "24",
789                   "vmxvpfe_sriov43_0_port_vlanstrip": "false",
790                   "vmxvpfe_sriov41_0_port_broadcastallow": "true",
791                   "vmxvre_volume_id_1": "6e86797e-03cd-4fdc-ba72-2957119c746d",
792                   "vmxvpfe_sriov41_0_port_vlanfilter": "4001",
793                   "nf_role": "Testing",
794                   "vmxvre_volume_id_0": "f4eacb79-f687-4e9d-b760-21847c8bb15a",
795                   "vmxvpfe_sriov42_0_port_unknownunicastallow": "true",
796                   "vmxvpfe_flavor_name": "ns.c20r16d25.v5"
797                 },
798                 "type": "VF",
799                 "modelCustomizationName": "2017-388_PASQUALE-vPE 0",
800                 "vfModules": {},
801                 "volumeGroups": {},
802                 "vfcInstanceGroups": {}
803               },
804               "2017-488_PASQUALE-vPE 0": {
805                 "uuid": "69e09f68-8b63-4cc9-b9ff-860960b5db09",
806                 "invariantUuid": "72e465fe-71b1-4e7b-b5ed-9496118ff7a8",
807                 "description": "Name PASQUALE vPE Description The provider edge function for the PASQUALE service supported by the Junipers VMX product Category Router Vendor Juniper Vendor Release Code 17.2 Owners Mary Fragale. Updated 9-25 to use v8.0 of the Juniper Valid 2 VLM",
808                 "name": "2017-488_PASQUALE-vPE",
809                 "version": "5.0",
810                 "customizationUuid": "1da7b585-5e61-4993-b95e-8e6606c81e45",
811                 "inputs": {
812                   "vnf_config_template_version": {
813                     "type": "string",
814                     "description": "VPE Software Version",
815                     "entry_schema": null,
816                     "inputProperties": null,
817                     "constraints": [],
818                     "required": true,
819                     "default": "17.2"
820                   },
821                   "bandwidth_units": {
822                     "type": "string",
823                     "description": "Units of bandwidth",
824                     "entry_schema": null,
825                     "inputProperties": null,
826                     "constraints": [],
827                     "required": true,
828                     "default": "Gbps"
829                   },
830                   "bandwidth": {
831                     "type": "string",
832                     "description": "Requested VPE bandwidth",
833                     "entry_schema": null,
834                     "inputProperties": null,
835                     "constraints": [],
836                     "required": true,
837                     "default": "10"
838                   },
839                   "AIC_CLLI": {
840                     "type": "string",
841                     "description": "AIC Site CLLI",
842                     "entry_schema": null,
843                     "inputProperties": null,
844                     "constraints": [],
845                     "required": true,
846                     "default": "ATLMY8GA"
847                   },
848                   "ASN": {
849                     "type": "string",
850                     "description": "AV/PE",
851                     "entry_schema": null,
852                     "inputProperties": null,
853                     "constraints": [],
854                     "required": true,
855                     "default": "AV_vPE"
856                   },
857                   "vnf_instance_name": {
858                     "type": "string",
859                     "description": "The hostname assigned to the vpe.",
860                     "entry_schema": null,
861                     "inputProperties": null,
862                     "constraints": [],
863                     "required": true,
864                     "default": "mtnj309me6"
865                   }
866                 },
867                 "commands": {
868                   "vnf_config_template_version": {
869                     "displayName": "vnf_config_template_version",
870                     "command": "get_input",
871                     "inputName": "2017488_pasqualevpe0_vnf_config_template_version"
872                   },
873                   "bandwidth_units": {
874                     "displayName": "bandwidth_units",
875                     "command": "get_input",
876                     "inputName": "pasqualevpe0_bandwidth_units"
877                   },
878                   "bandwidth": {"displayName": "bandwidth", "command": "get_input", "inputName": "pasqualevpe0_bandwidth"},
879                   "AIC_CLLI": {
880                     "displayName": "AIC_CLLI",
881                     "command": "get_input",
882                     "inputName": "2017488_pasqualevpe0_AIC_CLLI"
883                   },
884                   "ASN": {"displayName": "ASN", "command": "get_input", "inputName": "2017488_pasqualevpe0_ASN"},
885                   "vnf_instance_name": {
886                     "displayName": "vnf_instance_name",
887                     "command": "get_input",
888                     "inputName": "2017488_pasqualevpe0_vnf_instance_name"
889                   }
890                 },
891                 "properties": {
892                   "vmxvre_retype": "RE-VMX",
893                   "vnf_config_template_version": "get_input:2017488_pasqualevpe0_vnf_config_template_version",
894                   "sriov44_net_id": "48d399b3-11ee-48a8-94d2-f0ea94d6be8d",
895                   "int_ctl_net_id": "2f323477-6936-4d01-ac53-d849430281d9",
896                   "vmxvpfe_sriov41_0_port_mac": "00:11:22:EF:AC:DF",
897                   "int_ctl_net_name": "VMX-INTXI",
898                   "vmx_int_ctl_prefix": "10.0.0.10",
899                   "sriov43_net_id": "da349ca1-6de9-4548-be88-2d88e99bfef5",
900                   "sriov42_net_id": "760669ba-013d-4d9b-b0e7-4151fe2e6279",
901                   "sriov41_net_id": "25ad52d5-c165-40f8-b3b0-ddfc2373280a",
902                   "nf_type": "vPE",
903                   "vmxvpfe_int_ctl_ip_1": "10.0.0.10",
904                   "is_AVPN_service": "false",
905                   "vmx_RSG_name": "vREXI-affinity",
906                   "vmx_int_ctl_forwarding": "l2",
907                   "vmxvre_oam_ip_0": "10.0.0.10",
908                   "vmxvpfe_sriov44_0_port_mac": "00:11:22:EF:AC:DF",
909                   "vmxvpfe_sriov41_0_port_vlanstrip": "false",
910                   "vmxvpfe_sriov42_0_port_vlanfilter": "4001",
911                   "vmxvpfe_sriov44_0_port_unknownunicastallow": "true",
912                   "vmxvre_image_name_0": "VRE-ENGINE_17.2-S2.1.qcow2",
913                   "vmxvre_instance": "0",
914                   "vmxvpfe_sriov43_0_port_mac": "00:11:22:EF:AC:DF",
915                   "vmxvre_flavor_name": "ns.c1r16d32.v5",
916                   "vmxvpfe_volume_size_0": "40.0",
917                   "vmxvpfe_sriov43_0_port_vlanfilter": "4001",
918                   "nf_naming": "{ecomp_generated_naming=false}",
919                   "nf_naming_code": "Navneet",
920                   "vmxvre_name_0": "vREXI",
921                   "vmxvpfe_sriov42_0_port_vlanstrip": "false",
922                   "vmxvpfe_volume_name_0": "vPFEXI_FBVolume",
923                   "max_instances": "3",
924                   "vmx_RSG_id": "bd89a33c-13c3-4a04-8fde-1a57eb123141",
925                   "vmxvpfe_image_name_0": "VPE_ROUTING-ENGINE_17.2R1-S2.1.qcow2",
926                   "vmxvpfe_sriov43_0_port_unknownunicastallow": "true",
927                   "vmxvpfe_sriov44_0_port_unknownmulticastallow": "true",
928                   "vmxvre_console": "vidconsole",
929                   "vmxvpfe_sriov44_0_port_vlanfilter": "4001",
930                   "vmxvpfe_sriov42_0_port_mac": "00:11:22:EF:AC:DF",
931                   "vmxvpfe_volume_id_0": "47cede15-da2f-4397-a101-aa683220aff3",
932                   "vmxvpfe_sriov42_0_port_unknownmulticastallow": "true",
933                   "min_instances": "1",
934                   "vmxvpfe_sriov44_0_port_vlanstrip": "false",
935                   "vf_module_id": "123",
936                   "nf_function": "JAI",
937                   "vmxvpfe_sriov43_0_port_unknownmulticastallow": "true",
938                   "vmxvre_int_ctl_ip_0": "10.0.0.10",
939                   "ecomp_generated_naming": "false",
940                   "AIC_CLLI": "get_input:2017488_pasqualevpe0_AIC_CLLI",
941                   "vnf_name": "mtnj309me6vre",
942                   "vmxvpfe_sriov41_0_port_unknownunicastallow": "true",
943                   "vmxvre_volume_type_1": "HITACHI",
944                   "vmxvpfe_sriov44_0_port_broadcastallow": "true",
945                   "vmxvre_volume_type_0": "HITACHI",
946                   "vmxvpfe_volume_type_0": "HITACHI",
947                   "vmxvpfe_sriov43_0_port_broadcastallow": "true",
948                   "bandwidth_units": "get_input:pasqualevpe0_bandwidth_units",
949                   "vnf_id": "123",
950                   "vmxvre_oam_prefix": "24",
951                   "availability_zone_0": "mtpocfo-kvm-az01",
952                   "ASN": "get_input:2017488_pasqualevpe0_ASN",
953                   "vmxvre_chassis_i2cid": "161",
954                   "vmxvpfe_name_0": "vPFEXI",
955                   "bandwidth": "get_input:pasqualevpe0_bandwidth",
956                   "availability_zone_max_count": "1",
957                   "vmxvre_volume_size_0": "45.0",
958                   "vmxvre_volume_size_1": "50.0",
959                   "vmxvpfe_sriov42_0_port_broadcastallow": "true",
960                   "vmxvre_oam_gateway": "10.0.0.10",
961                   "vmxvre_volume_name_1": "vREXI_FAVolume",
962                   "vmxvre_ore_present": "0",
963                   "vmxvre_volume_name_0": "vREXI_FBVolume",
964                   "vmxvre_type": "0",
965                   "vnf_instance_name": "get_input:2017488_pasqualevpe0_vnf_instance_name",
966                   "vmxvpfe_sriov41_0_port_unknownmulticastallow": "true",
967                   "oam_net_id": "b95eeb1d-d55d-4827-abb4-8ebb94941429",
968                   "vmx_int_ctl_len": "24",
969                   "vmxvpfe_sriov43_0_port_vlanstrip": "false",
970                   "vmxvpfe_sriov41_0_port_broadcastallow": "true",
971                   "vmxvre_volume_id_1": "6e86797e-03cd-4fdc-ba72-2957119c746d",
972                   "vmxvpfe_sriov41_0_port_vlanfilter": "4001",
973                   "nf_role": "Testing",
974                   "vmxvre_volume_id_0": "f4eacb79-f687-4e9d-b760-21847c8bb15a",
975                   "vmxvpfe_sriov42_0_port_unknownunicastallow": "true",
976                   "vmxvpfe_flavor_name": "ns.c20r16d25.v5"
977                 },
978                 "type": "VF",
979                 "modelCustomizationName": "2017-488_PASQUALE-vPE 0",
980                 "vfModules": {
981                   "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_vRE_BV..module-1": {
982                     "uuid": "25284168-24bb-4698-8cb4-3f509146eca5",
983                     "invariantUuid": "7253ff5c-97f0-4b8b-937c-77aeb4d79aa1",
984                     "customizationUuid": "f7e7c365-60cf-49a9-9ebf-a1aa11b9d401",
985                     "description": null,
986                     "name": "2017488PasqualeVpe..PASQUALE_vRE_BV..module-1",
987                     "version": "6",
988                     "modelCustomizationName": "2017488PasqualeVpe..PASQUALE_vRE_BV..module-1",
989                     "properties": {
990                       "minCountInstances": 0,
991                       "maxCountInstances": null,
992                       "initialCount": 0,
993                       "vfModuleLabel": "PASQUALE_vRE_BV"
994                     },
995                     "inputs": {
996                       "pasqualevpe0_bandwidth": {
997                         "type": "string",
998                         "description": "Requested VPE bandwidth",
999                         "entry_schema": null,
1000                         "inputProperties": {
1001                           "sourceType": "HEAT",
1002                           "vfModuleLabel": "PASQUALE_vRE_BV",
1003                           "paramName": "bandwidth"
1004                         },
1005                         "constraints": null,
1006                         "required": true,
1007                         "default": "10"
1008                       },
1009                       "2017488_pasqualevpe0_vnf_instance_name": {
1010                         "type": "string",
1011                         "description": "The hostname assigned to the vpe.",
1012                         "entry_schema": null,
1013                         "inputProperties": {
1014                           "sourceType": "HEAT",
1015                           "vfModuleLabel": "PASQUALE_vRE_BV",
1016                           "paramName": "vnf_instance_name"
1017                         },
1018                         "constraints": null,
1019                         "required": true,
1020                         "default": "mtnj309me6"
1021                       },
1022                       "2017488_pasqualevpe0_vnf_config_template_version": {
1023                         "type": "string",
1024                         "description": "VPE Software Version",
1025                         "entry_schema": null,
1026                         "inputProperties": {
1027                           "sourceType": "HEAT",
1028                           "vfModuleLabel": "PASQUALE_vRE_BV",
1029                           "paramName": "vnf_config_template_version"
1030                         },
1031                         "constraints": null,
1032                         "required": true,
1033                         "default": "17.2"
1034                       },
1035                       "2017488_pasqualevpe0_AIC_CLLI": {
1036                         "type": "string",
1037                         "description": "AIC Site CLLI",
1038                         "entry_schema": null,
1039                         "inputProperties": {
1040                           "sourceType": "HEAT",
1041                           "vfModuleLabel": "PASQUALE_vRE_BV",
1042                           "paramName": "AIC_CLLI"
1043                         },
1044                         "constraints": null,
1045                         "required": true,
1046                         "default": "ATLMY8GA"
1047                       },
1048                       "pasqualevpe0_bandwidth_units": {
1049                         "type": "string",
1050                         "description": "Units of bandwidth",
1051                         "entry_schema": null,
1052                         "inputProperties": {
1053                           "sourceType": "HEAT",
1054                           "vfModuleLabel": "PASQUALE_vRE_BV",
1055                           "paramName": "bandwidth_units"
1056                         },
1057                         "constraints": null,
1058                         "required": true,
1059                         "default": "Gbps"
1060                       }
1061                     },
1062                     "volumeGroupAllowed": true
1063                   },
1064                   "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_base_vPE_BV..module-0": {
1065                     "uuid": "f8360508-3f17-4414-a2ed-6bc71161e8db",
1066                     "invariantUuid": "b34833bb-6aa9-4ad6-a831-70b06367a091",
1067                     "customizationUuid": "a55961b2-2065-4ab0-a5b7-2fcee1c227e3",
1068                     "description": null,
1069                     "name": "2017488PasqualeVpe..PASQUALE_base_vPE_BV..module-0",
1070                     "version": "5",
1071                     "modelCustomizationName": "2017488PasqualeVpe..PASQUALE_base_vPE_BV..module-0",
1072                     "properties": {
1073                       "minCountInstances": 1,
1074                       "maxCountInstances": 1,
1075                       "initialCount": 1,
1076                       "vfModuleLabel": "PASQUALE_base_vPE_BV"
1077                     },
1078                     "inputs": {},
1079                     "volumeGroupAllowed": false
1080                   },
1081                   "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2": {
1082                     "uuid": "0a0dd9d4-31d3-4c3a-ae89-a02f383e6a9a",
1083                     "invariantUuid": "eff8cc59-53a1-4101-aed7-8cf24ecf8339",
1084                     "customizationUuid": "3cd946bb-50e0-40d8-96d3-c9023520b557",
1085                     "description": null,
1086                     "name": "2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2",
1087                     "version": "6",
1088                     "modelCustomizationName": "2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2",
1089                     "properties": {
1090                       "minCountInstances": 0,
1091                       "maxCountInstances": null,
1092                       "initialCount": 0,
1093                       "vfModuleLabel": "PASQUALE_vPFE_BV"
1094                     },
1095                     "inputs": {},
1096                     "volumeGroupAllowed": true
1097                   }
1098                 },
1099                 "volumeGroups": {
1100                   "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_vRE_BV..module-1": {
1101                     "uuid": "25284168-24bb-4698-8cb4-3f509146eca5",
1102                     "invariantUuid": "7253ff5c-97f0-4b8b-937c-77aeb4d79aa1",
1103                     "customizationUuid": "f7e7c365-60cf-49a9-9ebf-a1aa11b9d401",
1104                     "description": null,
1105                     "name": "2017488PasqualeVpe..PASQUALE_vRE_BV..module-1",
1106                     "version": "6",
1107                     "modelCustomizationName": "2017488PasqualeVpe..PASQUALE_vRE_BV..module-1",
1108                     "properties": {
1109                       "minCountInstances": 0,
1110                       "maxCountInstances": null,
1111                       "initialCount": 0,
1112                       "vfModuleLabel": "PASQUALE_vRE_BV"
1113                     },
1114                     "inputs": {
1115                       "pasqualevpe0_bandwidth": {
1116                         "type": "string",
1117                         "description": "Requested VPE bandwidth",
1118                         "entry_schema": null,
1119                         "inputProperties": {
1120                           "sourceType": "HEAT",
1121                           "vfModuleLabel": "PASQUALE_vRE_BV",
1122                           "paramName": "bandwidth"
1123                         },
1124                         "constraints": null,
1125                         "required": true,
1126                         "default": "10"
1127                       },
1128                       "2017488_pasqualevpe0_vnf_instance_name": {
1129                         "type": "string",
1130                         "description": "The hostname assigned to the vpe.",
1131                         "entry_schema": null,
1132                         "inputProperties": {
1133                           "sourceType": "HEAT",
1134                           "vfModuleLabel": "PASQUALE_vRE_BV",
1135                           "paramName": "vnf_instance_name"
1136                         },
1137                         "constraints": null,
1138                         "required": true,
1139                         "default": "mtnj309me6"
1140                       },
1141                       "2017488_pasqualevpe0_vnf_config_template_version": {
1142                         "type": "string",
1143                         "description": "VPE Software Version",
1144                         "entry_schema": null,
1145                         "inputProperties": {
1146                           "sourceType": "HEAT",
1147                           "vfModuleLabel": "PASQUALE_vRE_BV",
1148                           "paramName": "vnf_config_template_version"
1149                         },
1150                         "constraints": null,
1151                         "required": true,
1152                         "default": "17.2"
1153                       },
1154                       "2017488_pasqualevpe0_AIC_CLLI": {
1155                         "type": "string",
1156                         "description": "AIC Site CLLI",
1157                         "entry_schema": null,
1158                         "inputProperties": {
1159                           "sourceType": "HEAT",
1160                           "vfModuleLabel": "PASQUALE_vRE_BV",
1161                           "paramName": "AIC_CLLI"
1162                         },
1163                         "constraints": null,
1164                         "required": true,
1165                         "default": "ATLMY8GA"
1166                       },
1167                       "pasqualevpe0_bandwidth_units": {
1168                         "type": "string",
1169                         "description": "Units of bandwidth",
1170                         "entry_schema": null,
1171                         "inputProperties": {
1172                           "sourceType": "HEAT",
1173                           "vfModuleLabel": "PASQUALE_vRE_BV",
1174                           "paramName": "bandwidth_units"
1175                         },
1176                         "constraints": null,
1177                         "required": true,
1178                         "default": "Gbps"
1179                       }
1180                     }
1181                   },
1182                   "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2": {
1183                     "uuid": "0a0dd9d4-31d3-4c3a-ae89-a02f383e6a9a",
1184                     "invariantUuid": "eff8cc59-53a1-4101-aed7-8cf24ecf8339",
1185                     "customizationUuid": "3cd946bb-50e0-40d8-96d3-c9023520b557",
1186                     "description": null,
1187                     "name": "2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2",
1188                     "version": "6",
1189                     "modelCustomizationName": "2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2",
1190                     "properties": {
1191                       "minCountInstances": 0,
1192                       "maxCountInstances": null,
1193                       "initialCount": 0,
1194                       "vfModuleLabel": "PASQUALE_vPFE_BV"
1195                     },
1196                     "inputs": {}
1197                   }
1198                 },
1199                 "vfcInstanceGroups": {}
1200               }
1201             },
1202             "networks": {
1203               "ExtVL 0": {
1204                 "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986",
1205                 "invariantUuid": "379f816b-a7aa-422f-be30-17114ff50b7c",
1206                 "description": "ECOMP generic virtual link (network) base type for all other service-level and global networks",
1207                 "name": "ExtVL",
1208                 "version": "37.0",
1209                 "customizationUuid": "94fdd893-4a36-4d70-b16a-ec29c54c184f",
1210                 "inputs": {
1211                   "vnf_config_template_version": {
1212                     "type": "string",
1213                     "description": "VPE Software Version",
1214                     "entry_schema": null,
1215                     "inputProperties": null,
1216                     "constraints": [],
1217                     "required": true,
1218                     "default": "17.2"
1219                   },
1220                   "bandwidth_units": {
1221                     "type": "string",
1222                     "description": "Units of bandwidth",
1223                     "entry_schema": null,
1224                     "inputProperties": null,
1225                     "constraints": [],
1226                     "required": true,
1227                     "default": "Gbps"
1228                   },
1229                   "bandwidth": {
1230                     "type": "string",
1231                     "description": "Requested VPE bandwidth",
1232                     "entry_schema": null,
1233                     "inputProperties": null,
1234                     "constraints": [],
1235                     "required": true,
1236                     "default": "10"
1237                   },
1238                   "AIC_CLLI": {
1239                     "type": "string",
1240                     "description": "AIC Site CLLI",
1241                     "entry_schema": null,
1242                     "inputProperties": null,
1243                     "constraints": [],
1244                     "required": true,
1245                     "default": "ATLMY8GA"
1246                   },
1247                   "ASN": {
1248                     "type": "string",
1249                     "description": "AV/PE",
1250                     "entry_schema": null,
1251                     "inputProperties": null,
1252                     "constraints": [],
1253                     "required": true,
1254                     "default": "AV_vPE"
1255                   },
1256                   "vnf_instance_name": {
1257                     "type": "string",
1258                     "description": "The hostname assigned to the vpe.",
1259                     "entry_schema": null,
1260                     "inputProperties": null,
1261                     "constraints": [],
1262                     "required": true,
1263                     "default": "mtnj309me6"
1264                   }
1265                 },
1266                 "commands": {},
1267                 "properties": {
1268                   "network_role" : "network role 1, network role 2",
1269                   "network_assignments": "{is_external_network=false, ipv4_subnet_default_assignment={min_subnets_count=1}, ecomp_generated_network_assignment=false, ipv6_subnet_default_assignment={min_subnets_count=1}}",
1270                   "exVL_naming": "{ecomp_generated_naming=true}",
1271                   "network_flows": "{is_network_policy=false, is_bound_to_vpn=false}",
1272                   "network_homing": "{ecomp_selected_instance_node_target=false}"
1273                 },
1274                 "type": "VL",
1275                 "modelCustomizationName": "ExtVL 0"
1276               }
1277             },
1278             "collectionResources": {},
1279             "configurations": {},
1280             "fabricConfigurations": {},
1281             "serviceProxies": {},
1282             "vfModules": {
1283               "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_vRE_BV..module-1": {
1284                 "uuid": "25284168-24bb-4698-8cb4-3f509146eca5",
1285                 "invariantUuid": "7253ff5c-97f0-4b8b-937c-77aeb4d79aa1",
1286                 "customizationUuid": "f7e7c365-60cf-49a9-9ebf-a1aa11b9d401",
1287                 "description": null,
1288                 "name": "2017488PasqualeVpe..PASQUALE_vRE_BV..module-1",
1289                 "version": "6",
1290                 "modelCustomizationName": "2017488PasqualeVpe..PASQUALE_vRE_BV..module-1",
1291                 "properties": {
1292                   "minCountInstances": 0,
1293                   "maxCountInstances": null,
1294                   "initialCount": 0,
1295                   "vfModuleLabel": "PASQUALE_vRE_BV"
1296                 },
1297                 "inputs": {
1298                   "pasqualevpe0_bandwidth": {
1299                     "type": "string",
1300                     "description": "Requested VPE bandwidth",
1301                     "entry_schema": null,
1302                     "inputProperties": {
1303                       "sourceType": "HEAT",
1304                       "vfModuleLabel": "PASQUALE_vRE_BV",
1305                       "paramName": "bandwidth"
1306                     },
1307                     "constraints": null,
1308                     "required": true,
1309                     "default": "10"
1310                   },
1311                   "2017488_pasqualevpe0_vnf_instance_name": {
1312                     "type": "string",
1313                     "description": "The hostname assigned to the vpe.",
1314                     "entry_schema": null,
1315                     "inputProperties": {
1316                       "sourceType": "HEAT",
1317                       "vfModuleLabel": "PASQUALE_vRE_BV",
1318                       "paramName": "vnf_instance_name"
1319                     },
1320                     "constraints": null,
1321                     "required": true,
1322                     "default": "mtnj309me6"
1323                   },
1324                   "2017488_pasqualevpe0_vnf_config_template_version": {
1325                     "type": "string",
1326                     "description": "VPE Software Version",
1327                     "entry_schema": null,
1328                     "inputProperties": {
1329                       "sourceType": "HEAT",
1330                       "vfModuleLabel": "PASQUALE_vRE_BV",
1331                       "paramName": "vnf_config_template_version"
1332                     },
1333                     "constraints": null,
1334                     "required": true,
1335                     "default": "17.2"
1336                   },
1337                   "2017488_pasqualevpe0_AIC_CLLI": {
1338                     "type": "string",
1339                     "description": "AIC Site CLLI",
1340                     "entry_schema": null,
1341                     "inputProperties": {"sourceType": "HEAT", "vfModuleLabel": "PASQUALE_vRE_BV", "paramName": "AIC_CLLI"},
1342                     "constraints": null,
1343                     "required": true,
1344                     "default": "ATLMY8GA"
1345                   },
1346                   "pasqualevpe0_bandwidth_units": {
1347                     "type": "string",
1348                     "description": "Units of bandwidth",
1349                     "entry_schema": null,
1350                     "inputProperties": {
1351                       "sourceType": "HEAT",
1352                       "vfModuleLabel": "PASQUALE_vRE_BV",
1353                       "paramName": "bandwidth_units"
1354                     },
1355                     "constraints": null,
1356                     "required": true,
1357                     "default": "Gbps"
1358                   }
1359                 },
1360                 "volumeGroupAllowed": true
1361               },
1362               "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_base_vPE_BV..module-0": {
1363                 "uuid": "f8360508-3f17-4414-a2ed-6bc71161e8db",
1364                 "invariantUuid": "b34833bb-6aa9-4ad6-a831-70b06367a091",
1365                 "customizationUuid": "a55961b2-2065-4ab0-a5b7-2fcee1c227e3",
1366                 "description": null,
1367                 "name": "2017488PasqualeVpe..PASQUALE_base_vPE_BV..module-0",
1368                 "version": "5",
1369                 "modelCustomizationName": "2017488PasqualeVpe..PASQUALE_base_vPE_BV..module-0",
1370                 "properties": {
1371                   "minCountInstances": 1,
1372                   "maxCountInstances": 1,
1373                   "initialCount": 1,
1374                   "vfModuleLabel": "PASQUALE_base_vPE_BV"
1375                 },
1376                 "inputs": {},
1377                 "volumeGroupAllowed": false
1378               },
1379               "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2": {
1380                 "uuid": "0a0dd9d4-31d3-4c3a-ae89-a02f383e6a9a",
1381                 "invariantUuid": "eff8cc59-53a1-4101-aed7-8cf24ecf8339",
1382                 "customizationUuid": "3cd946bb-50e0-40d8-96d3-c9023520b557",
1383                 "description": null,
1384                 "name": "2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2",
1385                 "version": "6",
1386                 "modelCustomizationName": "2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2",
1387                 "properties": {
1388                   "minCountInstances": 0,
1389                   "maxCountInstances": null,
1390                   "initialCount": 0,
1391                   "vfModuleLabel": "PASQUALE_vPFE_BV"
1392                 },
1393                 "inputs": {},
1394                 "volumeGroupAllowed": true
1395               }
1396             },
1397             "volumeGroups": {
1398               "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_vRE_BV..module-1": {
1399                 "uuid": "25284168-24bb-4698-8cb4-3f509146eca5",
1400                 "invariantUuid": "7253ff5c-97f0-4b8b-937c-77aeb4d79aa1",
1401                 "customizationUuid": "f7e7c365-60cf-49a9-9ebf-a1aa11b9d401",
1402                 "description": null,
1403                 "name": "2017488PasqualeVpe..PASQUALE_vRE_BV..module-1",
1404                 "version": "6",
1405                 "modelCustomizationName": "2017488PasqualeVpe..PASQUALE_vRE_BV..module-1",
1406                 "properties": {
1407                   "minCountInstances": 0,
1408                   "maxCountInstances": null,
1409                   "initialCount": 0,
1410                   "vfModuleLabel": "PASQUALE_vRE_BV"
1411                 },
1412                 "inputs": {
1413                   "pasqualevpe0_bandwidth": {
1414                     "type": "string",
1415                     "description": "Requested VPE bandwidth",
1416                     "entry_schema": null,
1417                     "inputProperties": {
1418                       "sourceType": "HEAT",
1419                       "vfModuleLabel": "PASQUALE_vRE_BV",
1420                       "paramName": "bandwidth"
1421                     },
1422                     "constraints": null,
1423                     "required": true,
1424                     "default": "10"
1425                   },
1426                   "2017488_pasqualevpe0_vnf_instance_name": {
1427                     "type": "string",
1428                     "description": "The hostname assigned to the vpe.",
1429                     "entry_schema": null,
1430                     "inputProperties": {
1431                       "sourceType": "HEAT",
1432                       "vfModuleLabel": "PASQUALE_vRE_BV",
1433                       "paramName": "vnf_instance_name"
1434                     },
1435                     "constraints": null,
1436                     "required": true,
1437                     "default": "mtnj309me6"
1438                   },
1439                   "2017488_pasqualevpe0_vnf_config_template_version": {
1440                     "type": "string",
1441                     "description": "VPE Software Version",
1442                     "entry_schema": null,
1443                     "inputProperties": {
1444                       "sourceType": "HEAT",
1445                       "vfModuleLabel": "PASQUALE_vRE_BV",
1446                       "paramName": "vnf_config_template_version"
1447                     },
1448                     "constraints": null,
1449                     "required": true,
1450                     "default": "17.2"
1451                   },
1452                   "2017488_pasqualevpe0_AIC_CLLI": {
1453                     "type": "string",
1454                     "description": "AIC Site CLLI",
1455                     "entry_schema": null,
1456                     "inputProperties": {"sourceType": "HEAT", "vfModuleLabel": "PASQUALE_vRE_BV", "paramName": "AIC_CLLI"},
1457                     "constraints": null,
1458                     "required": true,
1459                     "default": "ATLMY8GA"
1460                   },
1461                   "pasqualevpe0_bandwidth_units": {
1462                     "type": "string",
1463                     "description": "Units of bandwidth",
1464                     "entry_schema": null,
1465                     "inputProperties": {
1466                       "sourceType": "HEAT",
1467                       "vfModuleLabel": "PASQUALE_vRE_BV",
1468                       "paramName": "bandwidth_units"
1469                     },
1470                     "constraints": null,
1471                     "required": true,
1472                     "default": "Gbps"
1473                   }
1474                 }
1475               },
1476               "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2": {
1477                 "uuid": "0a0dd9d4-31d3-4c3a-ae89-a02f383e6a9a",
1478                 "invariantUuid": "eff8cc59-53a1-4101-aed7-8cf24ecf8339",
1479                 "customizationUuid": "3cd946bb-50e0-40d8-96d3-c9023520b557",
1480                 "description": null,
1481                 "name": "2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2",
1482                 "version": "6",
1483                 "modelCustomizationName": "2017488PasqualeVpe..PASQUALE_vPFE_BV..module-2",
1484                 "properties": {
1485                   "minCountInstances": 0,
1486                   "maxCountInstances": null,
1487                   "initialCount": 0,
1488                   "vfModuleLabel": "PASQUALE_vPFE_BV"
1489                 },
1490                 "inputs": {}
1491               }
1492             },
1493             "pnfs": {}
1494           }
1495         },
1496         "serviceInstance": {
1497           "6e59c5de-f052-46fa-aa7e-2fca9d674c44": {
1498             "vnfs": {
1499               "VF_vGeraldine 0": {
1500                 "rollbackOnFailure": "true",
1501                 "vfModules": {
1502                   "vf_vgeraldine0..VfVgeraldine..base_vflorence..module-0": {
1503                     "vf_vgeraldine0..VfVgeraldine..base_vflorence..module-0vmvzo": {
1504                       "isMissingData": false,
1505                       "sdncPreReload": null,
1506                       "modelInfo": {
1507                         "modelType": "VFmodule",
1508                         "modelInvariantId": "a6f9e51a-2b35-416a-ae15-15e58d61f36d",
1509                         "modelVersionId": "a27f5cfc-7f12-4f99-af08-0af9c3885c87",
1510                         "modelName": "VfVgeraldine..base_vflorence..module-0",
1511                         "modelVersion": "2",
1512                         "modelCustomizationId": "f8c040f1-7e51-4a11-aca8-acf256cfd861",
1513                         "modelCustomizationName": "VfVgeraldine..base_vflorence..module-0"
1514                       },
1515                       "instanceParams": [{}],
1516                       "trackById": "wmtm6sy2uj"
1517                     }
1518                   }
1519                 },
1520                 "isMissingData": true,
1521                 "originalName": "VF_vGeraldine 0",
1522                 "vnfStoreKey": "VF_vGeraldine 0",
1523                 "trackById": "p3wk448m5do",
1524                 "uuid": "d6557200-ecf2-4641-8094-5393ae3aae60",
1525                 "productFamilyId": "36b4733a-53f4-4cc8-8ff0-9172e5fc4b8e",
1526                 "lcpCloudRegionId": null,
1527                 "tenantId": null,
1528                 "lineOfBusiness": null,
1529                 "platformName": null,
1530                 "modelInfo": {
1531                   "modelType": "VF",
1532                   "modelInvariantId": "4160458e-f648-4b30-a176-43881ffffe9e",
1533                   "modelVersionId": "6e59c5de-f052-46fa-aa7e-2fca9d674c44",
1534                   "modelName": "VF_vGeraldine",
1535                   "modelVersion": "2.0",
1536                   "modelCustomizationName": "VF_vGeraldine 0"
1537                 }
1538               }
1539             },
1540             "networks": {},
1541             "instanceParams": [{}],
1542             "validationCounter": 1,
1543             "existingNames": {},
1544             "existingVNFCounterMap": {"d6557200-ecf2-4641-8094-5393ae3aae60": 1},
1545             "globalSubscriberId": "e433710f-9217-458d-a79d-1c7aff376d89",
1546             "subscriptionServiceType": "TYLER SILVIA",
1547             "owningEntityId": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc",
1548             "productFamilyId": "36b4733a-53f4-4cc8-8ff0-9172e5fc4b8e",
1549             "lcpCloudRegionId": "hvf6",
1550             "tenantId": "229bcdc6eaeb4ca59d55221141d01f8e",
1551             "aicZoneId": "JAG1",
1552             "projectName": "x1",
1553             "rollbackOnFailure": "true",
1554             "bulkSize": 1,
1555             "modelInfo": {
1556               "modelInvariantId": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
1557               "modelVersionId": "6e59c5de-f052-46fa-aa7e-2fca9d674c44",
1558               "modelName": "ComplexService",
1559               "modelVersion": "1.0",
1560               "uuid": "6e59c5de-f052-46fa-aa7e-2fca9d674c44"
1561             },
1562             "isALaCarte": false,
1563             "name": "ComplexService",
1564             "version": "1.0",
1565             "description": "ComplexService",
1566             "category": "Emanuel",
1567             "uuid": "6e59c5de-f052-46fa-aa7e-2fca9d674c44",
1568             "invariantUuid": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
1569             "serviceType": "",
1570             "serviceRole": "",
1571             "isMultiStepDesign": false
1572           },
1573           "6b528779-44a3-4472-bdff-9cd15ec93450": {
1574             "networks": {
1575               "ExtVL 0": {
1576                 "rollbackOnFailure": "true",
1577                 "isMissingData": false,
1578                 "originalName": "ExtVL 0",
1579                 "networkStoreKey": "ExtVL 0",
1580                 "trackById": "sf3zth68xjf",
1581                 "productFamilyId": "ebc3bc3d-62fd-4a3f-a037-f619df4ff034",
1582                 "lcpCloudRegionId": "hvf6",
1583                 "tenantId": "229bcdc6eaeb4ca59d55221141d01f8e",
1584                 "platformName": "xxx1",
1585                 "lineOfBusiness": "ONAP",
1586                 "instanceParams": [{}],
1587                 "modelInfo": {
1588                   "modelInvariantId": "379f816b-a7aa-422f-be30-17114ff50b7c",
1589                   "modelVersionId": "ddc3f20c-08b5-40fd-af72-c6d14636b986",
1590                   "modelName": "ExtVL",
1591                   "modelVersion": "37.0",
1592                   "modelCustomizationId": "94fdd893-4a36-4d70-b16a-ec29c54c184f",
1593                   "modelCustomizationName": "ExtVL 0",
1594                   "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1595                 },
1596                 "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1597               },
1598               "ExtVL 0:0001": {
1599                 "rollbackOnFailure": "true",
1600                 "isMissingData": false,
1601                 "originalName": "ExtVL 0",
1602                 "networkStoreKey": "ExtVL 0",
1603                 "trackById": "2mdxioxca9h",
1604                 "productFamilyId": "ebc3bc3d-62fd-4a3f-a037-f619df4ff034",
1605                 "lcpCloudRegionId": "hvf6",
1606                 "tenantId": "229bcdc6eaeb4ca59d55221141d01f8e",
1607                 "platformName": "xxx1",
1608                 "lineOfBusiness": "ONAP",
1609                 "instanceParams": [{}],
1610                 "modelInfo": {
1611                   "modelInvariantId": "379f816b-a7aa-422f-be30-17114ff50b7c",
1612                   "modelVersionId": "ddc3f20c-08b5-40fd-af72-c6d14636b986",
1613                   "modelName": "ExtVL",
1614                   "modelVersion": "37.0",
1615                   "modelCustomizationId": "94fdd893-4a36-4d70-b16a-ec29c54c184f",
1616                   "modelCustomizationName": "ExtVL 0",
1617                   "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1618                 },
1619                 "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1620               },
1621               "ExtVL 0_1": {
1622                 "rollbackOnFailure": "true",
1623                 "isMissingData": false,
1624                 "originalName": "ExtVL 0",
1625                 "networkStoreKey": "ExtVL 0_1",
1626                 "trackById": "z7vd1gmpbs",
1627                 "instanceName": "ExtVL",
1628                 "productFamilyId": "17cc1042-527b-11e6-beb8-9e71128cae77",
1629                 "lcpCloudRegionId": "hvf6",
1630                 "tenantId": "229bcdc6eaeb4ca59d55221141d01f8e",
1631                 "platformName": "xxx1",
1632                 "lineOfBusiness": "zzz1",
1633                 "instanceParams": [{
1634                   "vnf_config_template_version": "17.2",
1635                   "bandwidth_units": "Gbps",
1636                   "bandwidth": "10",
1637                   "AIC_CLLI": "ATLMY8GA",
1638                   "ASN": "AV_vPE",
1639                   "vnf_instance_name": "yoav"
1640                 }],
1641                 "modelInfo": {
1642                   "modelInvariantId": "379f816b-a7aa-422f-be30-17114ff50b7c",
1643                   "modelVersionId": "ddc3f20c-08b5-40fd-af72-c6d14636b986",
1644                   "modelName": "ExtVL",
1645                   "modelVersion": "37.0",
1646                   "modelCustomizationId": "94fdd893-4a36-4d70-b16a-ec29c54c184f",
1647                   "modelCustomizationName": "ExtVL 0",
1648                   "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1649                 },
1650                 "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1651               }
1652             },
1653             "vnfs": {
1654               "2017-488_PASQUALE-vPE 0": {
1655                 "rollbackOnFailure": "true",
1656                 "vfModules": {
1657                   "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_vRE_BV..module-1": {
1658                     "2017488_pasqualevpe0..2017488PasqualeVpe..PASQUALE_vRE_BV..module-1sgoqi": {
1659                       "instanceName": "yoav",
1660                       "volumeGroupName": "123",
1661                       "modelInfo": {
1662                         "modelInvariantId": "7253ff5c-97f0-4b8b-937c-77aeb4d79aa1",
1663                         "modelVersionId": "25284168-24bb-4698-8cb4-3f509146eca5",
1664                         "modelName": "2017488PasqualeVpe..PASQUALE_vRE_BV..module-1",
1665                         "modelVersion": "6",
1666                         "modelCustomizationId": "f7e7c365-60cf-49a9-9ebf-a1aa11b9d401",
1667                         "modelCustomizationName": "2017488PasqualeVpe..PASQUALE_vRE_BV..module-1",
1668                         "uuid": "25284168-24bb-4698-8cb4-3f509146eca5"
1669                       },
1670                       "uuid": "25284168-24bb-4698-8cb4-3f509146eca5",
1671                       "isMissingData": false,
1672                       "instanceParams": [{
1673                         "pasqualevpe0_bandwidth": "10",
1674                         "2017488_pasqualevpe0_vnf_instance_name": "mtnj309me6",
1675                         "2017488_pasqualevpe0_vnf_config_template_version": "17.2",
1676                         "2017488_pasqualevpe0_AIC_CLLI": "ATLMY8GA",
1677                         "pasqualevpe0_bandwidth_units": "Gbps"
1678                       }]
1679                     }
1680                   }
1681                 },
1682                 "isMissingData": false,
1683                 "originalName": "2017-488_PASQUALE-vPE 0",
1684                 "vnfStoreKey": "2017-488_PASQUALE-vPE 0",
1685                 "trackById": "o65b26t2thj",
1686                 "instanceName": "2017488_PASQUALEvPE",
1687                 "productFamilyId": "ebc3bc3d-62fd-4a3f-a037-f619df4ff034",
1688                 "lcpCloudRegionId": "hvf6",
1689                 "tenantId": "bae71557c5bb4d5aac6743a4e5f1d054",
1690                 "platformName": "platform",
1691                 "lineOfBusiness": "ONAP",
1692                 "instanceParams": [{}],
1693                 "modelInfo": {
1694                   "modelInvariantId": "72e465fe-71b1-4e7b-b5ed-9496118ff7a8",
1695                   "modelVersionId": "69e09f68-8b63-4cc9-b9ff-860960b5db09",
1696                   "modelName": "2017-488_PASQUALE-vPE",
1697                   "modelVersion": "5.0",
1698                   "modelCustomizationId": "1da7b585-5e61-4993-b95e-8e6606c81e45",
1699                   "modelCustomizationName": "2017-488_PASQUALE-vPE 0",
1700                   "uuid": "69e09f68-8b63-4cc9-b9ff-860960b5db09"
1701                 },
1702                 "uuid": "69e09f68-8b63-4cc9-b9ff-860960b5db09"
1703               }
1704             },
1705             "instanceParams": [{"2017488_pasqualevpe0_ASN": "AV_vPE"}],
1706             "validationCounter": 0,
1707             "existingNames": {"123": "", "instancename": "", "yoav": "", "extvl": ""},
1708             "existingVNFCounterMap": {"69e09f68-8b63-4cc9-b9ff-860960b5db09": 1},
1709             "existingNetworksCounterMap": {"ddc3f20c-08b5-40fd-af72-c6d14636b986": 3},
1710             "instanceName": "InstanceName",
1711             "globalSubscriberId": "e433710f-9217-458d-a79d-1c7aff376d89",
1712             "subscriptionServiceType": "TYLER SILVIA",
1713             "owningEntityId": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc",
1714             "productFamilyId": "17cc1042-527b-11e6-beb8-9e71128cae77",
1715             "lcpCloudRegionId": "AAIAIC25",
1716             "tenantId": "092eb9e8e4b7412e8787dd091bc58e86",
1717             "aicZoneId": "JAG1",
1718             "projectName": null,
1719             "rollbackOnFailure": "true",
1720             "aicZoneName": "YUDFJULP-JAG1",
1721             "owningEntityName": "WayneHolland",
1722             "testApi": "GR_API",
1723             "tenantName": "USP-SIP-IC-24335-T-01",
1724             "bulkSize": 1,
1725             "modelInfo": {
1726               "modelInvariantId": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
1727               "modelVersionId": "6b528779-44a3-4472-bdff-9cd15ec93450",
1728               "modelName": "action-data",
1729               "modelVersion": "1.0",
1730               "uuid": "6b528779-44a3-4472-bdff-9cd15ec93450"
1731             },
1732             "isALaCarte": false,
1733             "name": "action-data",
1734             "version": "1.0",
1735             "description": "",
1736             "category": "",
1737             "uuid": "6b528779-44a3-4472-bdff-9cd15ec93450",
1738             "invariantUuid": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
1739             "serviceType": "",
1740             "serviceRole": "",
1741             "isMultiStepDesign": false
1742           }
1743         },
1744         "lcpRegionsAndTenants": {
1745           "lcpRegionList": [{
1746             "id": "AAIAIC25",
1747             "name": "AAIAIC25",
1748             "isPermitted": true
1749           }, {"id": "hvf6", "name": "hvf6", "isPermitted": true}],
1750           "lcpRegionsTenantsMap": {
1751             "AAIAIC25": [{
1752               "id": "092eb9e8e4b7412e8787dd091bc58e86",
1753               "name": "USP-SIP-IC-24335-T-01",
1754               "isPermitted": true
1755             }],
1756             "hvf6": [{
1757               "id": "bae71557c5bb4d5aac6743a4e5f1d054",
1758               "name": "AIN Web Tool-15-D-testalexandria",
1759               "isPermitted": true
1760             }, {
1761               "id": "d0a3e3f2964542259d155a81c41aadc3",
1762               "name": "test-hvf6-09",
1763               "isPermitted": true
1764             }, {
1765               "id": "fa45ca53c80b492fa8be5477cd84fc2b",
1766               "name": "ro-T112",
1767               "isPermitted": true
1768             }, {
1769               "id": "4914ab0ab3a743e58f0eefdacc1dde77",
1770               "name": "DN5242-Nov21-T1",
1771               "isPermitted": true
1772             }, {
1773               "id": "d0a3e3f2964542259d155a81c41aadc3",
1774               "name": "test-hvf6-09",
1775               "isPermitted": true
1776             }, {"id": "cbb99fe4ada84631b7baf046b6fd2044", "name": "DN5242-Nov16-T3", "isPermitted": true}]
1777           }
1778         },
1779         "productFamilies": [{
1780           "id": "ebc3bc3d-62fd-4a3f-a037-f619df4ff034",
1781           "name": "ERICA",
1782           "isPermitted": true
1783         }, {
1784           "id": "17cc1042-527b-11e6-beb8-9e71128cae77",
1785           "name": "IGNACIO",
1786           "isPermitted": true
1787         }, {
1788           "id": "36b4733a-53f4-4cc8-8ff0-9172e5fc4b8e",
1789           "name": "Christie",
1790           "isPermitted": true
1791         }, {
1792           "id": "a4f6f2ae-9bf5-4ed7-b904-06b2099c4bd7",
1793           "name": "Enhanced Services",
1794           "isPermitted": true
1795         }, {"id": "vTerrance", "name": "vTerrance", "isPermitted": true}, {
1796           "id": "323d69d9-2efe-4r45-ay0a-89ea7ard4e6f",
1797           "name": "vEsmeralda",
1798           "isPermitted": true
1799         }, {
1800           "id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
1801           "name": "Emanuel",
1802           "isPermitted": true
1803         }, {
1804           "id": "d8a6ed93-251c-47ca-adc9-86671fd19f4c",
1805           "name": "BVOIP",
1806           "isPermitted": true
1807         }, {"id": "db171b8f-115c-4992-a2e3-ee04cae357e0", "name": "LINDSEY", "isPermitted": true}, {
1808           "id": "LRSI-OSPF",
1809           "name": "LRSI-OSPF",
1810           "isPermitted": true
1811         }, {"id": "vRosemarie", "name": "HNGATEWAY", "isPermitted": true}, {
1812           "id": "vHNPaas",
1813           "name": "WILKINS",
1814           "isPermitted": true
1815         }, {
1816           "id": "e433710f-9217-458d-a79d-1c7aff376d89",
1817           "name": "TYLER SILVIA",
1818           "isPermitted": true
1819         }, {"id": "b6a3f28c-eebf-494c-a900-055cc7c874ce", "name": "VROUTER", "isPermitted": true}, {
1820           "id": "vMuriel",
1821           "name": "vMuriel",
1822           "isPermitted": true
1823         }, {
1824           "id": "0ee8c1bc-7cbd-4b0a-a1ac-e9999255abc1",
1825           "name": "CARA Griffin",
1826           "isPermitted": true
1827         }, {
1828           "id": "c7611ebe-c324-48f1-8085-94aef0c6ef3d",
1829           "name": "DARREN MCGEE",
1830           "isPermitted": true
1831         }, {"id": "e30755dc-5673-4b6b-9dcf-9abdd96b93d1", "name": "Transport", "isPermitted": true}, {
1832           "id": "vSalvatore",
1833           "name": "vSalvatore",
1834           "isPermitted": true
1835         }, {"id": "d7bb0a21-66f2-4e6d-87d9-9ef3ced63ae4", "name": "JOSEFINA", "isPermitted": true}, {
1836           "id": "vHubbard",
1837           "name": "vHubbard",
1838           "isPermitted": true
1839         }, {"id": "12a96a9d-4b4c-4349-a950-fe1159602621", "name": "DARREN MCGEE", "isPermitted": true}],
1840         "serviceTypes": {
1841           "e433710f-9217-458d-a79d-1c7aff376d89": [{
1842             "id": "0",
1843             "name": "vRichardson",
1844             "isPermitted": false
1845           }, {"id": "1", "name": "TYLER SILVIA", "isPermitted": true}, {
1846             "id": "2",
1847             "name": "Emanuel",
1848             "isPermitted": false
1849           }, {"id": "3", "name": "vJamie", "isPermitted": false}, {
1850             "id": "4",
1851             "name": "vVoiceMail",
1852             "isPermitted": false
1853           }, {"id": "5", "name": "Kennedy", "isPermitted": false}, {
1854             "id": "6",
1855             "name": "vPorfirio",
1856             "isPermitted": false
1857           }, {"id": "7", "name": "vVM", "isPermitted": false}, {
1858             "id": "8",
1859             "name": "vOTA",
1860             "isPermitted": false
1861           }, {"id": "9", "name": "vFLORENCE", "isPermitted": false}, {
1862             "id": "10",
1863             "name": "vMNS",
1864             "isPermitted": false
1865           }, {"id": "11", "name": "vEsmeralda", "isPermitted": false}, {
1866             "id": "12",
1867             "name": "VPMS",
1868             "isPermitted": false
1869           }, {"id": "13", "name": "vWINIFRED", "isPermitted": false}, {
1870             "id": "14",
1871             "name": "SSD",
1872             "isPermitted": false
1873           }, {"id": "15", "name": "vMOG", "isPermitted": false}, {
1874             "id": "16",
1875             "name": "LINDSEY",
1876             "isPermitted": false
1877           }, {"id": "17", "name": "JOHANNA_SANTOS", "isPermitted": false}, {
1878             "id": "18",
1879             "name": "vCarroll",
1880             "isPermitted": false
1881           }]
1882         },
1883         "aicZones": [
1884           {
1885             "id": "NFT1",
1886             "name": "NFTJSSSS-NFT1"
1887           },
1888           {
1889             "id": "JAG1",
1890             "name": "YUDFJULP-JAG1"
1891           },
1892           {
1893             "id": "YYY1",
1894             "name": "UUUAIAAI-YYY1"
1895           },
1896           {
1897             "id": "AVT1",
1898             "name": "AVTRFLHD-AVT1"
1899           },
1900           {
1901             "id": "ATL34",
1902             "name": "ATLSANAI-ATL34"
1903           }
1904         ],
1905         "categoryParameters": {
1906           "owningEntityList": [{
1907             "id": "aaa1",
1908             "name": "aaa1"
1909           }, {"id": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc", "name": "WayneHolland"}, {
1910             "id": "Melissa",
1911             "name": "Melissa"
1912           }],
1913           "projectList": [{"id": "WATKINS", "name": "WATKINS"}, {"id": "x1", "name": "x1"}, {"id": "yyy1", "name": "yyy1"}],
1914           "lineOfBusinessList": [{"id": "ONAP", "name": "ONAP"}, {"id": "zzz1", "name": "zzz1"}],
1915           "platformList": [{"id": "platform", "name": "platform"}, {"id": "xxx1", "name": "xxx1"}]
1916         },
1917         "type": "[LCP_REGIONS_AND_TENANTS] Update",
1918         "subscribers": [{
1919           "id": "CAR_2020_ER",
1920           "name": "CAR_2020_ER",
1921           "isPermitted": true
1922         }, {
1923           "id": "21014aa2-526b-11e6-beb8-9e71128cae77",
1924           "name": "JULIO ERICKSON",
1925           "isPermitted": false
1926         }, {
1927           "id": "DHV1707-TestSubscriber-2",
1928           "name": "DALE BRIDGES",
1929           "isPermitted": false
1930         }, {"id": "DHV1707-TestSubscriber-1", "name": "LLOYD BRIDGES", "isPermitted": false}, {
1931           "id": "jimmy-example",
1932           "name": "JimmyExampleCust-20161102",
1933           "isPermitted": false
1934         }, {
1935           "id": "jimmy-example2",
1936           "name": "JimmyExampleCust-20161103",
1937           "isPermitted": false
1938         }, {
1939           "id": "ERICA5779-TestSub-PWT-102",
1940           "name": "ERICA5779-TestSub-PWT-102",
1941           "isPermitted": false
1942         }, {
1943           "id": "ERICA5779-TestSub-PWT-101",
1944           "name": "ERICA5779-TestSub-PWT-101",
1945           "isPermitted": false
1946         }, {
1947           "id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
1948           "name": "Emanuel",
1949           "isPermitted": false
1950         }, {
1951           "id": "ERICA5779-Subscriber-4",
1952           "name": "ERICA5779-Subscriber-5",
1953           "isPermitted": false
1954         }, {
1955           "id": "ERICA5779-TestSub-PWT-103",
1956           "name": "ERICA5779-TestSub-PWT-103",
1957           "isPermitted": false
1958         }, {
1959           "id": "ERICA5779-Subscriber-2",
1960           "name": "ERICA5779-Subscriber-2",
1961           "isPermitted": false
1962         }, {
1963           "id": "e433710f-9217-458d-a79d-1c7aff376d89",
1964           "name": "SILVIA ROBBINS",
1965           "isPermitted": true
1966         }, {
1967           "id": "ERICA5779-Subscriber-3",
1968           "name": "ERICA5779-Subscriber-3",
1969           "isPermitted": false
1970         }, {"id": "31739f3e-526b-11e6-beb8-9e71128cae77", "name": "CRAIG/ROBERTS", "isPermitted": false}]
1971       }
1972     };
1973   }
1974 }
1975
1976 class MockFeatureFlagsService {}
1977
1978 describe('Network popup service', () => {
1979   let injector;
1980   let service: NetworkPopupService;
1981   let genericFormService: GenericFormService
1982   let defaultDataGeneratorService: DefaultDataGeneratorService;
1983   let fb: FormBuilder;
1984   let iframeService: IframeService;
1985
1986
1987   beforeAll(done => (async () => {
1988     TestBed.configureTestingModule({
1989       providers : [
1990         NetworkPopupService,
1991         BasicControlGenerator,
1992         NetworkControlGenerator,
1993         DefaultDataGeneratorService,
1994         GenericFormService,
1995         FormBuilder,
1996         IframeService,
1997         AaiService,
1998         LogService,
1999         BasicPopupService,
2000         {provide:FeatureFlagsService, useClass: MockFeatureFlagsService},
2001         {provide: NgRedux, useClass: MockReduxStore},
2002         {provide: HttpClient, useClass: MockAppStore},
2003         {provide: SdcUiServices.ModalService, useClass: MockModalService}
2004       ]
2005     });
2006     await TestBed.compileComponents();
2007
2008     injector = getTestBed();
2009     service = injector.get(NetworkPopupService);
2010     genericFormService = injector.get(GenericFormService);
2011     defaultDataGeneratorService = injector.get(DefaultDataGeneratorService);
2012     fb = injector.get(FormBuilder);
2013     iframeService = injector.get(IframeService);
2014
2015   })().then(done).catch(done.fail));
2016
2017   test('getTitle should return the correct title for edit and create mode', () => {
2018     expect(service.getTitle(true)).toBe('Edit Network');
2019     expect(service.getTitle(false)).toBe('Set new Network');
2020   });
2021
2022   test('getSubLeftTitle should return network model name', () => {
2023     service.uuidData = {
2024       'networkId': 'Model name'
2025     };
2026     expect(service.getSubLeftTitle()).toBe('Model name');
2027   });
2028
2029   test('getSubRightTitle should return popup type', () => {
2030     expect(service.getSubRightTitle()).toBe('Network Instance Details');
2031   });
2032
2033   test('getModelInformation should update modelInformations', () => {
2034     const serviceId: string = '6b528779-44a3-4472-bdff-9cd15ec93450';
2035     const networkModel: string = 'ExtVL 0';
2036
2037     service.getModelInformation(serviceId, networkModel);
2038     expect(service.modelInformations.length).toEqual(13);
2039     expect(service.modelInformations[0].label).toEqual("Subscriber Name");
2040     expect(service.modelInformations[0].values).toEqual(['SILVIA ROBBINS']);
2041
2042     expect(service.modelInformations[1].label).toEqual("Service Name");
2043     expect(service.modelInformations[1].values).toEqual(['action-data']);
2044
2045     expect(service.modelInformations[2].label).toEqual("Service Instance Name");
2046     expect(service.modelInformations[2].values).toEqual(['InstanceName']);
2047
2048     expect(service.modelInformations[3].label).toEqual("Model Name");
2049     expect(service.modelInformations[3].values).toEqual(['ExtVL']);
2050
2051     expect(service.modelInformations[4].label).toEqual("Model version");
2052     expect(service.modelInformations[4].values).toEqual(['37.0']);
2053
2054     expect(service.modelInformations[5].label).toEqual("Description");
2055     expect(service.modelInformations[5].values).toEqual(['ECOMP generic virtual link (network) base type for all other service-level and global networks']);
2056
2057     expect(service.modelInformations[6].label).toEqual("Category");
2058     expect(service.modelInformations[6].values).toEqual([undefined]);
2059
2060     expect(service.modelInformations[7].label).toEqual("Sub Category");
2061     expect(service.modelInformations[7].values).toEqual([undefined]);
2062
2063     expect(service.modelInformations[8].label).toEqual("UUID");
2064     expect(service.modelInformations[8].values).toEqual(['ddc3f20c-08b5-40fd-af72-c6d14636b986']);
2065
2066     expect(service.modelInformations[9].label).toEqual("Invariant UUID");
2067     expect(service.modelInformations[9].values).toEqual(['379f816b-a7aa-422f-be30-17114ff50b7c']);
2068
2069     expect(service.modelInformations[10].label).toEqual("Service type");
2070     expect(service.modelInformations[10].values).toEqual(['']);
2071
2072     expect(service.modelInformations[11].label).toEqual("Service role");
2073     expect(service.modelInformations[11].values).toEqual(['']);
2074
2075     expect(service.modelInformations[12].label).toEqual('Network roles');
2076     expect(service.modelInformations[12].values).toEqual( ['network role 1', ' network role 2']);
2077   });
2078
2079
2080   test('onCancel should trigger closeDialogEvent and iframe', () => {
2081     let that = <any>{
2082       parentElementClassName: 'content',
2083       _iframeService: iframeService
2084     };
2085     jest.spyOn(iframeService, 'removeClassCloseModal');
2086     jest.spyOn(service.closeDialogEvent, 'next');
2087
2088     service.onCancel(that, fb.group({}));
2089
2090     expect(that._iframeService.removeClassCloseModal).toHaveBeenCalledWith(that.parentElementClassName)
2091     expect(service.closeDialogEvent.next).toHaveBeenCalledWith(that);
2092   });
2093
2094   test('onSubmit should trigger onCancel', () => {
2095     let that = <any>{
2096       parentElementClassName: 'content',
2097       _iframeService: iframeService,
2098       storeNetwork: () => {
2099       },
2100       serviceModel: {
2101         uuid: 'someUUID'
2102       }
2103     };
2104     let form = fb.group({});
2105     jest.spyOn(service, 'onCancel');
2106     jest.spyOn(that, 'storeNetwork');
2107     jest.spyOn(window.parent, 'postMessage');
2108
2109     service.onSubmit(that, form);
2110
2111     expect(service.onCancel).toHaveBeenCalledWith(that, form);
2112     expect(that.storeNetwork).toHaveBeenCalledWith(that, form.value);
2113     expect(window.parent.postMessage).toHaveBeenCalledWith({
2114       eventId: 'submitIframe',
2115       data: {
2116         serviceModelId: 'someUUID'
2117       }
2118     }, "*");
2119   });
2120 });