Description of problem:
Trying to install a Client through CDN install on a new ceph cluster installation. The Tools repo is not configured on those Client nodes.
The error seen is :
TASK [ceph-common : install redhat ceph-fuse package] ***************************************************************************************************************
fatal: [magna064]: FAILED! => {"changed": false, "msg": "No package matching 'ceph-fuse' found available, installed or updated", "rc": 126, "results": ["No package matching 'ceph-fuse' found available, installed or updated"]}
fatal: [magna068]: FAILED! => {"changed": false, "msg": "No package matching 'ceph-fuse' found available, installed or updated", "rc": 126, "results": ["No package matching 'ceph-fuse' found available, installed or updated"]}
'ceph-fuse' package is not found as Tools repo is not present.
The Tools should be configured on the Clients role.
Verified with the following parameters set in all.yml.Issue No longer reproducible. ceph-ansible enables the Tools repo on Client nodes before installing the necessary packages.
all.yml variables for cdn installation
fetch_directory: ~/ceph-ansible-keys
cluster: 'remote'
ceph_repository_type: cdn # "{{ 'cdn' if ceph_rhcs_cdn_install else 'iso' if ceph_rhcs_iso_install else 'dummy' }}" # backward compatibility with stable-2.2, will disappear in stable 3.1
ceph_origin: repository
ceph_repository: rhcs
ceph_rhcs_version: 3 # "{{ ceph_stable_rh_storage_version | default(2) }}"
monitor_interface: eno1
public_network: x.x.x.x/x
radosgw_interface: eno1
Version-Release number of selected component (if applicable):
ceph-ansible-3.0.33-1.el7cp.noarch
ansible-2.4.2.0-2.el7.noarch
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-2018:1563
Description of problem: Trying to install a Client through CDN install on a new ceph cluster installation. The Tools repo is not configured on those Client nodes. The error seen is : TASK [ceph-common : install redhat ceph-fuse package] *************************************************************************************************************** fatal: [magna064]: FAILED! => {"changed": false, "msg": "No package matching 'ceph-fuse' found available, installed or updated", "rc": 126, "results": ["No package matching 'ceph-fuse' found available, installed or updated"]} fatal: [magna068]: FAILED! => {"changed": false, "msg": "No package matching 'ceph-fuse' found available, installed or updated", "rc": 126, "results": ["No package matching 'ceph-fuse' found available, installed or updated"]} 'ceph-fuse' package is not found as Tools repo is not present. The Tools should be configured on the Clients role.