summaryrefslogtreecommitdiffstats
path: root/platform-logic/generic-resource-api/src/main/json
AgeCommit message (Collapse)AuthorFilesLines
2019-11-08Fix vCPE GRA NetworkBrian Freeman1-1/+2790
Issue-ID: INT-1345 Change-Id: I10dd72b7c3587f8c5cd6ebe35fe786858f420b71 Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 2d4f6f3ff3c675ab9243efeaa41c3a4822268db0
2019-11-01Fix vnf-topology-assign asyncTimoney, Dan (dt5972)4-1110/+1080
Updated vnf-topology-operation and vf-module-topolopy-operation not to call assign-async directly. Updated vnf-topology-operation-async and vf-module-topology-operation-async to call assign-async instead of assign. Change-Id: I16900ecb2126d2fe7fc3e1dfea351345272c275f Issue-ID: SDNC-961 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 47c7a904b9a764a2159066bff311f204fd18ce0d
2019-10-23Fix async logicTimoney, Dan (dt5972)2-832/+1150
Fix bug in vnf-topology and vf-module-topology DGs to call correct async DG (right now, not calling async DG). Change-Id: I2a32e9e0755c274cbe235e9f3aabb5547a7d17d3 Issue-ID: SDNC-949 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: bf19b18511c382add95d33526e0706b7858f276f
2019-10-08correct pidx in self-serve-netbox-ip-assign DGAbdelmuhaimen Seaudi1-2/+2
Issue-ID: CCSDK-1817 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Iadb8ce8b7602c38a73e7aa20d3ecf7d5da95daa3 Former-commit-id: a634edd152d2fc0c7b237cc5df8cc646da170f9b
2019-10-03Remove quotes in so responseTimoney, Dan (dt5972)2-3/+3
Add 'format=xml' to restapi-call-node to prevent quotes from being added around values in XML content Change-Id: Ic1eacf64fa59002a913d248796fc9247eeeac853 Issue-ID: SDNC-927 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 328a0562c256b4d3781765506dded054b58c3426
2019-10-02Fixes for async response to SOTimoney, Dan (dt5972)1-60/+60
1) Wrong user name configured for SO interface 2) Accept header needs to be set to 'text/plain' 3) Content-Type needs to be explicitly set to 'application/json' 4) Template is missing outer "input" tag 5) Message needs to be in XML format, not JSON Change-Id: Icd06d12ff8576d2dd560ea452d0a14c3de643a00 Issue-ID: SDNC-927 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 74ad4c7e51bbfa01caa2e504779b47dd86861428
2019-09-04generic-resource-api DG enhancementCheung, Pat (kc1472)11-4875/+13851
Add vnf and vf-module async and concurrency support Issue-ID: SDNC-854 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Change-Id: I2d1ebecca6661ef84d01994a77f5ec2f57c81497 Former-commit-id: 49752d7a66e8edf73e94fd2f7c6191dba1d2d2fc
2019-08-27Revert "GRAPI DG enhancement"Timoney, Dan (dt5972)10-13523/+4875
This reverts commit 48c912df5cc69f58592d96a93e8b72900587dc89 [formerly 8d5a350ab0128e46a81042341f2024a88631d35a]. This change breaks the flow in a few ways: - loses fix to case where now GW preload is found. - depends on an adaptor that is not part of ONAP (MSOAdaptor) - uses a rest api template that does not exist. Change-Id: I7db150174484309e2ec3b49365403ca0d4f7ac6f Issue-ID: SDNC-870 Issue-ID: SDNC-871 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: ffce554d009b58c71e433d9edc3ba6476f4ce9ce
2019-08-22GRAPI DG enhancementCheung, Pat (kc1472)10-4875/+13523
Adding async and concurrency enhancement to GRAPI Issue-ID: SDNC-854 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Change-Id: Ia6d2db17dbc85bed4e91cfeb345877baa1494c4b Former-commit-id: 8d5a350ab0128e46a81042341f2024a88631d35a
2019-07-31Fix reuse InstanceName when re-creating a serviceliboz3-3/+6498
Add instance id instead of NULL to context_id when creating entry in GENERIC_RESOURCE_NAME table, Delete entry directly if no prefix and name_index involved when rolling back instance name Issue-ID: SDNC-798 Change-Id: I4c6391bf85e289894fd3019eafe76357b9b1c86c Signed-off-by: liboz <libo.zheng@arris.com> Former-commit-id: ae2694d30df3a7f62324ec7e617d23f187debcbb
2019-06-09Add logic to delete resource also from AAIPérez Caparrós David, INI-INO-ECO-HCT2-794/+1414
Delete resources (AccessConnectivity, InternetProfile) from AAI in delete operation Issue-ID: SDNC-791 Signed-off-by: Pérez Caparrós David <David.PerezCaparros@swisscom.com> Change-Id: I4a3eb7880e3736656acf30342ac98aa84cd62afb Former-commit-id: 50cbf91801eed6445d10da5ede3d6177365752b1
2019-06-05Add relationship between BBS resource and ServiceVictor Gao2-571/+732
Issue-ID: SDNC-783 Signed-off-by: Victor Gao <victor.gao@huawei.com> Change-Id: I3ce8c75a44301bfaeec288ec482e22e9f4fad6e1 Former-commit-id: b946de8336944c803ed9c23bd606343fe149e062
2019-06-05fix the DG writing log bugVictor Gao2-490/+487
Issue-ID: SDNC-784 Signed-off-by: Victor Gao <victor.gao@huawei.com> Change-Id: I80296f2f9149a32f581a14a9eb091c5cdc6a68fb Former-commit-id: ea9fdaac3e3dcc5dadceb72d4f470b07cd3a1f72
2019-06-02Correct vf-module-name in self-serve-aai-vf-module-putAbdelmuhaimen Seaudi1-1/+1
Issue-ID: SDNC-781 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I74dcb2caff08ed736e7a14746e636638cfb019f4 Former-commit-id: 8321d39510cf198e14a583f24a13e92c4c926f61
2019-05-31Merge "DG enhancement for El Alto"Dan Timoney1-1/+1663
Former-commit-id: 9d188efd67fe81b7e9b190afd8858eb042b813ac
2019-05-31DG enhancement for El AltoCheung, Pat (kc1472)1-1/+1663
enhance unresolved-composite-data to include additional format Issue-ID: SDNC-771 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Change-Id: Ie7149215489ad81183003e9323d7818e6ed33fd1 Former-commit-id: 08b93b549ef3903e22f19d4734632dcfcfc64904
2019-05-31Fix for sdnc aai relationshipprakash.e1-174/+174
Fix for sdnc aai relationship for generic vnf resource and service instance. Issue-ID: SDNC-780 Signed-off-by: prakash.e <prakash.e@huawei.com> Change-Id: I5db4e0a7f243a1be15e95221250e6e84e91e5509 Former-commit-id: 4a1c826efda07f3bb20f1531ca97c7a4726f4d96
2019-05-30Merge "Fix SDNC parameters save in AAI failure"Dan Timoney6-1207/+1238
Former-commit-id: b0aa3b3bcc3c269bbc62a2e9690830a959e37e59
2019-05-29Fix SDNC parameters save in AAI failureprakash.e6-1207/+1238
1. SDNC is fixed by passing proper UUID and version ID. 2. SDNC is fixed by removing validations for vnf resource creation DG 3. Fixed sdwan-wan-port-static.json template by passing generated wan-portId Issue-ID: SDNC-773 Signed-off-by: prakash.e <prakash.e@huawei.com> Change-Id: I0021983f0721dde6592d86bef602b8b4641215a3 Former-commit-id: 5e6ca08e7b71fa0ba6fc4a9ad9e02739e81e5e07
2019-05-29correct vf-module-label in self-serve-vfmodule-ra-assign DGAbdelmuhaimen Seaudi1-2/+2
Issue-ID: SDNC-777 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I9abd2ec5d49a62d7a8fd158df60cb187f14166e6 Former-commit-id: 67a708a5cc97a69d68a59cc80fe98007e99e3505
2019-05-28Bug fix to change leaf-list in yangjanani3-1150/+1150
Yang change for DG Change-Id: I2dd6afebfcc213fcc47992c328422ff32dd76fe2 Issue-ID: CCSDK-1344 Signed-off-by: janani <janani.b@huawei.com> Former-commit-id: d62222b32cb04696dd11917f893397a01c3ba49f
2019-05-23Bug fix to add restconf api node in DGjanani3-1141/+1177
Restconf api node in DG Change-Id: I5bcd79073a442cc8ca532f3c2a1560f2867803c4 Issue-ID: CCSDK-1344 Signed-off-by: janani <janani.b@huawei.com> Former-commit-id: bd8f3c044a690772dc1855a0b8f678d9b56f5142
2019-05-17Fixed SDWAN bandwidth change issueshashikanth.vh2-1182/+1341
1. update svc-action not handle in vf-module-topology-operation DG causing bandwidth change failure. 2.sdwan-bandwidth-policy-change node link to get ESR missing so could not get controller IP 3.Update code to send request based on IPMode Change-Id: I837f98c9199ddb34644e8c5af1679598ac123fc4 Issue-ID: SDNC-767 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: e151fc707c1426e2c8563726a8b396de0e0b65c9
2019-05-10Fix SDWAN DG activate in SDNC startupprakash.e2-458/+458
1. SDWAN newly add vf-module-topology-operation DGs are added in graph.versions to activate during SDNC startup 2. Fixed SDWAN site and wan-port delete DGs by calling right DG to get parameters. Change-Id: I34fa321e325d92b2a471bc9cd8ae499990ae37b8 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: b4f2903673c98cb12c99760c08a072340bfcfc08
2019-05-06Fix SDWAN peer wise integration testing issuesprakash.e3-349/+507
SDWAN lan-port-config create,activate DGs are fixed with valid request-action and updated service-data with response-id returned from SDWAN controller Change-Id: Ib4067d4de257c64f81b4e70584bcf26c87bbaa04 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 08d1ca8e484cab832ce1f54cc36539888d77b08a
2019-05-06Fix SDWAN lan-port deactivate DG with url changeprakash.e1-920/+1300
SDWAN lan-portdeactivate DG is fixed with correct urls for device-port-delete, lan-port-delete and bride-domain-delete Change-Id: I160f219f40e67cbc153e05084a0c851b40672dae Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: ee72118f757731a3bc4f674705f00dfb49502e2a
2019-05-06Fix SDWAN lan-port-config request action issueprakash.e1-402/+402
Fixed SDWAN lan-port-config-delete DG with correct request-action DeleteSDWANLanPortInstance Change-Id: Icb03e923e3615c130945b7872b5836fd3650e3f4 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: a132dd2269b619a0ecb436969f2ecc51149dfa36
2019-05-06Fixed lan-port-deactivate by passing bridgeDomainIdprakash.e1-169/+213
Added bridgeDomainId parameter in lan-port-param DG to pass it in bridgeDomain delete request to controller Change-Id: Ifef40161756256ec57cde1ee1fbf8779edec81fe Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 813277f3100e05ae7580b0cd8712ee97eec7e99c
2019-05-06Fix SDWAN lan-port-delete DG by passing valid indexprakash.e1-251/+251
SDWAN lan-port-config-delete DG, vf-module-id is passed with correct vnf-index. Change-Id: I23e4cb60fcf8c6db5c383fbaf63ddc9123f3210a Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: c4a473250721d08c9eef5170800efa2932bee15c
2019-05-05Merge "fixed WAN port deactivate issue"Dan Timoney1-283/+283
Former-commit-id: 1b1345b80a0dfbc6ea3cf2da221816b9ea0e0d2a
2019-05-05Merge "Replace access_id with remote_id"Dan Timoney2-15/+15
Former-commit-id: d902998d6dfe7f6141c7d6c6dde86e4e43a07afa
2019-05-05Merge "Fix SDWAN lan-portId set in service-data"Dan Timoney1-740/+801
Former-commit-id: 68885623b91e7e4745b53df2393c53b37b00c6bb
2019-05-01Replace access_id with remote_idSalichos Michail, INI-INO-ECO-HCT2-15/+15
Replace all the occurences of access_id with remote_id in the DGs Issue-ID: SDNC-738 Change-Id: I13073f30b9238f566a6df22cdd0d15e7393af5e7 Signed-off-by: Salichos Michail, INI-INO-ECO-HCT <michail.salichos@gmail.com> Former-commit-id: 10d60e05a8c778598cabfc81d4134e9a68bf763b
2019-04-29fixed WAN port deactivate issueshashikanth.vh1-283/+283
On delete of WAN port controller returned 500 error code, this issue fixed Change-Id: Iebcd3b44b830bd067f6858230e339b6338964773 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 4db3c5b014e3e5002e2df59ab922268bc0fdce08
2019-04-28Fix SDWAN lan-portId set in service-dataprakash.e1-740/+801
SDWAN lan-portId value is copied and set it to prop.lan.lanPortId. Change-Id: Id01d0f1b22073d273f38b50d62817129e1bfd7ee Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: ca849a89db8c72e5a9278b77dfadb5ba9f62e770
2019-04-27Merge "fixed WAN port create issue"Dan Timoney1-3/+3
Former-commit-id: 5377ee40ada510053ed0beeba9410de6600a6ae2
2019-04-26fixed WAN port create issueshashikanth.vh1-3/+3
Invalid parameter is used to set context memory for ip address Change-Id: I71e33d7d27526fd95a12afc08a669dbeb8768f32 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 7fb0b011a2ebba3757e41f219fdd1b4efc1a6c8a
2019-04-26Fix SDWAN lan-port-config ip-subnets creationprakash.e1-121/+165
SDWAN lan-port ip-subnets creation called after attaching site to VPN to resolve invalid-vpn error from controller Change-Id: Iec9d8a1945e3ddd992aa33e5f96b1ab9ce1dfd88 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 83413b8058da81bd163b1c4270f4851cbbde0161
2019-04-25Fix SDWAN site role passed to controllerprakash.e1-899/+936
SDWAN site role dsvpn-hub and sdwan-edge is not fetched and passed to controller. Now it is fetched in for loop and passed to controller. Change-Id: I85b7be5bdc802fa7144631aeaf3cf19bc3fde979 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 570153b334e64246b2eff459d18d6eac6df70e22
2019-04-25Fixed vf-module-topology DG with valid request-actionprakash.e1-409/+409
New request-actions added in GENERIC-RESOURCE-API.yang. CreateSDWANSiteInstance, ActivateSDWANSiteInstance, DeactivateSDWANSiteInstance, DeleteSDWANSiteInstance are added and it is replaced in vf-module-topology DG Change-Id: I0898056cb43763ff04eda0e503bc05706b283f3d Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 4fe4dea73ef2a71b9ba04a9066c82aebafa71ca2
2019-04-24Merge "Fixed SDWAN lan-port-activate DG with correct AAI resource"Dan Timoney1-652/+837
Former-commit-id: 797f2333a91eb3de6fdbc8260e02f39e6b99e802
2019-04-24Merge "SDWAN vpn-site-res delete DG duplicate removal"Dan Timoney1-222/+178
Former-commit-id: 635497eccd5158a70e310f789a21c68d9150d813
2019-04-24Merge "SDWAN vpn-site-resource DG- failure cases handled"Dan Timoney1-101/+176
Former-commit-id: c5233c49f31447379f0a2a1f6f1033dfcf1a711e
2019-04-24Merge "SDWAN site-resource to generic-vnf relationship failed"Dan Timoney1-181/+183
Former-commit-id: 0e0b0eb721cdf7c2740120ebfb6baee6effeb97a
2019-04-24Fixed SDWAN lan-port-activate DG with correct AAI resourceprakash.e1-652/+837
SDWAN lan-port-activate DG is updated with correct AAI resource name lan-port-config. Earlier resource name sdwan-vpn is used Change-Id: I2ed2d4da0415a57b4cbb02f13a557f5da93ba80b Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 5a05205ebb2299f235e76a2288f7347d29e6cebb
2019-04-24SDWAN vpn-site-res delete DG duplicate removalprakash.e1-222/+178
In SDWAN vip-site-resource-delete DG, Duplicat validation of vnf-id is deleted where requiredParameters method is called for validation and again validating for NULL check with the same input. Change-Id: Ic28da8a0d4f03203d0535ac7fa696b725011242f Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 0e235c74665b23535ab9a715684c700de8d910cb
2019-04-24SDWAN vpn-site-resource DG- failure cases handledprakash.e1-101/+176
To activate vnf-resource, order status should be Created. Fixed by Adding validity check with order-status is Created. Change-Id: I489ac4bad2af05d8b34922a70c49ed970e934370 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 0872665a543775469b1c7cf851fef6728529e12f
2019-04-24SDWAN site-resource to generic-vnf relationship failedshashikanth.vh1-181/+183
Change-Id: I500b260710c0c869d1e2c0cd3a4d17e532250f70 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: b90c38f8871cc36434568009d856cb90c8c6448a
2019-04-24SDWAN vpn-site-resource DG parameter changeprakash.e1-137/+137
1. parameter name vnf-index changed to vnf-id to set id returned from generateUUID. 2. Deleted commented lines in service relationship in AAI Change-Id: I5aaac2e15ff2ea2bc1c590d8c6c4818d8f84d047 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 4067c21aafd96649d687c7a1dc3d0215710e61df
2019-04-24Merge "SDWAN WAN port create exception issue fix"Dan Timoney1-186/+186
Former-commit-id: c1b7f1400023567a2e138282592aaebd389738bc