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