Bug 1583844
Summary: | Unable to access tower job .normalized_live_status because "wrong constant name ::Dev::Xvda" | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Jeff Warnica <jwarnica> | |
Component: | Automate | Assignee: | Bill Wei <bilwei> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Nandini Chandra <nachandr> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.9.0 | CC: | cpelland, gblomqui, jfrey, jhardy, jprause, jwarnica, mkanoor, obarenbo, simaishi, smallamp, tfitzger | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 5.10.0.4 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1599350 (view as bug list) | Environment: | ||
Last Closed: | 2019-02-11 14:03:36 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: | 1599350 |
Description
Jeff Warnica
2018-05-29 21:39:02 UTC
Some quick testing this morning demonstrates to me that this problem does not occur if I remove the "set_stats" task in the referenced playbook. New commit detected on ansible/ansible_tower_client_ruby/master: https://github.com/ManageIQ/ansible_tower_client/commit/6993b251c28551e9af52ef38d406b4019a035245 commit 6993b251c28551e9af52ef38d406b4019a035245 Author: Bill Wei <bilwei> AuthorDate: Wed May 30 17:37:38 2018 -0400 Commit: Bill Wei <bilwei> CommitDate: Wed May 30 17:37:38 2018 -0400 Replace all characters that cannot be used as method or class name fixes https://bugzilla.redhat.com/show_bug.cgi?id=1583844 lib/ansible_tower_client/hash_model.rb | 3 +- spec/base_model_spec.rb | 4 +- 2 files changed, 5 insertions(+), 2 deletions(-) New commit detected on ManageIQ/manageiq-providers-ansible_tower/master: https://github.com/ManageIQ/manageiq-providers-ansible_tower/commit/12b7b48257f9a4e04051ab6fed06d0d8ae94287d commit 12b7b48257f9a4e04051ab6fed06d0d8ae94287d Author: Bill Wei <bilwei> AuthorDate: Thu Jul 12 15:16:22 2018 -0400 Commit: Bill Wei <bilwei> CommitDate: Thu Jul 12 15:16:22 2018 -0400 ansible tower client gem dependency updated to 0.17 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1583844 manageiq-providers-ansible_tower.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 1)Verified that Ansible Tower Client gem dependency has been updated to 0.19 on a 5.10.0.32 appliance. Snippet from /var/www/miq/vmdb/Gemfile.lock GIT remote: git.lab.eng.rdu2.redhat.com:cloudforms/cfme-providers-ansible_tower revision: 35fb111634e6bfb0b7d444b4a9cb220bb2746f33 branch: 5.10.z specs: manageiq-providers-ansible_tower (0.1.0) ansible_tower_client (~> 0.19) 2)Unable to reproduce issue on an appliance without the fix.Marking BZ as VERIFIED. |