aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2021-01-13added in changes to pom for new cadi dependenciesBenjamin, Max (mb388a)1-1/+19
added in changes to pom for new cadi dependencies moved aaf version to parent pom and pull version manage cadi dependency versions in root pom Issue-ID: SO-3480 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0b3ea6991369573826ee6f2d4260dcb35595cda7
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
2021-01-07Fix some deallocate issueszm3303-26/+74
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ie61983b9e9567bd21e5cd12cda4d76ec422c5dee
2021-01-07Merge "Fix for globalSubscriberId and requestId"Lukasz Muszkieta6-65/+214
2021-01-07Merge "5G core nssmf - Allocate api"Lukasz Muszkieta7-274/+306
2021-01-06Fix for globalSubscriberId and requestIdtragait6-65/+214
Issue-ID: SO-3401 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I33a71dffe7c63a50c807aa206d638a6aea5f1210
2021-01-05only add config create after activate is doneBenjamin, Max (mb388a)4-83/+109
only add config create after activate is done fix unit tests that were broken from last commit fixed unit test that failed as request details was not set Issue-ID: SO-3466 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9616d64f5d73e29c4a37b31887fcfec5d96b5af1
2021-01-05Merge "add junit coverage"Max Benjamin1-0/+88
2021-01-05Merge "add junit coverage"Max Benjamin1-0/+102
2021-01-04SO WorkflowAction refactorLukasz Muszkieta4-1107/+992
- extracting validateResourceIdInAAI method from WorkflowAction class to new ResourceIdValidator class - all test for validateResourceIdInAAI method are moved to corresponding new class - the content of the method and tests is not changed Issue-ID: SO-3447 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I70e20f59ab67857601aee2793967632d1ce06d65 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2021-01-02Fixes for bugs found in Transport Slicing integrationhyu20107-89/+205
This update contains for the fixes for the following JIRA: SO-3444: Transport Slicing Integration: add config flag for enable/disable SDNC CCVPN network configuration Issue-ID: SO-3444 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I7ccc3735e6a46c0453da0dd7d04086b73cc50eb1
2020-12-25Merge "Fix some deallocate nssi issues"Chuanyu Chen8-71/+180
2020-12-24Fix some deallocate nssi issueszm3308-71/+180
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I7abcc74b52e71e780cda12a2a55d02b4dda2133a
2020-12-23Fixes for bugs found in Transport Slicing integrationhyu20107-27/+45
This update contains for the fixes for the following JIRAs: SO-3429: Transport Slicing integration: fix resource operation status table mapping SO-3434: Transport Slicing integration: modelUuid and modelInvariantUuid are missing from service-instance Issue-ID: SO-3429 Issue-ID: SO-3434 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I7a9b7b7a3e40d967c138067a01f2c045fb3e4b56 Signed-off-by: hyu2010 <hyu2010b@gmail.com>
2020-12-21add junit coverageLukasz Muszkieta1-0/+88
Issue-ID: SO-3433 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I1e4866ca235cc987f7303e40253a7935c2081e04
2020-12-21Merge "Fix healthcheck preload"Seshu Kumar M2-7/+15
2020-12-21Merge "software-version fix"Seshu Kumar M1-1/+1
2020-12-21Merge "Fix issues in AN NSSMF - Allocate workflow"Seshu Kumar M3-61/+52
2020-12-185G core nssmf - Allocate apialeemraja7-274/+306
Code changes to fix issues observed during testing for share/non-shared nssmf Allocate api Issue-ID: SO-3418 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d21eaba8ea51a91a7034502323b2cf3a615
2020-12-17SO WorkflowAction refactorpwielebs5-208/+383
- extract traverseUserParamsService() method from WorkflowAction class to UserParamsServiceTraversal class - move methods used only in traverseUserParamsService() method to UserParamsServiceTraversal class - change method signature from traverseUserParamsService to getResourceListFromUserParams() - create WorkFlowActionCommon for duplicated code Issue-ID: SO-3422 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: Ic6a567eb7b323939e47335aa7938b83498f7a8f8
2020-12-11add junit coverageLukasz Muszkieta1-0/+102
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I1c9d552ef4a44daace0d789a6b83728622fac3fd Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2020-12-10Merge "added in support for delete instance cnf"Seshu Kumar M5-296/+428
2020-12-09added in support for delete instance cnfKalkere Ramesh, Sharan5-296/+428
Issue-ID: SO-3404 Change-Id: I1dccebefdeea8f53c4889cc7c61108462de0bf9c Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-12-09Update slice profilezm3301-5/+42
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I13dcf2f32361a36c78ff20232d466e7b3329ce34
2020-12-08software-version fixtragait1-1/+1
In this commit software_versions added to the pnf customization table. A test case is also written to verify if the software_versions of type string is added to the pnfcustomization. Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: Id07fe79e67ac96e71e6fe3775cce801edd81a42a Signed-off-by: tragait <rahul.tyagi@est.tech> Issue-ID: SO-3119 Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-12-08Fix serviceType,serviceRole,serviceName saving in AAI also Adapter issueszm3307-12/+17
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I07eeb4e512a1a2cc67ac5bff7ee3227d90117fe7
2020-12-07Fix issues in AN NSSMF - Allocate workflowPriyadharshini3-61/+52
Issue-ID: SO-3374 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ia8bbde0317c586dcd0bebedefef244385258b0a8
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-12-04Merge "Fixes for bugs found in Transport Slicing integration"Chuanyu Chen2-3/+4
2020-12-04Add Endpoint and relationshipszm3303-43/+161
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ib745ab2587e63a598a47b433d58cee317858dead
2020-12-03Merge "Further changes for cnf-adpter in bpmn infra"Seshu Kumar M2-3/+19
2020-12-03Further changes for cnf-adpter in bpmn infraLukasz Rajewski2-3/+19
Issue-ID: SO-3403 Change-Id: Iae2a27431797283553f0e329e8c2f3e4514001ef Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
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-30Fixes for bugs found in Transport Slicing integrationhyu20102-3/+4
This update contains for the fixes for the following JIRA: SO-3406: Transport Slicing integration: environment_context and orchestration_status are wrong values Issue-ID: SO-3406 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I9bccc3c916d4b775d3cfaf10d6c817faffa73c18
2020-11-30Merge "add caching to graph inventory client"Steve Smokowski1-0/+19
2020-11-30Merge "incorrect filtering of config bbs on"Steve Smokowski2-20/+143
2020-11-30Merge "fixed tn allocate fail problem"Chuanyu Chen1-1/+5
2020-11-30fixed tn allocate fail problemhetengjiao1-1/+5
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ie9bd356a37d170638d86b91b3dc070ca91c40683
2020-11-27Merge "fixed nssmf init and update ResourceOperationStatus fail"Chuanyu Chen3-13/+15
2020-11-27Merge "New attributes are added according to the standard and fixed TN ↵Chuanyu Chen2-6/+32
allocate response"
2020-11-26New attributes are added according to the standard and fixed TN allocate ↵hetengjiao2-6/+32
response Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I4a2dfccbfa9dcdbe93d50a03b307061dca45c81a
2020-11-26fixed nssmf init and update ResourceOperationStatus failhetengjiao3-13/+15
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I2a4749d462db92149cc5edf3c5a413c741740d29
2020-11-24Update CnfAdapter EndpointLukasz Rajewski1-2/+2
Update CnfAdapter Endpoint Change-Id: I26aae1fb3d26edc72e0ddc7985517b9a23a0166f Issue-ID: SO-3399 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-11-23update pojo to have json property and remove constructorKalkere Ramesh, Sharan3-9/+10
Issue-ID: SO-3399 Change-Id: Ied4baf50f17d5ea6593fb8ac816d799b42ad8565 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-11-23Merge "add serializable to fixed cn nssi processing error"Chuanyu Chen1-3/+6
2020-11-23add serializable to fixed cn nssi processing errorhetengjiao1-3/+6
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I0c50d7ea14298aa7b7a261faef9d01c811363633
2020-11-20Merge "updated createVfModuleBB to skip create inventory"Seshu Kumar M1-138/+132
2020-11-20Merge "Fix Json parse issues in AN allocate NSSMF workflow"Seshu Kumar M3-92/+119
2020-11-20Fix Json parse issues in AN allocate NSSMF workflowReshmasree3-92/+119
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