Created attachment 1161290 [details] all file Description of problem: ======================= On RHEL node ceph installation via ISO fails in Task 'install distro or red hat storage ceph mon' saying 'Package ceph-base-10.2.1-7.el7cp.x86_64.rpm is not signed' Version-Release number of selected component (if applicable): =============================================================== 10.2.1-7.el7cp.x86_64.rpm ceph-ansible-1.0.5-16.el7scon.noarch How reproducible: ================= always Steps to Reproduce: =================== 1. do all pre installation steps on all cluster node 2. modify variable as mentioned in section 3.2.2 of doc (please refer attachment for 'all' file) 3. copy ISO on installer node @ /root and give that path to ceph_stable_rh_storage_iso_path: 4. run below command [root@magna051 ceph-ansible]# ansible-playbook site.yml -vv -i /etc/ansible/hosts Actual results: =============== Package ceph-base-10.2.1-7.el7cp.x86_64.rpm is not signed FATAL: all hosts have already failed -- aborting PLAY RECAP ******************************************************************** to retry, use: --limit @/root/site.retry magna084 : ok=29 changed=3 unreachable=0 failed=1 Additional info: ================ on node repo file content:- [root@magna084 ubuntu]# cat /etc/yum.repos.d/rh_storage.repo # Please do not change this file directly since it is managed by Ansible and will be overwritten [rh_storage_mon] name=Red Hat Storage Ceph - local packages for Ceph baseurl=file:///tmp/rh-storage-repo/MON enabled=1 gpgcheck=1 type=rpm-md priority=1 gpgkey=file:///tmp/rh-storage-repo/RPM-GPG-KEY-redhat-release [rh_storage_osd] name=Red Hat Storage Ceph - local packages for Ceph baseurl=file:///tmp/rh-storage-repo/OSD enabled=1 gpgcheck=1 type=rpm-md priority=1 gpgkey=file:///tmp/rh-storage-repo/RPM-GPG-KEY-redhat-release [rh_storage_tools] name=Red Hat Storage Ceph - assorted tools baseurl=file:///tmp/rh-storage-repo/Tools enabled=1 gpgcheck=1 type=rpm-md priority=1 gpgkey=file:///tmp/rh-storage-repo/RPM-GPG-KEY-redhat-release
Upstream pull request opened: https://github.com/ceph/ceph-ansible/pull/832
verified with ceph-ansible-1.0.5-31.el7scon.noarch ceph - 10.2.2-29.el7cp.x86_64 - executed command mentioned in Comment#9, working as expected hence moving to verified.
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/RHEA-2016:1754