-
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
Include cloud instances in Powered On/Off Report #15333
Include cloud instances in Powered On/Off Report #15333
Conversation
Checked commit jntullo@707aad1 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@miq-bot remove_label wip |
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.
LGTM
@miq-bot assign @gtanzillo |
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.
👍 Nice!
@miq-bot add_label fine/yes |
Include cloud instances in Powered On/Off Report (cherry picked from commit 4b29c3d) https://bugzilla.redhat.com/show_bug.cgi?id=1461467
Fine backport details:
|
Issue Summary:
Cloud instances are not appearing in the report "Operations VM Power On/Off Events for Last Week". This appears to be due to the filter, which is searching on
EmsEvent.event_type
s that begin withVmPowered
and end withEvent
.For cloud instances, the
event_type
s are:virtualMachines_powerOff_BeginRequest
andvirtualMachines_start_BeginRequest
, so with the existing filter on the report, these are not being included.Resolution:
This PR updates the yaml file that generates the report so that the report expression is now:
to include power events for cloud instances.
Would appreciate some 👀 from the provider team to ensure that the understanding around powered on/ off events is correct and that we should include these events in this report.
cc: @bronaghs @imtayadeway
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1451053
@miq-bot add_label wip, bug, reporting