summaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27Revert "PNF service instantiation using building blocks fails"Steve Smokowski4-61/+11
This reverts commit eeaf0330f835b237812bbbf26ca5bba3c44f4671. Reason for revert: <revert change to preform testing> Change-Id: I866ca90e763bfeca73e4a734bb47102f69fecf79 Issue-ID: SO-3322 Signed-off-by: Smokowski, Steve <ss835w@att.com>
2020-10-23Merge "PNF service instantiation using building blocks fails"Steve Smokowski4-11/+61
2020-10-23Merge "pnf service instantiation fix - IndexOutOfBoundsException"Steve Smokowski2-1/+7
2020-10-22pnf service instantiation fix - IndexOutOfBoundsExceptionLukasz Muszkieta2-1/+7
Issue-ID: SO-3322 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I6c978cbe788281eac25fa7be6f4ff24c4bff9810 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2020-10-22Merge "Remove static declaration"Steve Smokowski1-1/+1
2020-10-22PNF service instantiation using building blocks failsKalkere Ramesh, Sharan (sk720x)4-11/+61
End flow if ControllerExecutionBB is last in list Change-Id: Ia7020572a4418e7cbd5a9d167788f6476ff3554a Issue-ID: SO-3322 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-10-21Removed audit codeBoslet, Cory1-1/+5
Updated to error on inventory therefore no longer need audit Removed the audit UT test from source Removed the audit from the task services. Updated the BB unit test to not have audit anymore Changed robots to fix for create inventory. Delete the vnfc by id after each robot Create pserver in aai that ci is using Continue to fix robot test for heat bridge Continue to fix robots due to heatbridge enabled More changes to simulator to account for heatbridge for replace scenrios Added get resources scenrio for heatbridge Added header and added version to simulator Added correct response file and header for base module id Fixed the remaining failing service instance robots Changed to get tenant id else where when null Fixed the macro robots for heatbridge and getting resources Added scenrios that are still needed for heatbridge Added to connect when already exist and missing relationships Updated unit test to account for change to code. Issue-ID: SO-3316 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8cefebd91261fcb8ff03d582afb48517dd34625a
2020-10-21Remove static declarationBenjamin, Max (mb388a)1-1/+1
Class is a managed spring singleton, static not required Issue-ID: SO-3304 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I25aef43025f5453c8bd788721fbae45b568e905a
2020-10-19Merge "use correct vnf and vf cust for replace in"Steve Smokowski2-3/+31
2020-10-17Methods with same name get mixed upElena Kuleshov3-6/+6
Methods with the same name and number of arguments but operating on different execution types get sometimes mixed up in Camunda. Issue-ID: SO-3270 Signed-off-by: Kuleshov, Elena (ek1439) <evn@att.com> Change-Id: I40319a185644c93c86a7883765a615129ee19f1e
2020-10-14Merge "Fix skipPostInstConf for PNF"Lukasz Muszkieta2-1/+62
2020-10-14Fix skipPostInstConf for PNFmharazin2-1/+62
Issue-ID: SO-3271 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I550a6582da1c7dd9d000ee9c7cfe421a293b9e59
2020-10-12use correct vnf and vf cust for replace inKalkere Ramesh, Sharan2-3/+31
use correct vnf and vf cust for replace in workflowaction Issue-ID: SO-3298 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I991960740b3d495c0613b5176019499a3500b5b2
2020-10-07add work step option for failuresKuleshov, Elena2-3/+43
Introduce new Policy and workStep to handle failures Reapply changes using correct camunda modeler version. Issue-ID: SO-3287 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7e0a36305322c255f6678529f0a27c023fd983ef
2020-09-26Merge "Sonar fixes"Seshu Kumar M2-10/+31
2020-09-26Merge "Bpmn to cnf adapter implementation testing bpmn"Seshu Kumar M4-24/+54
2020-09-25Merge "Add userParams as inputs"Lukasz Muszkieta2-6/+95
2020-09-24Add userParams as inputsmharazin2-6/+95
Issue-ID: SO-2646 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I16fce63cc123e63b6b8951eaebb7b0aa2947d564
2020-09-23removed references to AAIObjectTypeBenjamin, Max31-465/+539
removed references to AAIObjectType and AAIObjectPlurals additional corrections for removal of aai object type corrected additional java files updated groovy files to match aai fluent builder style Issue-ID: SO-3259 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifdf12fcacb34cc648548eb18b638afd06dad67a9
2020-09-23add junit coverageLukasz Muszkieta2-1/+127
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I99bedb4ec86b4682db8d6d4bb7183c1bc0e13b97 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2020-09-21Sonar fixesMateusz Gołuchowski2-10/+31
New test for createOwningEntity method. Issue-ID: SO-1841 Change-Id: I96f7793ee74d7871908f8dbbc1e4cd3a028498d5 Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-09-18Update AAI versionzm3301-3/+3
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I073d6160573df10d1d3f3722cc4262e482b9cd8a
2020-09-17Merge "add junit coverage"Seshu Kumar M1-0/+65
2020-09-10Merge "multiple pnf fix"Byung-Woo Jun6-20/+55
2020-09-10multiple pnf fixtragait6-20/+55
Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I3d9d0ebb38da1fb286f097828551e981a0f95a65 Signed-off-by: tragait <rahul.tyagi@est.tech> Issue-ID: SO-3223 Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-09-09Bpmn to cnf adapter implementation testing bpmnKalkere Ramesh, Sharan (sk720x)4-24/+54
BPMN changes related to CNF Adapter Change-Id: I9ccff712cc731bcd7469bd2b6dadaae49133e20f Issue-ID: SO-3199 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-09-02Bpmn to cnf adapter implementation testing bpmnKalkere Ramesh, Sharan (sk720x)1-0/+36
BPMN changes related to CNF Adapter Change-Id: I5b41b7b0a3dbc3036bbdce7f1f9cf62832b44c7f Issue-ID: SO-3199 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-09-02Merge "Bpmn to cnf adapter implementation"Seshu Kumar M10-1/+544
2020-09-01Bpmn to cnf adapter implementationKalkere Ramesh, Sharan (sk720x)10-1/+544
BPMN changes related to CNF Adapter Change-Id: I4c984b9508076381bb7b3d159955fb6bf724eca8 Issue-ID: SO-3199 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-08-30Merge "Address vf module missing configuration property"Steve Smokowski2-1/+77
2020-08-28Merge "Refactor PNF names in BPMN workflows"Byung-Woo Jun1-1/+1
2020-08-28Merge "Implement ModifyConfig SO Work flow (Day 2 configuration)"Seshu Kumar M1-0/+48
2020-08-26Address vf module missing configuration propertyParthasarathy, Ramesh2-1/+77
Address vf module missing configuration property added unit tests to handle missing vnfc configuration Issue-ID: SO-3102 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id5f471177afe78569d435ad28f3c4c6a09bfdcca
2020-08-26Refactor PNF names in BPMN workflowsrameshiyer271-1/+1
Issue-ID: SO-3105 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I8cab1afa54ea8a1981fcddcf0c25f6f86bb14421
2020-08-24add junit coverageLukasz Muszkieta1-0/+65
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I686985e032f2402f6ae6b281196aafae525cf08f
2020-08-22Implement ModifyConfig SO Work flow (Day 2 configuration)aleemraja1-0/+48
- Added custom method to support ModifyConfig Issue-ID: SO-3151 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I99dc4e53dbec1879a76ae184fe4b94afe1a999db Signed-off-by: aleemraja <ar00500721@techmahindra.com>
2020-08-20Picking workflow names dynamically for schema update procedurerameshiyer275-109/+203
Issue-ID: SO-3147 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I4c9de93ea7b51657c2bc6ee24b4bb52e2068cf5a
2020-08-18[SO] create service upgrade workflowtragait8-40/+377
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-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 configAssignmharazin2-15/+49
Issue-ID: SO-2646 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: Id69b3afd2bbb22607782d7d63409e381a1a23255
2020-08-06bump the master to 1.7.1seshukm1-1/+1
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 "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-07-31Create DeactivatePnfBB and include it into Service-Macro-Delete flow.Mateusz Gołuchowski4-269/+178
- 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 workflowtragait1-0/+174
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>