Bug 1621891
| Summary: | [RFE] Choose Automatically doesn't behave as expected for RHEV Provider | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | David Luong <dluong> | ||||
| Component: | Automate | Assignee: | William Fitzgerald <wfitzger> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Angelina Vasileva <anikifor> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.9.3 | CC: | abellott, dluong, dmetzger, gmccullo, mkanoor, mshriver, obarenbo, tfitzger | ||||
| Target Milestone: | GA | Keywords: | FutureFeature, RFE | ||||
| Target Release: | 5.11.z | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-12-18 14:32:01 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | Bug | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | CFME Core | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
David Luong
2018-08-23 19:40:37 UTC
David - Are you aware of when this changed? We would need to take different actions based on the RHV version. The current logic is here: https://github.com/ManageIQ/manageiq-content/blob/0b7e24fe672647aaa63199d27c9cda65a02f6faa/content/automate/ManageIQ/Infrastructure/VM/Provisioning/Placement.class/__methods__/redhat_best_fit_cluster.rb#L16 David - Also want to note that the default auto-placement logic is defined in automate specifically to allow users to modify as needed. While the current code is not wrong, it could be enhanced so marking as an RFE. Before this RFE is completed the method can be overridden in a custom domain to meet your needs. Hey Greg, Sorry, I'm unaware of when this changed, and I cannot seem to find a way to find out when this changed. However, I did find a (non-working) method in our blog to do this, and it was from 2013, so I'd imagine all supported versions of RHEV allow for this behavior now. The method I'm talking about is found here: https://cloudformsblog.redhat.com/2013/09/06/placement-profile-best-fit-cluster-using-tags/ I'll upload the working version to the case if you guys need something to jump off of. Created attachment 1478551 [details]
automate method
This may not be the best way to do it, as I don't know ruby all that well.
|