aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-02-21Add POST API for OrchestrationTaskHarry Huang1-0/+22
Issue-ID: SO-2368 Add methods for create a OrchestrationTask Change-Id: I0d049b4e60ead8dbb4e524ae4081f17433ac78bd Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-02-21Merge "use pnfName in custom pnf workflow execution procedure"Chuanyu Chen13-76/+97
2020-02-21use pnfName in custom pnf workflow execution procedureUbuntu13-76/+97
Issue-ID: SO-2071 Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com> Change-Id: Ia97604b3b3d109d758914c04232256cdb262e121
2020-02-21Add method to send message to Camunda engineHarry Huang2-0/+23
Issue-ID: SO-2368 Modify CamundaRequestHandler to add method to send message to Camunda engine. Use non-blocking webclient considering workflow may take long time to finish. Change-Id: I70a8b38881ac40b4d65a3d7305f57a56829e6f1d Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-02-20Updated pom to release version of logging libraryPlummer, Brittany1-3/+3
Updated pom to release version of logging library Issue-ID: SO-2662 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icd29af1993d8baf9be7b490a8c89639771fa93a4
2020-02-20Merge "Skips the VfModule or VNF Configassign/ConfigDeploy action."Max Benjamin2-0/+318
2020-02-20SO-CDS PNF BBtragait11-89/+749
This commit implements code for PNF BB for pnf software upgrade usecase. Issue-ID: SO-2090 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I3da3ba965bc92fda0ecc542d42afe694f19e06e1 Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-02-20Merge "Sonar issue - refactor nested if"Lukasz Muszkieta3-134/+160
2020-02-20Merge "Add script to create OrchestrationTask table"Chuanyu Chen1-0/+12
2020-02-20Merge "Add Get API for OrchestrationTask"Chuanyu Chen1-0/+119
2020-02-20Merge "Add test for OrchestrationTaskRepository"Chuanyu Chen1-0/+75
2020-02-19update logback configuration to remove stackPlummer, Brittany2-2/+2
Removed stack traces from error logs Fixed spelling in error message Issue-ID: SO-2670 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7edc75b2c0b84727fdba3fd6eb893ed7380c613c
2020-02-20Merge "Generic cds payload for vnf/vf-module/service."Max Benjamin25-120/+2152
2020-02-19Generic cds payload for vnf/vf-module/service.tragait25-120/+2152
Things done- -Fixed review comments. -Added logic to create payload using scope and action. -Populate instance parameters from SO-request to CDS payload for VNF. -Implementation of setting orchestration status after CDS completes its operation based on SO scope. -Make use of ControllerRunnable interface. -Changed actionname to actionName to action.value as per Oscar's suggestion. -Setting orchestration status after CDS completes its operation for VF-Module. -Populate instance paraneters from SO to CDS for VF-Module. Issue-ID: SO-2312 Signed-off-by: prathamesh <prathamesh_morde@yahoo.ca> Change-Id: I026d9f7909e486c68f274b7e56c8bd7c8fdcd521 Signed-off-by: prathamesh <prathamesh_morde@yahoo.ca> Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-02-19Merge "Adding sync mechanism"Byung-Woo Jun8-35/+152
2020-02-19Adding sync mechanismwaqas.ikram8-35/+152
Change-Id: I81dc737c27092d32bac6457ba015f0b093cb1176 Issue-ID: SO-2418 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-02-19SO API extenstion to retrieve all PNF workflowtragait10-112/+247
This commit implements SO request handler API onap/so/infra/workflowSpecifications/v[x]/pnfWorkFlows. It is used to get all the pnf workflows exist in catalogdb. Issue-ID: SO-2660 Change-Id: Ieeca8a6afef917b6e3ba927d38ed5509dcaf253c Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-02-19Add Get API for OrchestrationTaskHarry Huang1-0/+119
Issue-ID: SO-2368 Add methods for get all orchestrationTask and get an specific one by querying id. Change-Id: I9fb444def7640a4d70357681637a924cf546314b Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-02-19Merge "Modify requestDbClient to add methods for OrchestrationTask"Chuanyu Chen1-0/+38
2020-02-19Add script to create OrchestrationTask tableHarry Huang1-0/+12
Issue-ID: SO-2368 Add SQL script to create OrchestrationTask table Change-Id: Ic59fe76a954c8808a32bb8f89eca3a933d559b02 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-02-19Modify requestDbClient to add methods for OrchestrationTaskHarry Huang1-0/+38
Issue-ID: SO-2368 Add methods to handle OrchestrationTask Change-Id: I4595c5a1099977e5dba259bfbf77d666b1db699c Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-02-19Add test for OrchestrationTaskRepositoryHarry Huang1-0/+75
Issue-ID: SO-2368 Add test class for OrchestrationTaskRepository Change-Id: Ib709e992604a889422943be117c98bbe913a0166 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-02-19Add controller for OrchestrationTaskHarry Huang1-0/+62
Issue-ID: SO-2368 Add custom controller for OrchestrationTask in requestDB adapter Change-Id: I88ee0f7ee06131400d12b2f085853823af1a035c Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-02-19Merge "Add test for OrchestrationTaskRepository"Chuanyu Chen1-1/+12
2020-02-18Merge "Based on Controller Actor calling CDS or APPC(Current Flow)"Steve Smokowski10-0/+699
2020-02-18Merge "SOL003 Adapter Package Management - Subscribe Fix"Byung-Woo Jun8-60/+33
2020-02-18Fix Sonar cloud migration coverage issuePriyadharshini1-20/+24
Issue-ID: SO-2663 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ia5c91ed109d5b31f86a3b903123a083bc08733b9
2020-02-18extend query parameter to support pnfModelVersionIdYaoguang Wang9-21/+175
Issue-ID: SO-2559 Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com> Change-Id: I51cb15f6750b378a9de3435951e3ea1644184a55
2020-02-17SOL003 Adapter Package Management - Subscribe Fixrope2528-60/+33
Change-Id: I9580ba5cf2bd023d2c160388cd2115c710d6e95b Issue-ID: SO-2417 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-02-17Merge "Fix too many params issue"Steve Smokowski2-17/+76
2020-02-17Merge "Fix so-simulator dependency in docker/pom.xml"Steve Smokowski2-3/+3
2020-02-17Merge "Added logic to prevent exceptionbuilder from"Steve Smokowski2-2/+79
2020-02-17Sonar issue - RefactorTomasz Wrobel7-120/+97
Issue-ID: SO-1841 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I4871b18efea1eb1a881bfe512b7437233d9ba33c
2020-02-17Based on Controller Actor calling CDS or APPC(Current Flow)Manamohan10-0/+699
-Added BBNameSelectionReference table having bbName along with action,scope,actor -Updated CatalogDbClient to use BBNameSelectionReference Table -Updated ControllerExecution bmpn to select flow as per Controller Actor -Corrected Format Error Issue-ID: SO-2316 Signed-off-by: Pooja03 <pm00501616@techmahindra.com> Change-Id: I21fad846249f773308e34abcac134d3ee0694027 Signed-off-by: Manamohan <MS00534989@techmahindra.com>
2020-02-17Fix so-simulator dependency in docker/pom.xmlRemigiusz Janeczek2-3/+3
Issue-ID: SO-2622 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I30b787bc697e48b4e1b21ec84b8abaeff52a5971
2020-02-17Merge "Add repository for OrchestrationTask"Seshu Kumar M1-0/+33
2020-02-17Sonar issue - refactor nested ifTomasz Wrobel3-134/+160
Issue-ID: SO-1841 Change-Id: I72d349501d6493367204396eb78e7b77a275df8f Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
2020-02-15Added AAF SSL certs related changesRamesh Parthasarathy4-28/+0
Removed client certs from the docker image. These client certs will be mounted on the docker image using helm charts. This will allow helm users to manage AAF credentials using the keyfile available in SO OOM for CADI AAF feature. Issue-ID: SO-2451 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: I03efc6ad279f0eaf6773b0ddd42ab43fc053e424
2020-02-14Added logic to prevent exceptionbuilder fromPlummer, Brittany2-2/+79
Added logic to prevent double exception creation Issue-ID: SO-2661 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib575d5914a57b0417b7c6b830cdead8451438e12
2020-02-14Merge "Fixed, simplified and tested AuthorizationHeadersProvider (+small ↵Max Benjamin5-483/+557
changes in poms)"
2020-02-14Merge "Fix Sonar issue - Refactor nested for if while if.."Lukasz Muszkieta4-246/+135
2020-02-14Fix CreateSDNCNetworkResource.updateResourceInput() for BBS use casePérez Caparrós David1-47/+29
Added AccessConnectivity and InternetProfile to the switch cases. OLT and EdgeInternetProfile are not in use anymore. The use of getMetadatum needs further investigation, service instance metadata is only populated by SDNC DG and it is not available at this stage. Issue-ID: SO-2611 Signed-off-by: Pérez Caparrós David <David.PerezCaparros@swisscom.com> Change-Id: Ia035dd9fb2aa33e361fe78b8a97d8148a106bbb2
2020-02-14Fix too many params issueParshad Patel2-17/+76
Methods should not have too many parameters Either log or rethrow this exception Issue-ID: SO-1841 Change-Id: Iabe32f4492560703228eb5d115b5e91ebeb17255 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2020-02-13Merge "Added AAF SSL certs related changes"Max Benjamin1-0/+20
2020-02-13Merge "added in graceful shutdown to spring boot"Steve Smokowski3-0/+66
2020-02-13Merge "Migrate so docs"Steve Smokowski9-0/+145
2020-02-13Merge "mso to add support for creating the cloud region"Steve Smokowski7-5/+404
2020-02-13Fixed, simplified and tested AuthorizationHeadersProviderPiotr Borelowski5-483/+557
(+small changes in poms) Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I480ac1d5b46aae5a9d4db8249d98c186b59fd12f
2020-02-13Disable JUnits for PauseForManualHandling due toKuleshov, Elena1-5/+5
Disable JUnits for PauseForManualHandling due to sporadic errors. Issue-ID: SO-2659 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I56f69a6023c3a8e9f536576acc70ba6fb76d9d09
2020-02-13Merge "SOL003 Adapter Package Management - Terminate Subscription"Byung-Woo Jun6-9/+104