aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-11validation for vnfs before WorkflowAction startsBenjamin, Max (mb388a)8-29/+467
Removed accidental merge markup from WorkflowActionBB Addition of prevalidation to WorkflowActionBB. Implement more JUnits for validation methods. Implement verification of deleteInstance workflow for VNR configuration dependencies. Added a validation mechanism on a workflow level to check for valid actions. Change-Id: Icb2859c3b8ece534d4e9831ca5f48a15dfaef58d Issue-ID: SO-1379 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11get subnet sequence number from A&AIBenjamin, Max (mb388a)7-9/+81
Add AAIQuery for subnet block to CreateNetwork bpmn MSO shall get subnet sequence number. Change-Id: I5cf73d1b5344f41ac98a51274948822322e3591b Issue-ID: SO-1378 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11Re-enable Actuator for Springboot 2.0Benjamin, Max (mb388a)8-30/+29
Re-enable Actuator for Springboot 2.0 Change-Id: Icee67885d9bd26d6b6ff8a4fceb9add56926b0a8 Issue-ID: SO-1377 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11Created sniro request pojos for homingV2 flowBenjamin, Max (mb388a)15-83/+741
Updated random ports to replaced in expected file response Created sniro request pojos for homingV2 flow. Change-Id: Ib2fedbc28dc048048a21eaa88601bcb0c21360f7 Issue-ID: SO-1376 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11updated logging to JaxRsFilterLoggingBenjamin, Max (mb388a)6-116/+166
Changed the MDC sourcing from LoggingInterceptor to JaxRsFilterLogging. Change-Id: Idd807f1bf6d3a5a680f547d09503a53a362cd5d1 Issue-ID: SO-1362 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11Add junit tests for MsoCloudifyUtilsLukasz Muszkieta1-1/+94
Change-Id: If12ed6350306cd489aa8b1744a513875b42540c3 Issue-ID: SO-430 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-01-11junits for MsoTenantUtilsFactoryTomasz Gwozdecki1-0/+16
-Added new test for MsoTenantUtilsFactory Change-Id: I9ba756a1f1c569dc7d0c1528272cca1ccfe3aad4 Issue-ID: SO-1339 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2019-01-11fix jenkins master buildLukasz Muszkieta1-2/+0
Change-Id: If263db591b98af62d9d49d75c602bd5c7966f1e4 Issue-ID: SO-1375 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-01-11Merge "update the SDC client APIs"Byung-Woo Jun1-0/+4108
2019-01-10update the SDC client APIsseshukm1-0/+4108
Issue-ID: SO-1337 Change-Id: Iafd90debd2410e5dcbd55dba8a2c33018e4ecf6d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-01-06Merge "Remove Swagger UI"Seshu Kumar M79-2770/+22
2019-01-06Fix the APi infoseshukm2-7/+15
Issue-ID: SO-1337 Change-Id: I5cd683d047550fc3a7ae9689e23da2e9f34caba9 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-01-04Bugfixes for December 2018Benjamin, Max (mb388a)35-283/+479
Changed the way that the cidr is constructed in network utils. added in the if statement to check if selflink already exists removed execution line that was not needed in pull added service instance id to workflowResourceIds for virtualLinkKey network flows wrote test for updating request to complete in db workflow action directly updates db instead of using mso complete process Increase max timeout for SDNO Health Checks dmaap. Added execution variable and corrected type and way data is retrieved to fix defect fixed retry status message in request db for #/5 updated workflowActionBBTasks for flow status message updated flow status to failed on a workflowaction fail Removed slashes and fixed rollbackStatusMessage Updated requestStatus logic for adding status messages Added junit test to validate casue of a defect and cleaned up code and logging added end timestamp to request db on complete request fixed l3Network update of orchestation status in DoUpdateNetworkInstance groovy as well fixed update of l3network orchestration status Add explicit resetting of heatStackId in A&AI to DeleteVfModule and DeleteVolumeGroup BBs. Preserve heatStackId setting in the copiedVfModule when updating the VF Module in A&AI. added functionality to skip rollback based on flag Update snapshot version for logging, add headers fixed optional of error in retrieveErrorMessage method Set heatStackId to null if we want to remove it in A&AI. added in a warn logger statement to keep track of field map network technology from l3network instead of model info for network adapter object mapper Force heatStackId value to empty on an attempt to set it to null on update updated common pom to use aai schema version 1.4.1 removed handle sync error from SDNCHandler bpmn flow Change-Id: I1bd7aa55b06d4e439000b216165c9daafeacc9a4 Issue-ID: SO-1361 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-04Merge "Added timeStamp to requestStatus returned"Steve Smokowski5-12/+37
2019-01-04HttpClientFactory to create HttpClient instancesMichal Kabaj36-110/+145
-Replace constructor calls with existing factory -Add create methods to factory for each required Media Type Change-Id: Ibd03c10230c87a0413c0ec529e0ea9ac800444f9 Issue-ID: SO-1344 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-01-03Added timeStamp to requestStatus returnedKalkere Ramesh, Sharan (sk720x)5-12/+37
Added timeStamp to requestStatus returned Change-Id: Ife220b95287e672f456f1511f64ddccb613dde93 Issue-ID: SO-1328 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2019-01-03Merge "Either log or rethrow this exception"Steve Smokowski1-0/+1
2019-01-02Sonar:CriticalManamohan Satapathy1-3/+3
CompareModelsResult.java:L31,L32 & L33 Issue-ID: SO-1356 Change-Id: I0afd0c5e12e63c7758238dd50968e4b2a926237d Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
2018-12-26Update logging to msoLoggersubhash kumar singh3-189/+92
Update logging to msoLogger. Change-Id: I24f09f372d4d5c7572ba37fcb5aee1e39b4992fe Issue-ID: SO-1330 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-12-21AAI dependency updateLukasz Muszkieta1-1/+1
fix jenkins build Change-Id: Id4f9cfdb602c94324e50ec2c23b36348ad4b245f Issue-ID: SO-1348 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-12-19Use UUID to fill pnf-id in PNF PnPJoanna Jeremicz13-270/+440
Issue-ID: SO-1272 Change-Id: If516b7ec38dad3fbc7409aff42275a98ef2af76a Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-12-18PNF PnP don't set "in-maint"biniek2-2/+1
Change-Id: I2c68a87d2483ebbd44fbf90f1afced9f02d23ab4 Issue-ID: SO-1345 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-17Merge "Use try-with-resources : Sonar:Blocker"Steve Smokowski1-3/+8
2018-12-17Merge "Bug fix for getInstnaceId"Steve Smokowski2-7/+125
2018-12-17Use try-with-resourcesManamohan Satapathy1-3/+8
: Sonar:Blocker BpmnInstaller.java:L163 Change-Id: I20d81f7ef77446e50a4034d755537d1ca0b2d92b Issue-ID: SO-1333 Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
2018-12-15Bug fix for getInstnaceIdZhuoyao Huang2-7/+125
CreateSDNCNetworkResource.afterCreateSDNCCall can't get instance id from getInstnaceId for modelName default case is missing Issue-ID: SO-1331 Change-Id: Ia5eb03131a3137e5eede83a97d5b464e66bd2055 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2018-12-14Either log or rethrow this exceptionShubhada Ramkrishna Vaze1-0/+1
Location:so\adapters\mso-openstack-adapters\src\main\java\org\onap\so\adapters\vnf\MsoVnfAdapterImpl.java Line No:2217 Change-Id: I4abe17029802aacb5ad2aae60e46980b2269e2ea Issue-ID: SO-1338 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2018-12-13Merge "Add junit tests for CatalogDBUtils"Steve Smokowski15-155/+229
2018-12-13Merge "Add the query to AAI for SI with customer info"Rob Daugherty1-1/+6
2018-12-13Add junit tests for CatalogDBUtilsLukasz Muszkieta15-155/+229
Change-Id: I1ea3e92b6dcb3fbca837513e11451be47d8c488b Issue-ID: SO-784 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-12-13junits for MsoTenantUtilsFactoryTomasz Gwozdecki1-0/+38
-Added new test for MsoTenantUtilsFactory Change-Id: I06719de861fc5d01bb5a8b71d5444eefd7b8b766 Issue-ID: SO-1339 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2018-12-12Merge "use config value instead hard code of url"Seshu Kumar M1-3/+2
2018-12-12Merge "Fixed vlan xml and host routes"Steve Smokowski1-394/+25
2018-12-12Add the query to AAI for SI with customer infoKalkere Ramesh, Sharan (sk720x)1-1/+6
added in the same block of code to getSIHelper method Change-Id: I512898d86b5bfd10d1cbbdfeaaa5f2b8cf71510a Issue-ID: SO-1326 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-12Merge "asdc process vf resource into db bug fix"Steve Smokowski1-68/+80
2018-12-12Merge "added check for null object"Steve Smokowski1-1/+3
2018-12-12Merge "vfc adapter authentication bug fix"Steve Smokowski6-66/+183
2018-12-12Merge "Skip cloud regions and fix macro"Steve Smokowski6-13/+54
2018-12-12Merge "response from aai is now volumeGroups"Steve Smokowski2-4/+9
2018-12-12Merge "fix issue when adding volume vnf api"Steve Smokowski0-0/+0
2018-12-12Merge "Reverse the relationship on the put to A&AI"Steve Smokowski4-6/+7
2018-12-12Merge "Added fix for potential nullpointer exception"Steve Smokowski0-0/+0
2018-12-12Merge "Added check for nullpointer exception"Steve Smokowski1-2/+3
2018-12-12Merge "Added lookup of serviceType and sent to BPMN"Steve Smokowski2-2/+119
2018-12-12Merge "Added quriedVolumeGroupId to createvfModule"Steve Smokowski2-0/+2
2018-12-12Merge "fixed aai response code in updateAAIVfModule"Steve Smokowski3-1/+12
2018-12-12Merge "refactor updaterequeststatustofailed method"Steve Smokowski7-129/+267
2018-12-12Merge "removed the AAIPropertiesConfiguration file"Steve Smokowski2-89/+0
2018-12-12Merge "ConfirmVolumeGroupNameTest improvements"Steve Smokowski6-74/+275
2018-12-12Merge "fix lookup of si if customer exists"Steve Smokowski1-2/+7