Description of problem: Cluster setup with Ansible fails because that package is not found when installing dependencies (Since September 9)
Version-Release number of selected component (if applicable):
Ansible 2.3, RHEL 7.4,
ceph-ansible 4767eaaab3ca5e5d5f562bf5f8ae1e609f39f086 (origin/master)
Actual results:
TASK [ceph-common : install redhat nfs-ganesha-rgw and ceph-radosgw packages] ***
task path: /home/jenkins-build/build/workspace/rhcs-next-tests-rhcs-ansible2.3-cluster/roles/ceph-common/tasks/installs/install_redhat_packages.yml:83
failed: [ceph-nfs0] (item=nfs-ganesha-rgw) => {
"changed": false,
"failed": true,
"item": "nfs-ganesha-rgw",
"rc": 126,
"results": [
"No package matching 'nfs-ganesha-rgw' found available, installed or updated"
]
}
MSG:
No package matching 'nfs-ganesha-rgw' found available, installed or updated
failed: [ceph-nfs0] (item=ceph-radosgw) => {
"changed": false,
"failed": true,
"item": "ceph-radosgw",
"rc": 126,
"results": [
"No package matching 'ceph-radosgw' found available, installed or updated"
]
}
MSG:
No package matching 'ceph-radosgw' found available, installed or updated
Expected results:
Additional info:
Alfredo, do we actually have the rhcs install working?
Looking at the code I don't see how it can work.
The PR attached to this BZ should solve the installation AND your pkg issue.
Working fine with ceph-ansible-3.0.0-0.1.rc15.el7cp.noarch
$ rpm -qa|grep rgw
python-rgw-12.2.1-9.el7cp.x86_64
librgw2-12.2.1-9.el7cp.x86_64
nfs-ganesha-rgw-2.5.2-2.el7cp.x86_64
$ rpm -qa|grep radosgw
ceph-radosgw-12.2.1-9.el7cp.x86_64
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-2017:3387
Description of problem: Cluster setup with Ansible fails because that package is not found when installing dependencies (Since September 9) Version-Release number of selected component (if applicable): Ansible 2.3, RHEL 7.4, ceph-ansible 4767eaaab3ca5e5d5f562bf5f8ae1e609f39f086 (origin/master) Actual results: TASK [ceph-common : install redhat nfs-ganesha-rgw and ceph-radosgw packages] *** task path: /home/jenkins-build/build/workspace/rhcs-next-tests-rhcs-ansible2.3-cluster/roles/ceph-common/tasks/installs/install_redhat_packages.yml:83 failed: [ceph-nfs0] (item=nfs-ganesha-rgw) => { "changed": false, "failed": true, "item": "nfs-ganesha-rgw", "rc": 126, "results": [ "No package matching 'nfs-ganesha-rgw' found available, installed or updated" ] } MSG: No package matching 'nfs-ganesha-rgw' found available, installed or updated failed: [ceph-nfs0] (item=ceph-radosgw) => { "changed": false, "failed": true, "item": "ceph-radosgw", "rc": 126, "results": [ "No package matching 'ceph-radosgw' found available, installed or updated" ] } MSG: No package matching 'ceph-radosgw' found available, installed or updated Expected results: Additional info: