Bug 1637294
| Summary: | Ansible 2.6.5-2 packaged with ceph-ansible 3.1.4-2 is broken for Ubuntu | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Vidushi Mishra <vimishra> |
| Component: | Build | Assignee: | Ken Dreyer (Red Hat) <kdreyer> |
| Status: | CLOSED ERRATA | QA Contact: | Vidushi Mishra <vimishra> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.2 | CC: | hnallurv, kdreyer, rperiyas |
| Target Milestone: | rc | ||
| Target Release: | 3.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Ubuntu: ceph-ansible_3.2.0~beta5-2redhat1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-03 19:02:01 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: | |||
Moving this bug to verified state. Ubuntu installation works without any issues. ansible and ceph-ansbile version below. ubuntu@node066:/usr/share/ceph-ansible$ sudo dpkg -l | grep ansible ii ansible 2.6.5-2redhat1 all Ansible IT Automation ii ceph-ansible 3.2.0~beta5-2redhat1 all Ansible playbooks for Ceph 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-2019:0020 |
Description of problem: For the latest Ubuntu repo for CEPH-3.2, the ansible version is 2.6 and the ceph-ansible version is 3.1.4 and is not compatible. The ansible-playbook fails at 'generation of ceph configuration file' on Ubuntu. TASK [ceph-config : generate ceph configuration file: ceph.conf] ************************************************************************************************************ Monday 08 October 2018 16:10:18 +0000 (0:00:00.266) 0:00:30.786 ******** fatal: [magna004]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (copy) module: original_basename Supported parameters include: _original_basename, attributes, backup, checksum, content, delimiter, dest, directory_mode, follow, force, group, local_follow, mode, owner, regexp, remote_src, selevel, serole, setype, seuser, src, unsafe_writes, validate"} Version-Release number of selected component (if applicable) ansible - 2.6.5-2redhat1 ceph-ansible 3.1.4-2redhat1 How reproducible: 2/2 Steps to Reproduce: 1. 2. 3. Actual results: Ceph-ansible 3.1 is packaged with ansible 2.6+, which is broken. Expected results: Ceph-ansible 3.2 should be packaged with ansible 2.6+ Additional info: On RHEL, however, the ansible(2.6.5-1) and ceph-ansible (3.2.0) are compatible and supported.