aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-24Renamed duplidate flyway migrationBenjamin, Max (mb388a)1-0/+0
Two migrations with the same name were merged independently Issue-ID: SO-2828 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I304a5f3498cf4b8e7e6f4600ae1a0017bf443723
2020-04-22Merge "openstack inventory capture"Steve Smokowski74-781/+1200
2020-04-22Merge "Missing VNF Recipe for Optical service"Seshu Kumar M1-0/+6
2020-04-21Encode Name parameter passed into clientSmokowski, Steven2-3/+12
Encode Name parameter passed into client Remove un-needed test using file that does not exist Issue-ID: SO-2823 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I47cab1b9d429552b0a4cdfccf296d0c31952c320
2020-04-17openstack inventory captureSmokowski, Steven74-781/+1200
Begin heatbridge refactor initial check in of heatbridge Additional commits of heatbridge Update Heat bridge to write more AAI data Update to utlize HeatBrdige to populate AAI Adjust simulator endpoints to work again Remove not needed BB Test case, fix tc Refactor how AAI relationships are being built Issue-ID: SO-2777 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iffccc24e18b278188c3fe98bcb1ad9685229d0a2
2020-04-17Updating etsi-sol003-lcm-api modulewaqas.ikram23-51/+50
Change-Id: If9711155d87d3f09e291b8b18e004ccff875e11e Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-16Merge "Add additional null checks when building pserver objects from ↵Steve Smokowski2-2/+13
openstack server object. This error is not reproduceable with mitaka and queens release of openstack"
2020-04-16Merge "Adding Generic VNF information in ControllerExeuctionBB flow"Steve Smokowski2-4/+121
2020-04-16Merge "Implement processing_flags table and corresponding"Steve Smokowski11-5/+469
2020-04-16Add additional null checks when building pserver objects fromMunir Ahmad2-2/+13
openstack server object. This error is not reproduceable with mitaka and queens release of openstack Issue-ID: SO-2802 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: I8c7a31d98ba4ef05faaf07ded0da13120fddf2c7
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-16Implement processing_flags table and correspondingKuleshov, Elena11-5/+469
Implement processing_flags table and corresponding interfaces. Implement rest interface for processingFlags table to toggle the value. Correct hashcode calculation for ProcessingFlags bean. Use newFabricConfigurationApi flag for managing FabricConfiguration BB logic. Remove readOnly specification from updating the processing_flags table Make sure update_timestamp field updates automatically. Issue-ID: SO-2814 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I00697f8edf62c2d3d725daa710c17f03595eac51
2020-04-16move network adapter to an external client taskBoslet, Cory76-13750/+6210
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
2020-04-16Merge "lowered code smells"Steve Smokowski7-17/+1
2020-04-16Merge "reduced code smells"Steve Smokowski10-16/+0
2020-04-16Merge "decreased code smells"Steve Smokowski7-10/+0
2020-04-16Merge "lowered code smells"Steve Smokowski9-11/+0
2020-04-16Merge "reduced code smells"Steve Smokowski11-13/+0
2020-04-16Merge "remove vnfadapterrest flow and interface"Steve Smokowski28-8649/+8
2020-04-16Merge "Updated scenrios to fix failing robot test"Steve Smokowski1-24/+5
2020-04-16Merge "Remove version reference for logging-analytics"Steve Smokowski2-4/+15
2020-04-16Merge "Correcting ControllerExecutionBB Id"Steve Smokowski1-2/+2
2020-04-16Merge "Allow client exception to propogate"Steve Smokowski1-14/+10
2020-04-15Merge "Refactor SOL003 Adapter to organize its modules"Byung-Woo Jun107-810/+496
2020-04-15remove vnfadapterrest flow and interfaceBoslet, Cory28-8649/+8
Removed unused soap vnf adapter apis and implements Removed unused apis and implements from vnf adapter Updates and removed dead code that is never used Add back override method to the healthcheck in vnf imp Removed the vnfadapter rest v2 interface and test. Removed references to v2 rest interfaces from CXF config. Reverted change to the cxf configuration file. Removed more unused code and updated unit test to account for removed apis and v2 being removed Updated the att openstack adapter cfx to remove v2 classes Initial commit of cleaning up the vnf adapter and removing the rest subflow. Issue-ID: SO-2812 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia093a5ac2dffd21d27a1ba74a813198b806d0786
2020-04-15update the arch diag for the F releaseseshukm2-0/+2
Issue-ID: SO-2730 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic76c784a04558f49202a625aeae78d36398a136b
2020-04-15Allow client exception to propogateSmokowski, Steven1-14/+10
Client exception already contains all the information we need Allow it to bubble up Issue-ID: SO-2811 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2e346366dab3187bb397b386619bf681e53e2cab
2020-04-15Updated scenrios to fix failing robot testBoslet, Cory1-24/+5
Updated scenarios to fix failing robot test Issue-ID: SO-2810 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib4145dc6b2c57cb7f5f718399c6d298df519dc0e
2020-04-15Refactor SOL003 Adapter to organize its moduleswaqas.ikram107-810/+496
based on functions Change-Id: I7a1c172974ab5910b0c6b069dcf8c48f9893de37 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-15Fixing SO buildwaqas.ikram4-3/+1
Change-Id: I99c0aee303c89fb5e25b51f616523e367a59785e Issue-ID: SO-2809 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-14Remove version reference for logging-analyticsBonkur, Venkat2-4/+15
Manage logging-analytics dependency via dependencyManagement Issue-ID: SO-2807 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I37ede45b684435791146cd450d783377afa9c89f
2020-04-14Merge "Refactor SOL003 Adapter to organize its modules"Byung-Woo Jun133-722/+1801
2020-04-14Correcting ControllerExecutionBB Idsunilb1-2/+2
Issue-ID: SO-2805 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: Ie827c5079267e947c3c982f82693eb82316255dd (cherry picked from commit c2e0e14578992ba50a37a72ba474be724e28b5be)
2020-04-14Merge "Fix transition states for the BB workflow."Steve Smokowski3-20/+11
2020-04-14Merge "Removed neutron mode code"Steve Smokowski2-468/+202
2020-04-13Check for null when building pserver objects from op server objMunir Ahmad1-3/+9
Issue-ID: SO-2802 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Change-Id: Idc7d2a4a831ece6347f5d6bc837a476bfa0b2d27
2020-04-13lowered code smellsRupinder7-17/+1
removed unused imports Issue-ID: SO-2804 Change-Id: I85b8b35be12bad9183261183c490ee90702db9af Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-13reduced code smellsRupinder10-16/+0
removed unused imports Issue-ID: SO-2804 Change-Id: I5cc1d3e3c42b3d1ef08de8e2db301da01212b091 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-13decreased code smellsRupinder7-10/+0
Removed unused imports Issue-ID: SO-2804 Change-Id: I8ea686dd499578283fdda56ef0fe6c08c557383a Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-12lowered code smellsRupinder9-11/+0
removed unused imports Issue-ID: SO-2804 Change-Id: Ibda9e5d4c40b6dea5d7ce6c2ad10b6c645c74358 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-12reduced code smellsRupinder11-13/+0
Removed some unused imports Issue-ID: SO-2804 Change-Id: Ib0a7716585448ade0c9571479ed06effaf25738b Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-10Removed neutron mode codeBoslet, Cory2-468/+202
Removed neutron mode code from the network adapter impl and updated unit test Updated variable names in network adapter impl Issue-ID: SO-2803 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id1649333001ce5756dd5a0cdf47f953299307d27
2020-04-09Automation adds so-offeredapis.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: I3dcc82faee69aa3a8cb2540b0cf892ab6b1fff72 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-09Refactor SOL003 Adapter to organize its moduleswaqas.ikram133-722/+1801
based on functions Change-Id: I10b2376a552272ac3b405b2dae718adcb7e1e489 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-09Fix transition states for the BB workflow.Sebastien Premont-Tendland3-20/+11
Deleted the versioned flyway file in favor of the repeatable one for MacroData. I know deleting a versioned file could mess up upgrade but given no release has been done with those new versioned files it should be ok and cleaner. 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 transition states was causing the Rollback or Delete to fail. Issue-ID: SO-2798 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: I21c11298a456a472cedc7a8733c6dbc3a071f3a6
2020-04-09Merge "BB workflow with post instantiation is not working"Steve Smokowski3-17/+19
2020-04-09Merge "Fix critical & major issues"Steve Smokowski3-80/+108
2020-04-09Merge "add junit coverage"Steve Smokowski1-1/+43
2020-04-09Merge "Small improvements to Notification and Subscription filters"Steve Smokowski15-76/+233
2020-04-08Automation adds so-architecture.rstLF Jenkins CI1-3/+4
Issue-ID: CIMAN-376 Change-Id: I66f8b9860e93bf9913167ef452f0de609706b08a Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>