Bug 1738643
Summary: | [v2v][Regression] Can not add conversion host due to playbook errors | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Yadnyawalk Tale <ytale> |
Component: | V2V | Assignee: | Fabien Dupont <fdupont> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Shveta <sshveta> |
Severity: | urgent | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | urgent | ||
Version: | 5.11.0 | CC: | bthurber, istein, simaishi, smallamp, sshveta, tgolembi |
Target Milestone: | GA | Keywords: | Regression |
Target Release: | 5.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | v2v | ||
Fixed In Version: | 5.11.0.19 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-12-13 15:01:28 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | Bug | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | V2V | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1693994 |
Description
Yadnyawalk Tale
2019-08-07 17:24:43 UTC
Looks like a configuration change in Ansible. It is no longer looking in /usr/share/ansible/roles. What was the package version in 5.11.0.17? In 5.11.0.18 on your appliance I see: ansible-2.8.3-1.el8ae.noarch So, the problem with the roles_path comes from /root/.ansible.cfg that overrides it. On the 5.11.0.17 appliance, the name of the config section was wrong, so the config didn't apply. It's been fixed on Aug 1st by https://github.com/ManageIQ/manageiq-appliance/pull/249 and this generates the regression. I created a PR to add the default path to roles_path: https://github.com/ManageIQ/manageiq-appliance/pull/252 New commit detected on ManageIQ/manageiq-appliance/ivanchuk: https://github.com/ManageIQ/manageiq-appliance/commit/9f584523936132cb382f205b46b9e07b418ba1f4 commit 9f584523936132cb382f205b46b9e07b418ba1f4 Author: Nick Carboni <ncarboni> AuthorDate: Thu Aug 8 10:15:57 2019 -0400 Commit: Nick Carboni <ncarboni> CommitDate: Thu Aug 8 10:15:57 2019 -0400 Merge pull request #252 from fdupont-redhat/fix_ansible_roles_path Add default roles paths to .ansible.cfg (cherry picked from commit 341f0d37742458a65f5df50cd45aab953648e651) https://bugzilla.redhat.com/show_bug.cgi?id=1738643 LINK/root/.ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) *** Bug 1739865 has been marked as a duplicate of this bug. *** Able to add conversion hosts in 5.11.0.19.20190813184334_ed72c9f |