aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-08BB workflow with post instantiation is not workingSebastien Premont-Tendland3-17/+19
The new BB AbstractCDSProcessingBB was not using the InjectExecution.execute causing which seemed to be de-serialization issue. Issue-ID: SO-2797 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: I323deee87d9cfd58d34a6edeca84843b7c87d0bf
2020-04-08Merge "Automation adds index.rst"Jessica Wagantall1-15/+16
2020-04-08Merge "Automation adds release-notes.rst"Jessica Wagantall1-1/+2
2020-04-07Merge "Add workflowName and operationName to v8 of"Steve Smokowski14-12/+185
2020-04-07Automation adds release-notes.rstLF Jenkins CI1-1/+2
Issue-ID: CIMAN-33 Change-Id: Ia0a137a2590bd3d251118c23a1c39162051519e8 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-07Add workflowName and operationName to v8 ofKuleshov, Elena14-12/+185
Add workflowName and operationName to v8 of orchestrationRequests response. Fix typo in the schema for infra_active_requests. Change version matching for the new interface fields. Issue-ID: SO-2799 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icc7f3c6271023a578df2c1d969c807a578cc9577
2020-04-07Automation adds index.rstLF Jenkins CI1-15/+16
Issue-ID: CIMAN-376 Change-Id: I2218a16d05526e8037f3fcbd101907085fe277c3 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-07Orchestration transitions missing for post instantiation workflowSebastien Premont-Tendland2-1/+18
This is a list of transition states that were added internally at Bell when working with the BB workflow and post instantiation. Those are to support Rollback and Delete even if the VNF is in the status ConfigAssigned, Configure or Configured. The missing trasition states was causing the Rollback or Delete to fail. Also update the initial script to support already existing data. Issue-ID: SO-2798 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: Ic90b74a25a5790f6d9ddb6919771735b1c081cb5
2020-04-07Add notification test for e2eSlicingzm3306-0/+104
Issue-ID: SO-2758 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I4635d3b4ef911c8bd2269407a5aa8709027244bf
2020-04-06Merge "updated bbinput setup to pull vf if no vnf found"Steve Smokowski2-5/+34
2020-04-06Merge "Added logic to update the requests DB when a"Steve Smokowski6-21/+212
2020-04-06Merge "mso to add additional validation for alacarte"Steve Smokowski2-2/+29
2020-04-06Merge "Use env var to determine debug logging appender"Steve Smokowski1-12/+14
2020-04-06Merge "updates to groovy tests"Steve Smokowski2-7/+8
2020-04-04mso to add additional validation for alacarteSmokowski, Steven2-2/+29
Initial check in for querying AAI via DSL remove code which is not needed from validator Issue-ID: SO-2781 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2828d9c107e747bac4dad02c46c2b505ca96a214
2020-04-04Added logic to update the requests DB when aBoslet, Cory6-21/+212
Added logic to update the requests DB when a Create or Delete BB is silent success and updated enum Updated regrex and add junit test for orch validator and formatted files Formatted pom files that were not formatted correctly. Removed use of ternary operator if statement and moved enum to static final. Updated equals method to include resource status message for mockito verify Removed resourceStatusMessage from equals and used argument capture instead Issue-ID: SO-2782 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I3a292f57d2771200ce85a99e845e776e2f3bd600
2020-04-04updated bbinput setup to pull vf if no vnf foundKalkere Ramesh, Sharan2-5/+34
updated bbinput setup to pull vf if no vnf found updated name of unit test as its a compilation error updated pom to get logging analytics library fix broken test by removing vnf from service fixed test as mock for setup utils was not correct Issue-ID: SO-2783 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1077ef934b19980d3fecd839e5f383555aa72d1d
2020-04-04Use env var to determine debug logging appenderPlummer, Brittany1-12/+14
use env var to determine debug logging appender Issue-ID: SO-2791 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8aee6b28a789bc91137d10914673f7b51a74617a
2020-04-04Update version of so libsSmokowski, Steven1-1/+1
use newer version of so libs Issue-ID: SO-2790 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5a319d8e49f9d004dcc53692c80dd88e203318a1
2020-04-04updates to groovy testsBoslet, Cory2-7/+8
small updates to groovy tests Issue-ID: SO-2789 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id7f809166b73c4643f06bde44b79ac407d4e148d
2020-04-03Notification and Subscription filtersPiotr Borelowski9-7/+299
Ve-Vnfm (SOL002) Adapter project - checking if VNF Id is registered in AAI - checking if list from ESR is not null - sending the filter in subscription Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Iad2c5d9bc2921221fcf0304db73baee6bbaa0c77
2020-04-03Merge "Orchestration migration table missing 'CONFIGURED'"Steve Smokowski1-0/+2
2020-04-03Orchestration migration table missing 'CONFIGURED'r.bogacki1-0/+2
Add missing Flyway migration to reduce manual steps for instantiation use cases. Issue-ID: SO-2784 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Ieafafdb9abac3a0b0a4b14d60af5eac1710074c7
2020-04-03Removing model related parameters when creating PNF object in AAIlgrech2-19/+0
This will be re-implemented in G release when AAI-2845 is resolved Issue-ID: AAI-2845 Signed-off-by: lgrech <lukasz.grech@nokia.com> Change-Id: I8751095a00a4a28b9aae9ff312383afd50772ae2
2020-04-02update logging dependency to one that existsBenjamin, Max1-3/+3
update logging dependency to one that exists Updated logging library to version 1.6.6 Issue-ID: SO-2780 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I92777cb3391316222dddad7432eb775ec0a0f66d
2020-04-01Credential addition in NSSMF adapterjananib1-6/+11
Bug fix Change-Id: Iae0eb5748190449ddcc441d77a3a9529783a4b00 Issue-ID: SO-2775 Signed-off-by: jananib <janani.b@huawei.com>
2020-04-01Merge "Add test for QueryServiceArtifact"Chuanyu Chen1-0/+55
2020-03-31Merge "Added support for volume group request to"Steve Smokowski1-10/+23
2020-03-31simplify fabric into add/delete stepsKuleshov, Elena5-20/+16
Implement AddFabricConfigurationBB and supporting functionality. Add verifications for Add/Delete FabricConfigurationBBs. Implement DeleteFabricConfigurationBB and related functionality Issue-ID: SO-2774 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I58ad9b6155750c73b0c83fed9ca7b35a7e12b617
2020-03-31Added support for volume group request toBoslet, Cory1-10/+23
Added support for volume group request to indicate whether the volume group existed, etc. Issue-ID: SO-2770 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I614926ad33220734133afd84bd8d0fedc8f6e6d6
2020-03-31Merge "workflowAction refactor"Steve Smokowski1-29/+47
2020-03-31Add test for QueryServiceArtifactzm3301-0/+55
Issue-ID: SO-2758 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I826588d9919845aaf1d32e36b4cfa5a608b901b5
2020-03-31workflowAction refactorLukasz Muszkieta1-29/+47
- extract code to private methods Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ib5b88549ff410d2e2e93f79b9040211e47f4f6f0
2020-03-31Add Test for QueryServiceInfozm3301-0/+54
Issue-ID: SO-2758 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Iea34f15df13cb248b33be99682e9ca13034e48ce
2020-03-31Merge "fix for getpnfworkflows url"Seshu Kumar M2-2/+2
2020-03-30Merge "Fix for SO-2678"Byung-Woo Jun11-179/+334
2020-03-30Add validations to prevent out of order deletesSmokowski, Steven12-7/+480
Add validations to prevent out of order deletes Add additional junits to all validations Remove tests that are not longer needed Issue-ID: SO-2772 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I00b8490691181bc1e95da25c73e0f215e1c2b0e2
2020-03-30Fix for SO-2678waqas.ikram11-179/+334
Change-Id: I2eea767e451e8570e6cc40d2ade3b8c6661f0a8b Issue-ID: SO-2678 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-03-30Merge "convert openstack to external tasks"Steve Smokowski74-2155/+3465
2020-03-30Merge "initial commit of testing of grabbing cvnfc cust"Steve Smokowski8-31/+54
2020-03-30Move the groovy script to the right folderchenchuanyu1-0/+0
Move the groovy script to the right folder Issue-ID: SO-2368 Change-Id: I9bf70d038c2893115e9cfd728e6d1ceafb94e2c1 Signed-off-by: chenchuanyu <chenchuanyu@huawei.com> Change-Id: I01f4a31808626ecb91cf1b2b25131e5edee308ad
2020-03-29Merge "workflowAction refactor"Max Benjamin1-27/+17
2020-03-28Merge "Add test for CreateSliceService flow"Chuanyu Chen1-0/+75
2020-03-27bump the version to 1.6.1seshukm1-1/+1
Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I24c8f30e6f640234b7ee4242079fad44281791db
2020-03-27initial commit of testing of grabbing cvnfc custKalkere Ramesh, Sharan8-31/+54
initial commit of testing of grabbing cvnfc cust Update SQL so it properly inserts test data remove unnecessary test in mso catalog db updated tosca resource installer to use list not set fixed compilation issue in asdc rest interface test Issue-ID: SO-2769 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9c6e7b6cbb96d9f395903a5a54b5af567eba62f8
2020-03-27Merge "docker release 1.6.0 for F releases/1.6.0.yaml"Steve Smokowski1-0/+33
2020-03-27Merge "mso vnf configuration update composite flow"Steve Smokowski10-8/+287
2020-03-27Merge "Flipped status messages based on is operation"Steve Smokowski2-5/+3
2020-03-26convert openstack to external tasksBoslet, Cory74-2155/+3465
Use external tasks to communicate with openstack adapter Will be more resilient to failures Refactored all flows to use external tasks not REST calls Rollback is now an external task Ensured backwards compatibility Issue-ID: SO-2767 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8afdb89c688d756aed0f25f7d9a7fb898142554d
2020-03-26workflowAction refactorLukasz Muszkieta1-27/+17
- move variable declaration to the place where it is used - simplify the code Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I3b43bed09f312a55b1990cdbb91ca5d5c09f5038