-
Notifications
You must be signed in to change notification settings - Fork 356
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
Clean tenant names #2860
Clean tenant names #2860
Conversation
[EDIT] In the BZ we decided to fix than on manageiq side. |
@miq-bot add_label compute/containers, gaprindashvili/yes @simon3z @moolitayer @zeari @himdel @h-kataria please review bug target 5.9 |
@himdel a provider with affected Hawkular for testing: |
cc @theute |
Checked commit yaacov@a5ffeef with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@h-kataria please review All the new hawkular deployments have this problem, BZ is important and high. |
@h-kataria is on PTO this week, taking. |
LGTM, not seeing any breakage now :) |
@himdel Thanks ! |
Clean tenant names (cherry picked from commit 564a9c2) https://bugzilla.redhat.com/show_bug.cgi?id=1520614
Gaprindashvili backport details:
|
@miq-bot fine/yes |
@miq-bot add_label fine/yes |
@yaacov unrecognized command 'fine', ignoring... Accepted commands are: add_label, assign, close_issue, move_issue, remove_label, rm_label, set_milestone |
Clean tenant names (cherry picked from commit 564a9c2) https://bugzilla.redhat.com/show_bug.cgi?id=1523774
Fine backport details:
|
Description
Compute --> Containers --> Container Nodes -> Monitoring -> Ad-hoc metrics
Because of a change in Hawkulars API [1] we need to clean up the strings we get from the /tenant endpoint before using them.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1518538
Screenshots
Before, we have a tenants named
name:hash
, trying to use them will end with error 500.After ( tenant names are cleaned )
[1] https://issues.jboss.org/browse/HWKMETRICS-745