aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2019-04-20Remove unused import,replace type specificationSindhuri.A4-4/+3
Remove unused logger,replace type specification sniro beans classes Issue-ID: SO-1490 Change-Id: I02602de39507e80227336a4964a7a9a9c8cbfb85 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Move String literal to left-hand side of equalsSindhuri.A1-2/+2
Move String literal to left-hand side of equals SniroValidator class Issue-ID: SO-1490 Change-Id: Ib9d1ba94908f92cc46cf5a8177e3808327398600 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Substitute string literal with constantSindhuri.A2-9/+8
Substitute string literal with constant SO client sdnc classes Issue-ID: SO-1490 Change-Id: Iada1dedfb27ec75946ba5bad23547a2fd8c4ae39 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Moved base client to new locationBenjamin, Max (mb388a)7-97/+8
Change-Id: I0d8ab71393935ca791d37bb23340f96b921f5505 Issue-ID: SO-1791 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-20Remove unused loggerSindhuri.A3-3/+0
Remove unused logger client orchestration classes Issue-ID: SO-1490 Change-Id: Ic36e7a33e35f28cc202614c3eee2dd1945f1aefe Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Merge "Remove unused imports, logger"Seshu Kumar M2-3/+0
2019-04-20Merge "Remove logger, unused import"Seshu Kumar M3-3/+0
2019-04-20Merge "Change variable name to match regex"Seshu Kumar M1-12/+12
2019-04-20Remove unused imports, loggerSindhuri.A2-3/+0
Remove unused imports, logger client orchestration classes Issue-ID: SO-1490 Change-Id: Id594765483cd46f2c73562c621ca637eba133476 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Remove logger, unused importSindhuri.A3-3/+0
Remove logger, unused import client orchestration classes Issue-ID: SO-1490 Change-Id: I76edd3a0aaafdbe54a632cfea419c8593275cc3d Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Change variable name to match regex,remove loggerSindhuri.A1-3/+2
Change variable name to match regex,remove logger AAIVfModuleResources Issue-ID: SO-1490 Change-Id: I4f79977324bf9572c58faf99d3c9209da42f2f20 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Change variable name to match regexSindhuri.A1-12/+12
Change variable name to match regex AAIServiceInstanceResources Issue-ID: SO-1490 Change-Id: Ifd0179788d4d3d024e352629f0921e5771065570 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Change static string litral.Isaac Manuel Raj1-7/+7
Change static string litrals name according to the guidelines. Issue-ID: SO-1490 Change-Id: Icb4c5e5b107dac18028d2175082a7a3fe351ca72 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-17Changed constants collections to immutableWitold Ficio Kopel1-6/+7
Fix to three Sonar vulnerabilites. Changed mutable collections of constants (exposed by utility class) to immutable. Change-Id: I3b301eac20b52df72a6d1318483b7b931e750313 Issue-ID: SO-1794 Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
2019-04-16License agreement changesSunilB17-0/+339
License agreement changes Issue-ID: SO-1481 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: I475d25bb040907a0c48b579f6d3091c41ccfec25
2019-04-15Conditional Macro Action SelectionSunilB2-0/+69
Update orchestration_flow_reference table and changes in WorkflowActionBBTasks to Conditionally trigger ConfigAssignVnfBB And ConfigDeployVnfBB building block. Change-Id: I1bdb8a77223aef6855e4e1c9aa80dd026892e6f6 Issue-ID: SO-1702 Signed-off-by: sunilb <sb00577584@techmahindra.com>
2019-04-12PNFs are not picked from SNIRO responseBenjamin, Max (mb388a)1-1/+1
vnfHostName with empty value is present. PNFName should be use a key to pnf AAI object (not pnfId). FIxed bug recently introduced in ConfigurationResourceCustomizationRepository. Change-Id: I968ad84d282d9c16ead16d1559a5e790057e6e1e Issue-ID: SO-1785 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-12Merge "Revert the change to avoid break PNF PnP"Lukasz Muszkieta7-113/+43
2019-04-11Merge "Fix GR_API Homing"Steve Smokowski5-218/+81
2019-04-11Fix PomSmokowski, Steve (ss835w)1-5/+6
Camunda still polling due fast due to bad pom dependencies Issue-ID: SO-1787 Change-Id: I73efb64a369d5c3e93ab96ba84a3ff4662bbe1fe Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-04-11Fix GR_API HomingMarcus G K Williams5-218/+81
This change uses the correct variable name to enable homing in AssignVnfBB. The correct variable to use is not 'callHoming' but 'homing'. Also updated sunnyDayAssignVnfBBTest to use the correct variable and BaseBPMNTest. This change also corrects HomingBB and calls HomingV2 rather than SniroV2 or OofV2. HomingV2 already passes calls to the correct implimentation, no need do this in the BPMN. Issue-ID: SO-1470 Change-Id: I14a77ef75b8b86feed7af3aab4d52c0df5f12886 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-04-11PUT description into A&AI for instance-group.Benjamin, Max (mb388a)1-1/+1
PUT description into A&AI for instance-group, one-line code change. Change-Id: I151ad4743d547e8f4fa013e23e0670e81ad1ea63 Issue-ID: SO-1774 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-11Merge "corrected inlucde filter for formatter"Steve Smokowski8-1799/+1801
2019-04-11Revert the change to avoid break PNF PnPeeginux7-113/+43
Revert PnfEventReadyDmaapClient PnfEventReadyDmaapClientTest Update the IT CreateVcpeResCustServiceSimplifiedTest Bug SO-1779 raise to fix the issue with Configure Issue-ID: SO-1506 Change-Id: I8f0e474405db7f0c23266208cee89df12ac6c0a2 Signed-off-by: eeginux <henry.xie@est.tech>
2019-04-11corrected inlucde filter for formatterBenjamin, Max (mb388a)8-1799/+1801
all pom.xml files now have two spaces validation is on for pom.xml files Change-Id: I424ea2e4d6a549f468792e5f90a43f3a97e6c954 Issue-ID: SO-1781 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-11Merge "Modify the SO to support BBS usecase"Seshu Kumar M2-0/+203
2019-04-11Modify the SO to support BBS usecasemarios.iakovidis2-0/+203
Modify the SO to support BBS usecase. Change-Id: I359380bcea9ff4ebb4e021b0425f727392ac590f Issue-ID: SO-1578 Signed-off-by: marios.iakovidis <marios.iakovidis@huawei.com>
2019-04-11Add support of OLT resource in SDNCCreateResourcesubhash kumar singh1-0/+88
Add support of OLT resource in SDNCCreateResource. Issue-ID: SO-1578 Change-Id: Ibf01dae8966a6d63ee15c3911d6b0aa88e20365c Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-04-11Merge "Fixed latest Sonar blocker issues"Seshu Kumar M1-15/+16
2019-04-11Merge "Fix request input parsing if default value null"Seshu Kumar M2-9/+57
2019-04-11Merge "Support for SO to ExtAPI"Seshu Kumar M3-1/+7
2019-04-11Merge "Deploy custom flows on startup"Seshu Kumar M1-1/+38
2019-04-10Merge "Re-commit some changes which were lost"Steve Smokowski4-66/+49
2019-04-10Re-commit some changes which were lostBenjamin, Max (mb388a)4-66/+49
remove unused code Issue-ID: SO-1767 Change-Id: I12b8295ae4a5bc9e9154c8ccd1bb53f70886f929 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-10Fix request input parsing if default value nullsubhash kumar singh2-9/+57
Fix request input parsing if default value null. Change-Id: I5d3e2e55d630271f93773eb7c634f50af4197fb0 Issue-ID: SO-1744 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-04-10Fixed latest Sonar blocker issuesr.bogacki1-15/+16
Fixed blockers according to Sonar analysis. Change-Id: I2c2d053b66019b74ee20b0a56fb7b93bf931bb61 Issue-ID: SO-1734 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Signed-off-by: Katsia Kazak <k.kazak@samsung.com>
2019-04-10Merge "PNF WF post instantiation configuration"Steve Smokowski6-23/+111
2019-04-10Merge "Service instance modification"Yan Yang6-71/+972
2019-04-09Refactor OofHomingV2Marcus G K Williams14-69/+1117
Refactor OofHomingV2 Java to working state and fix IT tests. Issue-ID: SO-1469 Change-Id: I8647058adf5ed41c5bebebee79f9dbc4d80c2974 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-04-09PNF WF post instantiation configurationeeginux6-23/+111
Fix the PNF registration issue Use the applicationEvent to notify about PNF ID Issue-ID: SO-1506 Change-Id: I4c5ebfdd4ed319408ef99e1360c37124688fd7f1 Signed-off-by: eeginux <henry.xie@est.tech>
2019-04-09Service instance modificationZhuoyao Huang6-71/+972
extend update interface for service instance modification on CCVPN use case extension Issue-ID: SO-1393 Change-Id: Ib21843be32738de0197185906ba38c61f1095f24 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2019-04-09Deploy custom flows on startupElena Kuleshov1-1/+38
Deploy custom flows on startup Change-Id: I2837de8745b5eef44463c52295a40f181e4db0b9 Issue-ID: SO-1739 Signed-off-by: Kuleshov, Elena <evn@att.com>
2019-04-08Replaced all tabs with spaces in java and pom.xmlBenjamin, Max (mb388a)822-66542/+67026
Added in maven plugins to enforce coding style rules Added in eclipse java formatting xml Change-Id: I3727bbf4ce8dc66abfd8ad21b6cfd0890c5d3ff0 Issue-ID: SO-1765 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-08Merge "Fix POM to allow HTTP long polling to work"Steve Smokowski1-6/+7
2019-04-08Merge "fix delete vfmodule"Steve Smokowski4-15/+214
2019-04-08SDNHandler callback correlation issue.Benjamin, Max (mb388a)5-37/+115
SDNHandler callback correlation issue. Should not go back to waiting for callback when final_indicator=Y is receibed in callback. Raise an error when responseCode in callback mesage is not 200. Change-Id: Ia55ab5a9bafdfe877a1221b67d5f3258039a3900 Issue-ID: SO-1761 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-08fix delete vfmoduleBenjamin, Max (mb388a)4-15/+214
corrected the vnfc customization id that is passed down add junit for getRelatedResourcesInVnfc method Change-Id: I943952a260191a49c8fc1c0813b1e111448f637b Issue-ID: SO-1759 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-08Fix POM to allow HTTP long polling to workBenjamin, Max (mb388a)1-6/+7
Fix POM to allow HTTP long polling to work on camunda Change-Id: I5f9da8b88ad8b14a1ef596f65b95d941c130e794 Issue-ID: SO-1758 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-08Merge "Fixed recent Sonar blocker issues"Steve Smokowski2-12/+6
2019-04-08fix sonar bugs in ServicePluginFactoryk.kazak2-116/+326
Fixed potential NullPointerException in lines: 123, 286, 480 and 607 - uuiObject is nullable here Change-Id: I01b30d090add7faccf3958f2fa37c7905d4bd5a3 Issue-ID: SO-1490 Signed-off-by: k.kazak <k.kazak@samsung.com>