aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-13Cloud config database table supportBenjamin, Max (mb388a)72-447/+1649
added cloud config database entities added cloud config repository converted existing cloud config class converted all code interacting with previous cloud config object created migration to automatically load cloud config properties from application.yaml Issue-ID: SO-854 Change-Id: Icf408e5d0fcabd1b7e97298963c555fae6964930 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-13Merge "made required pom changes for cxf"Rob Daugherty6-12/+11
2018-08-13Merge "Casablana bugfixes"Rob Daugherty46-2665/+584
2018-08-11Merge "added edge label support to A&AI client"Seshu Kumar M3-0/+55
2018-08-11made required pom changes for cxfBenjamin, Max (mb388a)6-12/+11
cxf 3.2.5 also requires us to move to javax.ws.rs-api 2.1 javax.ws.rs-api 2.1 is fully backwards compatible with 2.0 it will not be a problem with our other dependencies Issue-ID: SO-850 Change-Id: I2a6d9c5d6fb9025de8e5b4a00788275d7cc496a1 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-10Handle special aai case betterBenjamin, Max (mb388a)7-49/+219
corrected error handling in aai client for service instances updated the exception logic for si's that are not found adhere to mapNotFoundToEmpty in special case Issue-ID: SO-851 Change-Id: I3843733553143dae046c1ae944a3bfd71ac5170c Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-10added edge label support to A&AI clientBenjamin, Max (mb388a)3-0/+55
you can now specify an edge label when connecting two objects Issue-ID: SO-849 Change-Id: I851d523c271823911cdc344ac8c28beec993cb09 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-10Casablana bugfixesBenjamin, Max (mb388a)46-2665/+584
updated mock in unassignnetworkbbtest instead of base added mock to extract pojos method in unassignnetwork Return gBuildingBlockExecution from calls to VnfAdapter subprocess Correct JUnit data to expect modelInfoVfModule Enable Spring Security for logging of unauthorized/bad credentials errors Fix handling of a case of no VF Modules in a VNF resource. fix populating lookupKeyMap with resource ids removed unnecessary test resources Issue-ID: SO-848 Change-Id: Id89f075dcac4042bf8fb1e207e66d289d079171f Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-10Merge "Fix Error Scenario"Rob Daugherty4-1326/+1348
2018-08-10Merge "Improve Logging"Rob Daugherty2-11/+9
2018-08-10Merge "Fix Session Time"Rob Daugherty1-1/+1
2018-08-10Merge "GR-API flow, VF Module, SDNC GR API Fixes"Rob Daugherty63-1009/+1682
2018-08-10Fix Error ScenarioSmokowski, Steve (ss835w)4-1326/+1348
If Camunda returns a non-auth error, or invalid JSON. APIH was not logging the error or properly updating the request database record Issue-ID: SO-818 Change-Id: I8b164002132ca6c25f95e1fa2b194e6cb4c3be03 Change-Id: If6e06de0fb8a01a00ef06ade915dd7c13623047b Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-10Improve LoggingSmokowski, Steve (ss835w)2-11/+9
Add Stack trace to be logged, currently only a generic error message is logged Issue-ID: SO-846 Change-Id: I8479247227cf08de25bece5077003ee83c08472d Change-Id: I8479247227cf08de25bece5077003ee83c08472d Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-10Fix Session TimeSmokowski, Steve (ss835w)1-1/+1
Fix session times taking too long to create, which is causing fallout in heat environments Issue-ID: SO-845 Change-Id: I6655507bd062ed42c0f2062edd4edfb580dca194 Change-Id: I6655507bd062ed42c0f2062edd4edfb580dca194 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-10Downgrade CXFSmokowski, Steve (ss835w)2-2/+2
The Upgrade of CXF broke the A&AI client, downgrading it for now to unblock integration testing. We will investigate in more detail around the upgrade of the version. Issue-ID: SO-823 Change-Id: I15d761737b8c62db6de74ce5e5ee9262016120e0 Change-Id: I15d761737b8c62db6de74ce5e5ee9262016120e0 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-09GR-API flow, VF Module, SDNC GR API FixesBenjamin, Max (mb388a)63-1009/+1682
Fixes the new GR-API flow Various fixes in the create VF Module area Fixes issues parsing the SDNC GR API response Fixes new resource type in ASDC controller Fixes AppC mismatch in JSON marshaling Issue-ID: SO-821 Change-Id: I4ace0d348483ab1303fcfee26c5801674be51466 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-09Merge "Groovy Compile"Marcus Williams133-488/+66
2018-08-09Groovy CompileSmokowski, Steve (ss835w)133-488/+66
Groovy was not compiling as the maven plugin was off. I had to move some files around, and add some import statements to make it compile again. I also had to rename some packages to onap.so. A few files were deleted that did not compile but were not in use. Issue-ID: SO-823 Change-Id: I99d04b4f25709c86d397d72700c237d81362d8b3 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-09Fix LoggingSmokowski, Steve (ss835w)2-15/+22
Add more logging information for Java.Lang Exceptions Issue-ID: SO-822 Change-Id: I5eb25adc087c9fb495829af2c9d0d1be7374f4a3 Change-Id: I5eb25adc087c9fb495829af2c9d0d1be7374f4a3 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-09Merge "Fix Ref Data"Seshu Kumar M3-229/+0
2018-08-09Merge "Refactored references to AaiUtils"Seshu Kumar M54-5676/+1217
2018-08-09Fix Ref DataSmokowski, Steve (ss835w)3-229/+0
Fix recipe reference data, add initial data setup script Issue-ID: SO-812 Change-Id: I9cbc45f7788fe7c5a74e15d45a9b82a55ddfe299 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-09Remove PropertySmokowski, Steve (ss835w)2-4/+0
Remove BPEL properties that are no longer used Issue-ID: SO-817 Change-Id: Ie654562dabaddfcff68de3dfddeb85eed478b0a5 Change-Id: I6a418c73608d08f4cf12833f893e671ffa77beb0 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-09Merge "Fix Invalid BPMN"Seshu Kumar M6-40/+423
2018-08-09Merge "junits for HttpClientRedirectStrategy"Seshu Kumar M1-0/+53
2018-08-09junits for HttpClientRedirectStrategyTomasz Gwozdecki1-0/+53
-Added new test class for HttpClientRedirectStrategy -Test for method isRedirectable Change-Id: I631ba978262316799fa10ddab4af4cfbb35dafd9 Issue-ID: SO-814 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2018-08-08Fix Invalid BPMNSmokowski, Steve (ss835w)6-40/+423
Fix invalid BPMN for a 2nd time, add JUNIT to fail verify on invalid BPMN Issue-ID: SO-804 Change-Id: I0ead7d8ebc42dbfe6b18cb29e3962cceb6d7cc23 Change-Id: I0ead7d8ebc42dbfe6b18cb29e3962cceb6d7cc23 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-08Update Default RecipeSmokowski, Steve (ss835w)3-166/+258
Update default recipe data to be inserted after flyway baseline Issue-ID: SO-812 Change-Id: Icaab49127ebd184d2cf26397c71ca989ff68d468 Change-Id: Icaab49127ebd184d2cf26397c71ca989ff68d468 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-08Remove Unused FilesSmokowski, Steve (ss835w)28-5607/+1
Remove files that are no longer used Issue-ID: SO-815 Change-Id: Iec6188e58dabd49b9f13bd7070e3a35a0c85571f Change-Id: Iec6188e58dabd49b9f13bd7070e3a35a0c85571f Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-08Save sppartner to AAI and call ExternalAPI bug fixElaine_Han3-9/+23
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000005 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-08-08Merge "SDNC request for Deactivate SOTN attach"Seshu Kumar M1-1/+51
2018-08-08Merge "SDNC request for DeActivate Site"Seshu Kumar M1-1/+69
2018-08-08Merge "Update the sdnc request update for deactivet SOTN"Seshu Kumar M1-3/+14
2018-08-08Merge "SDNC request for delete SOTNConnectivity"Seshu Kumar M1-1/+48
2018-08-08Merge "SDNCRequest for delete SOTN attachment"Seshu Kumar M1-1/+52
2018-08-08Merge "SDNC request template for delete Site"Seshu Kumar M1-8/+41
2018-08-08SDNC request for Deactivate SOTN attachsubhash kumar singh1-1/+51
SDNC request for Deactivate SOTN attachment. Change-Id: Iadb196fa5c0aea1171cad0da51c1b5b9bd58f69e Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-08SDNC request for DeActivate Sitesubhash kumar singh1-1/+69
SDNC request for DeActivate Site Change-Id: I82e0f95c391e737578f30ba54a1353c4020763a0 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-08Update the sdnc request update for deactivet SOTNsubhash kumar singh1-3/+14
Update the sdnc request update for deactivet SOTN Change-Id: Id06d712c84cd939768287a1a18a017466560030a Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-08SDNC request for delete SOTNConnectivitysubhash kumar singh1-1/+48
SDNC request for delete SOTNConnectivity Change-Id: Iaf118183d285d8ec9cfcb7a4c663b429405af8f0 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-08SDNCRequest for delete SOTN attachmentsubhash kumar singh1-1/+52
SDNCRequest for delete SOTN attachment Change-Id: I5fa582d13c96e283e3fa3b3ac712afeef3f30665 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-08SDNC request template for delete Sitesubhash kumar singh1-8/+41
SDNC request template for delete Site Change-Id: Id40ae3dbc2a8989b69dd20be1f27d98babd8bb42 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-08Merge "E2EServiceInstances to be free of catalogdb"Seshu Kumar M10-174/+249
2018-08-07Refactored references to AaiUtilsBenjamin, Max (mb388a)54-5676/+1217
to use AAIResourceClient updated bpmn, removed Generic AAI flows, and removed dead useless code Did not modify E2E Delete Service Instance flow as it has changed significantly Issue-ID: SO-813 Change-Id: I1a6bc5353ef89e2ce4359be2654395f7ce060aba Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-07Merge "Remove declaration of subclass exception"Seshu Kumar M1-1/+1
2018-08-07Merge "Change & to &&"Seshu Kumar M1-1/+1
2018-08-07Merge "Upgrade CXF"Seshu Kumar M7-24/+24
2018-08-07Merge "Add xml body for activate on different resource"Seshu Kumar M1-6/+133
2018-08-07Merge "Add request body for differnet resource"Seshu Kumar M1-3/+126