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