aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-01-24decision point APIeeginux44-76/+2865
ControllerRunnable interface: implemented by controller ControllerContext: Controller Context for controller execution ControllerPreparable interface:used to setup execution context ControllerExecutionBB:controller execution for building block ControllerExecutionDE:controller execution for camunda Skeleton implementation for APPC controller Skeleton implementation for SDNC controller Use ControllerExecutionDE for existing PNF configuration. Add integration tests for controllerExecutionBB/DE Add GenericControllerExecution activity for BuildingBlockExecution based Add GenericControllerExecutionDE activity for DelegateExecution based. CDS controller to be implemented by SO-CDS generic buildingBlock Actor seletion based on ingested metadata Issue-ID: SO-2070 Change-Id: I4020c2ce21468939690e2cef78bbadbfff4bd3e4 Signed-off-by: eeginux<henry.xie@est.tech>
2020-01-23removed extra set line and added a testBenjamin, Max3-2/+59
removed extra set line and added a test Issue-ID: SO-2612 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I45022ed722368192823f6cad66e8bd6649cc0719
2020-01-23Merge "Update to Latest ETSI Catalog Swagger"Byung-Woo Jun1-6/+10
2020-01-23Merge "Add some new tests in BBInputSetupUtilsTest"Lukasz Muszkieta1-1/+104
2020-01-23Update to Latest ETSI Catalog Swaggerrope2521-6/+10
Change-Id: I51687625cbc7ac52d882fb58fc76a1875528d693 Issue-ID: SO-2578 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-01-22Add some new tests in BBInputSetupUtilsTestmharazin2-9/+112
To increase the coverage of BBInputSetupUtils class Issue-ID: SO-2600 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I9aa36344d7390d502476d9604ef194455a39f204
2020-01-22Merge "Add fluent setters for BuildingBlocks and ExecuteBuildingBlock"Max Benjamin26-834/+1405
2020-01-22Add fluent setters for BuildingBlocks and ExecuteBuildingBlockkjaniak26-834/+1405
Test which check more than one functionallity were separarted. Minor code improvements around BB and EBB. Issue-ID: SO-2582 Change-Id: I318f8ac299f7204fdd6799108182a29e519724d9 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-01-22Merge "Add API to support 5G usecase in swagger"bpmn_infra_refactoringSeshu Kumar M1-1/+296
2020-01-21Ve-Vnfm (SOL002) Adapter fixPiotr Borelowski3-57/+53
Changed the <parent> in pom.xml to use org.onap.so:adapters Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Ia049de7a757126df1fba8cc3adc1913ef2b927fd
2020-01-21Merge "Fix spelling of ToastrNotificationService declaration"Seshu Kumar M1-1/+1
2020-01-21Merge "Replaced annotation with RepositoryRestResource"Steve Smokowski1-1/+2
2020-01-21Merge "updated bbinput setup to handle new and old"Steve Smokowski3-42/+173
2020-01-21Merge "Encryption and decryption of OpenStack Passwords removed"Steve Smokowski1-0/+2
2020-01-20Updating etsi catalog endpoint param namewaqas.ikram4-14/+13
Change-Id: I445fd4572dc5a876fdeee66ae393a1215fce54d0 Issue-ID: SO-2415 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-01-17Replaced annotation with RepositoryRestResourceGamboa, Gilbert1-1/+2
Use rest calls to update CatalogDB Issue-ID: SO-2603 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I86d01259c007ed9f9fe53aeca53d126cbe066b1a
2020-01-17updated bbinput setup to handle new and oldKalkere Ramesh, Sharan3-42/+173
updated bbinput setup to handle new and old service Issue-ID: SO-2602 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I57500ddaed7f3ea3fdc455800139a8d8ebc8f435
2020-01-17Fix for SO-2598waqas.ikram9-115/+217
Change-Id: I26a8251bd878d95ae3ede8d27bf9f42a6692e338 Issue-ID: SO-2598 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-01-16Merge "Use the timeout from the heat template instead of"Steve Smokowski15-41/+86
2020-01-16Merge "update bb input setup to handle replace for"Steve Smokowski2-16/+101
2020-01-16Merge "mso stores vnf application id from macro create"Steve Smokowski2-2/+14
2020-01-16Merge "1911 create appc adapter micro service"Steve Smokowski78-180/+2954
2020-01-16update bb input setup to handle replace forKalkere Ramesh, Sharan2-16/+101
update bb input setup to handle replace for service vnf vf modules that are not replace will get correct model data added in a unit test as well as added in check for vnf Issue-ID: SO-2599 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I538f6037791905d1086d6d553d1895abd6f2026e
2020-01-15Use the timeout from the heat template instead ofBoslet, Cory15-41/+86
Use the timeout from the heat template instead of hardcode WIP Added custom uuid to vf adapter delete rest request Added and fixed compilations errors due to interface change added logic to check that the timeout is less than 120 Set the cust model uuid in bpmn so its avaiable to adapter. Added to use timeout from heat template for network. Updated unit test to account for new param change to method. Fixed and added missing param to deletevf in vnfadapterrestv2 Fixed failing junits due to adding model cust id to request Issue-ID: SO-2601 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6ac276f37d4b6423501fb07fe081828ea3bed235
2020-01-14The Ve-Vnfm (SOL002) Adapter projectPiotr Borelowski1-2/+1
Changed the <version> line in pom.xml to use ${project.version} Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I5f1014991d3e67c52acdb505eed8c10508404534
2020-01-13mso stores vnf application id from macro createBonkur, Venkat2-2/+14
mso stores vnf application id from macro create Issue-ID: SO-2591 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I83aab47ef41b93fa72581823a27c7ae7fa699e52
2020-01-13Merge "move population of instance names in requestdb"Steve Smokowski5-211/+326
2020-01-13Merge "removed powermock dependecy and added it to"Steve Smokowski4-79/+88
2020-01-10Merge "Align AssignPnfBB with Service Macro Create -move and align logic of ↵Lukasz Muszkieta11-210/+345
BB delegates with tests -remove unnecessary classes -add tests cases for Pnfs in ExtractPojosForBBTests"
2020-01-10removed powermock dependecy and added it toBenjamin, Max4-79/+88
removed powermock dependecy and added it to enforcer plugin Issue-ID: SO-2597 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib2dff9818fffaef1b356db03795fdca238dfed75
2020-01-10Align AssignPnfBB with Service Macro CreateRemigiusz Janeczek11-210/+345
-move and align logic of BB delegates with tests -remove unnecessary classes -add tests cases for Pnfs in ExtractPojosForBBTests Issue-ID: SO-2568 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ic48e2c1c6ab852c33837091da3e7916b71c26466
2020-01-101911 create appc adapter micro serviceKuleshov, Elena78-180/+2954
Added new appc adapter micro service. Made required code changes to use the new adapter. Issue-ID: SO-2596 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I880ecace64ec85ca4094a82bc1210798fd3bb85d
2020-01-09move population of instance names in requestdbPlummer, Brittany5-211/+326
Removed saving instanceName in BBInputSetup Removed test for setting instanceName in BBInputSetup Moved saving instanceName to workflowaction Started adding tests for setting instanceName Added unit tests for setting instanceName Updated last modified by from apih to bpmn Updated access modifier for method no longer needed Removed requestId parameter no longer used Updated test to match parameter changes in BBInputSetup Added volumeGroup lookup by vnf and volumeGroup id Issue-ID: SO-2595 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib1bbc53d00ae0257f2678756a1e8f9291d8e7fa2
2020-01-09Merge "Fixed testOnGetPackageVnfd_UnauthorizedClient_Fail"Byung-Woo Jun1-6/+5
2020-01-09Fixed testOnGetPackageVnfd_UnauthorizedClient_FaileHanan1-6/+5
Change-Id: I916182cf97ea4a78fe7dfe19de2cce03b8d9a7ea Issue-ID: SO-2414 Signed-off-by: eHanan <eoin.hanan@est.tech>
2020-01-09Add API to support 5G usecase in swaggerHarry Huang1-1/+296
Issue-ID: SO-2368 Change-Id: I659abc5e94eeb9ef08b89f0847c0cc577d8b0dca Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-01-09Merge "configurable aaf user expires"Seshu Kumar M1-0/+4
2020-01-08Merge "SOL003 Adapter Package Management - Read VNFD"Byung-Woo Jun5-26/+160
2020-01-08configurable aaf user expiresBenjamin, Max1-0/+4
aaf user expires now configurable via properties Issue-ID: SO-2590 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib4cd4f9062862fe8833ee2009a65e8984d8692bf
2020-01-08Merge "Added the Ve-Vnfm (SOL002) Adapter project"Seshu Kumar M6-0/+199
2020-01-08Merge "consolidated security configuration"Steve Smokowski37-2003/+31
2020-01-08Merge "Drop Resource Input Field if not valid JSON"Steve Smokowski6-6/+69
2020-01-08Added the Ve-Vnfm (SOL002) Adapter projectPiotr Borelowski6-0/+199
Development of SOL002 Adapter Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: If973a36756e7e89e51797844034673b2a2c40e4f
2020-01-08SOL003 Adapter Package Management - Read VNFDeHanan5-26/+160
Change-Id: I2710b199ccc02af1782cd5fa75e85c4ed5c69aa9 Issue-ID: SO-2414 Signed-off-by: eHanan <eoin.hanan@est.tech>
2020-01-08Merge "Pass error message in the exception when thrown from CDS-Adapter"Lukasz Muszkieta1-55/+77
2020-01-07Drop Resource Input Field if not valid JSONSmokowski, Steven6-6/+69
Drop Resource Input Field if not valid JSON Drop Resource Input Field if not valid JSON Issue-ID: SO-2587 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I704981c6b3413872975b9e94a4b79cc0a1790795
2020-01-07consolidated security configurationBenjamin, Max37-2003/+31
consolidated security configuration into common package Issue-ID: SO-2584 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1e78259ffbf88e792f1f7a5a10cd1fdad8eaea36
2020-01-07find workflow by pnf model uuid with CatalogDbClientUbuntu5-2/+76
Issue-ID: SO-2558 Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com> Change-Id: I62d9ae70befdd870d217de64cca36fe04a69e96e
2020-01-07Merge "Bug fix for Multi-result row data order"Chuanyu Chen1-2/+2
2020-01-06Pass error message in the exception when thrown from CDS-Adapterprathamesh1-55/+77
Issue-ID: SO-2494 Signed-off-by: prathamesh <prathamesh_morde@yahoo.ca> Change-Id: I1990ba00ab55ed08c7ba8c31e6fe8fbedb428e7e