aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-01-30Merge "Increased lock time on add graph data task and"Steve Smokowski2-0/+22
2020-01-30Merge "- Include stack Status Reason when rollback is"Steve Smokowski2-4/+7
2020-01-30Merge "Add missing so-appc-orchestrator dependency to docker/pom.xml"Lukasz Muszkieta1-0/+5
2020-01-30Add missing so-appc-orchestrator dependency to docker/pom.xmlRemigiusz Janeczek1-0/+5
Fixes issues with building docker images and jenkins docker staging job Issue-ID: SO-2622 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Iecf531eebf0d9a876e00943177819543c27fabdd
2020-01-30Increased lock time on add graph data task andBoslet, Cory2-0/+22
Increased lock time on add graph data task and fixed error handling for inventory failure so flow doesnt proceed Changed build workflow exception to return the exception Issue-ID: SO-2621 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib247cd7e5eb0cf17579a9d72d9e8ede8a8c35e17
2020-01-30- Include stack Status Reason when rollback isMerkel, Jeff2-4/+7
- Include stack Status Reason when rollback is suppressed. - Updated to format code to pass the build. Issue-ID: SO-2620 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id9789930eaf7c47666a9401f8e3c57156c931b74
2020-01-30Merge "WaitForPnfReadyBB message fix"Lukasz Muszkieta2-5/+6
2020-01-30Merge "Create ActivatePnfBB"Lukasz Muszkieta5-14/+140
2020-01-30Merge "Added Basic Authorization in receiving Notification"Steve Smokowski3-7/+42
2020-01-30Merge "Updated to send back actual exception message"Steve Smokowski3-4/+30
2020-01-30Merge "change error logs to warning logs in"Steve Smokowski1-1/+1
2020-01-30Merge "add manual handling to rainy day handling for bbs"Steve Smokowski29-894/+911
2020-01-30Create ActivatePnfBBRemigiusz Janeczek5-14/+140
Issue-ID: SO-2607 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I1115defe4ddf417a7ea94f659cf2bea119029ebb
2020-01-30WaitForPnfReadyBB message fixLukasz Muszkieta2-5/+6
fix problem with sending message to camunda process Issue-ID: SO-2606 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Iace8d283702968e0f3917feb498927eeacfed421
2020-01-30Added Basic Authorization in receiving NotificationPiotr Borelowski3-7/+42
Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Ib01bf2301dad5a699751c060cfb28eac6858e003
2020-01-30Added the communication with AAIPiotr Borelowski17-17/+741
Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I32a1a560d2787b966f1634b3679368412af19520
2020-01-29Updated to send back actual exception messagePlummer, Brittany3-4/+30
Updated to send back actual exception message Updated exception to include message Issue-ID: SO-2619 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id4ac60dee682b6b6e18c6ccbabcc60a61c2a1db7
2020-01-29change error logs to warning logs inKalkere Ramesh, Sharan1-1/+1
change error logs to warning logs in workflowaction Issue-ID: SO-2618 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I148c64f942be0cc5903762c8311e2b543475a4b0
2020-01-29Merge "Create WaitForPnfReadyBB"Seshu Kumar M3-0/+380
2020-01-29AssignPnfBB connects PNF and service instance in AAIJoanna Jeremicz13-384/+208
Change-Id: I92ab4b45acb120d647ea3de7a455e2e873c12a72 Issue-ID: SO-2605 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2020-01-28Create WaitForPnfReadyBBLukasz Muszkieta3-0/+380
Issue-ID: SO-2606 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I55281130c8ce0fde68d7a0554dd9023e44b9f2b0 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2020-01-24add manual handling to rainy day handling for bbsKuleshov, Elena29-894/+911
Initial Manual Handling addition to Rainy Day BB handling. Reenable task API, add task variable setup. TaskTimeout will come from the configuration settings. Update the base path for the APIH manual tasks junit. Additional JUNIT tests for manual handling Add Manual as a primary policy for Change Management BBs. Error handling changes and robot tests for manual handling. Correct failure data retrieval when serviceSubscription is unavailable. Correct failure data retrieval when serviceSubscription is unavailable. Keep WorkflowException when manual pause gets invoked; improved error reporting. Issue-ID: SO-2616 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I98a84c1a489bb7b24b68e567f604aeb074fd7bf9
2020-01-24convert bbinputsetup populate methods to usePlummer, Brittany5-428/+932
Setup populate methods to use parameter object Fixed BBInputSetup failing unit tests Fixed formatting in BBInputSEtup changes Updated unit test mocks to include parameter object Added fix for failing macro robot tests Formatted BBInputSetup changes Fixed compilation problems and added new parameters Added serviceModel parameter to bbinputsetupparameter object Fixed compilation error and removed unnecessary mockito stubbings Issue-ID: SO-2615 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I60601e4df96f999506fa4fbfa6d9ffc80b42a8c9
2020-01-24Merge "Add Neutron Port and Nova Server to Proxy"Steve Smokowski2-0/+39
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-23Add Neutron Port and Nova Server to ProxySmokowski, Steven2-0/+39
Add Neutron Port and Nova Server to Proxy Issue-ID: SO-2614 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I09e0302bbdb66dadae3dbac7bbf07a64dfc39d10
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