aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11added in null check for vf module in case itBenjamin, Max (mb388a)1-1/+2
added in null check for vf module in case it doesnt exist Issue-ID: SO-3474 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9204340d72e7163f60be82427ae2fd8333c07d77
2020-12-21Merge "Fix healthcheck preload"Seshu Kumar M2-7/+15
2020-12-09added in support for delete instance cnfKalkere Ramesh, Sharan1-0/+5
Issue-ID: SO-3404 Change-Id: I1dccebefdeea8f53c4889cc7c61108462de0bf9c Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-12-04Fix healthcheck preloadk.kedron2-7/+15
Issue-ID: SO-3410 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I7a345ebd23a8a9bb9cb0834b3be50f7987f44b42
2020-11-30changed cloud region query to A&AI to depth 1Benjamin, Max2-4/+4
changed cloud region query to A&AI to depth 1 nodes only Issue-ID: SO-3407 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I08b3de3de2a0308b623fa52756c8fb42c767e011
2020-11-30Merge "add caching to graph inventory client"Steve Smokowski1-0/+19
2020-11-26fixed nssmf init and update ResourceOperationStatus failhetengjiao1-3/+4
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I2a4749d462db92149cc5edf3c5a413c741740d29
2020-11-20Merge "Fix Json parse issues in AN allocate NSSMF workflow"Seshu Kumar M1-2/+5
2020-11-20Fix Json parse issues in AN allocate NSSMF workflowReshmasree1-2/+5
Issue-ID: SO-3374 Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com> Change-Id: Ia4c66ba5e92df63563bafd1273f1d930d55fcaeb
2020-11-19add caching to graph inventory clientBenjamin, Max1-0/+19
add caching to graph inventory client updated properties files to read cache properties Issue-ID: SO-3398 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib3e67ae014b6668c9b004aae1e8b5d49b9ce6b06
2020-11-19Merge "added configurable read timeout value for A&AI"Steve Smokowski1-1/+9
2020-11-19added in set is helm during macro as wellKalkere Ramesh, Sharan1-0/+1
Issue-ID: SO-3395 Change-Id: I6d08216700dc02d7d9a2ea3b93367f1c8bd0ffa8 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-11-17Merge "do not retrieve relationship-list for platform"Lukasz Muszkieta1-1/+1
2020-11-16Merge "Updated bean for homing"Steve Smokowski1-0/+1
2020-11-12do not retrieve relationship-list for platformBenjamin, Max1-1/+1
do not retrieve relationship-list for platform Issue-ID: SO-3380 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3897b799b71f626163e07b9aaeabde52b73c653b
2020-11-12FlowManipulatorListenerRunner bug fixLukasz Muszkieta1-10/+17
Issue-ID: SO-3375 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ib63c3a93ab191720924805fcd5e72f1bc51c2ba8
2020-11-11added configurable read timeout value for A&AIBenjamin, Max1-1/+9
added configurable read timeout value for A&AI Issue-ID: SO-3370 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1216608a09f6a8649a57aa4b320fbea4982a7efe
2020-11-06Updated bean for homingBoslet, Cory1-0/+1
Updated bean for homing Issue-ID: SO-3371 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I77e6a0591c0d80180cd9a807fac76e9b7d214b80
2020-11-05fixed subnet type in nsmf workflowhetengjiao1-2/+2
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I7a955306529877c9006214da892deae34d81badb
2020-11-04fixed nssmf adapter ssl problem and some bugs of nsmf workflowhetengjiao2-60/+88
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I018ca93da483231db1a20aac0e6146b1e2314ed3
2020-11-03Added to handle inventory failure errors in bpmn.Boslet, Cory1-0/+14
Added to handle inventory failure errors in bpmn. Issue-ID: SO-3358 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia578a4e629ac816c79338fbfff7717ad348e9bc4
2020-11-02update nst selection requestzm3302-5/+3
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I440d3b1078ff16d3457f0e4c02be0fd2d7be497d
2020-10-29modify subnetCapabilityQuery interface and some workflow errorhetengjiao1-1/+1
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ieda037b617f3743a28aaba30e7f22bf5df919a24
2020-10-17Methods with same name get mixed upElena Kuleshov2-4/+4
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-07add work step option for failuresKuleshov, Elena4-1/+60
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-10-02Only continue to wait on error when finalBoslet, Cory1-0/+4
Only continue to wait on error when final indicator is N Issue-ID: SO-3285 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2914762a6f2776dcb39ab68422b237ffc7eda0f0
2020-09-30Do not fail on callback errors for sdnc for vhnfBoslet, Cory1-345/+355
Do not fail on callback errors for sdnc for vhnf Issue-ID: SO-3281 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3cd0672b87177405b595427aed7e05b7d50f5057
2020-09-28Update NSMF allocate workflowhetengjiao1-2/+2
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ia4c2fdc15a1fa44de064559cb39af46336e3f5ca
2020-09-26Merge "Changed the object mapper to ignore unknown fields"Seshu Kumar M3-3/+8
2020-09-26Merge "Update NSMF workflow of allocate"Seshu Kumar M1-0/+31
2020-09-25Merge "Add userParams as inputs"Lukasz Muszkieta2-0/+77
2020-09-25Update NSMF workflow of allocatehetengjiao1-0/+31
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I4ab9272501a76c93e1c56d4bf0ed646699363ecb
2020-09-24Add userParams as inputsmharazin2-0/+77
Issue-ID: SO-2646 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I16fce63cc123e63b6b8951eaebb7b0aa2947d564
2020-09-24fix npe in ControllerExecutionBBLukasz Muszkieta1-0/+7
Issue-ID: SO-3266 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ib055c96bfd810fdf50e67d0c40fa6696850775a7
2020-09-23removed references to AAIObjectTypeBenjamin, Max24-246/+282
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-23Changed the object mapper to ignore unknown fieldsParthasarathy, Ramesh3-3/+8
Changed the object mapper to ignore unknown fields Changed to use instance object mapper switched to use method level object mapper Issue-ID: SO-3263 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iae713978393a04313abec215e8ea330a93db9c24
2020-09-21Merge "Heatbridge Updates"Steve Smokowski4-16/+17
2020-09-20Heatbridge UpdatesSmokowski, Steven4-16/+17
Updated heatbridge to work with upcoming A&AI changes Issue-ID: SO-3257 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6b58c8e2a920e715d303aeda5137952f667c3133
2020-09-20added changes for replace related to configurationKalkere Ramesh, Sharan3-5/+94
added changes for replace related to configuration added in some changes to the unit test in bbinputsetup Issue-ID: SO-3249 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia45b9ba621f9806771944d800c14ee69c3bdff71
2020-09-18Update NSMF workflow to for the E2E Network Slicing requirementshetengjiao1-0/+36
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ic792896cc3e7b23f02fd7f8b8305402271eb0d78
2020-09-17Merge "Implement Workflows to handle NSSMF Common functionalities"Byung-Woo Jun1-0/+97
2020-09-16Implement Workflows to handle NSSMF Common functionalitiesPriyadharshini1-0/+97
Issue-ID: SO-3190 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I38ce91415fc5ced083e017ed4306873d17d5fa24
2020-09-17Merge "Update template analysis process"Chuanyu Chen1-1/+1
2020-09-17Update template analysis processzm3301-1/+1
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I2a1190191e18b8a580e421847a5143ef45a7877d
2020-09-16Merge "Implement subprocess for calling SDNR from RAN NSSMF -Also added ↵Byung-Woo Jun3-1/+217
common methods in oofUtils"
2020-09-09Update AAI schema versionzm3301-1/+1
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I24ff43f3d7a3e617b51f59c402719073065d5692
2020-09-06Implement subprocess for calling SDNR from RAN NSSMFReshmasree3-1/+217
-Also added common methods in oofUtils Issue-ID: SO-3215 Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com> Change-Id: Id85112db648f6607d7075da857a45e1ed5ca23ec
2020-09-02Merge "Bpmn to cnf adapter implementation"Seshu Kumar M8-7/+54
2020-09-01Bpmn to cnf adapter implementationKalkere Ramesh, Sharan (sk720x)8-7/+54
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 "obtain si relationships from a ai in bbinputsetup"Steve Smokowski1-2/+3