Bug 1777829
| Summary: | [ceph-ansible] - docker-to-podman - unable to retrieve raw_install_python.yml and syntax error in gathering facts | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Vasishta <vashastr> |
| Component: | Ceph-Ansible | Assignee: | Guillaume Abrioux <gabrioux> |
| Status: | CLOSED ERRATA | QA Contact: | Vasishta <vashastr> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.0 | CC: | aschoen, ceph-eng-bugs, gmeno, nthomas, tserlin, ykaul |
| Target Milestone: | rc | Keywords: | TestBlocker |
| Target Release: | 4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-ansible-4.0.6-1.el8cp, ceph-ansible-4.0.6-1.el7cp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-01-31 12:48:19 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1618896 | ||
Working fine with ceph-ansible-4.0.6-1.el7cp.noarch Moving to VERIFIED state. 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://access.redhat.com/errata/RHBA-2020:0312 |
Description of problem: When docker-to-podman playbook was tried on containerized cluster, playbook did not start executing tasks saying >> Could not find or access '/usr/share/raw_install_python.yml' on the Ansible Controller. Tried fixing the path then, then faced problem in gathering facts Version-Release number of selected component (if applicable): ceph-ansible-4.0.5-1.el7cp.noarch How reproducible: Always Steps to Reproduce: 1. Configure 3.x containerized cluster 2. upgrade ceph-ansible to 4.x 3. Try to run docker-to-podman playbook Actual results: RROR! Unable to retrieve file contents Could not find or access '/usr/share/raw_install_python.yml' on the Ansible Controller. If you are using a module and expect the file to exist on the remote, see the remote_src option ------------------------ msg: |- The conditional check 'not delegate_facts_host | bool or inventory_hostname in groups.get(client_group_name, [])' failed. The error was: error while evaluating conditional (not delegate_facts_host | bool or inventory_hostname in groups.get(client_group_name, [])): 'client_group_name' is undefined Expected results: playbook should not fail Additional info: