aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20bug fix for ccvpn uc after integration testYulian Han5-137/+269
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000020 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-09-19Merge "Add homing to CreateGenericALaCarteService flow"Marcus Williams1-44/+133
2018-09-19Update bpmn and groovy files for ccvpn usecasesubhash kumar singh4-361/+372
Update bpmn and groovy files for ccvpn usecase. Change-Id: Ib992d3577c9805b0d5e09afc2d8a6be6ded5b7b3 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Issue-ID: SO-689
2018-09-18Add homing to CreateGenericALaCarteService flowSrivahni Chivukula1-44/+133
Created HomingBB.bpmn in so-bpmn-building-blocks and updated AssignVnfBB to use HomingBB.bpmn. HomingBB.bpmn is made capable of using Sniro/OOF Issue-ID: SO-927 Change-Id: I19c8ada96485f563c2756a22ad3bee4c9367953b Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Signed-off-by: Srivahni Chivukula <srivahni.chivukula@intel.com>
2018-09-18Merge "conflict process"Seshu Kumar M1-60/+91
2018-09-13simplified vCPE PNF workflowLukasz Muszkieta1-0/+975
Change-Id: I37ebe17d453ba5dfa40657542544084d43acd8c2 Issue-ID: SO-1036 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-09-08added generic fabric support to SOBenjamin, Max (mb388a)1-11/+1
Fix Autoincrement of ID field in table Fix accidental removal of method Update usage of requestdb client removed unused imports in common tasks and test Fix broken branch, have unit tests pass references the Epic branch Fix broken branch from compiling committing classpath for vfc adapter cause its not going away added in the fail case for when there are no profiles removed second set of adapters in application test yml removed double adapters in request db application test added jpa repo dependency to the so bpmn folder pom add creation timestamp column to the table added in null checks for Config returned from policy switched to string in requestprocess with jenerate switched to string in requestprocess with jenerate updated aai version in common pom to 605 from 591 renamed the db scripts for flyway sync to register added endpoint to application test yml for failing test ... Change-Id: I800f837ea75d7cdff740dc3a387e4d7654cfd085 Issue-ID: SO-972 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-09-05PNF PnP now always waitsbiniek1-125/+86
Issue-ID: SO-797 Change-Id: I717b987e78680157c4a2c0bf8d497855d1890077 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-09-03Fix the duplicated parameterByung-Woo Jun1-1/+0
Removed the dublicated subscriptionServiceType parameter in the doCreateServiceInstance Change-Id: I05d2d4ff84da144cae1e00a7be1677aefdb6d04c Issue-ID: SO-921 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
2018-08-30Prepare SO to pass OOF data opaquely to multicloudSrivahni Chivukula2-3/+0
Removed Flavor modification code from mso-openstack-adapter and bpmn workflows contributed for Beijing, to prepare SO to pass OOF specific data opaquely to multicloud. Issue-ID: SO-761 Change-Id: I581ccd14b52e7e3db5bc13ff43386c49196561b4 Signed-off-by: Srivahni Chivukula <srivahni.chivukula@intel.com>
2018-08-28Use managed guava versionGary Wu1-4/+4
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I4da3f582e347da62f9d6fe8d6f20c147d493b8a0 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-27Add subscriptionServiceType variable to vCPE BPMNMarcus G K Williams1-0/+1
Made subscriptionServiceType available for homing flows Issue-ID: SO-667 Change-Id: I75c38473ae4302d1cdeb57265ab737668a897133 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-08-21conflict processYulian Han1-60/+91
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa60000016 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-08-21Add device resource bpmn process for ccvpn ucYulian Han2-0/+532
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_Han1-52/+34
Delete real existing resources Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000006 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-08-11made required pom changes for cxfBenjamin, Max (mb388a)1-1/+1
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-09Merge "Groovy Compile"Marcus Williams131-62906/+0
2018-08-09Groovy CompileSmokowski, Steve (ss835w)131-62906/+0
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)1-15/+15
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 M32-2411/+1212
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_Han2-9/+22
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)32-2411/+1212
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 "Upgrade CXF"Seshu Kumar M1-3/+3
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 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)1-3/+3
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 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 Muszkieta1-65/+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-06Fix Invalid BPMNSmokowski, Steve (ss835w)2-3/+3
Container was not starting as invalid bpmn was supplied. Modified to allow for start up Issue-ID: SO-804 Change-Id: I5572d2874daa5df984b5382d80f1e0b4668557fe Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-06Implementation for DeactivateSDNCNetworkResourcesubhash kumar singh2-0/+170
Implementation for DeactivateSDNCNetworkResource. Change-Id: If94af643665788ca110d91c1770839d18dcad3f7 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-06Fix logging in DeleteSDNCNetworkResourcesubhash kumar singh1-1/+1
Fix logging in DeleteSDNCNetworkResource Change-Id: Ia2fc68d4a412c3cfe9efd1f0296e1edbda95ddf8 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>