aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30Added new column to the identity service.Benjamin, Max (mb388a)3-10/+30
Added new column to the identity service. Issue-ID: SO-3448 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5151016d1b4874cb77eecddc17169c04f59dc9a5
2020-12-28[SO-MONITORING] Updated the user-guidedeen19851-13/+25
Change-Id: I8177809fabda53bd9470da5b8e3d403138966005 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: SO-3445
2020-12-25Merge "Fix some deallocate nssi issues"Chuanyu Chen10-73/+183
2020-12-24Fix some deallocate nssi issueszm33010-73/+183
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I7abcc74b52e71e780cda12a2a55d02b4dda2133a
2020-12-24Merge "update the known issues"Chuanyu Chen1-1/+2
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-21Merge "Fix healthcheck preload"Seshu Kumar M2-7/+15
2020-12-21Merge "software-version fix"Seshu Kumar M9-29/+192
2020-12-21Merge "Fix issues in AN NSSMF - Allocate workflow"Seshu Kumar M3-61/+52
2020-12-21update the known issuesseshukm1-1/+2
Issue-ID: SO-3414 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I8958e9fb85ce62e1f242c487efbf34862a712c28
2020-12-18skip delete heatbridge when multicloud orchestratorKalkere Ramesh, Sharan2-1/+9
Issue-ID: SO-3431 Change-Id: I212a38ae39128f538441e71935336db82ebdf351 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-12-17Merge "first take on the issue to check"Seshu Kumar M1-1/+1
2020-12-17Merge "blocker sonar fix"Seshu Kumar M1-28/+16
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-16blocker sonar fixLukasz Muszkieta1-28/+16
- autowired fields are redundant, they cover the fields from superclass - logger should be final Issue-ID: SO-3428 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Idb29369118befb0eda9719e88d53c3885814dfc0 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2020-12-15first take on the issue to checkseshukm1-1/+1
Issue-ID: SO-3378 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I9c9cf6d8d511b34d8f26ce4d7fda6db8d256c45a
2020-12-12bump the version to 1.8.x seriesseshukm1-2/+2
Issue-ID: SO-3415 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I532e20d1712e24c036d485b777570cf8d5b425e9
2020-12-11Address openstack adapter requestdb update exceptionRamesh Parthasarathy4-15/+34
When openstack adapter updates requestdb it fails with an exception. It is being addressed here. Issue-ID: SO-3400 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: I803b8a80459f04cc2c1375e12d927e404cb241cb
2020-12-10Merge "added in support for delete instance cnf"Seshu Kumar M5-296/+428
2020-12-10Merge "Update slice profile"Chuanyu Chen2-18/+55
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 profilezm3302-18/+55
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I13dcf2f32361a36c78ff20232d466e7b3329ce34
2020-12-09Merge "Fix serviceType,serviceRole,serviceName saving in AAI also Adapter ↵Chuanyu Chen9-14/+19
issues"
2020-12-08added relationship from vserver to vnfKalkere Ramesh, Sharan2-3/+10
Issue-ID: SO-3414 Change-Id: I51caf2dfc182c3c03767ae35e0ada20af9cab47b Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-12-08software-version fixtragait9-29/+192
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-08Merge "update the committers list with Ramesh"Byung-Woo Jun1-0/+8
2020-12-08Merge "update the release notes of the SO open issues"Byung-Woo Jun1-0/+2
2020-12-08Fix serviceType,serviceRole,serviceName saving in AAI also Adapter issueszm3309-14/+19
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-04update the committers list with Rameshseshukm1-0/+8
Issue-ID: SO-3413 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I49b9c4af6acecf3188d2e1f3059305f7108f26f9
2020-12-04update the release notes of the SO open issuesseshukm1-0/+2
Issue-ID: SO-3237 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I64d11c22e3d1d8c571e26d60ba5aff74c74775bd
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-04cnf-adapter further changes and UTsekharhuawei2-53/+33
Issue-ID: SO-3412 Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com> Change-Id: Ief97e983ad7be39a64215140512bb747677847ba
2020-12-04Merge "Fixes for bugs found in Transport Slicing integration"Chuanyu Chen2-3/+4
2020-12-04Add Endpoint and relationshipszm3305-46/+163
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ib745ab2587e63a598a47b433d58cee317858dead
2020-12-03Merge "update the known issues"Byung-Woo Jun1-2/+1
2020-12-03update the known issuesseshukm1-2/+1
Issue-ID: SO-3403 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I4d2d1417d51018606370f0273e6464ec71f0d2b4
2020-12-03Merge "Further changes for cnf-adpter in bpmn infra"Seshu Kumar M7-310/+246
2020-12-03Further changes for cnf-adpter in bpmn infraLukasz Rajewski7-310/+246
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-30Remove policyName retrieval for Tosca handling.Kuleshov, Elena1-22/+0
Remove policyName retrieval for Tosca handling. Add assertion that policy name is not set. Issue-ID: SO-3405 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2ecc32bd18f9e42862765168a394dc19d7e4c875
2020-11-30Merge "add queryparam to catalog db api to filter"Steve Smokowski4-25/+168
2020-11-30Merge "add caching to graph inventory client"Steve Smokowski20-52/+625
2020-11-30Merge "incorrect filtering of config bbs on"Steve Smokowski2-20/+143
2020-11-30Fix SliceProfile for External RAN NSSMFEnbo Wang3-2/+87
Issue-ID: SO-3274 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: Ie142fdbef529c98cba9374b92aed97455af770f9
2020-11-30Merge "fixed tn allocate fail problem"Chuanyu Chen2-3/+7
2020-11-30fixed tn allocate fail problemhetengjiao2-3/+7
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 Chen19-167/+170
allocate response"