30164b8b6b21e486e5e0b52348c2c2996003e786
[vid.git] /
1 import {NetworkPopupService} from "./network.popup.service";
2 import {LogService} from "../../../../utils/log/log.service";
3 import {SdcUiServices} from "onap-ui-angular";
4 import {ReflectiveInjector} from "@angular/core";
5 import {NgRedux} from "@angular-redux/store";
6 import {BasicControlGenerator} from "../../../genericForm/formControlsServices/basic.control.generator";
7 import {AaiService} from "../../../../services/aaiService/aai.service";
8 import {HttpClient} from "@angular/common/http";
9 import {NetworkControlGenerator} from "../../../genericForm/formControlsServices/networkGenerator/network.control.generator";
10 import {GenericFormService} from "../../../genericForm/generic-form.service";
11 import {FormBuilder} from "@angular/forms";
12 import {IframeService} from "../../../../utils/iframe.service";
13 import {DefaultDataGeneratorService} from "../../../../services/defaultDataServiceGenerator/default.data.generator.service";
14 import {BasicPopupService} from "../basic.popup.service";
15 import {FeatureFlagsService} from "../../../../services/featureFlag/feature-flags.service";
16 import {getTestBed, TestBed} from "@angular/core/testing";
17
18 class MockAppStore<T> {}
19
20 class MockModalService<T> {}
21
22 class MockReduxStore<T> {
23   getState() {
24     return {
25       "global": {
26         "name": null,
27         "flags": {
28           "FLAG_NETWORK_TO_ASYNC_INSTANTIATION": false,
29           "FLAG_SHOW_ASSIGNMENTS": true,
30           "FLAG_FABRIC_CONFIGURATION_ASSIGNMENTS": true,
31           "FLAG_UNASSIGN_SERVICE": true,
32           "FLAG_SHOW_VERIFY_SERVICE": false,
33           "FLAG_COLLECTION_RESOURCE_SUPPORT": true,
34           "FLAG_DUPLICATE_VNF": true,
35           "FLAG_SERVICE_MODEL_CACHE": true,
36           "FLAG_ADVANCED_PORTS_FILTER": true,
37           "CREATE_INSTANCE_TEST": false,
38           "FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARD": false,
39           "FLAG_REGION_ID_FROM_REMOTE": true,
40           "FLAG_ASYNC_INSTANTIATION": true,
41           "FLAG_ASYNC_JOBS": true,
42           "EMPTY_DRAWING_BOARD_TEST": false,
43           "FLAG_ADD_MSO_TESTAPI_FIELD": true
44         },
45         "type": "[FLAGS] Update"
46       },
47       "service": {
48         "serviceHierarchy": {
49           "6e59c5de-f052-46fa-aa7e-2fca9d674c44": {
50             "service": {
51               "uuid": "6e59c5de-f052-46fa-aa7e-2fca9d674c44",
52               "invariantUuid": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
53               "name": "ComplexService",
54               "version": "1.0",
55               "toscaModelURL": null,
56               "category": "Emanuel",
57               "serviceType": "",
58               "serviceRole": "",
59               "description": "ComplexService",
60               "serviceEcompNaming": "false",
61               "instantiationType": "Macro",
62               "inputs": {}
63             },
64             "vnfs": {
65               "VF_vMee 0": {
66                 "uuid": "d6557200-ecf2-4641-8094-5393ae3aae60",
67                 "invariantUuid": "4160458e-f648-4b30-a176-43881ffffe9e",
68                 "description": "VSP_vMee",
69                 "name": "VF_vMee",
70                 "version": "2.0",
71                 "customizationUuid": "91415b44-753d-494c-926a-456a9172bbb9",
72                 "inputs": {},
73                 "commands": {},
74                 "properties": {
75                   "max_instances": 10,
76                   "min_instances": 1,
77                   "gpb2_Internal2_mac": "00:11:22:EF:AC:DF",
78                   "sctp-b-ipv6-egress_src_start_port": "0",
79                   "sctp-a-ipv6-egress_rule_application": "any",
80                   "Internal2_allow_transit": "true",
81                   "sctp-b-IPv6_ethertype": "IPv6",
82                   "sctp-a-egress_rule_application": "any",
83                   "sctp-b-ingress_action": "pass",
84                   "sctp-b-ingress_rule_protocol": "icmp",
85                   "ncb2_Internal1_mac": "00:11:22:EF:AC:DF",
86                   "sctp-b-ipv6-ingress-src_start_port": "0.0",
87                   "ncb1_Internal2_mac": "00:11:22:EF:AC:DF",
88                   "fsb_volume_size_0": "320.0",
89                   "sctp-b-egress_src_addresses": "local",
90                   "sctp-a-ipv6-ingress_ethertype": "IPv4",
91                   "sctp-a-ipv6-ingress-dst_start_port": "0",
92                   "sctp-b-ipv6-ingress_rule_application": "any",
93                   "domain_name": "default-domain",
94                   "sctp-a-ingress_rule_protocol": "icmp",
95                   "sctp-b-egress-src_start_port": "0.0",
96                   "sctp-a-egress_src_addresses": "local",
97                   "sctp-b-display_name": "epc-sctp-b-ipv4v6-sec-group",
98                   "sctp-a-egress-src_start_port": "0.0",
99                   "sctp-a-ingress_ethertype": "IPv4",
100                   "sctp-b-ipv6-ingress-dst_end_port": "65535",
101                   "sctp-b-dst_subnet_prefix_v6": "::",
102                   "nf_naming": "{ecomp_generated_naming=true}",
103                   "sctp-a-ipv6-ingress_src_subnet_prefix": "0.0.0.0",
104                   "sctp-b-egress-dst_start_port": "0.0",
105                   "ncb_flavor_name": "nv.c20r64d1",
106                   "gpb1_Internal1_mac": "00:11:22:EF:AC:DF",
107                   "sctp-b-egress_dst_subnet_prefix_len": "0.0",
108                   "Internal2_net_cidr": "10.0.0.10",
109                   "sctp-a-ingress-dst_start_port": "0.0",
110                   "sctp-a-egress-dst_start_port": "0.0",
111                   "fsb1_Internal2_mac": "00:11:22:EF:AC:DF",
112                   "sctp-a-egress_ethertype": "IPv4",
113                   "vlc_st_service_mode": "in-network-nat",
114                   "sctp-a-ipv6-egress_ethertype": "IPv4",
115                   "sctp-a-egress-src_end_port": "65535.0",
116                   "sctp-b-ipv6-egress_rule_application": "any",
117                   "sctp-b-egress_action": "pass",
118                   "sctp-a-ingress-src_subnet_prefix_len": "0.0",
119                   "sctp-b-ipv6-ingress-src_end_port": "65535.0",
120                   "sctp-b-name": "epc-sctp-b-ipv4v6-sec-group",
121                   "fsb2_Internal1_mac": "00:11:22:EF:AC:DF",
122                   "sctp-a-ipv6-ingress-src_start_port": "0.0",
123                   "sctp-b-ipv6-egress_ethertype": "IPv4",
124                   "Internal1_net_cidr": "10.0.0.10",
125                   "sctp-a-egress_dst_subnet_prefix": "0.0.0.0",
126                   "fsb_flavor_name": "nv.c20r64d1",
127                   "sctp_rule_protocol": "132",
128                   "sctp-b-ipv6-ingress_src_subnet_prefix_len": "0",
129                   "sctp-a-ipv6-ingress_rule_application": "any",
130                   "ecomp_generated_naming": "false",
131                   "sctp-a-IPv6_ethertype": "IPv6",
132                   "vlc2_Internal1_mac": "00:11:22:EF:AC:DF",
133                   "vlc_st_virtualization_type": "virtual-machine",
134                   "sctp-b-ingress-dst_start_port": "0.0",
135                   "sctp-b-ingress-dst_end_port": "65535.0",
136                   "sctp-a-ipv6-ingress-src_end_port": "65535.0",
137                   "sctp-a-display_name": "epc-sctp-a-ipv4v6-sec-group",
138                   "sctp-b-ingress_rule_application": "any",
139                   "int2_sec_group_name": "int2-sec-group",
140                   "vlc_flavor_name": "nd.c16r64d1",
141                   "sctp-b-ipv6-egress_src_addresses": "local",
142                   "vlc_st_interface_type_int1": "other1",
143                   "sctp-b-egress-src_end_port": "65535.0",
144                   "sctp-a-ipv6-egress-dst_start_port": "0",
145                   "vlc_st_interface_type_int2": "other2",
146                   "sctp-a-ipv6-egress_rule_protocol": "any",
147                   "Internal2_shared": "false",
148                   "sctp-a-ipv6-egress_dst_subnet_prefix_len": "0",
149                   "Internal2_rpf": "disable",
150                   "vlc1_Internal1_mac": "00:11:22:EF:AC:DF",
151                   "sctp-b-ipv6-egress_src_end_port": "65535",
152                   "sctp-a-ipv6-egress_src_addresses": "local",
153                   "sctp-a-ingress-dst_end_port": "65535.0",
154                   "sctp-a-ipv6-egress_src_end_port": "65535",
155                   "Internal1_forwarding_mode": "l2",
156                   "Internal2_dhcp": "false",
157                   "sctp-a-dst_subnet_prefix_v6": "::",
158                   "pxe_image_name": "MME_PXE-Boot_16ACP04_GA.qcow2",
159                   "vlc_st_interface_type_gtp": "other0",
160                   "ncb1_Internal1_mac": "00:11:22:EF:AC:DF",
161                   "sctp-b-src_subnet_prefix_v6": "::",
162                   "sctp-a-egress_dst_subnet_prefix_len": "0.0",
163                   "int1_sec_group_name": "int1-sec-group",
164                   "Internal1_dhcp": "false",
165                   "sctp-a-ipv6-egress_dst_end_port": "65535",
166                   "Internal2_forwarding_mode": "l2",
167                   "fsb2_Internal2_mac": "00:11:22:EF:AC:DF",
168                   "sctp-b-egress_dst_subnet_prefix": "0.0.0.0",
169                   "Internal1_net_cidr_len": "17",
170                   "gpb2_Internal1_mac": "00:11:22:EF:AC:DF",
171                   "sctp-b-ingress-src_subnet_prefix_len": "0.0",
172                   "sctp-a-ingress_dst_addresses": "local",
173                   "sctp-a-egress_action": "pass",
174                   "fsb_volume_type_0": "SF-Default-SSD",
175                   "ncb2_Internal2_mac": "00:11:22:EF:AC:DF",
176                   "vlc_st_interface_type_sctp_a": "left",
177                   "vlc_st_interface_type_sctp_b": "right",
178                   "sctp-a-src_subnet_prefix_v6": "::",
179                   "vlc_st_version": "2",
180                   "sctp-b-egress_ethertype": "IPv4",
181                   "sctp-a-ingress_rule_application": "any",
182                   "gpb1_Internal2_mac": "00:11:22:EF:AC:DF",
183                   "instance_ip_family_v6": "v6",
184                   "sctp-a-ipv6-egress_src_start_port": "0",
185                   "sctp-b-ingress-src_start_port": "0.0",
186                   "sctp-b-ingress_dst_addresses": "local",
187                   "fsb1_Internal1_mac": "00:11:22:EF:AC:DF",
188                   "vlc_st_interface_type_oam": "management",
189                   "multi_stage_design": "true",
190                   "oam_sec_group_name": "oam-sec-group",
191                   "Internal2_net_gateway": "10.0.0.10",
192                   "sctp-a-ipv6-ingress-dst_end_port": "65535",
193                   "sctp-b-ipv6-egress-dst_start_port": "0",
194                   "Internal1_net_gateway": "10.0.0.10",
195                   "sctp-b-ipv6-egress_rule_protocol": "any",
196                   "gtp_sec_group_name": "gtp-sec-group",
197                   "sctp-a-ipv6-egress_dst_subnet_prefix": "0.0.0.0",
198                   "sctp-b-ipv6-egress_dst_subnet_prefix_len": "0",
199                   "sctp-a-ipv6-ingress_dst_addresses": "local",
200                   "sctp-a-egress_rule_protocol": "icmp",
201                   "sctp-b-ipv6-egress_action": "pass",
202                   "sctp-a-ipv6-egress_action": "pass",
203                   "Internal1_shared": "false",
204                   "sctp-b-ipv6-ingress_rule_protocol": "any",
205                   "Internal2_net_cidr_len": "17",
206                   "sctp-a-name": "epc-sctp-a-ipv4v6-sec-group",
207                   "sctp-a-ingress-src_end_port": "65535.0",
208                   "sctp-b-ipv6-ingress_src_subnet_prefix": "0.0.0.0",
209                   "sctp-a-egress-dst_end_port": "65535.0",
210                   "sctp-a-ingress_action": "pass",
211                   "sctp-b-egress_rule_protocol": "icmp",
212                   "sctp-b-ipv6-ingress_action": "pass",
213                   "vlc_st_service_type": "firewall",
214                   "sctp-b-ipv6-egress_dst_end_port": "65535",
215                   "sctp-b-ipv6-ingress-dst_start_port": "0",
216                   "vlc2_Internal2_mac": "00:11:22:EF:AC:DF",
217                   "vlc_st_availability_zone": "true",
218                   "fsb_volume_image_name_1": "MME_FSB2_16ACP04_GA.qcow2",
219                   "sctp-b-ingress-src_subnet_prefix": "0.0.0.0",
220                   "sctp-a-ipv6-ingress_src_subnet_prefix_len": "0",
221                   "Internal1_allow_transit": "true",
222                   "gpb_flavor_name": "nv.c20r64d1",
223                   "availability_zone_max_count": "1",
224                   "fsb_volume_image_name_0": "MME_FSB1_16ACP04_GA.qcow2",
225                   "sctp-b-ipv6-ingress_dst_addresses": "local",
226                   "sctp-b-ipv6-egress_dst_subnet_prefix": "0.0.0.0",
227                   "sctp-b-ipv6-ingress_ethertype": "IPv4",
228                   "vlc1_Internal2_mac": "00:11:22:EF:AC:DF",
229                   "sctp-a-ingress-src_subnet_prefix": "0.0.0.0",
230                   "sctp-a-ipv6-ingress_action": "pass",
231                   "Internal1_rpf": "disable",
232                   "sctp-b-ingress_ethertype": "IPv4",
233                   "sctp-b-egress_rule_application": "any",
234                   "sctp-b-ingress-src_end_port": "65535.0",
235                   "sctp-a-ipv6-ingress_rule_protocol": "any",
236                   "sctp-a-ingress-src_start_port": "0.0",
237                   "sctp-b-egress-dst_end_port": "65535.0"
238                 },
239                 "type": "VF",
240                 "modelCustomizationName": "VF_vMee 0",
241                 "vfModules": {
242                   "vf_vmee0..VfVmee..vmme_vlc..module-1": {
243                     "uuid": "522159d5-d6e0-4c2a-aa44-5a542a12a830",
244                     "invariantUuid": "98a7c88b-b577-476a-90e4-e25a5871e02b",
245                     "customizationUuid": "55b1be94-671a-403e-a26c-667e9c47d091",
246                     "description": null,
247                     "name": "VfVmee..vmme_vlc..module-1",
248                     "version": "2",
249                     "modelCustomizationName": "VfVmee..vmme_vlc..module-1",
250                     "properties": {
251                       "minCountInstances": 0,
252                       "maxCountInstances": null,
253                       "initialCount": 0,
254                       "vfModuleLabel": "vmme_vlc"
255                     },
256                     "inputs": {},
257                     "volumeGroupAllowed": true
258                   },
259                   "vf_vmee0..VfVmee..vmme_gpb..module-2": {
260                     "uuid": "41708296-e443-4c71-953f-d9a010f059e1",
261                     "invariantUuid": "1cca90b8-3490-495e-87da-3f3e4c57d5b9",
262                     "customizationUuid": "6add59e0-7fe1-4bc4-af48-f8812422ae7c",
263                     "description": null,
264                     "name": "VfVmee..vmme_gpb..module-2",
265                     "version": "2",
266                     "modelCustomizationName": "VfVmee..vmme_gpb..module-2",
267                     "properties": {
268                       "minCountInstances": 0,
269                       "maxCountInstances": null,
270                       "initialCount": 0,
271                       "vfModuleLabel": "vmme_gpb"
272                     },
273                     "inputs": {},
274                     "volumeGroupAllowed": false
275                   },
276                   "vf_vmee0..VfVmee..base_vmme..module-0": {
277                     "uuid": "a27f5cfc-7f12-4f99-af08-0af9c3885c87",
278                     "invariantUuid": "a6f9e51a-2b35-416a-ae15-15e58d61f36d",
279                     "customizationUuid": "f8c040f1-7e51-4a11-aca8-acf256cfd861",
280                     "description": null,
281                     "name": "VfVmee..base_vmme..module-0",
282                     "version": "2",
283                     "modelCustomizationName": "VfVmee..base_vmme..module-0",
284                     "properties": {
285                       "minCountInstances": 1,
286                       "maxCountInstances": 1,
287                       "initialCount": 1,
288                       "vfModuleLabel": "base_vmme"
289                     },
290                     "inputs": {},
291                     "volumeGroupAllowed": true
292                   }
293                 },
294                 "volumeGroups": {
295                   "vf_vmee0..VfVmee..base_vmme..module-0": {
296                     "uuid": "a27f5cfc-7f12-4f99-af08-0af9c3885c87",
297                     "invariantUuid": "a6f9e51a-2b35-416a-ae15-15e58d61f36d",
298                     "customizationUuid": "f8c040f1-7e51-4a11-aca8-acf256cfd861",
299                     "description": null,
300                     "name": "VfVmee..base_vmme..module-0",
301                     "version": "2",
302                     "modelCustomizationName": "VfVmee..base_vmme..module-0",
303                     "properties": {
304                       "minCountInstances": 1,
305                       "maxCountInstances": 1,
306                       "initialCount": 1,
307                       "vfModuleLabel": "base_vmme"
308                     },
309                     "inputs": {}
310                   }
311                 },
312                 "vfcInstanceGroups": {}
313               }
314             },
315             "networks": {
316               "ExtVL 0": {
317                 "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986",
318                 "invariantUuid": "379f816b-a7aa-422f-be30-17114ff50b7c",
319                 "description": "ECOMP generic virtual link (network) base type for all other service-level and global networks",
320                 "name": "ExtVL",
321                 "version": "37.0",
322                 "customizationUuid": "94fdd893-4a36-4d70-b16a-ec29c54c184f",
323                 "inputs": {},
324                 "commands": {},
325                 "properties": {
326                   "netowrk_role": "role 1, role 2, role 3",
327                   "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}}",
328                   "exVL_naming": "{ecomp_generated_naming=true}",
329                   "network_flows": "{is_network_policy=false, is_bound_to_vpn=false}",
330                   "network_homing": "{ecomp_selected_instance_node_target=false}"
331                 },
332                 "type": "VL",
333                 "modelCustomizationName": "ExtVL 0"
334               }
335             },
336             "collectionResource": {},
337             "configurations": {
338               "Port Mirroring Configuration By Policy 0": {
339                 "uuid": "b4398538-e89d-4f13-b33d-ca323434ba50",
340                 "invariantUuid": "6ef0ca40-f366-4897-951f-abd65d25f6f7",
341                 "description": "A port mirroring configuration by policy object",
342                 "name": "Port Mirroring Configuration By Policy",
343                 "version": "27.0",
344                 "customizationUuid": "3c3b7b8d-8669-4b3b-8664-61970041fad2",
345                 "inputs": {},
346                 "commands": {},
347                 "properties": {},
348                 "type": "Configuration",
349                 "modelCustomizationName": "Port Mirroring Configuration By Policy 0",
350                 "sourceNodes": [],
351                 "collectorNodes": null,
352                 "configurationByPolicy": false
353               }
354             },
355             "serviceProxies": {},
356             "vfModules": {
357               "vf_vmee0..VfVmee..vmme_vlc..module-1": {
358                 "uuid": "522159d5-d6e0-4c2a-aa44-5a542a12a830",
359                 "invariantUuid": "98a7c88b-b577-476a-90e4-e25a5871e02b",
360                 "customizationUuid": "55b1be94-671a-403e-a26c-667e9c47d091",
361                 "description": null,
362                 "name": "VfVmee..vmme_vlc..module-1",
363                 "version": "2",
364                 "modelCustomizationName": "VfVmee..vmme_vlc..module-1",
365                 "properties": {
366                   "minCountInstances": 0,
367                   "maxCountInstances": null,
368                   "initialCount": 0,
369                   "vfModuleLabel": "vmme_vlc"
370                 },
371                 "inputs": {},
372                 "volumeGroupAllowed": true
373               },
374               "vf_vmee0..VfVmee..vmme_gpb..module-2": {
375                 "uuid": "41708296-e443-4c71-953f-d9a010f059e1",
376                 "invariantUuid": "1cca90b8-3490-495e-87da-3f3e4c57d5b9",
377                 "customizationUuid": "6add59e0-7fe1-4bc4-af48-f8812422ae7c",
378                 "description": null,
379                 "name": "VfVmee..vmme_gpb..module-2",
380                 "version": "2",
381                 "modelCustomizationName": "VfVmee..vmme_gpb..module-2",
382                 "properties": {
383                   "minCountInstances": 0,
384                   "maxCountInstances": null,
385                   "initialCount": 0,
386                   "vfModuleLabel": "vmme_gpb"
387                 },
388                 "inputs": {},
389                 "volumeGroupAllowed": false
390               },
391               "vf_vmee0..VfVmee..base_vmme..module-0": {
392                 "uuid": "a27f5cfc-7f12-4f99-af08-0af9c3885c87",
393                 "invariantUuid": "a6f9e51a-2b35-416a-ae15-15e58d61f36d",
394                 "customizationUuid": "f8c040f1-7e51-4a11-aca8-acf256cfd861",
395                 "description": null,
396                 "name": "VfVmee..base_vmme..module-0",
397                 "version": "2",
398                 "modelCustomizationName": "VfVmee..base_vmme..module-0",
399                 "properties": {
400                   "minCountInstances": 1,
401                   "maxCountInstances": 1,
402                   "initialCount": 1,
403                   "vfModuleLabel": "base_vmme"
404                 },
405                 "inputs": {},
406                 "volumeGroupAllowed": true
407               }
408             },
409             "volumeGroups": {
410               "vf_vmee0..VfVmee..base_vmme..module-0": {
411                 "uuid": "a27f5cfc-7f12-4f99-af08-0af9c3885c87",
412                 "invariantUuid": "a6f9e51a-2b35-416a-ae15-15e58d61f36d",
413                 "customizationUuid": "f8c040f1-7e51-4a11-aca8-acf256cfd861",
414                 "description": null,
415                 "name": "VfVmee..base_vmme..module-0",
416                 "version": "2",
417                 "modelCustomizationName": "VfVmee..base_vmme..module-0",
418                 "properties": {
419                   "minCountInstances": 1,
420                   "maxCountInstances": 1,
421                   "initialCount": 1,
422                   "vfModuleLabel": "base_vmme"
423                 },
424                 "inputs": {}
425               }
426             },
427             "pnfs": {}
428           },
429           "6b528779-44a3-4472-bdff-9cd15ec93450": {
430             "service": {
431               "uuid": "6b528779-44a3-4472-bdff-9cd15ec93450",
432               "invariantUuid": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
433               "name": "action-data",
434               "version": "1.0",
435               "toscaModelURL": null,
436               "category": "",
437               "serviceType": "",
438               "serviceRole": "",
439               "description": "",
440               "serviceEcompNaming": "false",
441               "instantiationType": "A-La-Carte",
442               "inputs": {
443                 "2017488_adiodvpe0_ASN": {
444                   "type": "string",
445                   "description": "AV/PE",
446                   "entry_schema": null,
447                   "inputProperties": null,
448                   "constraints": [],
449                   "required": true,
450                   "default": "AV_vPE"
451                 }
452               }
453             },
454             "vnfs": {
455               "2017-388_ADIOD-vPE 1": {
456                 "uuid": "0903e1c0-8e03-4936-b5c2-260653b96413",
457                 "invariantUuid": "00beb8f9-6d39-452f-816d-c709b9cbb87d",
458                 "description": "Name ADIOD vPE Description The provider edge function for the ADIOD 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",
459                 "name": "2017-388_ADIOD-vPE",
460                 "version": "1.0",
461                 "customizationUuid": "280dec31-f16d-488b-9668-4aae55d6648a",
462                 "inputs": {
463                   "vnf_config_template_version": {
464                     "type": "string",
465                     "description": "VPE Software Version",
466                     "entry_schema": null,
467                     "inputProperties": null,
468                     "constraints": [],
469                     "required": true,
470                     "default": "17.2"
471                   },
472                   "bandwidth_units": {
473                     "type": "string",
474                     "description": "Units of bandwidth",
475                     "entry_schema": null,
476                     "inputProperties": null,
477                     "constraints": [],
478                     "required": true,
479                     "default": "Gbps"
480                   },
481                   "bandwidth": {
482                     "type": "string",
483                     "description": "Requested VPE bandwidth",
484                     "entry_schema": null,
485                     "inputProperties": null,
486                     "constraints": [],
487                     "required": true,
488                     "default": "10"
489                   },
490                   "AIC_CLLI": {
491                     "type": "string",
492                     "description": "AIC Site CLLI",
493                     "entry_schema": null,
494                     "inputProperties": null,
495                     "constraints": [],
496                     "required": true,
497                     "default": "ATLMY8GA"
498                   },
499                   "ASN": {
500                     "type": "string",
501                     "description": "AV/PE",
502                     "entry_schema": null,
503                     "inputProperties": null,
504                     "constraints": [],
505                     "required": true,
506                     "default": "AV_vPE"
507                   },
508                   "vnf_instance_name": {
509                     "type": "string",
510                     "description": "The hostname assigned to the vpe.",
511                     "entry_schema": null,
512                     "inputProperties": null,
513                     "constraints": [],
514                     "required": true,
515                     "default": "mtnj309me6"
516                   }
517                 },
518                 "commands": {
519                   "vnf_config_template_version": {
520                     "displayName": "vnf_config_template_version",
521                     "command": "get_input",
522                     "inputName": "2017488_adiodvpe0_vnf_config_template_version"
523                   },
524                   "bandwidth_units": {
525                     "displayName": "bandwidth_units",
526                     "command": "get_input",
527                     "inputName": "adiodvpe0_bandwidth_units"
528                   },
529                   "bandwidth": {"displayName": "bandwidth", "command": "get_input", "inputName": "adiodvpe0_bandwidth"},
530                   "AIC_CLLI": {
531                     "displayName": "AIC_CLLI",
532                     "command": "get_input",
533                     "inputName": "2017488_adiodvpe0_AIC_CLLI"
534                   },
535                   "ASN": {"displayName": "ASN", "command": "get_input", "inputName": "2017488_adiodvpe0_ASN"},
536                   "vnf_instance_name": {
537                     "displayName": "vnf_instance_name",
538                     "command": "get_input",
539                     "inputName": "2017488_adiodvpe0_vnf_instance_name"
540                   }
541                 },
542                 "properties": {
543                   "vmxvre_retype": "RE-VMX",
544                   "vnf_config_template_version": "get_input:2017488_adiodvpe0_vnf_config_template_version",
545                   "sriov44_net_id": "48d399b3-11ee-48a8-94d2-f0ea94d6be8d",
546                   "int_ctl_net_id": "2f323477-6936-4d01-ac53-d849430281d9",
547                   "vmxvpfe_sriov41_0_port_mac": "00:11:22:EF:AC:DF",
548                   "int_ctl_net_name": "VMX-INTXI",
549                   "vmx_int_ctl_prefix": "10.0.0.10",
550                   "sriov43_net_id": "da349ca1-6de9-4548-be88-2d88e99bfef5",
551                   "sriov42_net_id": "760669ba-013d-4d9b-b0e7-4151fe2e6279",
552                   "sriov41_net_id": "25ad52d5-c165-40f8-b3b0-ddfc2373280a",
553                   "nf_type": "vPE",
554                   "vmxvpfe_int_ctl_ip_1": "10.0.0.10",
555                   "is_AVPN_service": "false",
556                   "vmx_RSG_name": "vREXI-affinity",
557                   "vmx_int_ctl_forwarding": "l2",
558                   "vmxvre_oam_ip_0": "10.0.0.10",
559                   "vmxvpfe_sriov44_0_port_mac": "00:11:22:EF:AC:DF",
560                   "vmxvpfe_sriov41_0_port_vlanstrip": "false",
561                   "vmxvpfe_sriov42_0_port_vlanfilter": "4001",
562                   "vmxvpfe_sriov44_0_port_unknownunicastallow": "true",
563                   "vmxvre_image_name_0": "VRE-ENGINE_17.2-S2.1.qcow2",
564                   "vmxvre_instance": "0",
565                   "vmxvpfe_sriov43_0_port_mac": "00:11:22:EF:AC:DF",
566                   "vmxvre_flavor_name": "ns.c1r16d32.v5",
567                   "vmxvpfe_volume_size_0": "40.0",
568                   "vmxvpfe_sriov43_0_port_vlanfilter": "4001",
569                   "nf_naming": "{ecomp_generated_naming=false}",
570                   "nf_naming_code": "Navneet",
571                   "vmxvre_name_0": "vREXI",
572                   "vmxvpfe_sriov42_0_port_vlanstrip": "false",
573                   "vmxvpfe_volume_name_0": "vPFEXI_FBVolume",
574                   "vmx_RSG_id": "bd89a33c-13c3-4a04-8fde-1a57eb123141",
575                   "vmxvpfe_image_name_0": "VPE_ROUTING-ENGINE_17.2R1-S2.1.qcow2",
576                   "vmxvpfe_sriov43_0_port_unknownunicastallow": "true",
577                   "vmxvpfe_sriov44_0_port_unknownmulticastallow": "true",
578                   "vmxvre_console": "vidconsole",
579                   "vmxvpfe_sriov44_0_port_vlanfilter": "4001",
580                   "vmxvpfe_sriov42_0_port_mac": "00:11:22:EF:AC:DF",
581                   "vmxvpfe_volume_id_0": "47cede15-da2f-4397-a101-aa683220aff3",
582                   "vmxvpfe_sriov42_0_port_unknownmulticastallow": "true",
583                   "vmxvpfe_sriov44_0_port_vlanstrip": "false",
584                   "vf_module_id": "123",
585                   "nf_function": "JAI",
586                   "vmxvpfe_sriov43_0_port_unknownmulticastallow": "true",
587                   "vmxvre_int_ctl_ip_0": "10.0.0.10",
588                   "ecomp_generated_naming": "false",
589                   "AIC_CLLI": "get_input:2017488_adiodvpe0_AIC_CLLI",
590                   "vnf_name": "mtnj309me6vre",
591                   "vmxvpfe_sriov41_0_port_unknownunicastallow": "true",
592                   "vmxvre_volume_type_1": "HITACHI",
593                   "vmxvpfe_sriov44_0_port_broadcastallow": "true",
594                   "vmxvre_volume_type_0": "HITACHI",
595                   "vmxvpfe_volume_type_0": "HITACHI",
596                   "vmxvpfe_sriov43_0_port_broadcastallow": "true",
597                   "bandwidth_units": "get_input:adiodvpe0_bandwidth_units",
598                   "vnf_id": "123",
599                   "vmxvre_oam_prefix": "24",
600                   "availability_zone_0": "mtpocfo-kvm-az01",
601                   "ASN": "get_input:2017488_adiodvpe0_ASN",
602                   "vmxvre_chassis_i2cid": "161",
603                   "vmxvpfe_name_0": "vPFEXI",
604                   "bandwidth": "get_input:adiodvpe0_bandwidth",
605                   "availability_zone_max_count": "1",
606                   "vmxvre_volume_size_0": "45.0",
607                   "vmxvre_volume_size_1": "50.0",
608                   "vmxvpfe_sriov42_0_port_broadcastallow": "true",
609                   "vmxvre_oam_gateway": "10.0.0.10",
610                   "vmxvre_volume_name_1": "vREXI_FAVolume",
611                   "vmxvre_ore_present": "0",
612                   "vmxvre_volume_name_0": "vREXI_FBVolume",
613                   "vmxvre_type": "0",
614                   "vnf_instance_name": "get_input:2017488_adiodvpe0_vnf_instance_name",
615                   "vmxvpfe_sriov41_0_port_unknownmulticastallow": "true",
616                   "oam_net_id": "b95eeb1d-d55d-4827-abb4-8ebb94941429",
617                   "vmx_int_ctl_len": "24",
618                   "vmxvpfe_sriov43_0_port_vlanstrip": "false",
619                   "vmxvpfe_sriov41_0_port_broadcastallow": "true",
620                   "vmxvre_volume_id_1": "6e86797e-03cd-4fdc-ba72-2957119c746d",
621                   "vmxvpfe_sriov41_0_port_vlanfilter": "4001",
622                   "nf_role": "Testing",
623                   "vmxvre_volume_id_0": "f4eacb79-f687-4e9d-b760-21847c8bb15a",
624                   "vmxvpfe_sriov42_0_port_unknownunicastallow": "true",
625                   "vmxvpfe_flavor_name": "ns.c20r16d25.v5"
626                 },
627                 "type": "VF",
628                 "modelCustomizationName": "2017-388_ADIOD-vPE 1",
629                 "vfModules": {},
630                 "volumeGroups": {},
631                 "vfcInstanceGroups": {}
632               },
633               "2017-388_ADIOD-vPE 0": {
634                 "uuid": "afacccf6-397d-45d6-b5ae-94c39734b168",
635                 "invariantUuid": "72e465fe-71b1-4e7b-b5ed-9496118ff7a8",
636                 "description": "Name ADIOD vPE Description The provider edge function for the ADIOD 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",
637                 "name": "2017-388_ADIOD-vPE",
638                 "version": "4.0",
639                 "customizationUuid": "b3c76f73-eeb5-4fb6-9d31-72a889f1811c",
640                 "inputs": {
641                   "vnf_config_template_version": {
642                     "type": "string",
643                     "description": "VPE Software Version",
644                     "entry_schema": null,
645                     "inputProperties": null,
646                     "constraints": [],
647                     "required": true,
648                     "default": "17.2"
649                   },
650                   "bandwidth_units": {
651                     "type": "string",
652                     "description": "Units of bandwidth",
653                     "entry_schema": null,
654                     "inputProperties": null,
655                     "constraints": [],
656                     "required": true,
657                     "default": "Gbps"
658                   },
659                   "bandwidth": {
660                     "type": "string",
661                     "description": "Requested VPE bandwidth",
662                     "entry_schema": null,
663                     "inputProperties": null,
664                     "constraints": [],
665                     "required": true,
666                     "default": "10"
667                   },
668                   "AIC_CLLI": {
669                     "type": "string",
670                     "description": "AIC Site CLLI",
671                     "entry_schema": null,
672                     "inputProperties": null,
673                     "constraints": [],
674                     "required": true,
675                     "default": "ATLMY8GA"
676                   },
677                   "ASN": {
678                     "type": "string",
679                     "description": "AV/PE",
680                     "entry_schema": null,
681                     "inputProperties": null,
682                     "constraints": [],
683                     "required": true,
684                     "default": "AV_vPE"
685                   },
686                   "vnf_instance_name": {
687                     "type": "string",
688                     "description": "The hostname assigned to the vpe.",
689                     "entry_schema": null,
690                     "inputProperties": null,
691                     "constraints": [],
692                     "required": true,
693                     "default": "mtnj309me6"
694                   }
695                 },
696                 "commands": {
697                   "vnf_config_template_version": {
698                     "displayName": "vnf_config_template_version",
699                     "command": "get_input",
700                     "inputName": "2017488_adiodvpe0_vnf_config_template_version"
701                   },
702                   "bandwidth_units": {
703                     "displayName": "bandwidth_units",
704                     "command": "get_input",
705                     "inputName": "adiodvpe0_bandwidth_units"
706                   },
707                   "bandwidth": {"displayName": "bandwidth", "command": "get_input", "inputName": "adiodvpe0_bandwidth"},
708                   "AIC_CLLI": {
709                     "displayName": "AIC_CLLI",
710                     "command": "get_input",
711                     "inputName": "2017488_adiodvpe0_AIC_CLLI"
712                   },
713                   "ASN": {"displayName": "ASN", "command": "get_input", "inputName": "2017488_adiodvpe0_ASN"},
714                   "vnf_instance_name": {
715                     "displayName": "vnf_instance_name",
716                     "command": "get_input",
717                     "inputName": "2017488_adiodvpe0_vnf_instance_name"
718                   }
719                 },
720                 "properties": {
721                   "vmxvre_retype": "RE-VMX",
722                   "vnf_config_template_version": "get_input:2017488_adiodvpe0_vnf_config_template_version",
723                   "sriov44_net_id": "48d399b3-11ee-48a8-94d2-f0ea94d6be8d",
724                   "int_ctl_net_id": "2f323477-6936-4d01-ac53-d849430281d9",
725                   "vmxvpfe_sriov41_0_port_mac": "00:11:22:EF:AC:DF",
726                   "int_ctl_net_name": "VMX-INTXI",
727                   "vmx_int_ctl_prefix": "10.0.0.10",
728                   "sriov43_net_id": "da349ca1-6de9-4548-be88-2d88e99bfef5",
729                   "sriov42_net_id": "760669ba-013d-4d9b-b0e7-4151fe2e6279",
730                   "sriov41_net_id": "25ad52d5-c165-40f8-b3b0-ddfc2373280a",
731                   "nf_type": "vPE",
732                   "vmxvpfe_int_ctl_ip_1": "10.0.0.10",
733                   "is_AVPN_service": "false",
734                   "vmx_RSG_name": "vREXI-affinity",
735                   "vmx_int_ctl_forwarding": "l2",
736                   "vmxvre_oam_ip_0": "10.0.0.10",
737                   "vmxvpfe_sriov44_0_port_mac": "00:11:22:EF:AC:DF",
738                   "vmxvpfe_sriov41_0_port_vlanstrip": "false",
739                   "vmxvpfe_sriov42_0_port_vlanfilter": "4001",
740                   "vmxvpfe_sriov44_0_port_unknownunicastallow": "true",
741                   "vmxvre_image_name_0": "VRE-ENGINE_17.2-S2.1.qcow2",
742                   "vmxvre_instance": "0",
743                   "vmxvpfe_sriov43_0_port_mac": "00:11:22:EF:AC:DF",
744                   "vmxvre_flavor_name": "ns.c1r16d32.v5",
745                   "vmxvpfe_volume_size_0": "40.0",
746                   "vmxvpfe_sriov43_0_port_vlanfilter": "4001",
747                   "nf_naming": "{ecomp_generated_naming=false}",
748                   "nf_naming_code": "Navneet",
749                   "vmxvre_name_0": "vREXI",
750                   "vmxvpfe_sriov42_0_port_vlanstrip": "false",
751                   "vmxvpfe_volume_name_0": "vPFEXI_FBVolume",
752                   "vmx_RSG_id": "bd89a33c-13c3-4a04-8fde-1a57eb123141",
753                   "vmxvpfe_image_name_0": "VPE_ROUTING-ENGINE_17.2R1-S2.1.qcow2",
754                   "vmxvpfe_sriov43_0_port_unknownunicastallow": "true",
755                   "vmxvpfe_sriov44_0_port_unknownmulticastallow": "true",
756                   "vmxvre_console": "vidconsole",
757                   "vmxvpfe_sriov44_0_port_vlanfilter": "4001",
758                   "vmxvpfe_sriov42_0_port_mac": "00:11:22:EF:AC:DF",
759                   "vmxvpfe_volume_id_0": "47cede15-da2f-4397-a101-aa683220aff3",
760                   "vmxvpfe_sriov42_0_port_unknownmulticastallow": "true",
761                   "min_instances": "1",
762                   "vmxvpfe_sriov44_0_port_vlanstrip": "false",
763                   "vf_module_id": "123",
764                   "nf_function": "JAI",
765                   "vmxvpfe_sriov43_0_port_unknownmulticastallow": "true",
766                   "vmxvre_int_ctl_ip_0": "10.0.0.10",
767                   "ecomp_generated_naming": "false",
768                   "AIC_CLLI": "get_input:2017488_adiodvpe0_AIC_CLLI",
769                   "vnf_name": "mtnj309me6vre",
770                   "vmxvpfe_sriov41_0_port_unknownunicastallow": "true",
771                   "vmxvre_volume_type_1": "HITACHI",
772                   "vmxvpfe_sriov44_0_port_broadcastallow": "true",
773                   "vmxvre_volume_type_0": "HITACHI",
774                   "vmxvpfe_volume_type_0": "HITACHI",
775                   "vmxvpfe_sriov43_0_port_broadcastallow": "true",
776                   "bandwidth_units": "get_input:adiodvpe0_bandwidth_units",
777                   "vnf_id": "123",
778                   "vmxvre_oam_prefix": "24",
779                   "availability_zone_0": "mtpocfo-kvm-az01",
780                   "ASN": "get_input:2017488_adiodvpe0_ASN",
781                   "vmxvre_chassis_i2cid": "161",
782                   "vmxvpfe_name_0": "vPFEXI",
783                   "bandwidth": "get_input:adiodvpe0_bandwidth",
784                   "availability_zone_max_count": "1",
785                   "vmxvre_volume_size_0": "45.0",
786                   "vmxvre_volume_size_1": "50.0",
787                   "vmxvpfe_sriov42_0_port_broadcastallow": "true",
788                   "vmxvre_oam_gateway": "10.0.0.10",
789                   "vmxvre_volume_name_1": "vREXI_FAVolume",
790                   "vmxvre_ore_present": "0",
791                   "vmxvre_volume_name_0": "vREXI_FBVolume",
792                   "vmxvre_type": "0",
793                   "vnf_instance_name": "get_input:2017488_adiodvpe0_vnf_instance_name",
794                   "vmxvpfe_sriov41_0_port_unknownmulticastallow": "true",
795                   "oam_net_id": "b95eeb1d-d55d-4827-abb4-8ebb94941429",
796                   "vmx_int_ctl_len": "24",
797                   "vmxvpfe_sriov43_0_port_vlanstrip": "false",
798                   "vmxvpfe_sriov41_0_port_broadcastallow": "true",
799                   "vmxvre_volume_id_1": "6e86797e-03cd-4fdc-ba72-2957119c746d",
800                   "vmxvpfe_sriov41_0_port_vlanfilter": "4001",
801                   "nf_role": "Testing",
802                   "vmxvre_volume_id_0": "f4eacb79-f687-4e9d-b760-21847c8bb15a",
803                   "vmxvpfe_sriov42_0_port_unknownunicastallow": "true",
804                   "vmxvpfe_flavor_name": "ns.c20r16d25.v5"
805                 },
806                 "type": "VF",
807                 "modelCustomizationName": "2017-388_ADIOD-vPE 0",
808                 "vfModules": {},
809                 "volumeGroups": {},
810                 "vfcInstanceGroups": {}
811               },
812               "2017-488_ADIOD-vPE 0": {
813                 "uuid": "69e09f68-8b63-4cc9-b9ff-860960b5db09",
814                 "invariantUuid": "72e465fe-71b1-4e7b-b5ed-9496118ff7a8",
815                 "description": "Name ADIOD vPE Description The provider edge function for the ADIOD 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",
816                 "name": "2017-488_ADIOD-vPE",
817                 "version": "5.0",
818                 "customizationUuid": "1da7b585-5e61-4993-b95e-8e6606c81e45",
819                 "inputs": {
820                   "vnf_config_template_version": {
821                     "type": "string",
822                     "description": "VPE Software Version",
823                     "entry_schema": null,
824                     "inputProperties": null,
825                     "constraints": [],
826                     "required": true,
827                     "default": "17.2"
828                   },
829                   "bandwidth_units": {
830                     "type": "string",
831                     "description": "Units of bandwidth",
832                     "entry_schema": null,
833                     "inputProperties": null,
834                     "constraints": [],
835                     "required": true,
836                     "default": "Gbps"
837                   },
838                   "bandwidth": {
839                     "type": "string",
840                     "description": "Requested VPE bandwidth",
841                     "entry_schema": null,
842                     "inputProperties": null,
843                     "constraints": [],
844                     "required": true,
845                     "default": "10"
846                   },
847                   "AIC_CLLI": {
848                     "type": "string",
849                     "description": "AIC Site CLLI",
850                     "entry_schema": null,
851                     "inputProperties": null,
852                     "constraints": [],
853                     "required": true,
854                     "default": "ATLMY8GA"
855                   },
856                   "ASN": {
857                     "type": "string",
858                     "description": "AV/PE",
859                     "entry_schema": null,
860                     "inputProperties": null,
861                     "constraints": [],
862                     "required": true,
863                     "default": "AV_vPE"
864                   },
865                   "vnf_instance_name": {
866                     "type": "string",
867                     "description": "The hostname assigned to the vpe.",
868                     "entry_schema": null,
869                     "inputProperties": null,
870                     "constraints": [],
871                     "required": true,
872                     "default": "mtnj309me6"
873                   }
874                 },
875                 "commands": {
876                   "vnf_config_template_version": {
877                     "displayName": "vnf_config_template_version",
878                     "command": "get_input",
879                     "inputName": "2017488_adiodvpe0_vnf_config_template_version"
880                   },
881                   "bandwidth_units": {
882                     "displayName": "bandwidth_units",
883                     "command": "get_input",
884                     "inputName": "adiodvpe0_bandwidth_units"
885                   },
886                   "bandwidth": {"displayName": "bandwidth", "command": "get_input", "inputName": "adiodvpe0_bandwidth"},
887                   "AIC_CLLI": {
888                     "displayName": "AIC_CLLI",
889                     "command": "get_input",
890                     "inputName": "2017488_adiodvpe0_AIC_CLLI"
891                   },
892                   "ASN": {"displayName": "ASN", "command": "get_input", "inputName": "2017488_adiodvpe0_ASN"},
893                   "vnf_instance_name": {
894                     "displayName": "vnf_instance_name",
895                     "command": "get_input",
896                     "inputName": "2017488_adiodvpe0_vnf_instance_name"
897                   }
898                 },
899                 "properties": {
900                   "vmxvre_retype": "RE-VMX",
901                   "vnf_config_template_version": "get_input:2017488_adiodvpe0_vnf_config_template_version",
902                   "sriov44_net_id": "48d399b3-11ee-48a8-94d2-f0ea94d6be8d",
903                   "int_ctl_net_id": "2f323477-6936-4d01-ac53-d849430281d9",
904                   "vmxvpfe_sriov41_0_port_mac": "00:11:22:EF:AC:DF",
905                   "int_ctl_net_name": "VMX-INTXI",
906                   "vmx_int_ctl_prefix": "10.0.0.10",
907                   "sriov43_net_id": "da349ca1-6de9-4548-be88-2d88e99bfef5",
908                   "sriov42_net_id": "760669ba-013d-4d9b-b0e7-4151fe2e6279",
909                   "sriov41_net_id": "25ad52d5-c165-40f8-b3b0-ddfc2373280a",
910                   "nf_type": "vPE",
911                   "vmxvpfe_int_ctl_ip_1": "10.0.0.10",
912                   "is_AVPN_service": "false",
913                   "vmx_RSG_name": "vREXI-affinity",
914                   "vmx_int_ctl_forwarding": "l2",
915                   "vmxvre_oam_ip_0": "10.0.0.10",
916                   "vmxvpfe_sriov44_0_port_mac": "00:11:22:EF:AC:DF",
917                   "vmxvpfe_sriov41_0_port_vlanstrip": "false",
918                   "vmxvpfe_sriov42_0_port_vlanfilter": "4001",
919                   "vmxvpfe_sriov44_0_port_unknownunicastallow": "true",
920                   "vmxvre_image_name_0": "VRE-ENGINE_17.2-S2.1.qcow2",
921                   "vmxvre_instance": "0",
922                   "vmxvpfe_sriov43_0_port_mac": "00:11:22:EF:AC:DF",
923                   "vmxvre_flavor_name": "ns.c1r16d32.v5",
924                   "vmxvpfe_volume_size_0": "40.0",
925                   "vmxvpfe_sriov43_0_port_vlanfilter": "4001",
926                   "nf_naming": "{ecomp_generated_naming=false}",
927                   "nf_naming_code": "Navneet",
928                   "vmxvre_name_0": "vREXI",
929                   "vmxvpfe_sriov42_0_port_vlanstrip": "false",
930                   "vmxvpfe_volume_name_0": "vPFEXI_FBVolume",
931                   "max_instances": "3",
932                   "vmx_RSG_id": "bd89a33c-13c3-4a04-8fde-1a57eb123141",
933                   "vmxvpfe_image_name_0": "VPE_ROUTING-ENGINE_17.2R1-S2.1.qcow2",
934                   "vmxvpfe_sriov43_0_port_unknownunicastallow": "true",
935                   "vmxvpfe_sriov44_0_port_unknownmulticastallow": "true",
936                   "vmxvre_console": "vidconsole",
937                   "vmxvpfe_sriov44_0_port_vlanfilter": "4001",
938                   "vmxvpfe_sriov42_0_port_mac": "00:11:22:EF:AC:DF",
939                   "vmxvpfe_volume_id_0": "47cede15-da2f-4397-a101-aa683220aff3",
940                   "vmxvpfe_sriov42_0_port_unknownmulticastallow": "true",
941                   "min_instances": "1",
942                   "vmxvpfe_sriov44_0_port_vlanstrip": "false",
943                   "vf_module_id": "123",
944                   "nf_function": "JAI",
945                   "vmxvpfe_sriov43_0_port_unknownmulticastallow": "true",
946                   "vmxvre_int_ctl_ip_0": "10.0.0.10",
947                   "ecomp_generated_naming": "false",
948                   "AIC_CLLI": "get_input:2017488_adiodvpe0_AIC_CLLI",
949                   "vnf_name": "mtnj309me6vre",
950                   "vmxvpfe_sriov41_0_port_unknownunicastallow": "true",
951                   "vmxvre_volume_type_1": "HITACHI",
952                   "vmxvpfe_sriov44_0_port_broadcastallow": "true",
953                   "vmxvre_volume_type_0": "HITACHI",
954                   "vmxvpfe_volume_type_0": "HITACHI",
955                   "vmxvpfe_sriov43_0_port_broadcastallow": "true",
956                   "bandwidth_units": "get_input:adiodvpe0_bandwidth_units",
957                   "vnf_id": "123",
958                   "vmxvre_oam_prefix": "24",
959                   "availability_zone_0": "mtpocfo-kvm-az01",
960                   "ASN": "get_input:2017488_adiodvpe0_ASN",
961                   "vmxvre_chassis_i2cid": "161",
962                   "vmxvpfe_name_0": "vPFEXI",
963                   "bandwidth": "get_input:adiodvpe0_bandwidth",
964                   "availability_zone_max_count": "1",
965                   "vmxvre_volume_size_0": "45.0",
966                   "vmxvre_volume_size_1": "50.0",
967                   "vmxvpfe_sriov42_0_port_broadcastallow": "true",
968                   "vmxvre_oam_gateway": "10.0.0.10",
969                   "vmxvre_volume_name_1": "vREXI_FAVolume",
970                   "vmxvre_ore_present": "0",
971                   "vmxvre_volume_name_0": "vREXI_FBVolume",
972                   "vmxvre_type": "0",
973                   "vnf_instance_name": "get_input:2017488_adiodvpe0_vnf_instance_name",
974                   "vmxvpfe_sriov41_0_port_unknownmulticastallow": "true",
975                   "oam_net_id": "b95eeb1d-d55d-4827-abb4-8ebb94941429",
976                   "vmx_int_ctl_len": "24",
977                   "vmxvpfe_sriov43_0_port_vlanstrip": "false",
978                   "vmxvpfe_sriov41_0_port_broadcastallow": "true",
979                   "vmxvre_volume_id_1": "6e86797e-03cd-4fdc-ba72-2957119c746d",
980                   "vmxvpfe_sriov41_0_port_vlanfilter": "4001",
981                   "nf_role": "Testing",
982                   "vmxvre_volume_id_0": "f4eacb79-f687-4e9d-b760-21847c8bb15a",
983                   "vmxvpfe_sriov42_0_port_unknownunicastallow": "true",
984                   "vmxvpfe_flavor_name": "ns.c20r16d25.v5"
985                 },
986                 "type": "VF",
987                 "modelCustomizationName": "2017-488_ADIOD-vPE 0",
988                 "vfModules": {
989                   "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vRE_BV..module-1": {
990                     "uuid": "25284168-24bb-4698-8cb4-3f509146eca5",
991                     "invariantUuid": "7253ff5c-97f0-4b8b-937c-77aeb4d79aa1",
992                     "customizationUuid": "f7e7c365-60cf-49a9-9ebf-a1aa11b9d401",
993                     "description": null,
994                     "name": "2017488AdiodVpe..ADIOD_vRE_BV..module-1",
995                     "version": "6",
996                     "modelCustomizationName": "2017488AdiodVpe..ADIOD_vRE_BV..module-1",
997                     "properties": {
998                       "minCountInstances": 0,
999                       "maxCountInstances": null,
1000                       "initialCount": 0,
1001                       "vfModuleLabel": "ADIOD_vRE_BV"
1002                     },
1003                     "inputs": {
1004                       "adiodvpe0_bandwidth": {
1005                         "type": "string",
1006                         "description": "Requested VPE bandwidth",
1007                         "entry_schema": null,
1008                         "inputProperties": {
1009                           "sourceType": "HEAT",
1010                           "vfModuleLabel": "ADIOD_vRE_BV",
1011                           "paramName": "bandwidth"
1012                         },
1013                         "constraints": null,
1014                         "required": true,
1015                         "default": "10"
1016                       },
1017                       "2017488_adiodvpe0_vnf_instance_name": {
1018                         "type": "string",
1019                         "description": "The hostname assigned to the vpe.",
1020                         "entry_schema": null,
1021                         "inputProperties": {
1022                           "sourceType": "HEAT",
1023                           "vfModuleLabel": "ADIOD_vRE_BV",
1024                           "paramName": "vnf_instance_name"
1025                         },
1026                         "constraints": null,
1027                         "required": true,
1028                         "default": "mtnj309me6"
1029                       },
1030                       "2017488_adiodvpe0_vnf_config_template_version": {
1031                         "type": "string",
1032                         "description": "VPE Software Version",
1033                         "entry_schema": null,
1034                         "inputProperties": {
1035                           "sourceType": "HEAT",
1036                           "vfModuleLabel": "ADIOD_vRE_BV",
1037                           "paramName": "vnf_config_template_version"
1038                         },
1039                         "constraints": null,
1040                         "required": true,
1041                         "default": "17.2"
1042                       },
1043                       "2017488_adiodvpe0_AIC_CLLI": {
1044                         "type": "string",
1045                         "description": "AIC Site CLLI",
1046                         "entry_schema": null,
1047                         "inputProperties": {
1048                           "sourceType": "HEAT",
1049                           "vfModuleLabel": "ADIOD_vRE_BV",
1050                           "paramName": "AIC_CLLI"
1051                         },
1052                         "constraints": null,
1053                         "required": true,
1054                         "default": "ATLMY8GA"
1055                       },
1056                       "adiodvpe0_bandwidth_units": {
1057                         "type": "string",
1058                         "description": "Units of bandwidth",
1059                         "entry_schema": null,
1060                         "inputProperties": {
1061                           "sourceType": "HEAT",
1062                           "vfModuleLabel": "ADIOD_vRE_BV",
1063                           "paramName": "bandwidth_units"
1064                         },
1065                         "constraints": null,
1066                         "required": true,
1067                         "default": "Gbps"
1068                       }
1069                     },
1070                     "volumeGroupAllowed": true
1071                   },
1072                   "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_base_vPE_BV..module-0": {
1073                     "uuid": "f8360508-3f17-4414-a2ed-6bc71161e8db",
1074                     "invariantUuid": "b34833bb-6aa9-4ad6-a831-70b06367a091",
1075                     "customizationUuid": "a55961b2-2065-4ab0-a5b7-2fcee1c227e3",
1076                     "description": null,
1077                     "name": "2017488AdiodVpe..ADIOD_base_vPE_BV..module-0",
1078                     "version": "5",
1079                     "modelCustomizationName": "2017488AdiodVpe..ADIOD_base_vPE_BV..module-0",
1080                     "properties": {
1081                       "minCountInstances": 1,
1082                       "maxCountInstances": 1,
1083                       "initialCount": 1,
1084                       "vfModuleLabel": "ADIOD_base_vPE_BV"
1085                     },
1086                     "inputs": {},
1087                     "volumeGroupAllowed": false
1088                   },
1089                   "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vPFE_BV..module-2": {
1090                     "uuid": "0a0dd9d4-31d3-4c3a-ae89-a02f383e6a9a",
1091                     "invariantUuid": "eff8cc59-53a1-4101-aed7-8cf24ecf8339",
1092                     "customizationUuid": "3cd946bb-50e0-40d8-96d3-c9023520b557",
1093                     "description": null,
1094                     "name": "2017488AdiodVpe..ADIOD_vPFE_BV..module-2",
1095                     "version": "6",
1096                     "modelCustomizationName": "2017488AdiodVpe..ADIOD_vPFE_BV..module-2",
1097                     "properties": {
1098                       "minCountInstances": 0,
1099                       "maxCountInstances": null,
1100                       "initialCount": 0,
1101                       "vfModuleLabel": "ADIOD_vPFE_BV"
1102                     },
1103                     "inputs": {},
1104                     "volumeGroupAllowed": true
1105                   }
1106                 },
1107                 "volumeGroups": {
1108                   "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vRE_BV..module-1": {
1109                     "uuid": "25284168-24bb-4698-8cb4-3f509146eca5",
1110                     "invariantUuid": "7253ff5c-97f0-4b8b-937c-77aeb4d79aa1",
1111                     "customizationUuid": "f7e7c365-60cf-49a9-9ebf-a1aa11b9d401",
1112                     "description": null,
1113                     "name": "2017488AdiodVpe..ADIOD_vRE_BV..module-1",
1114                     "version": "6",
1115                     "modelCustomizationName": "2017488AdiodVpe..ADIOD_vRE_BV..module-1",
1116                     "properties": {
1117                       "minCountInstances": 0,
1118                       "maxCountInstances": null,
1119                       "initialCount": 0,
1120                       "vfModuleLabel": "ADIOD_vRE_BV"
1121                     },
1122                     "inputs": {
1123                       "adiodvpe0_bandwidth": {
1124                         "type": "string",
1125                         "description": "Requested VPE bandwidth",
1126                         "entry_schema": null,
1127                         "inputProperties": {
1128                           "sourceType": "HEAT",
1129                           "vfModuleLabel": "ADIOD_vRE_BV",
1130                           "paramName": "bandwidth"
1131                         },
1132                         "constraints": null,
1133                         "required": true,
1134                         "default": "10"
1135                       },
1136                       "2017488_adiodvpe0_vnf_instance_name": {
1137                         "type": "string",
1138                         "description": "The hostname assigned to the vpe.",
1139                         "entry_schema": null,
1140                         "inputProperties": {
1141                           "sourceType": "HEAT",
1142                           "vfModuleLabel": "ADIOD_vRE_BV",
1143                           "paramName": "vnf_instance_name"
1144                         },
1145                         "constraints": null,
1146                         "required": true,
1147                         "default": "mtnj309me6"
1148                       },
1149                       "2017488_adiodvpe0_vnf_config_template_version": {
1150                         "type": "string",
1151                         "description": "VPE Software Version",
1152                         "entry_schema": null,
1153                         "inputProperties": {
1154                           "sourceType": "HEAT",
1155                           "vfModuleLabel": "ADIOD_vRE_BV",
1156                           "paramName": "vnf_config_template_version"
1157                         },
1158                         "constraints": null,
1159                         "required": true,
1160                         "default": "17.2"
1161                       },
1162                       "2017488_adiodvpe0_AIC_CLLI": {
1163                         "type": "string",
1164                         "description": "AIC Site CLLI",
1165                         "entry_schema": null,
1166                         "inputProperties": {
1167                           "sourceType": "HEAT",
1168                           "vfModuleLabel": "ADIOD_vRE_BV",
1169                           "paramName": "AIC_CLLI"
1170                         },
1171                         "constraints": null,
1172                         "required": true,
1173                         "default": "ATLMY8GA"
1174                       },
1175                       "adiodvpe0_bandwidth_units": {
1176                         "type": "string",
1177                         "description": "Units of bandwidth",
1178                         "entry_schema": null,
1179                         "inputProperties": {
1180                           "sourceType": "HEAT",
1181                           "vfModuleLabel": "ADIOD_vRE_BV",
1182                           "paramName": "bandwidth_units"
1183                         },
1184                         "constraints": null,
1185                         "required": true,
1186                         "default": "Gbps"
1187                       }
1188                     }
1189                   },
1190                   "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vPFE_BV..module-2": {
1191                     "uuid": "0a0dd9d4-31d3-4c3a-ae89-a02f383e6a9a",
1192                     "invariantUuid": "eff8cc59-53a1-4101-aed7-8cf24ecf8339",
1193                     "customizationUuid": "3cd946bb-50e0-40d8-96d3-c9023520b557",
1194                     "description": null,
1195                     "name": "2017488AdiodVpe..ADIOD_vPFE_BV..module-2",
1196                     "version": "6",
1197                     "modelCustomizationName": "2017488AdiodVpe..ADIOD_vPFE_BV..module-2",
1198                     "properties": {
1199                       "minCountInstances": 0,
1200                       "maxCountInstances": null,
1201                       "initialCount": 0,
1202                       "vfModuleLabel": "ADIOD_vPFE_BV"
1203                     },
1204                     "inputs": {}
1205                   }
1206                 },
1207                 "vfcInstanceGroups": {}
1208               }
1209             },
1210             "networks": {
1211               "ExtVL 0": {
1212                 "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986",
1213                 "invariantUuid": "379f816b-a7aa-422f-be30-17114ff50b7c",
1214                 "description": "ECOMP generic virtual link (network) base type for all other service-level and global networks",
1215                 "name": "ExtVL",
1216                 "version": "37.0",
1217                 "customizationUuid": "94fdd893-4a36-4d70-b16a-ec29c54c184f",
1218                 "inputs": {
1219                   "vnf_config_template_version": {
1220                     "type": "string",
1221                     "description": "VPE Software Version",
1222                     "entry_schema": null,
1223                     "inputProperties": null,
1224                     "constraints": [],
1225                     "required": true,
1226                     "default": "17.2"
1227                   },
1228                   "bandwidth_units": {
1229                     "type": "string",
1230                     "description": "Units of bandwidth",
1231                     "entry_schema": null,
1232                     "inputProperties": null,
1233                     "constraints": [],
1234                     "required": true,
1235                     "default": "Gbps"
1236                   },
1237                   "bandwidth": {
1238                     "type": "string",
1239                     "description": "Requested VPE bandwidth",
1240                     "entry_schema": null,
1241                     "inputProperties": null,
1242                     "constraints": [],
1243                     "required": true,
1244                     "default": "10"
1245                   },
1246                   "AIC_CLLI": {
1247                     "type": "string",
1248                     "description": "AIC Site CLLI",
1249                     "entry_schema": null,
1250                     "inputProperties": null,
1251                     "constraints": [],
1252                     "required": true,
1253                     "default": "ATLMY8GA"
1254                   },
1255                   "ASN": {
1256                     "type": "string",
1257                     "description": "AV/PE",
1258                     "entry_schema": null,
1259                     "inputProperties": null,
1260                     "constraints": [],
1261                     "required": true,
1262                     "default": "AV_vPE"
1263                   },
1264                   "vnf_instance_name": {
1265                     "type": "string",
1266                     "description": "The hostname assigned to the vpe.",
1267                     "entry_schema": null,
1268                     "inputProperties": null,
1269                     "constraints": [],
1270                     "required": true,
1271                     "default": "mtnj309me6"
1272                   }
1273                 },
1274                 "commands": {},
1275                 "properties": {
1276                   "network_role" : "network role 1, network role 2",
1277                   "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}}",
1278                   "exVL_naming": "{ecomp_generated_naming=true}",
1279                   "network_flows": "{is_network_policy=false, is_bound_to_vpn=false}",
1280                   "network_homing": "{ecomp_selected_instance_node_target=false}"
1281                 },
1282                 "type": "VL",
1283                 "modelCustomizationName": "ExtVL 0"
1284               }
1285             },
1286             "collectionResource": {},
1287             "configurations": {},
1288             "fabricConfigurations": {},
1289             "serviceProxies": {},
1290             "vfModules": {
1291               "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vRE_BV..module-1": {
1292                 "uuid": "25284168-24bb-4698-8cb4-3f509146eca5",
1293                 "invariantUuid": "7253ff5c-97f0-4b8b-937c-77aeb4d79aa1",
1294                 "customizationUuid": "f7e7c365-60cf-49a9-9ebf-a1aa11b9d401",
1295                 "description": null,
1296                 "name": "2017488AdiodVpe..ADIOD_vRE_BV..module-1",
1297                 "version": "6",
1298                 "modelCustomizationName": "2017488AdiodVpe..ADIOD_vRE_BV..module-1",
1299                 "properties": {
1300                   "minCountInstances": 0,
1301                   "maxCountInstances": null,
1302                   "initialCount": 0,
1303                   "vfModuleLabel": "ADIOD_vRE_BV"
1304                 },
1305                 "inputs": {
1306                   "adiodvpe0_bandwidth": {
1307                     "type": "string",
1308                     "description": "Requested VPE bandwidth",
1309                     "entry_schema": null,
1310                     "inputProperties": {
1311                       "sourceType": "HEAT",
1312                       "vfModuleLabel": "ADIOD_vRE_BV",
1313                       "paramName": "bandwidth"
1314                     },
1315                     "constraints": null,
1316                     "required": true,
1317                     "default": "10"
1318                   },
1319                   "2017488_adiodvpe0_vnf_instance_name": {
1320                     "type": "string",
1321                     "description": "The hostname assigned to the vpe.",
1322                     "entry_schema": null,
1323                     "inputProperties": {
1324                       "sourceType": "HEAT",
1325                       "vfModuleLabel": "ADIOD_vRE_BV",
1326                       "paramName": "vnf_instance_name"
1327                     },
1328                     "constraints": null,
1329                     "required": true,
1330                     "default": "mtnj309me6"
1331                   },
1332                   "2017488_adiodvpe0_vnf_config_template_version": {
1333                     "type": "string",
1334                     "description": "VPE Software Version",
1335                     "entry_schema": null,
1336                     "inputProperties": {
1337                       "sourceType": "HEAT",
1338                       "vfModuleLabel": "ADIOD_vRE_BV",
1339                       "paramName": "vnf_config_template_version"
1340                     },
1341                     "constraints": null,
1342                     "required": true,
1343                     "default": "17.2"
1344                   },
1345                   "2017488_adiodvpe0_AIC_CLLI": {
1346                     "type": "string",
1347                     "description": "AIC Site CLLI",
1348                     "entry_schema": null,
1349                     "inputProperties": {"sourceType": "HEAT", "vfModuleLabel": "ADIOD_vRE_BV", "paramName": "AIC_CLLI"},
1350                     "constraints": null,
1351                     "required": true,
1352                     "default": "ATLMY8GA"
1353                   },
1354                   "adiodvpe0_bandwidth_units": {
1355                     "type": "string",
1356                     "description": "Units of bandwidth",
1357                     "entry_schema": null,
1358                     "inputProperties": {
1359                       "sourceType": "HEAT",
1360                       "vfModuleLabel": "ADIOD_vRE_BV",
1361                       "paramName": "bandwidth_units"
1362                     },
1363                     "constraints": null,
1364                     "required": true,
1365                     "default": "Gbps"
1366                   }
1367                 },
1368                 "volumeGroupAllowed": true
1369               },
1370               "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_base_vPE_BV..module-0": {
1371                 "uuid": "f8360508-3f17-4414-a2ed-6bc71161e8db",
1372                 "invariantUuid": "b34833bb-6aa9-4ad6-a831-70b06367a091",
1373                 "customizationUuid": "a55961b2-2065-4ab0-a5b7-2fcee1c227e3",
1374                 "description": null,
1375                 "name": "2017488AdiodVpe..ADIOD_base_vPE_BV..module-0",
1376                 "version": "5",
1377                 "modelCustomizationName": "2017488AdiodVpe..ADIOD_base_vPE_BV..module-0",
1378                 "properties": {
1379                   "minCountInstances": 1,
1380                   "maxCountInstances": 1,
1381                   "initialCount": 1,
1382                   "vfModuleLabel": "ADIOD_base_vPE_BV"
1383                 },
1384                 "inputs": {},
1385                 "volumeGroupAllowed": false
1386               },
1387               "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vPFE_BV..module-2": {
1388                 "uuid": "0a0dd9d4-31d3-4c3a-ae89-a02f383e6a9a",
1389                 "invariantUuid": "eff8cc59-53a1-4101-aed7-8cf24ecf8339",
1390                 "customizationUuid": "3cd946bb-50e0-40d8-96d3-c9023520b557",
1391                 "description": null,
1392                 "name": "2017488AdiodVpe..ADIOD_vPFE_BV..module-2",
1393                 "version": "6",
1394                 "modelCustomizationName": "2017488AdiodVpe..ADIOD_vPFE_BV..module-2",
1395                 "properties": {
1396                   "minCountInstances": 0,
1397                   "maxCountInstances": null,
1398                   "initialCount": 0,
1399                   "vfModuleLabel": "ADIOD_vPFE_BV"
1400                 },
1401                 "inputs": {},
1402                 "volumeGroupAllowed": true
1403               }
1404             },
1405             "volumeGroups": {
1406               "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vRE_BV..module-1": {
1407                 "uuid": "25284168-24bb-4698-8cb4-3f509146eca5",
1408                 "invariantUuid": "7253ff5c-97f0-4b8b-937c-77aeb4d79aa1",
1409                 "customizationUuid": "f7e7c365-60cf-49a9-9ebf-a1aa11b9d401",
1410                 "description": null,
1411                 "name": "2017488AdiodVpe..ADIOD_vRE_BV..module-1",
1412                 "version": "6",
1413                 "modelCustomizationName": "2017488AdiodVpe..ADIOD_vRE_BV..module-1",
1414                 "properties": {
1415                   "minCountInstances": 0,
1416                   "maxCountInstances": null,
1417                   "initialCount": 0,
1418                   "vfModuleLabel": "ADIOD_vRE_BV"
1419                 },
1420                 "inputs": {
1421                   "adiodvpe0_bandwidth": {
1422                     "type": "string",
1423                     "description": "Requested VPE bandwidth",
1424                     "entry_schema": null,
1425                     "inputProperties": {
1426                       "sourceType": "HEAT",
1427                       "vfModuleLabel": "ADIOD_vRE_BV",
1428                       "paramName": "bandwidth"
1429                     },
1430                     "constraints": null,
1431                     "required": true,
1432                     "default": "10"
1433                   },
1434                   "2017488_adiodvpe0_vnf_instance_name": {
1435                     "type": "string",
1436                     "description": "The hostname assigned to the vpe.",
1437                     "entry_schema": null,
1438                     "inputProperties": {
1439                       "sourceType": "HEAT",
1440                       "vfModuleLabel": "ADIOD_vRE_BV",
1441                       "paramName": "vnf_instance_name"
1442                     },
1443                     "constraints": null,
1444                     "required": true,
1445                     "default": "mtnj309me6"
1446                   },
1447                   "2017488_adiodvpe0_vnf_config_template_version": {
1448                     "type": "string",
1449                     "description": "VPE Software Version",
1450                     "entry_schema": null,
1451                     "inputProperties": {
1452                       "sourceType": "HEAT",
1453                       "vfModuleLabel": "ADIOD_vRE_BV",
1454                       "paramName": "vnf_config_template_version"
1455                     },
1456                     "constraints": null,
1457                     "required": true,
1458                     "default": "17.2"
1459                   },
1460                   "2017488_adiodvpe0_AIC_CLLI": {
1461                     "type": "string",
1462                     "description": "AIC Site CLLI",
1463                     "entry_schema": null,
1464                     "inputProperties": {"sourceType": "HEAT", "vfModuleLabel": "ADIOD_vRE_BV", "paramName": "AIC_CLLI"},
1465                     "constraints": null,
1466                     "required": true,
1467                     "default": "ATLMY8GA"
1468                   },
1469                   "adiodvpe0_bandwidth_units": {
1470                     "type": "string",
1471                     "description": "Units of bandwidth",
1472                     "entry_schema": null,
1473                     "inputProperties": {
1474                       "sourceType": "HEAT",
1475                       "vfModuleLabel": "ADIOD_vRE_BV",
1476                       "paramName": "bandwidth_units"
1477                     },
1478                     "constraints": null,
1479                     "required": true,
1480                     "default": "Gbps"
1481                   }
1482                 }
1483               },
1484               "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vPFE_BV..module-2": {
1485                 "uuid": "0a0dd9d4-31d3-4c3a-ae89-a02f383e6a9a",
1486                 "invariantUuid": "eff8cc59-53a1-4101-aed7-8cf24ecf8339",
1487                 "customizationUuid": "3cd946bb-50e0-40d8-96d3-c9023520b557",
1488                 "description": null,
1489                 "name": "2017488AdiodVpe..ADIOD_vPFE_BV..module-2",
1490                 "version": "6",
1491                 "modelCustomizationName": "2017488AdiodVpe..ADIOD_vPFE_BV..module-2",
1492                 "properties": {
1493                   "minCountInstances": 0,
1494                   "maxCountInstances": null,
1495                   "initialCount": 0,
1496                   "vfModuleLabel": "ADIOD_vPFE_BV"
1497                 },
1498                 "inputs": {}
1499               }
1500             },
1501             "pnfs": {}
1502           }
1503         },
1504         "serviceInstance": {
1505           "6e59c5de-f052-46fa-aa7e-2fca9d674c44": {
1506             "vnfs": {
1507               "VF_vMee 0": {
1508                 "rollbackOnFailure": "true",
1509                 "vfModules": {
1510                   "vf_vmee0..VfVmee..base_vmme..module-0": {
1511                     "vf_vmee0..VfVmee..base_vmme..module-0vmvzo": {
1512                       "isMissingData": false,
1513                       "sdncPreReload": null,
1514                       "modelInfo": {
1515                         "modelType": "VFmodule",
1516                         "modelInvariantId": "a6f9e51a-2b35-416a-ae15-15e58d61f36d",
1517                         "modelVersionId": "a27f5cfc-7f12-4f99-af08-0af9c3885c87",
1518                         "modelName": "VfVmee..base_vmme..module-0",
1519                         "modelVersion": "2",
1520                         "modelCustomizationId": "f8c040f1-7e51-4a11-aca8-acf256cfd861",
1521                         "modelCustomizationName": "VfVmee..base_vmme..module-0"
1522                       },
1523                       "instanceParams": [{}],
1524                       "trackById": "wmtm6sy2uj"
1525                     }
1526                   }
1527                 },
1528                 "isMissingData": true,
1529                 "originalName": "VF_vMee 0",
1530                 "vnfStoreKey": "VF_vMee 0",
1531                 "trackById": "p3wk448m5do",
1532                 "uuid": "d6557200-ecf2-4641-8094-5393ae3aae60",
1533                 "productFamilyId": "36b4733a-53f4-4cc8-8ff0-9172e5fc4b8e",
1534                 "lcpCloudRegionId": null,
1535                 "tenantId": null,
1536                 "lineOfBusiness": null,
1537                 "platformName": null,
1538                 "modelInfo": {
1539                   "modelType": "VF",
1540                   "modelInvariantId": "4160458e-f648-4b30-a176-43881ffffe9e",
1541                   "modelVersionId": "6e59c5de-f052-46fa-aa7e-2fca9d674c44",
1542                   "modelName": "VF_vMee",
1543                   "modelVersion": "2.0",
1544                   "modelCustomizationName": "VF_vMee 0"
1545                 }
1546               }
1547             },
1548             "networks": {},
1549             "instanceParams": [{}],
1550             "validationCounter": 1,
1551             "existingNames": {},
1552             "existingVNFCounterMap": {"d6557200-ecf2-4641-8094-5393ae3aae60": 1},
1553             "globalSubscriberId": "e433710f-9217-458d-a79d-1c7aff376d89",
1554             "subscriptionServiceType": "TYLER SILVIA",
1555             "owningEntityId": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc",
1556             "productFamilyId": "36b4733a-53f4-4cc8-8ff0-9172e5fc4b8e",
1557             "lcpCloudRegionId": "hvf6",
1558             "tenantId": "229bcdc6eaeb4ca59d55221141d01f8e",
1559             "aicZoneId": "JAG1",
1560             "projectName": "x1",
1561             "rollbackOnFailure": "true",
1562             "bulkSize": 1,
1563             "modelInfo": {
1564               "modelInvariantId": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
1565               "modelVersionId": "6e59c5de-f052-46fa-aa7e-2fca9d674c44",
1566               "modelName": "ComplexService",
1567               "modelVersion": "1.0",
1568               "uuid": "6e59c5de-f052-46fa-aa7e-2fca9d674c44"
1569             },
1570             "isALaCarte": false,
1571             "name": "ComplexService",
1572             "version": "1.0",
1573             "description": "ComplexService",
1574             "category": "Emanuel",
1575             "uuid": "6e59c5de-f052-46fa-aa7e-2fca9d674c44",
1576             "invariantUuid": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
1577             "serviceType": "",
1578             "serviceRole": "",
1579             "isMultiStepDesign": false
1580           },
1581           "6b528779-44a3-4472-bdff-9cd15ec93450": {
1582             "networks": {
1583               "ExtVL 0": {
1584                 "rollbackOnFailure": "true",
1585                 "isMissingData": false,
1586                 "originalName": "ExtVL 0",
1587                 "networkStoreKey": "ExtVL 0",
1588                 "trackById": "sf3zth68xjf",
1589                 "productFamilyId": "ebc3bc3d-62fd-4a3f-a037-f619df4ff034",
1590                 "lcpCloudRegionId": "hvf6",
1591                 "tenantId": "229bcdc6eaeb4ca59d55221141d01f8e",
1592                 "platformName": "xxx1",
1593                 "lineOfBusiness": "ONAP",
1594                 "instanceParams": [{}],
1595                 "modelInfo": {
1596                   "modelInvariantId": "379f816b-a7aa-422f-be30-17114ff50b7c",
1597                   "modelVersionId": "ddc3f20c-08b5-40fd-af72-c6d14636b986",
1598                   "modelName": "ExtVL",
1599                   "modelVersion": "37.0",
1600                   "modelCustomizationId": "94fdd893-4a36-4d70-b16a-ec29c54c184f",
1601                   "modelCustomizationName": "ExtVL 0",
1602                   "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1603                 },
1604                 "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1605               },
1606               "ExtVL 0:0001": {
1607                 "rollbackOnFailure": "true",
1608                 "isMissingData": false,
1609                 "originalName": "ExtVL 0",
1610                 "networkStoreKey": "ExtVL 0",
1611                 "trackById": "2mdxioxca9h",
1612                 "productFamilyId": "ebc3bc3d-62fd-4a3f-a037-f619df4ff034",
1613                 "lcpCloudRegionId": "hvf6",
1614                 "tenantId": "229bcdc6eaeb4ca59d55221141d01f8e",
1615                 "platformName": "xxx1",
1616                 "lineOfBusiness": "ONAP",
1617                 "instanceParams": [{}],
1618                 "modelInfo": {
1619                   "modelInvariantId": "379f816b-a7aa-422f-be30-17114ff50b7c",
1620                   "modelVersionId": "ddc3f20c-08b5-40fd-af72-c6d14636b986",
1621                   "modelName": "ExtVL",
1622                   "modelVersion": "37.0",
1623                   "modelCustomizationId": "94fdd893-4a36-4d70-b16a-ec29c54c184f",
1624                   "modelCustomizationName": "ExtVL 0",
1625                   "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1626                 },
1627                 "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1628               },
1629               "ExtVL 0_1": {
1630                 "rollbackOnFailure": "true",
1631                 "isMissingData": false,
1632                 "originalName": "ExtVL 0",
1633                 "networkStoreKey": "ExtVL 0_1",
1634                 "trackById": "z7vd1gmpbs",
1635                 "instanceName": "ExtVL",
1636                 "productFamilyId": "17cc1042-527b-11e6-beb8-9e71128cae77",
1637                 "lcpCloudRegionId": "hvf6",
1638                 "tenantId": "229bcdc6eaeb4ca59d55221141d01f8e",
1639                 "platformName": "xxx1",
1640                 "lineOfBusiness": "zzz1",
1641                 "instanceParams": [{
1642                   "vnf_config_template_version": "17.2",
1643                   "bandwidth_units": "Gbps",
1644                   "bandwidth": "10",
1645                   "AIC_CLLI": "ATLMY8GA",
1646                   "ASN": "AV_vPE",
1647                   "vnf_instance_name": "yoav"
1648                 }],
1649                 "modelInfo": {
1650                   "modelInvariantId": "379f816b-a7aa-422f-be30-17114ff50b7c",
1651                   "modelVersionId": "ddc3f20c-08b5-40fd-af72-c6d14636b986",
1652                   "modelName": "ExtVL",
1653                   "modelVersion": "37.0",
1654                   "modelCustomizationId": "94fdd893-4a36-4d70-b16a-ec29c54c184f",
1655                   "modelCustomizationName": "ExtVL 0",
1656                   "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1657                 },
1658                 "uuid": "ddc3f20c-08b5-40fd-af72-c6d14636b986"
1659               }
1660             },
1661             "vnfs": {
1662               "2017-488_ADIOD-vPE 0": {
1663                 "rollbackOnFailure": "true",
1664                 "vfModules": {
1665                   "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vRE_BV..module-1": {
1666                     "2017488_adiodvpe0..2017488AdiodVpe..ADIOD_vRE_BV..module-1sgoqi": {
1667                       "instanceName": "yoav",
1668                       "volumeGroupName": "123",
1669                       "modelInfo": {
1670                         "modelInvariantId": "7253ff5c-97f0-4b8b-937c-77aeb4d79aa1",
1671                         "modelVersionId": "25284168-24bb-4698-8cb4-3f509146eca5",
1672                         "modelName": "2017488AdiodVpe..ADIOD_vRE_BV..module-1",
1673                         "modelVersion": "6",
1674                         "modelCustomizationId": "f7e7c365-60cf-49a9-9ebf-a1aa11b9d401",
1675                         "modelCustomizationName": "2017488AdiodVpe..ADIOD_vRE_BV..module-1",
1676                         "uuid": "25284168-24bb-4698-8cb4-3f509146eca5"
1677                       },
1678                       "uuid": "25284168-24bb-4698-8cb4-3f509146eca5",
1679                       "isMissingData": false,
1680                       "instanceParams": [{
1681                         "adiodvpe0_bandwidth": "10",
1682                         "2017488_adiodvpe0_vnf_instance_name": "mtnj309me6",
1683                         "2017488_adiodvpe0_vnf_config_template_version": "17.2",
1684                         "2017488_adiodvpe0_AIC_CLLI": "ATLMY8GA",
1685                         "adiodvpe0_bandwidth_units": "Gbps"
1686                       }]
1687                     }
1688                   }
1689                 },
1690                 "isMissingData": false,
1691                 "originalName": "2017-488_ADIOD-vPE 0",
1692                 "vnfStoreKey": "2017-488_ADIOD-vPE 0",
1693                 "trackById": "o65b26t2thj",
1694                 "instanceName": "2017488_ADIODvPE",
1695                 "productFamilyId": "ebc3bc3d-62fd-4a3f-a037-f619df4ff034",
1696                 "lcpCloudRegionId": "hvf6",
1697                 "tenantId": "bae71557c5bb4d5aac6743a4e5f1d054",
1698                 "platformName": "platform",
1699                 "lineOfBusiness": "ONAP",
1700                 "instanceParams": [{}],
1701                 "modelInfo": {
1702                   "modelInvariantId": "72e465fe-71b1-4e7b-b5ed-9496118ff7a8",
1703                   "modelVersionId": "69e09f68-8b63-4cc9-b9ff-860960b5db09",
1704                   "modelName": "2017-488_ADIOD-vPE",
1705                   "modelVersion": "5.0",
1706                   "modelCustomizationId": "1da7b585-5e61-4993-b95e-8e6606c81e45",
1707                   "modelCustomizationName": "2017-488_ADIOD-vPE 0",
1708                   "uuid": "69e09f68-8b63-4cc9-b9ff-860960b5db09"
1709                 },
1710                 "uuid": "69e09f68-8b63-4cc9-b9ff-860960b5db09"
1711               }
1712             },
1713             "instanceParams": [{"2017488_adiodvpe0_ASN": "AV_vPE"}],
1714             "validationCounter": 0,
1715             "existingNames": {"123": "", "instancename": "", "yoav": "", "extvl": ""},
1716             "existingVNFCounterMap": {"69e09f68-8b63-4cc9-b9ff-860960b5db09": 1},
1717             "existingNetworksCounterMap": {"ddc3f20c-08b5-40fd-af72-c6d14636b986": 3},
1718             "instanceName": "InstanceName",
1719             "globalSubscriberId": "e433710f-9217-458d-a79d-1c7aff376d89",
1720             "subscriptionServiceType": "TYLER SILVIA",
1721             "owningEntityId": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc",
1722             "productFamilyId": "17cc1042-527b-11e6-beb8-9e71128cae77",
1723             "lcpCloudRegionId": "JANET25",
1724             "tenantId": "092eb9e8e4b7412e8787dd091bc58e86",
1725             "aicZoneId": "JAG1",
1726             "projectName": null,
1727             "rollbackOnFailure": "true",
1728             "aicZoneName": "YUDFJULP-JAG1",
1729             "owningEntityName": "WayneHolland",
1730             "testApi": "GR_API",
1731             "tenantName": "USP-SIP-IC-24335-T-01",
1732             "bulkSize": 1,
1733             "modelInfo": {
1734               "modelInvariantId": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
1735               "modelVersionId": "6b528779-44a3-4472-bdff-9cd15ec93450",
1736               "modelName": "action-data",
1737               "modelVersion": "1.0",
1738               "uuid": "6b528779-44a3-4472-bdff-9cd15ec93450"
1739             },
1740             "isALaCarte": false,
1741             "name": "action-data",
1742             "version": "1.0",
1743             "description": "",
1744             "category": "",
1745             "uuid": "6b528779-44a3-4472-bdff-9cd15ec93450",
1746             "invariantUuid": "e49fbd11-e60c-4a8e-b4bf-30fbe8f4fcc0",
1747             "serviceType": "",
1748             "serviceRole": "",
1749             "isMultiStepDesign": false
1750           }
1751         },
1752         "lcpRegionsAndTenants": {
1753           "lcpRegionList": [{
1754             "id": "JANET25",
1755             "name": "JANET25",
1756             "isPermitted": true
1757           }, {"id": "hvf6", "name": "hvf6", "isPermitted": true}],
1758           "lcpRegionsTenantsMap": {
1759             "JANET25": [{
1760               "id": "092eb9e8e4b7412e8787dd091bc58e86",
1761               "name": "USP-SIP-IC-24335-T-01",
1762               "isPermitted": true
1763             }],
1764             "hvf6": [{
1765               "id": "bae71557c5bb4d5aac6743a4e5f1d054",
1766               "name": "AIN Web Tool-15-D-testalexandria",
1767               "isPermitted": true
1768             }, {
1769               "id": "229bcdc6eaeb4ca59d55221141d01f8e",
1770               "name": "AIN Web Tool-15-D-STTest2",
1771               "isPermitted": true
1772             }, {
1773               "id": "1178612d2b394be4834ad77f567c0af2",
1774               "name": "AIN Web Tool-15-D-SSPtestcustome",
1775               "isPermitted": true
1776             }, {
1777               "id": "19c5ade915eb461e8af52fb2fd8cd1f2",
1778               "name": "AIN Web Tool-15-D-UncheckedEcopm",
1779               "isPermitted": true
1780             }, {
1781               "id": "de007636e25249238447264a988a927b",
1782               "name": "AIN Web Tool-15-D-dfsdf",
1783               "isPermitted": true
1784             }, {
1785               "id": "62f29b3613634ca6a3065cbe0e020c44",
1786               "name": "AIN/SMS-16-D-Multiservices1",
1787               "isPermitted": true
1788             }, {
1789               "id": "649289e30d3244e0b48098114d63c2aa",
1790               "name": "AIN Web Tool-15-D-SSPST66",
1791               "isPermitted": true
1792             }, {
1793               "id": "3f21eeea6c2c486bba31dab816c05a32",
1794               "name": "AIN Web Tool-15-D-ASSPST47",
1795               "isPermitted": true
1796             }, {
1797               "id": "f60ce21d3ee6427586cff0d22b03b773",
1798               "name": "CESAR-100-D-sspjg67246",
1799               "isPermitted": true
1800             }, {
1801               "id": "8774659e425f479895ae091bb5d46560",
1802               "name": "CESAR-100-D-sspjg68359",
1803               "isPermitted": true
1804             }, {
1805               "id": "624eb554b0d147c19ff8885341760481",
1806               "name": "AINWebTool-15-D-iftach",
1807               "isPermitted": true
1808             }, {
1809               "id": "214f55f5fc414c678059c383b03e4962",
1810               "name": "CESAR-100-D-sspjg612401",
1811               "isPermitted": true
1812             }, {
1813               "id": "c90666c291664841bb98e4d981ff1db5",
1814               "name": "CESAR-100-D-sspjg621340",
1815               "isPermitted": true
1816             }, {
1817               "id": "ce5b6bc5c7b348e1bf4b91ac9a174278",
1818               "name": "sspjg621351cloned",
1819               "isPermitted": true
1820             }, {
1821               "id": "b386b768a3f24c8e953abbe0b3488c02",
1822               "name": "AINWebTool-15-D-eteancomp",
1823               "isPermitted": true
1824             }, {
1825               "id": "dc6c4dbfd225474e9deaadd34968646c",
1826               "name": "AINWebTool-15-T-SPFET",
1827               "isPermitted": true
1828             }, {
1829               "id": "02cb5030e9914aa4be120bd9ed1e19eb",
1830               "name": "AINWebTool-15-X-eeweww",
1831               "isPermitted": true
1832             }, {
1833               "id": "f2f3830e4c984d45bcd00e1a04158a79",
1834               "name": "CESAR-100-D-spjg61909",
1835               "isPermitted": true
1836             }, {
1837               "id": "05b91bd5137f4929878edd965755c06d",
1838               "name": "CESAR-100-D-sspjg621512cloned",
1839               "isPermitted": true
1840             }, {
1841               "id": "7002fbe8482d4a989ddf445b1ce336e0",
1842               "name": "AINWebTool-15-X-vdr",
1843               "isPermitted": true
1844             }, {
1845               "id": "4008522be43741dcb1f5422022a2aa0b",
1846               "name": "AINWebTool-15-D-ssasa",
1847               "isPermitted": true
1848             }, {
1849               "id": "f44e2e96a1b6476abfda2fa407b00169",
1850               "name": "AINWebTool-15-D-PFNPT",
1851               "isPermitted": true
1852             }, {
1853               "id": "b69a52bec8a84669a37a1e8b72708be7",
1854               "name": "AINWebTool-15-X-vdre",
1855               "isPermitted": true
1856             }, {
1857               "id": "fac7d9fd56154caeb9332202dcf2969f",
1858               "name": "AINWebTool-15-X-NONPODECOMP",
1859               "isPermitted": true
1860             }, {
1861               "id": "2d34d8396e194eb49969fd61ffbff961",
1862               "name": "DN5242-Nov16-T5",
1863               "isPermitted": true
1864             }, {
1865               "id": "cb42a77ff45b48a8b8deb83bb64acc74",
1866               "name": "ro-T11",
1867               "isPermitted": true
1868             }, {
1869               "id": "fa45ca53c80b492fa8be5477cd84fc2b",
1870               "name": "ro-T112",
1871               "isPermitted": true
1872             }, {
1873               "id": "4914ab0ab3a743e58f0eefdacc1dde77",
1874               "name": "DN5242-Nov21-T1",
1875               "isPermitted": true
1876             }, {
1877               "id": "d0a3e3f2964542259d155a81c41aadc3",
1878               "name": "test-hvf6-09",
1879               "isPermitted": true
1880             }, {"id": "cbb99fe4ada84631b7baf046b6fd2044", "name": "DN5242-Nov16-T3", "isPermitted": true}]
1881           }
1882         },
1883         "productFamilies": [{
1884           "id": "ebc3bc3d-62fd-4a3f-a037-f619df4ff034",
1885           "name": "SCOTTIE",
1886           "isPermitted": true
1887         }, {
1888           "id": "17cc1042-527b-11e6-beb8-9e71128cae77",
1889           "name": "IGNACIO",
1890           "isPermitted": true
1891         }, {
1892           "id": "36b4733a-53f4-4cc8-8ff0-9172e5fc4b8e",
1893           "name": "Christie",
1894           "isPermitted": true
1895         }, {
1896           "id": "a4f6f2ae-9bf5-4ed7-b904-06b2099c4bd7",
1897           "name": "Enhanced Services",
1898           "isPermitted": true
1899         }, {"id": "vTerrance", "name": "vTerrance", "isPermitted": true}, {
1900           "id": "323d69d9-2efe-4r45-ay0a-89ea7ard4e6f",
1901           "name": "vSCP",
1902           "isPermitted": true
1903         }, {
1904           "id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
1905           "name": "Emanuel",
1906           "isPermitted": true
1907         }, {
1908           "id": "d8a6ed93-251c-47ca-adc9-86671fd19f4c",
1909           "name": "BVOIP",
1910           "isPermitted": true
1911         }, {"id": "db171b8f-115c-4992-a2e3-ee04cae357e0", "name": "LINDSEY", "isPermitted": true}, {
1912           "id": "LRSI-OSPF",
1913           "name": "LRSI-OSPF",
1914           "isPermitted": true
1915         }, {"id": "vRosemarie", "name": "HNGATEWAY", "isPermitted": true}, {
1916           "id": "vHNPaas",
1917           "name": "WILKINS",
1918           "isPermitted": true
1919         }, {
1920           "id": "e433710f-9217-458d-a79d-1c7aff376d89",
1921           "name": "TYLER SILVIA",
1922           "isPermitted": true
1923         }, {"id": "b6a3f28c-eebf-494c-a900-055cc7c874ce", "name": "VROUTER", "isPermitted": true}, {
1924           "id": "Cisneros",
1925           "name": "vMuriel",
1926           "isPermitted": true
1927         }, {
1928           "id": "0ee8c1bc-7cbd-4b0a-a1ac-e9999255abc1",
1929           "name": "CARA Griffin",
1930           "isPermitted": true
1931         }, {
1932           "id": "c7611ebe-c324-48f1-8085-94aef0c6ef3d",
1933           "name": "DARREN MCGEE",
1934           "isPermitted": true
1935         }, {"id": "e30755dc-5673-4b6b-9dcf-9abdd96b93d1", "name": "Transport", "isPermitted": true}, {
1936           "id": "vSalvatore",
1937           "name": "vSalvatore",
1938           "isPermitted": true
1939         }, {"id": "d7bb0a21-66f2-4e6d-87d9-9ef3ced63ae4", "name": "Josefina", "isPermitted": true}, {
1940           "id": "vHubbard",
1941           "name": "vHubbard",
1942           "isPermitted": true
1943         }, {"id": "12a96a9d-4b4c-4349-a950-fe1159602621", "name": "DARREN MCGEE", "isPermitted": true}],
1944         "serviceTypes": {
1945           "e433710f-9217-458d-a79d-1c7aff376d89": [{
1946             "id": "0",
1947             "name": "vRichardson",
1948             "isPermitted": false
1949           }, {"id": "1", "name": "TYLER SILVIA", "isPermitted": true}, {
1950             "id": "2",
1951             "name": "Emanuel",
1952             "isPermitted": false
1953           }, {"id": "3", "name": "vJamie", "isPermitted": false}, {
1954             "id": "4",
1955             "name": "vVoiceMail",
1956             "isPermitted": false
1957           }, {"id": "5", "name": "Kennedy", "isPermitted": false}, {
1958             "id": "6",
1959             "name": "vSEGW",
1960             "isPermitted": false
1961           }, {"id": "7", "name": "vVM", "isPermitted": false}, {
1962             "id": "8",
1963             "name": "vOTA",
1964             "isPermitted": false
1965           }, {"id": "9", "name": "vMME", "isPermitted": false}, {
1966             "id": "10",
1967             "name": "vMNS",
1968             "isPermitted": false
1969           }, {"id": "11", "name": "vSCP", "isPermitted": false}, {
1970             "id": "12",
1971             "name": "VPMS",
1972             "isPermitted": false
1973           }, {"id": "13", "name": "vMMSC", "isPermitted": false}, {
1974             "id": "14",
1975             "name": "SSD",
1976             "isPermitted": false
1977           }, {"id": "15", "name": "vMOG", "isPermitted": false}, {
1978             "id": "16",
1979             "name": "LINDSEY",
1980             "isPermitted": false
1981           }, {"id": "17", "name": "JOHANNA_SANTOS", "isPermitted": false}, {
1982             "id": "18",
1983             "name": "vCarroll",
1984             "isPermitted": false
1985           }]
1986         },
1987         "aicZones": [{"id": "NFT1", "name": "NFTJSSSS-NFT1"}, {"id": "JAG1", "name": "YUDFJULP-JAG1"}, {
1988           "id": "YYY1",
1989           "name": "UUUAIAAI-YYY1"
1990         }, {"id": "BAN1", "name": "VSDKYUTP-BAN1"}, {"id": "DKJ1", "name": "DKJSJDKA-DKJ1"}, {
1991           "id": "MCS1",
1992           "name": "ASACMAMS-MCS1"
1993         }, {"id": "UIO1", "name": "uioclli1-UIO1"}, {"id": "RAJ1", "name": "YGBIJNLQ-RAJ1"}, {
1994           "id": "OPA1",
1995           "name": "opaclli1-OPA1"
1996         }, {"id": "SDE1", "name": "ZXCVBNMA-SDE1"}, {"id": "VEN2", "name": "FGHJUHIL-VEN2"}, {
1997           "id": "ORL1",
1998           "name": "ORLDFLMA-ORL1"
1999         }, {"id": "JAD1", "name": "JADECLLI-JAD1"}, {"id": "ZXL1", "name": "LWLWCANN-ZXL1"}, {
2000           "id": "CKL1",
2001           "name": "CLKSKCKK-CKL1"
2002         }, {"id": "SDF1", "name": "sdfclli1-SDF1"}, {"id": "RAD1", "name": "RADICAL1-RAD1"}, {
2003           "id": "KIT1",
2004           "name": "BHYJFGLN-KIT1"
2005         }, {"id": "REL1", "name": "INGERFGT-REL1"}, {"id": "JNL1", "name": "CJALSDAC-JNL1"}, {
2006           "id": "OLK1",
2007           "name": "OLKOLKLS-OLK1"
2008         }, {"id": "CHI1", "name": "CHILLIWE-CHI1"}, {"id": "UUU4", "name": "UUUAAAUU-UUU4"}, {
2009           "id": "TUF1",
2010           "name": "TUFCLLI1-TUF1"
2011         }, {"id": "KJN1", "name": "CKALDKSA-KJN1"}, {"id": "SAM1", "name": "SNDGCA64-SAN1"}, {
2012           "id": "SCK1",
2013           "name": "SCKSCKSK-SCK1"
2014         }, {"id": "HJH1", "name": "AOEEQQQD-HJH1"}, {"id": "HGD1", "name": "SDFQWHGD-HGD1"}, {
2015           "id": "KOR1",
2016           "name": "HYFLNBVT-KOR1"
2017         }, {"id": "ATL43", "name": "AICLOCID-ATL43"}, {"id": "ATL54", "name": "AICFTAAI-ATL54"}, {
2018           "id": "ATL66",
2019           "name": "CLLIAAII-ATL66"
2020         }, {"id": "VEL1", "name": "BNMLKUIK-VEL1"}, {"id": "ICC1", "name": "SANJITAT-ICC1"}, {
2021           "id": "MNT11",
2022           "name": "WSXEFBTH-MNT11"
2023         }, {"id": "DEF2", "name": "WSBHGTYL-DEF2"}, {"id": "MAD11", "name": "SDFQWGKL-MAD11"}, {
2024           "id": "OLG1",
2025           "name": "OLHOLHOL-OLG1"
2026         }, {"id": "GAR1", "name": "NGFVSJKO-GAR1"}, {"id": "SAN22", "name": "GNVLSCTL-SAN22"}, {
2027           "id": "HRG1",
2028           "name": "HRGHRGGS-HRG1"
2029         }, {"id": "JCS1", "name": "JCSJSCJS-JCS1"}, {"id": "DHA12", "name": "WSXEDECF-DHA12"}, {
2030           "id": "HJE1",
2031           "name": "AOEEWWWD-HJE1"
2032         }, {"id": "NCA1", "name": "NCANCANN-NCA1"}, {"id": "IOP1", "name": "iopclli1-IOP1"}, {
2033           "id": "RTY1",
2034           "name": "rtyclli1-RTY1"
2035         }, {"id": "KAP1", "name": "HIOUYTRQ-KAP1"}, {"id": "ZEN1", "name": "ZENCLLI1-ZEN1"}, {
2036           "id": "HKA1",
2037           "name": "JAKHLASS-HKA1"
2038         }, {"id": "CQK1", "name": "CQKSCAKK-CQK1"}, {"id": "SAI1", "name": "UBEKQLPD-SAI1"}, {
2039           "id": "ERT1",
2040           "name": "ertclli1-ERT1"
2041         }, {"id": "IBB1", "name": "PLMKOIJU-IBB1"}, {"id": "TIR2", "name": "PLKINHYI-TIR2"}, {
2042           "id": "HSD1",
2043           "name": "CHASKCDS-HSD1"
2044         }, {"id": "SLF78", "name": "SDCTLFN1-SLF78"}, {"id": "SEE78", "name": "SDCTEEE4-SEE78"}, {
2045           "id": "SAN13",
2046           "name": "TOKYJPFA-SAN13"
2047         }, {"id": "SAA78", "name": "SDCTAAA1-SAA78"}, {"id": "LUC1", "name": "ATLDFGYC-LUC1"}, {
2048           "id": "AMD13",
2049           "name": "MEMATLAN-AMD13"
2050         }, {"id": "TOR1", "name": "TOROONXN-TOR1"}, {"id": "QWE1", "name": "QWECLLI1-QWE1"}, {
2051           "id": "ZOG1",
2052           "name": "ZOGASTRO-ZOG1"
2053         }, {"id": "CAL33", "name": "CALIFORN-CAL33"}, {"id": "SHH78", "name": "SDIT1HHH-SHH78"}, {
2054           "id": "DSA1",
2055           "name": "LKJHGFDS-DSA1"
2056         }, {"id": "CLG1", "name": "CLGRABAD-CLG1"}, {"id": "BNA1", "name": "BNARAGBK-BNA1"}, {
2057           "id": "ATL84",
2058           "name": "CANTTCOC-ATL84"
2059         }, {"id": "APP1", "name": "WBHGTYUI-APP1"}, {"id": "RJN1", "name": "RJNRBZAW-RJN1"}, {
2060           "id": "EHH78",
2061           "name": "SDCSHHH5-EHH78"
2062         }, {"id": "mac10", "name": "PKGTESTF-mac10"}, {"id": "SXB78", "name": "SDCTGXB1-SXB78"}, {
2063           "id": "SAX78",
2064           "name": "SDCTAXG1-SAX78"
2065         }, {"id": "SYD1", "name": "SYDNAUBV-SYD1"}, {"id": "TOK1", "name": "TOKYJPFA-TOK1"}, {
2066           "id": "KGM2",
2067           "name": "KGMTNC20-KGM2"
2068         }, {"id": "DCC1b", "name": "POIUYTGH-DCC1b"}, {"id": "SKK78", "name": "SDCTKKK1-SKK78"}, {
2069           "id": "SGG78",
2070           "name": "SDCTGGG1-SGG78"
2071         }, {"id": "SJJ78", "name": "SDCTJJJ1-SJJ78"}, {"id": "SBX78", "name": "SDCTBXG1-SBX78"}, {
2072           "id": "LAG1",
2073           "name": "LARGIZON-LAG1"
2074         }, {"id": "IAA1", "name": "QAZXSWED-IAA1"}, {"id": "POI1", "name": "PLMNJKIU-POI1"}, {
2075           "id": "LAG1a",
2076           "name": "LARGIZON-LAG1a"
2077         }, {"id": "PBL1", "name": "PBLAPBAI-PBL1"}, {"id": "LAG45", "name": "LARGIZON-LAG1a"}, {
2078           "id": "MAR1",
2079           "name": "MNBVCXZM-MAR1"
2080         }, {"id": "HST70", "name": "HSTNTX70-HST70"}, {"id": "DCC1a", "name": "POIUYTGH-DCC1a"}, {
2081           "id": "TOL1",
2082           "name": "TOLDOH21-TOL1"
2083         }, {"id": "LON1", "name": "LONEENCO-LON1"}, {"id": "SJU78", "name": "SDIT1JUB-SJU78"}, {
2084           "id": "STN27",
2085           "name": "HSTNTX01-STN27"
2086         }, {"id": "SSW56", "name": "ss8126GT-SSW56"}, {"id": "SBB78", "name": "SDIT1BBB-SBB78"}, {
2087           "id": "DCC3",
2088           "name": "POIUYTGH-DCC3"
2089         }, {"id": "GNV1", "name": "GNVLSCTL-GNV1"}, {"id": "WAS1", "name": "WASHDCSW-WAS1"}, {
2090           "id": "TOY1",
2091           "name": "TORYONNZ-TOY1"
2092         }, {"id": "STT1", "name": "STTLWA02-STT1"}, {"id": "STG1", "name": "STTGGE62-STG1"}, {
2093           "id": "SLL78",
2094           "name": "SDCTLLL1-SLL78"
2095         }, {"id": "SBU78", "name": "SDIT1BUB-SBU78"}, {"id": "ATL2", "name": "ATLNGANW-ATL2"}, {
2096           "id": "BOT1",
2097           "name": "BOTHWAKY-BOT1"
2098         }, {"id": "SNG1", "name": "SNGPSIAU-SNG1"}, {"id": "NYC1", "name": "NYCMNY54-NYC1"}, {
2099           "id": "LAG1b",
2100           "name": "LARGIZON-LAG1b"
2101         }, {"id": "AMD15", "name": "AMDFAA01-AMD15"}, {"id": "SNA1", "name": "SNANTXCA-SNA1"}, {
2102           "id": "PLT1",
2103           "name": "PLTNCA60-PLT1"
2104         }, {"id": "TLP1", "name": "TLPNXM18-TLP1"}, {"id": "SDD81", "name": "SAIT1DD6-SDD81"}, {
2105           "id": "DCC1",
2106           "name": "POIUYTGH-DCC1"
2107         }, {"id": "DCC2", "name": "POIUYTGH-DCC2"}, {"id": "OKC1", "name": "OKCBOK55-OKC1"}, {
2108           "id": "PAR1",
2109           "name": "PARSFRCG-PAR1"
2110         }, {"id": "TES36", "name": "ABCEETES-TES36"}, {"id": "COM1", "name": "PLMKOPIU-COM1"}, {
2111           "id": "ANI1",
2112           "name": "ATLNGTRE-ANI1"
2113         }, {"id": "SDG78", "name": "SDIT1BDG-SDG78"}, {"id": "mac20", "name": "PKGTESTF-mac20"}, {
2114           "id": "DSF45",
2115           "name": "DSFBG123-DSF45"
2116         }, {"id": "HST25", "name": "HSTNTX01-HST25"}, {"id": "AMD18", "name": "AUDIMA01-AMD18"}, {
2117           "id": "SAA80",
2118           "name": "SAIT9AA3-SAA80"
2119         }, {"id": "SSA56", "name": "SSIT2AA7-SSA56"}, {"id": "SDD82", "name": "SAIT1DD9-SDD82"}, {
2120           "id": "JCV1",
2121           "name": "JCVLFLBW-JCV1"
2122         }, {"id": "SUL2", "name": "WERTYUJK-SUL2"}, {"id": "PUR1", "name": "purelyde-PUR1"}, {
2123           "id": "FDE55",
2124           "name": "FDERT555-FDE55"
2125         }, {"id": "SITE", "name": "LONEENCO-SITE"}, {"id": "ATL1", "name": "ATLNGAMA-ATL1"}, {
2126           "id": "JUL1",
2127           "name": "ZXCVBNMM-JUL1"
2128         }, {"id": "TAT34", "name": "TESAAISB-TAT34"}, {"id": "XCP12", "name": "CHKGH123-XCP12"}, {
2129           "id": "RAI1",
2130           "name": "poiuytre-RAI1"
2131         }, {"id": "HPO1", "name": "ATLNGAUP-HPO1"}, {"id": "KJF12", "name": "KJFDH123-KJF12"}, {
2132           "id": "SCC80",
2133           "name": "SAIT9CC3-SCC80"
2134         }, {"id": "SAA12", "name": "SAIT9AF8-SAA12"}, {"id": "SAA14", "name": "SAIT1AA9-SAA14"}, {
2135           "id": "ATL35",
2136           "name": "TTESSAAI-ATL35"
2137         }, {"id": "CWY1", "name": "CWYMOWBS-CWY1"}, {"id": "ATL76", "name": "TELEPAAI-ATL76"}, {
2138           "id": "DSL12",
2139           "name": "DSLFK242-DSL12"
2140         }, {"id": "ATL53", "name": "AAIATLTE-ATL53"}, {"id": "SAA11", "name": "SAIT9AA2-SAA11"}, {
2141           "id": "ATL62",
2142           "name": "TESSASCH-ATL62"
2143         }, {"id": "AUG1", "name": "ASDFGHJK-AUG1"}, {"id": "POI22", "name": "POIUY123-POI22"}, {
2144           "id": "SAA13",
2145           "name": "SAIT1AA9-SAA13"
2146         }, {"id": "BHY17", "name": "BHYTFRF3-BHY17"}, {"id": "LIS1", "name": "HOSTPROF-LIS1"}, {
2147           "id": "SIP1",
2148           "name": "ZXCVBNMK-SIP1"
2149         }, {"id": "ATL99", "name": "TEESTAAI-ATL43"}, {"id": "ATL64", "name": "FORLOAAJ-ATL64"}, {
2150           "id": "TAT33",
2151           "name": "TESAAISA-TAT33"
2152         }, {"id": "RAD10", "name": "INDIPUNE-RAD10"}, {"id": "RTW5", "name": "BHYTFRY4-RTW5"}, {
2153           "id": "JGS1",
2154           "name": "KSJKKKKK-JGS1"
2155         }, {"id": "ATL98", "name": "TEESTAAI-ATL43"}, {"id": "WAN1", "name": "LEIWANGW-WAN1"}, {
2156           "id": "ATL44",
2157           "name": "ATLSANAB-ATL44"
2158         }, {"id": "RTD2", "name": "BHYTFRk4-RTD2"}, {"id": "NIR1", "name": "ORFLMANA-NIR1"}, {
2159           "id": "ATL75",
2160           "name": "SANAAIRE-ATL75"
2161         }, {"id": "NUM1", "name": "QWERTYUI-NUM1"}, {"id": "MTN32", "name": "MDTWNJ21-MTN32"}, {
2162           "id": "RTZ4",
2163           "name": "BHYTFRZ6-RTZ4"
2164         }, {"id": "ATL56", "name": "ATLSANAC-ATL56"}, {"id": "AMS1", "name": "AMSTNLBW-AMS1"}, {
2165           "id": "RCT1",
2166           "name": "AMSTERNL-RCT1"
2167         }, {"id": "JAN1", "name": "ORFLMATT-JAN1"}, {"id": "ABC14", "name": "TESAAISA-ABC14"}, {
2168           "id": "TAT37",
2169           "name": "TESAAISD-TAT37"
2170         }, {"id": "MIC54", "name": "MICHIGAN-MIC54"}, {"id": "ABC11", "name": "ATLSANAI-ABC11"}, {
2171           "id": "AMF11",
2172           "name": "AMDOCS01-AMF11"
2173         }, {"id": "ATL63", "name": "ATLSANEW-ATL63"}, {"id": "ABC12", "name": "ATLSECIA-ABC12"}, {
2174           "id": "MTN20",
2175           "name": "MDTWNJ21-MTN20"
2176         }, {"id": "ABC15", "name": "AAITESAN-ABC15"}, {"id": "AVT1", "name": "AVTRFLHD-AVT1"}, {
2177           "id": "ATL34",
2178           "name": "ATLSANAI-ATL34"
2179         }],
2180         "categoryParameters": {
2181           "owningEntityList": [{
2182             "id": "aaa1",
2183             "name": "aaa1"
2184           }, {"id": "d61e6f2d-12fa-4cc2-91df-7c244011d6fc", "name": "WayneHolland"}, {
2185             "id": "Melissa",
2186             "name": "Melissa"
2187           }],
2188           "projectList": [{"id": "WATKINS", "name": "WATKINS"}, {"id": "x1", "name": "x1"}, {"id": "yyy1", "name": "yyy1"}],
2189           "lineOfBusinessList": [{"id": "ONAP", "name": "ONAP"}, {"id": "zzz1", "name": "zzz1"}],
2190           "platformList": [{"id": "platform", "name": "platform"}, {"id": "xxx1", "name": "xxx1"}]
2191         },
2192         "type": "[LCP_REGIONS_AND_TENANTS] Update",
2193         "subscribers": [{
2194           "id": "CAR_2020_ER",
2195           "name": "CAR_2020_ER",
2196           "isPermitted": true
2197         }, {
2198           "id": "21014aa2-526b-11e6-beb8-9e71128cae77",
2199           "name": "JULIO ERICKSON",
2200           "isPermitted": false
2201         }, {
2202           "id": "DHV1707-TestSubscriber-2",
2203           "name": "DALE BRIDGES",
2204           "isPermitted": false
2205         }, {"id": "DHV1707-TestSubscriber-1", "name": "LLOYD BRIDGES", "isPermitted": false}, {
2206           "id": "jimmy-example",
2207           "name": "JimmyExampleCust-20161102",
2208           "isPermitted": false
2209         }, {
2210           "id": "jimmy-example2",
2211           "name": "JimmyExampleCust-20161103",
2212           "isPermitted": false
2213         }, {
2214           "id": "ERICA5779-TestSub-PWT-102",
2215           "name": "ERICA5779-TestSub-PWT-102",
2216           "isPermitted": false
2217         }, {
2218           "id": "ERICA5779-TestSub-PWT-101",
2219           "name": "ERICA5779-TestSub-PWT-101",
2220           "isPermitted": false
2221         }, {
2222           "id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
2223           "name": "Emanuel",
2224           "isPermitted": false
2225         }, {
2226           "id": "ERICA5779-Subscriber-4",
2227           "name": "ERICA5779-Subscriber-5",
2228           "isPermitted": false
2229         }, {
2230           "id": "ERICA5779-TestSub-PWT-103",
2231           "name": "ERICA5779-TestSub-PWT-103",
2232           "isPermitted": false
2233         }, {
2234           "id": "ERICA5779-Subscriber-2",
2235           "name": "ERICA5779-Subscriber-2",
2236           "isPermitted": false
2237         }, {
2238           "id": "e433710f-9217-458d-a79d-1c7aff376d89",
2239           "name": "SILVIA ROBBINS",
2240           "isPermitted": true
2241         }, {
2242           "id": "ERICA5779-Subscriber-3",
2243           "name": "ERICA5779-Subscriber-3",
2244           "isPermitted": false
2245         }, {"id": "31739f3e-526b-11e6-beb8-9e71128cae77", "name": "CRAIG/ROBERTS", "isPermitted": false}]
2246       }
2247     };
2248   }
2249 }
2250
2251 class MockFeatureFlagsService {}
2252
2253 describe('Network popup service', () => {
2254   let injector;
2255   let service: NetworkPopupService;
2256   let genericFormService: GenericFormService
2257   let defaultDataGeneratorService: DefaultDataGeneratorService;
2258   let fb: FormBuilder;
2259   let iframeService: IframeService;
2260
2261
2262   beforeAll(done => (async () => {
2263     TestBed.configureTestingModule({
2264       providers : [
2265         NetworkPopupService,
2266         BasicControlGenerator,
2267         NetworkControlGenerator,
2268         DefaultDataGeneratorService,
2269         GenericFormService,
2270         FormBuilder,
2271         IframeService,
2272         AaiService,
2273         LogService,
2274         BasicPopupService,
2275         {provide:FeatureFlagsService, useClass: MockFeatureFlagsService},
2276         {provide: NgRedux, useClass: MockReduxStore},
2277         {provide: HttpClient, useClass: MockAppStore},
2278         {provide: SdcUiServices.ModalService, useClass: MockModalService}
2279       ]
2280     });
2281     await TestBed.compileComponents();
2282
2283     injector = getTestBed();
2284     service = injector.get(NetworkPopupService);
2285     genericFormService = injector.get(GenericFormService);
2286     defaultDataGeneratorService = injector.get(DefaultDataGeneratorService);
2287     fb = injector.get(FormBuilder);
2288     iframeService = injector.get(IframeService);
2289
2290   })().then(done).catch(done.fail));
2291
2292   test('getTitle should return the correct title for edit and create mode', () => {
2293     expect(service.getTitle(true)).toBe('Edit Network');
2294     expect(service.getTitle(false)).toBe('Set new Network');
2295   });
2296
2297   test('getSubLeftTitle should return network model name', () => {
2298     service.uuidData = {
2299       'networkId': 'Model name'
2300     };
2301     expect(service.getSubLeftTitle()).toBe('Model name');
2302   });
2303
2304   test('getSubRightTitle should return popup type', () => {
2305     expect(service.getSubRightTitle()).toBe('Network Instance Details');
2306   });
2307
2308   test('getModelInformation should update modelInformations', () => {
2309     const serviceId: string = '6b528779-44a3-4472-bdff-9cd15ec93450';
2310     const networkModel: string = 'ExtVL 0';
2311
2312     service.getModelInformation(serviceId, networkModel);
2313     expect(service.modelInformations.length).toEqual(13);
2314     expect(service.modelInformations[0].label).toEqual("Subscriber Name");
2315     expect(service.modelInformations[0].values).toEqual(['SILVIA ROBBINS']);
2316
2317     expect(service.modelInformations[1].label).toEqual("Service Name");
2318     expect(service.modelInformations[1].values).toEqual(['action-data']);
2319
2320     expect(service.modelInformations[2].label).toEqual("Service Instance Name");
2321     expect(service.modelInformations[2].values).toEqual(['InstanceName']);
2322
2323     expect(service.modelInformations[3].label).toEqual("Model Name");
2324     expect(service.modelInformations[3].values).toEqual(['ExtVL']);
2325
2326     expect(service.modelInformations[4].label).toEqual("Model version");
2327     expect(service.modelInformations[4].values).toEqual(['37.0']);
2328
2329     expect(service.modelInformations[5].label).toEqual("Description");
2330     expect(service.modelInformations[5].values).toEqual(['ECOMP generic virtual link (network) base type for all other service-level and global networks']);
2331
2332     expect(service.modelInformations[6].label).toEqual("Category");
2333     expect(service.modelInformations[6].values).toEqual([undefined]);
2334
2335     expect(service.modelInformations[7].label).toEqual("Sub Category");
2336     expect(service.modelInformations[7].values).toEqual([undefined]);
2337
2338     expect(service.modelInformations[8].label).toEqual("UUID");
2339     expect(service.modelInformations[8].values).toEqual(['ddc3f20c-08b5-40fd-af72-c6d14636b986']);
2340
2341     expect(service.modelInformations[9].label).toEqual("Invariant UUID");
2342     expect(service.modelInformations[9].values).toEqual(['379f816b-a7aa-422f-be30-17114ff50b7c']);
2343
2344     expect(service.modelInformations[10].label).toEqual("Service type");
2345     expect(service.modelInformations[10].values).toEqual(['']);
2346
2347     expect(service.modelInformations[11].label).toEqual("Service role");
2348     expect(service.modelInformations[11].values).toEqual(['']);
2349
2350     expect(service.modelInformations[12].label).toEqual('Network roles');
2351     expect(service.modelInformations[12].values).toEqual( ['network role 1', ' network role 2']);
2352   });
2353
2354
2355   test('onCancel should trigger closeDialogEvent and iframe', () => {
2356     let that = <any>{
2357       parentElementClassName: 'content',
2358       _iframeService: iframeService
2359     };
2360     jest.spyOn(iframeService, 'removeClassCloseModal');
2361     jest.spyOn(service.closeDialogEvent, 'next');
2362
2363     service.onCancel(that, fb.group({}));
2364
2365     expect(that._iframeService.removeClassCloseModal).toHaveBeenCalledWith(that.parentElementClassName)
2366     expect(service.closeDialogEvent.next).toHaveBeenCalledWith(that);
2367   });
2368
2369   test('onSubmit should trigger onCancel', () => {
2370     let that = <any>{
2371       parentElementClassName: 'content',
2372       _iframeService: iframeService,
2373       storeNetwork: () => {
2374       },
2375       serviceModel: {
2376         uuid: 'someUUID'
2377       }
2378     };
2379     let form = fb.group({});
2380     jest.spyOn(service, 'onCancel');
2381     jest.spyOn(that, 'storeNetwork');
2382     jest.spyOn(window.parent, 'postMessage');
2383
2384     service.onSubmit(that, form);
2385
2386     expect(service.onCancel).toHaveBeenCalledWith(that, form);
2387     expect(that.storeNetwork).toHaveBeenCalledWith(that, form.value);
2388     expect(window.parent.postMessage).toHaveBeenCalledWith({
2389       eventId: 'submitIframe',
2390       data: {
2391         serviceModelId: 'someUUID'
2392       }
2393     }, "*");
2394   });
2395 });