aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-02Merge "Enable HTTPS in SO-Monitoring"Lukasz Muszkieta10-5/+86
2020-09-02Merge "release the cnf adapter artifacts"Byung-Woo Jun1-0/+9
2020-09-02release the cnf adapter artifactsseshukm1-0/+9
Issue-ID: SO-3164 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ia0449ee2fbd3ccf1fe7fcdf1728f3f05601f4fbd
2020-09-02Merge "Bpmn to cnf adapter implementation"Seshu Kumar M19-91/+731
2020-09-01Enable HTTPS in SO-MonitoringKrzysztof Gajewski10-5/+86
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Issue-ID: SO-2920 Change-Id: I8c0d5a4c68c23daa885bfb1e0d4a1f08438e6761
2020-09-01Bpmn to cnf adapter implementationKalkere Ramesh, Sharan (sk720x)19-91/+731
BPMN changes related to CNF Adapter Change-Id: I4c984b9508076381bb7b3d159955fb6bf724eca8 Issue-ID: SO-3199 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-09-01Merge "Update NSSMF adapter to support External RAN NSSMF"Chuanyu Chen11-32/+90
2020-08-30Merge "Address vf module missing configuration property"Steve Smokowski2-1/+77
2020-08-30Merge "Remove auto process migration again"Steve Smokowski2-235/+0
2020-08-30Merge "Add project plural"Steve Smokowski1-0/+2
2020-08-30Merge "obtain si relationships from a ai in bbinputsetup"Steve Smokowski1-2/+3
2020-08-30Update NSSMF adapter to support External RAN NSSMFEnbo Wang11-32/+90
Issue-ID: SO-3202 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I65b8143ad38017117ffb0677054bad3f76ae90e4
2020-08-28Merge "removed unused variables"Seshu Kumar M1-3/+0
2020-08-28Merge "Refactor PNF names in BPMN workflows"Byung-Woo Jun12-31/+34
2020-08-28Merge "Implement ModifyConfig SO Work flow (Day 2 configuration)"Seshu Kumar M3-0/+66
2020-08-28Merge "Implement so-oof-adapter to handle OOF Callback - Add NSI/NST ↵Seshu Kumar M26-429/+1752
selection callback for Networkslicing"
2020-08-28Merge "bump the release to 1.7.2"Byung-Woo Jun1-1/+1
2020-08-28Merge "add @ServiceLogger Annotation for log print and increase some code ↵Chuanyu Chen10-41/+132
annotation"
2020-08-28Merge "update nssmf adapter beans"Chuanyu Chen12-4/+191
2020-08-27Implement so-oof-adapter to handle OOF CallbackPriyadharshini26-429/+1752
- Add NSI/NST selection callback for Networkslicing Issue-ID: SO-3205 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ica88d503495949ecce8b897c3a990fbdaa5d4f0e
2020-08-27add @ServiceLogger Annotation for log print and increase some code annotationhetengjiao10-41/+132
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I8e7f88aa87cd59d8e5067a68dd49e1801c2fea9f
2020-08-27Merge "Developer guide for mso-openstack-adapters Issue-ID: SO-3154"Seshu Kumar M10-0/+797
2020-08-27Merge "mso-cnf-adapter sample delete , update api's Issue-ID: SO-3183"Seshu Kumar M8-41/+857
2020-08-27Merge "update nssmf adapter, support interactions with multiple NSSMFs: RAN ↵1.7.1Chuanyu Chen43-368/+2528
NSSMF, Transport NSSMF (TSCi), Core NSSMF, and External NSSMFs (RAN and Core)"
2020-08-27update nssmf adapter, support interactions with multiple NSSMFs: RAN NSSMF, ↵hetengjiao43-368/+2528
Transport NSSMF (TSCi), Core NSSMF, and External NSSMFs (RAN and Core) Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I4bb745090110949e9479ce7eab86a5c945c7b56d
2020-08-26bump the release to 1.7.2seshukm1-1/+1
Issue-ID: SO-3167 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I975d10469bcf63477397a3bd1fa833345af72437
2020-08-27update nssmf adapter beanszm33012-4/+191
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ia4130b3aefc8112f580d1d01c1a7f243e9081483
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-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-26removed unused variablesKuleshov, Elena1-3/+0
removed unused variables from tests Issue-ID: SO-3107 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I89797c7204990bb5f84f943ff3265c0d8e7d32dc
2020-08-26Add project pluralSmokowski, Steven1-0/+2
add project plural for A&AI interaction Issue-ID: SO-3112 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifde1473b4e54089895971c757b457f0ce8a5bda2
2020-08-26obtain si relationships from a ai in bbinputsetupKalkere Ramesh, Sharan1-2/+3
updated bb input setup to process nodes only for si related objects added in semicolon to fix compilation issue Issue-ID: SO-3106 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I228edde985fdd84a20ca2ff659d11fd9a4fc881a
2020-08-26Merge "Updating swagger.html for software upgrade with schema"Byung-Woo Jun1-4/+879
2020-08-26Merge "Fixing missing type info in"Byung-Woo Jun1-34/+23
2020-08-26Refactor PNF names in BPMN workflowsrameshiyer2712-31/+34
Issue-ID: SO-3105 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I8cab1afa54ea8a1981fcddcf0c25f6f86bb14421
2020-08-26Fixing missing type info inwaqas.ikram1-34/+23
SOL005-NSLifecycleManagement-API Swagger File Change-Id: I26326d538de757bcb21f9909273b1e230aed17f6 Issue-ID: SO-3166 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-08-26Merge "Get id from conductor for auto and speed change"Steve Smokowski2-203/+215
2020-08-26Merge "updates for keystone V3 auth"Steve Smokowski4-1/+54
2020-08-26Merge "Need to create the ipv6 address which was missing."Steve Smokowski3-2/+30
2020-08-26Merge "update nssmf adapter beans"Chuanyu Chen22-123/+305
2020-08-26update nssmf adapter beanszm33022-123/+305
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I36cc9c064e271cbf8de8a3e2d3a2abe50a30e2ed
2020-08-25mso-cnf-adapter sample delete , update api'ssekharhuawei8-41/+857
Issue-ID: SO-3183 Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com> Change-Id: If41c7b7a9c2a992801a23561607be285706914cc
2020-08-25Updating swagger.html for software upgrade with schemarameshiyer271-4/+879
Issue-ID: SO-3120 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Id0ff5f91b15644bcc0c2f8c2fde770b3cdf36520
2020-08-25updates for keystone V3 authBoslet, Cory4-1/+54
Added additional support, refactored, fixed issues. Issue-ID: SO-3200 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7961453598fabd5f68516ad90e20ff848b1a49ba
2020-08-25Additional null checks while building vserverKuleshov, Elena1-1/+3
Additional null checks while building vserver interfaces. Issue-ID: SO-3197 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9835535e6b13ee434a1532e1a739184b56bbc011
2020-08-25Merge "Picking workflow names dynamically for schema update procedure"Byung-Woo Jun9-118/+237
2020-08-22Implement ModifyConfig SO Work flow (Day 2 configuration)aleemraja3-0/+66
- 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 procedurerameshiyer279-118/+237
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, Elena5-374/+14
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