-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove MiddlewareManager Alerts #16729
Conversation
@cfcosta the blocking issue is resolved, so please verify the code before review. |
@abonas Done, everything is working as expected. Alerts are not on the listing anymore. |
465be9b
to
28858c3
Compare
@cfcosta please add a screenshot of the affected UI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is quite fine. Is there any complementary PR? I understand this is removing MW alert conditions and also some backend code. But I don't understand how the MW nodes are being removed from the control explorer.
28858c3
to
6ce00d1
Compare
@israel-hdez you were right, I forgot to remove it from the listing on the constant. That is fixed now. @abonas updated the description for screenshots. Is that ok or do you need others? |
@cfcosta are the screenshots representing only the "after the change" state? |
@cfcosta what's the status of this PR? is it ready for review/merge by core? |
@miq-bot add_label gaprindashvili/yes |
Should |
6ce00d1
to
bc205cc
Compare
Checked commits cfcosta/manageiq@ac5d338~...bc205cc with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 app/models/miq_alert.rb
|
@cfcosta Can you take a look at Travis failure? |
This is the failure, does not seem related, and I'm not sure what this is referring to. |
@cfcosta going to bounce the test, we're discussing the error in the manageiq/core room on gitter |
@gmcculloug LGTM 👍 |
This caused ui travis failures, fixed by ManageIQ/manageiq-ui-classic#3260 . |
Remove MiddlewareManager Alerts (cherry picked from commit e519292)
Gaprindashvili backport details:
|
This removes all the
MiddlewareServer
/Hawkular alerts, while also removing the logic to process it. This is a part of the process of phasing outMiddlewareManager
.Relates to (just a small glimpse on what's being done on this front, there's other PRs not mentioned here):
#16698
ManageIQ/manageiq-ui-classic#3142
ManageIQ/manageiq-ui-classic#3120
#16701
#16712
ManageIQ/manageiq-ui-classic#3118
Screenshots
Before:
After: