delfin
delfin copied to clipboard
delfin is the SODA Infrastructure Manager project which provides unified, intelligent and scalable resource management, alert and performance monitoring
**Issue/Feature Description:** **Why this issue to fixed / feature is needed(give scenarios or use cases):** get/v1/storages/access_info is showing "snmp_config" instead of "access_info" and also description also showing snmp_config ![Uploading 1.jpg…]()...
**Issue/Feature Description:** update name and description in this file should be disk-> get/v1/disks GET v1/disks is showing "ports" instead of "disks" and also in description it was showing ports ![Uploading...
**What this PR does / why we need it**: ### This PR updates supported ubuntu verisions with ubuntu 20.04 **Which issue this PR fixes** *(optional, in `fixes #(, fixes #,...
**Issue/Feature Description:** The __init__ in class AlertHandler is redundant (delfin/drivers/dell_emc/vmax/alert_handler/unisphere_alerts.py) **Why this issue to fixed / feature is needed(give scenarios or use cases):** **How to reproduce, in case of a...
**Issue/Feature Description:** Remove un-used param _sort_key from delfin/db/sqlalchemy/api.py:2972 **Why this issue to fixed / feature is needed(give scenarios or use cases):** **How to reproduce, in case of a bug:** **Other...
There is an issue in the sqlalchemyutils.py file. The issue is that, there is an unused variable _sort_key in line 106.
**Issue/Feature Description:** pycharm ide has rich set of features for python development. Adding documentation can help for effective contribution **Why this issue to fixed / feature is needed(give scenarios or...
#Grammatical enhancements (SODACODE2022) Changed 'intelligent' to 'intellect' as it sounds more professional. Modified some sentence to get rid of repetition of 'it will also'. Changed 'more and more' to multiple...
Signed-off-by: nikita15p **What this PR does / why we need it**: Unit test coverage **Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close that...
Can we use a custom base image with all these dependencies pre-installed in it to reduce the number of layers and build time. (Just keep a seprate docker file to...