aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2018-08-23Merge "write update status of BBs progress"Rob Daugherty4-43/+128
2018-08-23Merge "Do not serialize AAIResultWrapper"Rob Daugherty8-123/+60
2018-08-23Merge "Prod fixes August 18th"Rob Daugherty18-87/+177
2018-08-23Merge "get service type and customer id from uri keys"Rob Daugherty3-18/+29
2018-08-23Merge "fixed filter of configuration flow calls"Rob Daugherty2-3/+16
2018-08-23Do not serialize AAIResultWrapperBenjamin, Max (mb388a)8-123/+60
fixed a broken building block bpmn test removed serialization of result wrapper Change-Id: I24a9b325e5543cb11b0dee4ae3a1e6957469e87a Issue-ID: SO-894 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-23write update status of BBs progressBenjamin, Max (mb388a)4-43/+128
added in the missing bpmn file change add implementation to update status of BBs progress Change-Id: If913b4e4da2a548e7b5660be947721cb17c60d3f Issue-ID: SO-890 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-23get service type and customer id from uri keysBenjamin, Max (mb388a)3-18/+29
Added logic to get service type and customer id from uri keys for sdnc request. Change-Id: I3b0c4b88737e2ad6fc573d335addff221d06e885 Issue-ID: SO-889 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-23fixed filter of configuration flow callsBenjamin, Max (mb388a)2-3/+16
fix filtering of configuration flow calls Change-Id: I80f25d1b78b7268f92cb78b70f350ede100fe35e Issue-ID: SO-888 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-23update field in service decomp objectBenjamin, Max (mb388a)5-51/+170
removed duplicate json test file and updated existing update ServiceDecompoition serviceNetworks field Change-Id: Iea3dc7efe4edb8ba32e45772fd9d77d9e7fc0ef6 Issue-ID: SO-887 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-22Merge "removed problematic swagger dependency"Marcus Williams1-4/+6
2018-08-22Merge "updated ServiceInstance POJO"Marcus Williams1-3/+16
2018-08-22Prod fixes August 18thBenjamin, Max (mb388a)18-87/+177
fixed compilation issues and all unit tests now pass fix condition that checks for vnf in list to set homing flags fix resource name variable being null Skip volume group search for alacarte VF Module creation, since that group is expected to be specified on the input Remove temporary change to JUnit for creation of volume group. Add mapping of isBaseVfModule setting to AAIObjectMapper for vfModule. adding a unit test for hte issue which was fixed Explicitly return heatStackId variable from VnfAdapter subprocess Fixing an issue with the workflow processor/asynresource which may lead to apihandler leaving the active_Request table record in_progress while the bpmn quits the processing due to the error. Change-Id: I7587193fcb5251f50370d72a1e4c10d112a1c72f Issue-ID: SO-879 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-22removed problematic swagger dependencyBenjamin, Max (mb388a)1-4/+6
removed swagger dependency which was causing issues Change-Id: I1e840f7ea9a45547c2562ce628c38f7c7e065e65 Issue-ID: SO-880 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-21updated ServiceInstance POJOBenjamin, Max (mb388a)1-3/+16
added new fields to pojo for groovy compatibility Change-Id: If88a9b51d506d6937bbd431c641410cc4ba07c9e Issue-ID: SO-878 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-21prod bug fixes august 12thBenjamin, Max (mb388a)7-0/+24
Set generalBuildingBlock variable on execution to pass heatStackId updates to the calling process. Pass CloudParams to SDNC on Create request Pass cloudParams to VNF Adapter on VF Module creation too. Change-Id: I523cde0edb1412fc12e1d7a13c91c77869b505fd Issue-ID: SO-875 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-21Add device resource bpmn process for ccvpn ucYulian Han10-149/+1198
Bug fix for ccvpn uc Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000013 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-08-16Site service process with locationElaine_Han5-57/+130
Delete real existing resources Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000006 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-08-14Merge "Fix Dependency"Marcus Williams1-0/+5
2018-08-14Fix DependencySmokowski, Steve (ss835w)1-0/+5
Fix missing dependency in bpmn infra Issue-ID: SO-862 Change-Id: I72ceb0050e38610262192df980330341bc91e89a Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-13Merge "Fix for NullPointerException in Pnf"Marcus Williams2-11/+15
2018-08-13Merge "ParameterizedTypeReference now passed in"Marcus Williams4-11/+63
2018-08-13Merge "made required pom changes for cxf"Rob Daugherty5-10/+8
2018-08-13Fix for NullPointerException in PnfMichal Kabaj2-11/+15
- Fix: Since lambda expressions are evaluated lazily, Camunda flow results in an NPE being thrown if RuntimeService is not acquired as part of invoking thread. - Modified integration test CreateAndActivatePnfResourceTest to verify the fix. Change-Id: I683a8400c81b2edd9d55f2a1d4121a4fdbdf820c Issue-ID: SO-722 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2018-08-11made required pom changes for cxfBenjamin, Max (mb388a)5-10/+8
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-10Casablana bugfixesBenjamin, Max (mb388a)26-191/+521
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-10ParameterizedTypeReference now passed inBenjamin, Max (mb388a)4-11/+63
An argument must be added other wise we cannot return anything other than a linkedhashmap because of type erasure. https://stackoverflow.com/questions/21987295/using-spring-resttemplate-in-generic-method-with-generic-parameter Issue-ID: SO-820 Change-Id: I96b5bf9db8389beacfcd79e7a80ee22b3d470a27 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-10Merge "GR-API flow, VF Module, SDNC GR API Fixes"Rob Daugherty52-967/+1536
2018-08-09GR-API flow, VF Module, SDNC GR API FixesBenjamin, Max (mb388a)52-967/+1536
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 "Refactored references to AaiUtils"Seshu Kumar M54-5676/+1217
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-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-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-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 "Change & to &&"Seshu Kumar M1-1/+1
2018-08-07Merge "Upgrade CXF"Seshu Kumar M2-6/+6
2018-08-07Add xml body for activate on different resourcesubhash kumar singh1-6/+133
Add xml body for activate on different resource. Change-Id: I9e9ba306dc961fd575a336fcc1fb7a73b49ac6c9 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-07Add request body for differnet resourcesubhash kumar singh1-3/+126
Add request body for differnet resource. Change-Id: I2c2b0634d5adb84214b5e3177c9bcdcff3b6f334 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-07Merge "Update input variable for deactivate"Seshu Kumar M1-0/+9
2018-08-07Merge "Delete unused groovy"Seshu Kumar M1-425/+0
2018-08-07Merge "Delete SPPaterner resource process"Seshu Kumar M5-542/+1233
2018-08-07Merge "Create3rdONAPE2EServiceInstance.bpmn bug fix"Seshu Kumar M1-39/+39