aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21conflict processYulian Han3-120/+345
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa60000016 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-08-21save csar file path add directory versionYulian Han1-1/+3
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000009 Issue-ID: SO-668 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.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
2018-08-07Upgrade CXFSmokowski, Steve (ss835w)2-6/+6
Upgrade to latest version of CXF for Security Report Issue-ID: SO-807 Change-Id: I7f61fa3fd5f8a41c0654dd03314f0b6f4835b100 Change-Id: I7f61fa3fd5f8a41c0654dd03314f0b6f4835b100 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-07Delete unused groovyElaine_Han1-425/+0
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000004 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-08-07Delete SPPaterner resource processElaine_Han5-542/+1233
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000003 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-08-07Create3rdONAPE2EServiceInstance.bpmn bug fixElaine_Han1-39/+39
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000002 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-08-07Fixed Ignored CreateAndActivatePnfResourceTestLukasz Muszkieta4-72/+0
Change-Id: I16cfa0670836b45cb725c6b4be0863c758c0b392 Issue-ID: SO-800 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-08-07Update input variable for deactivatesubhash kumar singh1-0/+9
Update input variable for deactivate Change-Id: Icc67a667bbf26198b78ad34248b61003e149ce26 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-07Merge "Implementation for DeactivateSDNCNetworkResource"Seshu Kumar M2-0/+170
2018-08-07Merge "Fix logging in DeleteSDNCNetworkResource"Seshu Kumar M1-1/+1
2018-08-07Merge "Added input variable for activate workflow"Seshu Kumar M1-0/+12
2018-08-07Merge "Correct logging for DeactivateSDNCNetwork"Seshu Kumar M1-14/+12
2018-08-07Merge "Fix logging in groovy file"Seshu Kumar M1-19/+19
2018-08-07Merge "Rename files to add SDNC"Seshu Kumar M2-0/+0
2018-08-07Merge "Provide implementation for activate methods"Seshu Kumar M3-13/+224
2018-08-06Change & to &&Anisha Kumar1-1/+1
The boolean expression on line 243 requires two "&" instead of one. Issue-ID: SO-666 Change-Id: I3965119a223063e9bcee8a5ca807791b41f63410 Signed-off-by: Anisha Kumar <anishax.kumar@intel.com>