Bug 1440402
Summary: | Policy to prevent a VM retire request did not work | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | Control | Assignee: | Lucy Fu <lufu> |
Status: | CLOSED ERRATA | QA Contact: | Dmitry Misharov <dmisharo> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.6.0 | CC: | dajohnso, dmisharo, jhardy, mshriver, obarenbo, simaishi |
Target Milestone: | GA | Keywords: | Regression, ZStream |
Target Release: | 5.7.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | control:policy:retire | ||
Fixed In Version: | 5.7.3.1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1439331 | Environment: | |
Last Closed: | 2017-06-28 14:59:04 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1439331 | ||
Bug Blocks: |
Comment 2
CFME Bot
2017-04-17 18:06:04 UTC
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/57dace5297b1df2b5861888d9afbb08f1abc3c25 commit 57dace5297b1df2b5861888d9afbb08f1abc3c25 Author: Greg McCullough <gmccullo> AuthorDate: Fri Apr 7 14:37:40 2017 -0400 Commit: Satoe Imaishi <simaishi> CommitDate: Mon Apr 17 14:16:27 2017 -0400 Merge pull request #14641 from lfu/prevent_retirement_request Add policy checking for retirement request. (cherry picked from commit 302e14cc2329267c6c9c8d249f05d8d9070ea320) https://bugzilla.redhat.com/show_bug.cgi?id=1440402 db/fixtures/miq_event_definition_sets.csv | 3 ++- db/fixtures/miq_event_definitions.csv | 5 +++++ .../engine/miq_ae_builtin_method.rb | 8 ++++++++ .../service_models/miq_ae_service_event_stream.rb | 1 + .../engine/miq_ae_builtin_method_spec.rb | 19 +++++++++++++++++++ 5 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 spec/lib/miq_automation_engine/engine/miq_ae_builtin_method_spec.rb Tested in CFME 5.7.3.1.20170608124102_4b35a9e I created a policy as described in the original PR, with the Retire Request event and 'prevent current event from processing' action. With the policy assigned to the VM as part of a policy profile, the VM retirement was blocked and logged in evm.log on the server. With the policy removed, I was able to retire VM/Instances normally. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:1601 |