Bug 1652956
Summary: | retirement of the parent service does not retire ansible tower and aws orchestration child items | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Felix Dewaleyne <fdewaley> | |
Component: | Automate | Assignee: | Tina Fitzgerald <tfitzger> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Nandini Chandra <nachandr> | |
Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | |
Priority: | high | |||
Version: | 5.9.5 | CC: | dmetzger, fdewaley, mkanoor, obarenbo, simaishi, tfitzger, vaclav.miller | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.10.0 | |||
Hardware: | All | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | 5.10.0.28 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1656169 1660602 (view as bug list) | Environment: | ||
Last Closed: | 2019-02-12 16:50:39 UTC | Type: | Bug | |
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: | ||||
Bug Blocks: | 1656169, 1660602 |
Description
Felix Dewaleyne
2018-11-23 16:53:22 UTC
Hi Felix, We have another ticket that we think has the same root cause, and would benefit with the same fix. We're working with the customer to test the fix, and would make an official fix once the customer verifies the change. I'll send an update once I have more information. Regards, Tina Hi Felix, As discussed in several cf-prio email threads, we have identified the root cause of the retirement issue to be a Service linking issue for which we are currently test a fix. I'll send an update once we have more information. Thanks, Tina Moving to POST since the following PRs resolve this issue: https://github.com/ManageIQ/manageiq/pull/18251 https://github.com/ManageIQ/manageiq/pull/18252 Adding 5.8.z flag per conversation with Dennis. This issue is not specific to Ansible . The issue is that retiring a service bundle doesn't retire child catalog items. Marking this as VERIFIED since the VMs created through child catalogs get retired. vmdb_production=# select id, name, retirement_state, ancestry from services order by id; id | name | retirement_state | ancestry ----+--------------------------------+------------------+---------- 7 | cat-bundle | retired | 8 | cat-item2 | retired | 7 9 | service-cback | retired | 7 Verified in 5.10.0.32 |