Bug 1211693
| Summary: | Foreman - ems refresh fails with "wrong number of arguments (2 for 1)" | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Jan Krocil <jkrocil> |
| Component: | Providers | Assignee: | Keenan Brock <kbrock> |
| Status: | CLOSED ERRATA | QA Contact: | Aziza Karol <akarol> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.4.0 | CC: | akarol, jfrey, jhardy, obarenbo |
| Target Milestone: | GA | ||
| Target Release: | 5.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-16 12:58:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jan Krocil
2015-04-14 15:41:39 UTC
Jan pinged me on IRC and I see that the ConfigurationManagerForeman overrides ems_refresh method but with a different signature, and I don't know why. I think we can just throw away this method and rely on the base class method. New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/3ac8e9d415b8f37e90b72e97083835c69e93018b commit 3ac8e9d415b8f37e90b72e97083835c69e93018b Author: Keenan Brock <kbrock> AuthorDate: Tue Apr 14 21:45:42 2015 -0400 Commit: Keenan Brock <kbrock> CommitDate: Tue Apr 14 21:45:42 2015 -0400 Use underlying refresh_ems impl for foreman https://bugzilla.redhat.com/show_bug.cgi?id=1211693 vmdb/app/models/configuration_manager_foreman.rb | 4 ---- 1 file changed, 4 deletions(-) New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/73279b21df3dc4cbdb663304a9a8e1aa88b5a512 commit 73279b21df3dc4cbdb663304a9a8e1aa88b5a512 Author: Aaron Patterson <aaron.patterson> AuthorDate: Thu Apr 16 17:36:56 2015 -0400 Commit: Aaron Patterson <aaron.patterson> CommitDate: Thu Apr 16 17:36:56 2015 -0400 [ci skip] skip asset compile on update_start we are compiling assets when packaging the RPM so we don't need to do that when doing update_start. https://bugzilla.redhat.com/show_bug.cgi?id=1211693 vmdb/lib/tasks/evm.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The last comment was accidentally on the wrong BZ. It should have been on BZ 1208258 No errors in foreman refresh. Verified: 5.4.0.0.24.20150427192818_1fd9e49 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://rhn.redhat.com/errata/RHBA-2015-1100.html |