aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01Bpmn to cnf adapter implementationKalkere Ramesh, Sharan (sk720x)8-7/+54
BPMN changes related to CNF Adapter Change-Id: I4c984b9508076381bb7b3d159955fb6bf724eca8 Issue-ID: SO-3199 Signed-off-by: Kalkere Ramesh, Sharan <sk720x@att.com>
2020-08-30Merge "obtain si relationships from a ai in bbinputsetup"Steve Smokowski1-2/+3
2020-08-27Implement so-oof-adapter to handle OOF CallbackPriyadharshini3-24/+164
- Add NSI/NST selection callback for Networkslicing Issue-ID: SO-3205 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ica88d503495949ecce8b897c3a990fbdaa5d4f0e
2020-08-26obtain si relationships from a ai in bbinputsetupKalkere Ramesh, Sharan1-2/+3
updated bb input setup to process nodes only for si related objects added in semicolon to fix compilation issue Issue-ID: SO-3106 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I228edde985fdd84a20ca2ff659d11fd9a4fc881a
2020-08-20Get id from conductor for auto and speed changeBoslet, Cory1-203/+206
Get id from conductor for auto and speed change and get cloud region id from sdnc for manual rehome. Issue-ID: SO-3191 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4f1b83e2741309a34a056859a8718007085f3872
2020-08-19Cleaned up appc-orchestratorKuleshov, Elena3-369/+0
Removed unused files Add building of original jar to so-appc-orchestrator ApplicationControllerClient can now be sub-classed Issue-ID: SO-3187 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I99dc4e53dbec1879a76ae184fe4b94afe1a673db
2020-08-18If statement and logger correctionmharazin1-1/+2
Issue-ID: SO-2646 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: Iec4c1d587a1d9c121c8ee8cbc061716a488cee03
2020-08-07Add support for configAssignmharazin1-1/+1
Issue-ID: SO-2646 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: Id69b3afd2bbb22607782d7d63409e381a1a23255
2020-08-06bump the master to 1.7.1seshukm1-1/+1
Issue-ID: SO-2940 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I888677f7d32ff35619be0f5bb2b677f56215f2e0
2020-08-04Merge "CDS client gRPC SSL/TLS support"Steve Smokowski1-0/+10
2020-08-03Merge "Create DeactivatePnfBB and include it into Service-Macro-Delete flow."Lukasz Muszkieta6-1/+102
2020-07-31Create DeactivatePnfBB and include it into Service-Macro-Delete flow.Mateusz Gołuchowski6-1/+102
- created DeactivatePnfBB which changes orchestration status to inventoried when invoked - included BB into flow in R_MacroData script which initializes database - added support for mapping of service relations to PNFs - changed version of logging-analytics to 1.6.7 Issue-ID: SO-3111 Change-Id: I375db2014887f1f634adac31d4d1af3675f5911c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-07-29Fix SO Security vulnerabilitiesdeepikasatheesh1-1/+1
Issue-ID: SO-3047 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I63ab8670e90b78d6049eafff7e139a84bfbf6784
2020-07-13CDS client gRPC SSL/TLS supportMichal Jagiello1-0/+10
Issue-ID: SO-3003 Change-Id: Id9150c7da5c29fc0854ebaf13d845adf89fc60ff Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2020-07-09Merge "move sdn clients to own package"Steve Smokowski1-31/+0
2020-07-09Merge "added in fix to use old volume group name for"Steve Smokowski2-0/+14
2020-07-09Merge "add additional null check to prevent exceptions"Steve Smokowski1-3/+3
2020-07-07move sdn clients to own packageBoslet, Cory1-31/+0
Began moving the sdn clients into one central isolated location Added test files, removed unused methods, fixed poms Fixed the client so that is doesnt have to import bpmn and can be built at top level Fixed bad merge that hapeened due to conflicts Added missing test files for sdno unit test Added maria db driver java client for spring test and jersey depend Issue-ID: SO-3034 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4c0a6288623194c517dbc8fa6120d577b400ee01
2020-07-07added in fix to use old volume group name forKalkere Ramesh, Sharan2-0/+14
added in fix to use old volume group name for volume group Issue-ID: SO-3020 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iaab124e8420d7b0a09b1f709b03b37b8a97425cf
2020-07-07Merge "Moved sniro and oof clients into their own project"Steve Smokowski1-42/+0
2020-07-07Merge "Do not edit calling argument"Steve Smokowski1-1/+20
2020-07-07add additional null check to prevent exceptionsBenjamin, Max1-3/+3
add additional null check to prevent exceptions in logs Issue-ID: SO-3031 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9d338e68db9e2cfff5d0086a107b5d7bdd4bd703
2020-07-06BBInputSetup, getServiceInstanceHelper, mapCollection refactoringmarcinrzepeckiwroc2-71/+83
Deleted negation of if statements from void methods Issue-ID: SO-2634 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I0bb46be8b2d648d721c58008ee133b63b77894d5
2020-07-06Moved sniro and oof clients into their own projectBoslet, Cory1-42/+0
Moved sniro and oof clients into their own project Remove methods that arnt used to avoid comp error Refactored the conductor call to not use the urn property reader so that we dont have to import bpmn core. Replaced the auth method and removed unused import. Issue-ID: SO-3021 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie281ef95fef984890b10297f434b8336e9017921
2020-07-01Do not edit calling argumentGamboa, Gilbert1-1/+20
Generated configuration id is reused for all flows Modified code to clone original WorkflowResourceIds object Issue-ID: SO-3016 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I02c82a1a89524258ef00ec11b35deea322d7d781
2020-06-30merged ONAP refactor and fluent builder methodBenjamin, Max2-83/+104
WorkflowAction refactoring merged ONAP refactor and fluent builder method types Issue-ID: SO-3005 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5c2a7dbcdf645efe408f81c1abbc7bfe8770fe9e
2020-06-26AssignPnfBB - store model related PNF parameters in AAIMateusz Gołuchowski2-0/+20
Issue-ID: SO-2640 Change-Id: I375db2004687f1f634adac31d4d1af3875f5981c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-06-26Workflow refactoring - revert changesMateusz Gołuchowski5-140/+112
Reverted changes concerning: - extracting base class for ConfigBuildingBlocksDataObject and ExecuteBuildingBlock - removing fluent setters The reason for revert is that new hierarchy forced ConfigBuildingBlocksDataObject to implement serializable. Issue-ID: SO-2634 Change-Id: I375db2004687f1f634adac31d4d1af3675f5981c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-06-22Merge "[WIP] WorkflowAction refactoring"Lukasz Muszkieta5-112/+140
2020-06-22[WIP] WorkflowAction refactoringMateusz Gołuchowski5-112/+140
Extracted superclass for ExecuteBuildingBlock and ConfigBuildingBlocksDataObject Changed setters to return void instead of 'this'. Adjusted all code which was using setters chaining Issue-ID: SO-2634 Change-Id: I375db2004687f1f634adac31d4d1af3635f5981c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-06-18Prepare for java 11Benjamin, Max4-15/+24
final changes for java11 groovy compatibility removed unnecessary dependencies and cleaned up poms added missing jaxws-api dependency to pom.xml java8 profile is now active by default in parent pom update beans to have RemoteResource annotation always use the compiler plugin from parent pom Update external task timeout to longer value to hold lock update remote resource annotation to match catalog db client add remote resource annotation to bean for bowman completely remove bowman from requests db client Issue-ID: SO-2059 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If6f0df36e8077ccd703abce9f64290daed63955b
2020-06-03Merge "added assert statements in JUnits in 4 files"Steve Smokowski1-0/+1
2020-05-29Add JUnit code coverage for InstanceResourceList:Krzysztof Gajewski3-33/+103
Issue-ID: SO-1576 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I51496fce24acdb8a9fc1b9fedde20b9cbbb8af68
2020-05-26added assert statements in JUnits in 4 filesRupinder1-0/+1
Issue-ID: SO-2804 Change-Id: I63c5ff0fd23d0d30beaf32658115b7403f0dcfbf Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-20Allowing user-params to be emptyjananib4-9/+67
Ignore empty user-params Change-Id: Ia57c94424db69bbd2d207e5df2549ab452724ded Issue-ID: SO-2896 Signed-off-by: jananib <janani.b@huawei.com>
2020-05-19Fix CloudSite creation for OOF HomingEric Multanen1-1/+1
Restore old version of postCloudSite for the OOF homing code. Change-Id: Ic20895730952975476544ede6e677948e88998a9 Issue-ID: SO-2940 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2020-05-14Merge "requestid values have commas audit log"Steve Smokowski5-7/+0
2020-05-13update oof utils to fix bug caused by oof interface changehetengjiao1-2/+37
Issue-ID: SO-2919 Change-Id: Iecdf4a142f090cc0a2555c547bc4b7ba2e165fa3 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-05-13Add NssmfAapterUtils to fix the auth problem of request to nssmfhetengjiao1-0/+149
Issue-ID: SO-2918 Change-Id: I51d7573701cfbe5efa80ce25883e7a4d401afd8f Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-05-11requestid values have commas audit logPlummer, Brittany5-7/+0
Removed overwriting header with random uuid Removed setting of duplicate headers, updated SOAP logging Re-added setting non-duplicate header Updated version of logging library to get elapsedTime changes Fixed failing unit tests in MSOCommonBPMN Issue-ID: SO-2916 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6b30d69daf210dd903e6a1c1d832de49bf8119d5
2020-05-07uri params now available in info objectBenjamin, Max3-21/+41
uri params now available in info object make sure uri keys are retrieved via constants Issue-ID: SO-2908 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ieb701c2705ecdb2365d557bc51e4f604d92ec680
2020-05-07Merge "Reduce Cyclomatic Complexity"Lukasz Muszkieta3-41/+45
2020-04-29rename package for external useBenjamin, Max33-120/+120
rename package for external use Issue-ID: SO-2852 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id883f0c847c24a260dbf8c63ce5e1330c045d6de
2020-04-28move aai-client into its own projectBenjamin, Max1-6/+0
move aai-client into its own project Issue-ID: SO-2837 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I20b700d160efbdf81ff22c9ca0fab73b28d3649b
2020-04-28Merge "Adding Generic VNF information in ControllerExeuctionBB flow"Steve Smokowski4-6/+14
2020-04-28Adding Generic VNF information in ControllerExeuctionBB flowSunil4-6/+14
Solving BlueprintName and BlueprintVersion issue Changing vf-module to vfmodule Updating AAI with Orchestration status Issue-ID: SO-2806 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: I91aa653b946bae3940000f724710de87af3ce7df
2020-04-27Fixed error handling in the completion handlerBoslet, Cory1-2/+2
Fixed error handling in the completion handler subflows. Issue-ID: SO-2829 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id8c7332de6d7b0e382b56e86afa83ff231d8cda3
2020-04-16Merge "Adding Generic VNF information in ControllerExeuctionBB flow"Steve Smokowski2-4/+121
2020-04-16Adding Generic VNF information in ControllerExeuctionBB flowsunilb2-4/+121
Issue-ID: SO-2806 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: I3d34159004f398cd3d44a67468be26668dd67e17
2020-04-16move network adapter to an external client taskBoslet, Cory2-86/+86
Began impelenting new network external task. Made the vnfAdapterTask subflow an openstack subflow, refactored infra flows and BB to call it for network functions. Fixed bugs discovered through a robot dry run, added unit test, added support for rollback network request Updated junit test files for comparison due to not polling for response Removed the no longer used network adapter rest task from bpmn tasks Removed the unused network adapter async and its beans Removed network async client package from open pojo scan Issue-ID: SO-2813 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4c25892012cc86659ab122448ed1aca5cab91671