aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-10-07Add model info on CHANGEASSIGN req to SDNCKuleshov, Elena2-0/+69
Add model info on CHANGEASSIGN req to SDNC Issue-ID: SO-2397 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ieaf61e065273581512d797055dd7aef6f2a942d7
2019-10-07Changed task names in bpmnBoslet, Cory1-21/+21
Changed task names in bpmn to be more understandable Issue-ID: SO-2396 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I270dbb6a40fc32eb61b7c382b3a81c98ce97e71a
2019-10-07SO Distribution Error on Allotted Resourcesarada prasad sahoo10-1/+1254
SO Distribution Error on Allotted Resource - duplicate primary Issue-ID: SO-2351 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: Iae7bda27ac4975b5ede657ac485472bbc6e88c56
2019-10-04Merge "Update logging version to 1.5.1"Byung-Woo Jun1-3/+3
2019-10-04Fix issue where user cannot create a recipe viaSmokowski, Steven4-1/+47
Fix issue where user cannot create a recipe via rest Issue-ID: SO-2394 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia21131a1179cbba2652aae30451a25a90ac00e51
2019-10-04Update catalog db client to specify larger pageSmokowski, Steven1-2/+2
Update catalog db client to specify larger page size Issue-ID: SO-2393 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3f0856e6b278e341f5b1a5867e1d3031a64edab6
2019-10-04Merge "Revert "basic auth for so-monitoring""Byung-Woo Jun19-611/+39
2019-10-04Merge "bug fix with wrong json handling in ConfigAssignVnf"Steve Smokowski2-18/+69
2019-10-04Merge "Added null checks for bp to prevent exceptions at bp.getId() calls; ↵Lukasz Muszkieta1-8/+13
fixed omissions in methods control logic; removed unneeded catch blocks"
2019-10-04Revert "basic auth for so-monitoring"k.kazak19-611/+39
This reverts commit 3cc4c5bf37b4ae20a9809c329ad8aa1889aadbdd. Change-Id: I66ae23f1ef82f28c78986d58ce3373b56e950c7b Issue-ID: OJSI-169 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-10-04Added null checks for bp to prevent exceptions atOleksandr Moliavko1-8/+13
bp.getId() calls; fixed omissions in methods control logic; removed unneeded catch blocks Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I8347b953381ebb4a112a22fc8c58a9a32f2dbfb7
2019-10-04Merge "Removed unused private method getProcessInstanceId() to prevent ↵Lukasz Muszkieta1-13/+0
static analyzer warning"
2019-10-04bug fix with wrong json handling in ConfigAssignVnfLukasz Muszkieta2-18/+69
Change-Id: Ib1a51a69bf421e33e439da6f1cb0abafd760cca2 Issue-ID: SO-2382 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-10-03Update logging version to 1.5.1Marcus G K Williams1-3/+3
This will solve issue where OOF is not a logging component. Issue-ID: SO-2378 Change-Id: If01e7ffc22d712dfd7f5c5e077384423e89b6574 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-10-03Merge "Added null check for executions variable to prevent a static analyzer ↵Lukasz Muszkieta1-1/+1
warning"
2019-10-03Merge "Updated VNFM adapter security readme"Byung-Woo Jun2-16/+9
2019-10-03Merge "Add null check for the InfraActiveRequests lookup"Steve Smokowski3-55/+66
2019-10-03Merge "Improve fall out case handling"Steve Smokowski31-524/+263
2019-10-03General sonar fixesArindam Mondal3-4/+2
Issue-ID: SO-2381 Change-Id: I58c41ec7295838465a8af28721842625ee828a17 Signed-off-by: arindamm <arind.mondal@samsung.com>
2019-10-03Removed unused private method getProcessInstanceId()Oleksandr Moliavko1-13/+0
to prevent static analyzer warning Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Iab8cba14eb519f8c36f4f3ddd3fde2e50ac7147b
2019-10-03Added null check for executions variable toOleksandr Moliavko1-1/+1
prevent a static analyzer warning Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I6c10240048452c242ab3f513a6e13e81baedbc5f
2019-10-02Update versionsubhash kumar singh1-1/+1
Version bump to 1.5.3 . Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Issue-ID: SO-2379 Change-Id: I99cc3dbaaa4c058f0a290c71b74896cb92c726a3
2019-10-01Improve fall out case handlingSmokowski, Steven31-524/+263
Update Openstack adapter to handle fall out cases with greater stability Issue-ID: SO-2376 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I20116cbd3b63bb29c9bf4ed99e92bd5f2b691da5
2019-10-01mso should not send content type http header toPlummer, Brittany3-6/+24
Updated getHeaders to not add Content-Type header on GET requests Updated getHttpHeaders boolean to includeContentType Issue-ID: SO-2366 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I476bf02791d699cda2ca4118c8f578c96461097e
2019-09-30Add null check for the InfraActiveRequests lookupBonkur, Venkat3-55/+66
Add null check for the InfraActiveRequests lookup move it into a separate method for InfraActiveRequests lookup Issue-ID: SO-2374 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I84ff23b4da12719b589d43135a7604a2d4b24fef
2019-09-30Merge "Added null check for execute() result to remove static analyzer warning"Lukasz Muszkieta1-1/+5
2019-09-30Merge "revert the code change of mso7941 .logic is"Steve Smokowski1-5/+2
2019-09-30Merge "Added null check to server.getImage() to prevent crash at getId() call."Lukasz Muszkieta1-5/+7
2019-09-30Merge "Added null check for vMap to prevent static analyzer warning about ↵Lukasz Muszkieta1-6/+8
potential crash at vMap.entrySet() call"
2019-09-30Added null check for execute() result to removeOleksandr Moliavko1-1/+5
static analyzer warning Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: Ifc8481b659c5b53378611f9e80db087db590ae05
2019-09-30Updated VNFM adapter security readmeMichaelMorris2-16/+9
Change-Id: I54fd7b942c444f13b75c929dd4abbf8c95b581db Issue-ID: SO-2355 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-09-27revert the code change of mso7941 .logic isBonkur, Venkat1-5/+2
revert the code change of mso7941 .logic is implemented in mso8129 in WorkflowActionBBTasks based on vnfc and config relationship Issue-ID: SO-2370 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3132950f4a65d3c2662cfbdf6baa93dfe5db0140
2019-09-27Merge "Set WorkflowException on BPMN WF error"Steve Smokowski2-1/+16
2019-09-27Unit test cases for SVNFM SimulatorAndrewLamb5-26/+384
Change-Id: Ibc6e4d47007fb14dbcad97b27d47cdd808251c9d Issue-ID: SO-1853 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-09-26Set WorkflowException on BPMN WF errorElena Kuleshov2-1/+16
WorkflowException needs to be set when execution of a custom workflows fails due to an error from BPMN Issue-ID: SO-2369 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: Ie5ab66105681588000693fdbb3ca89310aee8a7c
2019-09-26Added null check for vMap to prevent staticOleksandr Moliavko1-6/+8
analyzer warning about potential crash at vMap.entrySet() call Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I6eacb28c6720b7432fd31faabacd9dc52f0abe60
2019-09-26Added null check to server.getImage() to preventOleksandr Moliavko1-5/+7
crash at getId() call. Issue-ID: SO-1841 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I6ecaf66649e9df971003268b7272f677c5394083
2019-09-25Merge "Added missing headers"Steve Smokowski2-2/+41
2019-09-25Merge "- Added serviceDeployed variable for"Steve Smokowski2-0/+20
2019-09-25Merge "Upgrade swagger in mso-catalog-db-adapter"Steve Smokowski4-28/+69
2019-09-25Merge "sdn post 1908 rollback and resume mso should"Steve Smokowski4-1/+86
2019-09-25Merge "check for null before setting headers"Steve Smokowski2-1/+99
2019-09-25Merge "mso should not send content type http header to"Steve Smokowski0-0/+0
2019-09-24Update Resume Logic and Add Workflow ListenersSmokowski, Steven27-847/+1149
Updated with the error log messages Changed the code to do string compare for eventName update workflowaction to only persist if not resume Issue-ID: SO-2363 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I139f2427ae0f0253a15cc51003318686568cb514
2019-09-24check for null before setting headersMnushkin, Dmitry2-1/+99
check for null before setting headers Issue-ID: SO-2356 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I51bd332b13f687df09bc80489cf93baebc84ceb8
2019-09-24mso should not send content type http header toBenjamin, Max (mb388a)0-0/+0
Updated getHeaders to not add Content-Type header on GET requests Updated getHttpHeaders boolean to includeContentType Issue-ID: SO-2366 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idc7333bfff6b2299c3b192fb1307aae1d0260a5d
2019-09-24Added missing headersPlummer, Brittany2-2/+41
Added missing headers to files Issue-ID: SO-2365 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib3f7808d997e324da4ae57f40d4f7ba946721538
2019-09-24sdn post 1908 rollback and resume mso shouldGamboa, Gilbert4-1/+86
Do not remove UnassignFabricConfigurationBB when rolling back to created Do not remove UnassignFabricConfigurationBB when rolling back to created. Added unit test. Enhace error message for unassign and deactivate fabric flows if they fail during rollback Looks like a bad whitespace in pom file Updated rollback failure message for fabric. Added unit test and robot tests. Issue-ID: SO-2364 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I72d570826ade865e9c12ca7571b01cccbe920865
2019-09-24- Added serviceDeployed variable forMerkel, Jeff2-0/+20
- Added serviceDeployed variable for distributions with 2 resources. Issue-ID: SO-2362 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I60a5240ed6b8213a24d3c4044c36b232ba3e9f7a
2019-09-24Merge "Prevent reading twice from ResponseEntity stream, since this caused ↵Seshu Kumar M4-23/+24
IOErrors."