summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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 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
2020-02-12Added AAF SSL certs related changesRamesh Parthasarathy1-0/+20
if AAF_SSL_CERTS_ENABLED environment variable is turned on it will try initialize other environment variables related to AAF SSL certs. SO OOM application overrides will be dynamically configured whether or not to use AAF SSL certs. Issue-ID: SO-2451 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: I46eb8fa2f8f790232635a3e1926fd2464c48d173
2020-02-12mso to add support for creating the cloud regionSmokowski, Steven7-5/+404
Initial check in to support cloud region create Add additional junit tests Add additional integration tests Updated junit to use spy and removed setter method Issue-ID: SO-2657 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6a93f3b4caf7d640ffa5842981247d284b9013ad
2020-02-12Merge "Fix Sonar issue - throw generic exception."Lukasz Muszkieta7-37/+35
2020-02-12Fix Sonar issue - Refactor nested for if while if..Tomasz Wrobel4-246/+135
Issue-ID: SO-1841 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I65380661dc11cd0e5d77b59a72aa5a25a955a638
2020-02-12Add repository for OrchestrationTaskHarry Huang1-0/+33
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: I42c0639a62bf18f5d0c8bece746cd8e831dd88e8 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
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-10Migrate so docsJessica Wagantall9-0/+145
Merging this will create https://onap-so.readthedocs.io This build will run in parallel to the current docs generation method until we are ready to cut over. Issue-ID: CIMAN-364 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I447112810fed1392d928ed50e7551cf9ff48fbdb
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-10added in graceful shutdown to spring bootKalkere Ramesh, Sharan3-0/+66
added in graceful shutdown to spring boot updated the poms to include catalina and upped fabric added in eventlistener instead of application listener Issue-ID: SO-2655 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2d8674cc82a9167604b2d38a49bffba42cee32ff
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