aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2020-08-26Remove auto process migration againSmokowski, Steven2-235/+0
Remove auto process migration again Issue-ID: SO-3162 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I71d0222bc285f1099dc7c800a8fc6f27aa5f2d89
2020-08-26Merge "Get id from conductor for auto and speed change"Steve Smokowski2-203/+215
2020-08-25Merge "Picking workflow names dynamically for schema update procedure"Byung-Woo Jun6-117/+215
2020-08-20Picking workflow names dynamically for schema update procedurerameshiyer276-117/+215
Issue-ID: SO-3147 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I4c9de93ea7b51657c2bc6ee24b4bb52e2068cf5a
2020-08-20Get id from conductor for auto and speed changeBoslet, Cory2-203/+215
Get id from conductor for auto and speed change and get cloud region id from sdnc for manual rehome. Issue-ID: SO-3191 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4f1b83e2741309a34a056859a8718007085f3872
2020-08-19Cleaned up appc-orchestratorKuleshov, Elena3-369/+0
Removed unused files Add building of original jar to so-appc-orchestrator ApplicationControllerClient can now be sub-classed Issue-ID: SO-3187 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I99dc4e53dbec1879a76ae184fe4b94afe1a673db
2020-08-18If statement and logger correctionmharazin1-1/+2
Issue-ID: SO-2646 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: Iec4c1d587a1d9c121c8ee8cbc061716a488cee03
2020-08-18[SO] create service upgrade workflowtragait15-40/+1200
Issue-ID: SO-2925 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: Ia10497fed1f42dea3e0469bc08ba0169862d3e71 Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-08-13Merge "Fix issue due to groovy-dateutil"Seshu Kumar M1-0/+5
2020-08-13Fix issue due to groovy-dateutilPriyadharshini1-0/+5
Issue-ID: SO-3152 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: If18a60c2288e9398c05936fe6bacd48844422c09
2020-08-12Raise an error when PNF in service model but not in userParamsastanislawska1-0/+10
Issue-ID: SO-2785 Signed-off-by: astanislawska <agata.stanislawska@nokia.com> Change-Id: I55ef6aac83eff1c33f09ce0de380330e4ccccce4 Signed-off-by: astanislawska <agata.stanislawska@nokia.com>
2020-08-07Add support for configAssignmharazin4-17/+51
Issue-ID: SO-2646 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: Id69b3afd2bbb22607782d7d63409e381a1a23255
2020-08-06bump the master to 1.7.1seshukm8-8/+8
Issue-ID: SO-2940 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I888677f7d32ff35619be0f5bb2b677f56215f2e0
2020-08-05Merge "Delegate class for service level preparation BB"Byung-Woo Jun3-0/+288
2020-08-05Delegate class for service level preparation BBrameshiyer273-0/+288
- Fetches the health check workflow name based on the scope - Validates the parameters required for health check - Invokes the health check workflow . Issue-ID: SO-2989 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Idc2fc78de9b59af3c7c1c075d7a3ff2a2e1b721a
2020-08-05Merge "Sonar fixes Reduce selectExecutionList method"Seshu Kumar M1-72/+109
2020-08-05Merge "add junit coverage"Seshu Kumar M2-3/+61
2020-08-05Merge "Sonar fixes"Seshu Kumar M3-51/+43
2020-08-04Merge "CDS client gRPC SSL/TLS support"Steve Smokowski1-0/+10
2020-08-04Merge "Ensure that model related parameters are set when re-using ↵Lukasz Muszkieta3-9/+97
Inventoried PNF instance"
2020-08-04Ensure that model related parameters are set when re-using Inventoried PNF ↵JerzySzachniewicz3-9/+97
instance Issue-ID: SO-3110 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: I79834c0b3b756cc64d98fb10acab8e93a15c6f2b Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
2020-08-03Merge "Create DeactivatePnfBB and include it into Service-Macro-Delete flow."Lukasz Muszkieta11-270/+336
2020-08-03Merge "Fix SO Security vulnerabilities"Seshu Kumar M2-1/+5
2020-07-31Create DeactivatePnfBB and include it into Service-Macro-Delete flow.Mateusz Gołuchowski11-270/+336
- created DeactivatePnfBB which changes orchestration status to inventoried when invoked - included BB into flow in R_MacroData script which initializes database - added support for mapping of service relations to PNFs - changed version of logging-analytics to 1.6.7 Issue-ID: SO-3111 Change-Id: I375db2014887f1f634adac31d4d1af3675f5911c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-07-30[SO] create generic pnf healthcheck workflowtragait8-1/+853
This commit implements workflow for pnf health check and its respective test cases. Issue-ID: SO-3018 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: Idffcbf78809c33dd7a059bc87962716d0a9cd81c Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-07-30Sonar fixesastanislawska1-72/+109
Reduce selectExecutionList method Issue-ID: SO-1841 Signed-off-by: astanislawska <agata.stanislawska@nokia.com> Change-Id: Iba988e2d56e711ef5aae6f3460b279c8d6ebe5c5
2020-07-29Fix SO Security vulnerabilitiesdeepikasatheesh2-1/+5
Issue-ID: SO-3047 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I63ab8670e90b78d6049eafff7e139a84bfbf6784
2020-07-27Sonar fixesAgata Stanislawska3-51/+43
Issue-ID: SO-1841 Signed-off-by: astanislawska <agata.stanislawska@nokia.com> Change-Id: Ibd594e83b022d3b9a363a69f47da7bec616913ae Signed-off-by: astanislawska <agata.stanislawska@nokia.com>
2020-07-24Execute building block uses wrong config idBoslet, Cory5-154/+159
Fixed issue where execute building block has the wrong config id Add and updated unit test and made improvements to WorkflowAction Removed method that is no longer used by wfa Fixed compilatoon error for build failure, exception being thrown Need to check if list is empty and return null if it is Issue-ID: SO-3098 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0cf811a1070237bcb463f2f3949f56eebbe41b6b
2020-07-22Keep DeleteFabricConfigurationBBKuleshov, Elena2-0/+37
Keep DeleteFabricConfigurationBB in rollbackToCreated scenario. Issue-ID: SO-3094 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifb8e6eed8f732ba6278aa75dd38a89936a2356a5
2020-07-16add junit coverageLukasz Muszkieta2-3/+61
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ia4f6e4e531b9acaab748a7683887827ddef7c517
2020-07-16Implement mapping of requestorId toKuleshov, Elena4-0/+7
Implement mapping of requestorId to xOnapRequestorid in request to APPC. Issue-ID: SO-3072 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia3b157b259f1f4f94b197bd07354157d1d5d86b7
2020-07-14Add back auto process migrationSmokowski, Steven2-0/+235
Add back auto process migration Issue-ID: SO-3069 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I50fc83484e9bd992e1419f980dcc54055ca40cb8
2020-07-13CDS client gRPC SSL/TLS supportMichal Jagiello1-0/+10
Issue-ID: SO-3003 Change-Id: Id9150c7da5c29fc0854ebaf13d845adf89fc60ff Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2020-07-10updated workflow async resource class to beKalkere Ramesh, Sharan1-13/+8
updated workflow async resource class to be configurable updated long to String for property name remove input parameters into get wait time method Issue-ID: SO-3048 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib35041329b8984798fe75f23c4cdf908ded42a40
2020-07-09Merge "move sdn clients to own package"Steve Smokowski53-2553/+39
2020-07-09Merge "added in fix to use old volume group name for"Steve Smokowski6-23/+73
2020-07-09Merge "add additional null check to prevent exceptions"Steve Smokowski1-3/+3
2020-07-07move sdn clients to own packageBoslet, Cory53-2553/+39
Began moving the sdn clients into one central isolated location Added test files, removed unused methods, fixed poms Fixed the client so that is doesnt have to import bpmn and can be built at top level Fixed bad merge that hapeened due to conflicts Added missing test files for sdno unit test Added maria db driver java client for spring test and jersey depend Issue-ID: SO-3034 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4c0a6288623194c517dbc8fa6120d577b400ee01
2020-07-07added in fix to use old volume group name forKalkere Ramesh, Sharan6-23/+73
added in fix to use old volume group name for volume group Issue-ID: SO-3020 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iaab124e8420d7b0a09b1f709b03b37b8a97425cf
2020-07-07Merge "Moved sniro and oof clients into their own project"Steve Smokowski35-2905/+7
2020-07-07Merge "Do not edit calling argument"Steve Smokowski3-2/+73
2020-07-07add additional null check to prevent exceptionsBenjamin, Max1-3/+3
add additional null check to prevent exceptions in logs Issue-ID: SO-3031 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9d338e68db9e2cfff5d0086a107b5d7bdd4bd703
2020-07-06Merge "BBInputSetup, getServiceInstanceHelper, mapCollection refactoring ↵Lukasz Muszkieta2-71/+83
Deleted negation of if statements from void methods"
2020-07-06Merge "WorkflowAction, traverseAAIService refactoring stage 1"Lukasz Muszkieta1-22/+33
2020-07-06BBInputSetup, getServiceInstanceHelper, mapCollection refactoringmarcinrzepeckiwroc2-71/+83
Deleted negation of if statements from void methods Issue-ID: SO-2634 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I0bb46be8b2d648d721c58008ee133b63b77894d5
2020-07-06Moved sniro and oof clients into their own projectBoslet, Cory35-2905/+7
Moved sniro and oof clients into their own project Remove methods that arnt used to avoid comp error Refactored the conductor call to not use the urn property reader so that we dont have to import bpmn core. Replaced the auth method and removed unused import. Issue-ID: SO-3021 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie281ef95fef984890b10297f434b8336e9017921
2020-07-06Merge "Sonar improvements in WorkflowAction"Lukasz Muszkieta1-68/+51
2020-07-06Sonar improvements in WorkflowActionJerzySzachniewicz1-68/+51
Issue-ID: SO-1841 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: I28603335a2039977aa13d347b703b6abc23de6c3 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
2020-07-03Sonar improvements in WorkflowActionBBTasksJerzySzachniewicz2-59/+39
Issue-ID: SO-1841 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: I1eb8b9073452a2f8bbbfe77550365ee83340e1d8 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>