aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2020-02-12Merge "Fix Sonar issue - throw generic exception."Lukasz Muszkieta7-37/+35
2020-02-12Merge "Add table for OrchestrationTask in requestDB"Seshu Kumar M1-0/+143
2020-02-11Merge "AssignPnfBB - store model related PNF parameters in AAI"Lukasz Muszkieta7-11/+206
2020-02-11AssignPnfBB - store model related PNF parameters in AAIJoanna Jeremicz7-11/+206
Issue-ID: SO-2640 Change-Id: Ie30c928e730ab858e9fe4ac5a4b14cebf6c0f806 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2020-02-10Fix for SO-2598waqas.ikram4-19/+104
Change-Id: If2086de6cb635f39a03927be35fed9c177919211 Issue-ID: SO-2598 Signed-off-by: waqas.ikram <waqas.ikram@est.tech> Making WebSecurityConfigurerAdapter configurable so that other components can configure it per there requirement Change-Id: I8f7674710ff41195946a710b86c7c8d7b52815f8 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-02-10Merge "Added communication with DMaaP"Steve Smokowski4-0/+62
2020-02-10Merge "Added Basic Authorization in sending Subscription to VNFM"Max Benjamin8-31/+117
2020-02-10Added Basic Authorization in sending Subscription to VNFMPiotr Borelowski8-31/+117
Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I819e95c4e212695bc38ab5b7d221be712f87320e
2020-02-10Add SOL003 Package Management Notification Swagger filerope2522-1/+1798
Change-Id: Ic5c34177adc6901c020b9f554e9da94270c142c1 Issue-ID: SO-2654 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-02-10SOL003 Adapter Package Management - Terminate Subscriptionrope2526-9/+104
Change-Id: I11e73f166bdab1b69b40640394ca9abb304b5be5 Issue-ID: SO-2419 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-02-10Merge "Fix repeatable migration of WorkflowDesignerData (CatalogDB)"Steve Smokowski1-0/+1
2020-02-10Merge "Fix logging issue in so-simulator"Steve Smokowski4-6/+15
2020-02-10Merge "Initial commit to check client alive"Steve Smokowski6-8/+95
2020-02-10Merge "Remove unused param"Steve Smokowski5-19/+12
2020-02-10Merge "change variables to public"Steve Smokowski1-4/+4
2020-02-10Merge "add retry sequence levels"Steve Smokowski8-8/+64
2020-02-10Merge "optimize camunda process instance history"Steve Smokowski14-125/+129
2020-02-10Merge "modifications to create network to add lob"Steve Smokowski6-98/+267
2020-02-10Add table for OrchestrationTask in requestDBHarry Huang1-0/+143
Issue-ID: SO-2368 OrchestrationTask will be used to store the slicing options which can be reviewed by the maintainer. OrchestrationTask itself is designed to be generic and parameters stored inside can be customized based on different use cases. Change-Id: Iec1cb31ea93659b498b30d098879a9acb711c1ee Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-02-07Initial commit to check client aliveSmokowski, Steven6-8/+95
Initial commit to check client alive Issue-ID: SO-2653 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib9f4cf7f5815bd9b8d0d42417f3e5fd83382547a
2020-02-07Remove unused paramSmokowski, Steven5-19/+12
Remove unused param from request parameters Issue-ID: SO-2651 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1c9a8e05aa329ee65f9910ab25319a0a61d54675
2020-02-07change variables to publicBenjamin, Max1-4/+4
static final variables should be public not package scope Issue-ID: SO-2635 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I59663a2b706237136adbf375b3d47cdb6a3cc8b8
2020-02-07add retry sequence levelsBoslet, Cory8-8/+64
Added retry sequence levels so that the different services can specify their desire. Updated to be medium and added to be long sequence in audit. Change retry level to be final and changed default constructor to private Changed default constructor to public so its visible. Updated unit test to reflect change and get verify job to pass Added and updated the unit test for add graph Issue-ID: SO-2649 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I981b90a5dbb1dca5354fba37589b26dabbfc0b0e
2020-02-07Added communication with DMaaPPiotr Borelowski4-0/+62
Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Ia6674f594bbf2112cbdaab47c203cb78f1ebbff0
2020-02-07Merge "Fix dependency failure for aai-schema"Steve Smokowski1-1/+1
2020-02-07Merge "AssignPnfBB - set orchestration status to Assigned after successful ↵Lukasz Muszkieta3-15/+54
assignment"
2020-02-07Fix dependency failure for aai-schemamharazin1-1/+1
Updated solution of dependency failure after changes in AAI Issue-ID: SO-2636 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I253c73bf749fe200eda83eaa1761deeb38227c5e
2020-02-07AssignPnfBB - set orchestration status to Assigned after successful assignmentmharazin3-15/+54
Issue-ID: SO-2642 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I4247e464b1533025638880763ea9e2fe629b10c3
2020-02-07Changed Basic Authorization in receiving NotificationPiotr Borelowski5-70/+26
Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I95dfebd0e024af91b9bac4d8a4bb97d271badc70
2020-02-06Merge "Add Pnf BBs to Service-Macro-Create flow"Lukasz Muszkieta1-11/+18
2020-02-06optimize camunda process instance historyPlummer, Brittany14-125/+129
Set buinessKey to requestId. Added plugin to pass businessKey to subprocesses Updated process-instance and activity-instance lookups to filter response Removed duplicate tests and updated att history lookup Updated businessKey to be set to mso-request-id Updated snapshot version to fix build issues Removed query param from properties. added uribuilder Updated to use uriBuilder.build().toString() Updated unit tests to lookup by procesInstanceId to fix build failure Issue-ID: SO-2650 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I357053c52a75ee5149a56392ce866dbb654b541d
2020-02-06Merge "ETSI Package Management - Subscribe"Byung-Woo Jun28-221/+1473
2020-02-06Merge "WaitForPnfReadyBB - set orchestration status to Register and then ↵Steve Smokowski4-37/+100
Registered"
2020-02-06Add Pnf BBs to Service-Macro-Create flowRemigiusz Janeczek1-11/+18
Added building blocks: AssignPnfBB WaitForPnfReadyBB ActivatePnfBB Issue-ID: SO-2641 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I6bc08e17a666a1a93d7bda1ec04aa7c181b5ec8c
2020-02-06Fix Sonar issue - throw generic exception.Tomasz Wrobel7-37/+35
Issue-ID: SO-1841 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Ia24bdb36f03a1b96a356ef27fe1dca95e48adb7c
2020-02-06Fix repeatable migration of WorkflowDesignerData (CatalogDB)Remigiusz Janeczek1-0/+1
Issue-ID: SO-2648 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I32623ed9937519bf275e3d8f715200c09c58a268
2020-02-06Fix dependency failure for aai-schemamharazin1-1/+1
Temporary solution until fix AAI-2789 bug Issue-ID: SO-2636 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: Ifaee3198bba7f293530b4fed1f6267e54ceeba9d
2020-02-05ETSI Package Management - Subscriberope25228-221/+1473
Change-Id: I6a01f97a5ec441fb72b3d506d5d7355e4d868e11 Issue-ID: SO-2417 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-02-05Merge "Fix Sonar issue with throw generic exception on apihandlerinfra"Lukasz Muszkieta5-22/+50
2020-02-05Fix Sonar issue with throw generic exception on apihandlerinfraTomasz Wrobel5-22/+50
Issue-ID: SO-2645 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I111ca7c7bef271386bd075e2b948f29d7c2b4516
2020-02-05WaitForPnfReadyBB - set orchestration status to Register and then RegisteredLukasz Muszkieta4-37/+100
Issue-ID: SO-2644 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I2796baf4afabd47536ffa0d4deb5096608fc5cce
2020-02-05Merge "Support LCM API for sdnc adapter"Chuanyu Chen4-24/+133
2020-02-04Refactoring tests in BBInputSetupUtilsTestmharazin2-403/+543
Issue-ID: SO-2613 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I277277b0b5ca1c76afb9a466b20479c97d033401
2020-02-04Fix logging issue in so-simulatorParshad Patel4-6/+15
Use a logger to log this exception Either log or rethrow this exception Issue-ID: SO-1841 Change-Id: I5a9802fcf11d610cd60b61c0760781add7cdc91d Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2020-02-03modifications to create network to add lobSmokowski, Steven6-98/+267
Add platform and line of business to network Update to split out network Issue-ID: SO-2637 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5cbc3bc77986b6d4d420d2158df46924fcd74c0b
2020-02-03Support LCM API for sdnc adapterEnbo Wang4-24/+133
Enhance sdnc adapter to support LCM API for PNF SW Upgrade. Issue-ID: SO-2588 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I193a5f61a5a63da6608692b34c221df8aeddc323
2020-02-03Fix dependency failure for aai-schemaEnbo Wang1-1/+1
Issue-ID: SO-2636 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I946870c801134dc76b8c55ffd52ace5aaef60a69
2020-01-30Remove Valet from openstack adapterSmokowski, Steven22-1993/+27
Remove Valet from openstack adapter Clean up CI, so it passes on dev branch Fixed bad merge regarding correct method name. Added try catch around createIfNotExists methods to avoid failing sim. Fix broken Fabric Tests from merge Update logging jar dependency for CI Issue-ID: SO-2623 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I572276f751b132ec78d7ab5763f1c76bfc8256c5