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