aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2019-04-03Added Delete Job MonitoringLathish6-65/+568
Issue-ID: SO-1729 Change-Id: Ied97d2aafc481cf3fcdc27ee3b4e798c4fb86df4 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2019-04-03Merge "do not error out when there is no config"Steve Smokowski2-5/+41
2019-04-02do not error out when there is no configBenjamin, Max (mb388a)2-5/+41
fixed rollback execution path creation in bb tasks do not error out when there is no config Change-Id: I3e2ce1e203271deebc45e1f14a884c940ecd5d25 Issue-ID: SO-1733 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-02fix catalogdb cvfnc customizationBenjamin, Max (mb388a)10-81/+65
Hibernate entities were all wrong and needed a complete rewrite. The scope kept growing and ended up touching a lot more of the code than originally planned. These changes make the db interactions much easier and more straightforward from java. The flyway script order had to change to make this migration possible. Change-Id: I6ce363a385661300eddb11923ac6a80538edaddc Issue-ID: SO-1710 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-02Added instatntiation job monitoringLathish11-96/+736
Issue-ID: SO-1630 Change-Id: I2e921f0f86553b804ea119cd640b8c4e1b1195b9 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2019-04-01Merge "replace all fixed wiremock ports"Steve Smokowski95-1181/+1142
2019-04-01replace all fixed wiremock portsBenjamin, Max (mb388a)95-1181/+1142
trying to get the tests that can be threaded to pass started to remove fixed port references Change-Id: I7bfe067a8f36c908039700646571681321e9a6f5 Issue-ID: SO-1676 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-01Merge "Added ETSI Delete VNF BB"Steve Smokowski10-228/+603
2019-04-01Merge "delete with payload does not work"Steve Smokowski2-8/+10
2019-04-01Merge "Put MSOReqId in ReqInfo to SDNC, not sdncReqId"Steve Smokowski11-13/+108
2019-04-01Merge "Fix serialize DelegateExecutionImpl object bug"Steve Smokowski2-201/+226
2019-03-30Added ETSI Delete VNF BBLathish10-228/+603
Change-Id: Ie82734f25468b75d9b4ab3096639a9afdf6fe2c1 Issue-ID: SO-1632 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2019-03-29Refactored SDNCAdapterUtils (groovy)Witold Ficio Kopel29-180/+167
Standardized usage of MsoUtils class in all methods of SDNCAdapterUtils. Removed AbstractServiceTaskProcessor from constructor parameter. Change-Id: I45263aefc980163a927d8a6dce886e299691e025 Issue-ID: SO-1700 Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
2019-03-29Merge "Prepare the x_directives inputs for multicloud API"Steve Smokowski12-176/+280
2019-03-28delete with payload does not workBenjamin, Max (mb388a)2-8/+10
corrected wiremock stub after client delete change changed the method used to create a delete with payload Change-Id: I3cbda716af30e0d2954b42a4ac965e53b4897924 Issue-ID: SO-1712 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-28Put MSOReqId in ReqInfo to SDNC, not sdncReqIdBenjamin, Max (mb388a)11-13/+108
Add handling for null reqContext or reqCon msoReqId Put MSOReqId in ReqInfo object to SDNC, not sdncReqId Change-Id: Ia5668182201bc8152263930d71179678e758a13b Issue-ID: SO-1711 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-28Merge "Config Deploy"Steve Smokowski5-0/+378
2019-03-27Prepare the x_directives inputs for multicloud APIEric Multanen12-176/+280
Prepare the sdnc_directives from the list of parameters provided by SDNC. Prepare the user_directives from the User input parameters. Add these two directives strings to the parameter map to be passed to Multicloud API by the multicloud adapter. Change-Id: I15c5737596e89b7ff147ae71fec0b143abeffdeb Issue-ID: SO-1442 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-03-27Merge "JUnit tests for VnfResource"Steve Smokowski1-1/+35
2019-03-27Merge "Migrate ccsdk/apps to ccsdk/cds"Steve Smokowski1-5/+5
2019-03-27JUnit tests for VnfResourcer.bogacki1-1/+35
Increased junit tests coverage according to Sonar analyses. Change-Id: I3fd923d5342b08e2f21ff5988c85f2abe46b76f5 Issue-ID: SO-1692 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-26Merge "PNF ingestion in SO catalogdb"Steve Smokowski1-1/+1
2019-03-26Fix serialize DelegateExecutionImpl object bugAndrei Barcovschi2-201/+226
Change-Id: I140796717f9e8a365650355d92df60b85bc7a8e2 Issue-ID: SO-1690 Signed-off-by: Andrei Barcovschi <andrei.barcovschi@ericsson.com>
2019-03-26Eliminated printStackTrace() callsWitold Ficio Kopel22-153/+134
Eliminated calls to printStackTrace() on Throwable as they go to stdout and are not handled by logger. Occurences has been replaced by calls to logger or modifications to nearby logger calls (Throwable passed as last parameter). Occurences in unit test classes left without modification. Change-Id: I6a771d60a3ea69ceecc29bb21358e565aa5ce101 Issue-ID: LOG-631 Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
2019-03-26Config DeployManamohan Satapathy5-0/+378
SO Generic Building Block to support config deploy action. Change-Id: Ica02a1dae7ba542fad67a5258bc9b4e046d3468a Issue-ID: SO-1482 Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
2019-03-25Migrate ccsdk/apps to ccsdk/cdsAlexis de Talhouët1-5/+5
Change-Id: I63db09cba1083cdc2c24f1d21ed67b6925b4f416 Issue-ID: CCSDK-1178 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-25Added input parameter loading handling from SDNCwaqas.ikram18-16/+1119
Change-Id: I9076d793468db659358c7ef0e7cc859886d7fe17 Issue-ID: SO-1624 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-03-25PNF ingestion in SO catalogdbeeginux1-1/+1
Support PNF csar ingestion in SO catalogdb Add integation test for TOSCA installer Fix the VNF resource/resource customization insert https://jira.onap.org/browse/SO-1604 subtask so-1607 and SO-1608 are included The catalogdb table contents are attached in the jira Issue-ID: SO-1604 Change-Id: Ie08c4a1219a6cce96ba081b0dd9d3e5fd997da8f Signed-off-by: eeginux <henry.xie@est.tech>
2019-03-25Merge "JUnit tests for BBInputSetup"Steve Smokowski1-0/+22
2019-03-25Merge "error as failed to extract workflow"Steve Smokowski1-1/+2
2019-03-23error as failed to extract workflowBenjamin, Max (mb388a)1-1/+2
include WorkflowExceptionErrorMessage in out mapping Change-Id: I779ee9e53834353ddec1bdb6f30f36e8c803b838 Issue-ID: SO-1696 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-23Add support for configuration type for SDNCBenjamin, Max (mb388a)2-0/+4
ConfigurationType is required in SDNC generic-configuration-topology-operation deactivate and unassign actions. Change-Id: Ib819adb31d3662a0cdcc7aa126459b77befc4712 Issue-ID: SO-1694 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-22JUnit tests for BBInputSetupr.bogacki1-0/+22
Increase junit tests coverage according to Sonar analyses. Fix imports. Change-Id: Ia6c3f4a3178f5293ee6750f7581cd7107c8ced84 Issue-ID: SO-1692 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-22Created new BB for so-etsiwaqas.ikram17-155/+1286
Change-Id: I9bf6b4019c280b816925ee5e0d826bff69cb1583 Issue-ID: SO-1621 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-03-22Merge "Hid MsoUtils.log() methods from public use"Steve Smokowski2-133/+38
2019-03-22Merge "Config Assign"Steve Smokowski26-0/+1727
2019-03-22Hid MsoUtils.log() methods from public useWitold Ficio Kopel2-133/+38
The MsoUtils class has utility methods for logging made publicly available (by default groovy scope). With changes to logging subsystem, other classes should not use them for logging - so they have been made private. This is last commit in a series to eliminate use of MsoUtils.log() from other classes and should prevent such usage in future. Change-Id: I8311df26e17b70043c5d8de6b13818f803319ab8 Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com> Issue-ID: LOG-631
2019-03-21Merge "removed extra argument from extractByKey method"Steve Smokowski66-363/+352
2019-03-21Merge "Corrected hibernate for cfvc customization table"Steve Smokowski2-33/+18
2019-03-21Merge "Removed MsoUtils.log() calls from CatalogDbUtils"Steve Smokowski3-13/+15
2019-03-21Merge "moved object declarations from class level"Steve Smokowski1-3/+6
2019-03-21Merge "Change status from inventoried to assigned"Steve Smokowski3-4/+4
2019-03-21Merge "removed unused test classes and methods"Steve Smokowski15-1698/+0
2019-03-21Corrected hibernate for cfvc customization tableBenjamin, Max (mb388a)2-33/+18
fix two tests that did not ignore some properties fix schema sql file that was missing fields Properly wire hibernate entities, clean up db tables Update schema.sql files to be consistent add junit for customization linked to same cvnfc Change-Id: I4bc0a83cb3908f5b34224416e75446b6cd166b9e Issue-ID: SO-1689 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-21removed extra argument from extractByKey methodBenjamin, Max (mb388a)66-363/+352
removed extra argument from extractByKey method Change-Id: I9835672eef5d6ab0c7b0c2b21e5a84be8aa305a7 Issue-ID: SO-1678 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-21Removed MsoUtils.log() calls from CatalogDbUtilsWitold Ficio Kopel3-13/+15
Refactored calls to MsoUtils.log() to use logger object already present in the CatalogDbUtils class. In addition the CatalogDbUtils class has been accepting MsoUtils object as parameter to constructor - which is not necessary and not aligned with style in rest of the groovy code. Change-Id: Ib80593294ead5b2779f667d8e58f128e958538f0 Issue-ID: LOG-631 Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
2019-03-20Merge "Add cloudOwner to VNF adapter call"Steve Smokowski17-1/+88
2019-03-20moved object declarations from class levelBenjamin, Max (mb388a)1-3/+6
moved object declarations from class level to methods Change-Id: Ifaae789120d5838380840dee4d207495e55dbe5c Issue-ID: SO-1688 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-20removed unused test classes and methodsBenjamin, Max (mb388a)15-1698/+0
removed unused test classes and methods Change-Id: I9ae5f6f49e416f208e8879ed202aa8865bc9ef83 Issue-ID: SO-1687 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-20Change status from inventoried to assignedBenjamin, Max (mb388a)3-4/+4
change orch status from inventoried to assigned add in rainy day scenario fix fix bpmn rollback condition statement remove connect from config to vf module Change-Id: I84198d56c18e4167d4cfbee0751613fa0386b160 Issue-ID: SO-1686 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>