- The play is failing at:
~~~
- name: container registry authentication
command: '{{ container_binary }} login -u {{ ceph_docker_registry_username }} -p {{ ceph_docker_registry_password }} {{ ceph_docker_registry }}'
changed_when: false
no_log: true
~~~
- Since the parameter "no_log: True" is set to the task, there is no verbose error.
- While removing the parameter 'no_log: true' from play, we will get the error 'docker service/socket not found'
**Workaround**
- Install `docker` manually on the `grafana-server` node and start/enable the service.
~~~
$ sudo yum install docker -y
$ sudo systemctl restart docker.service
$ sudo systemctl enable docker.service
~~~
- After starting the docker service, run the playbook again.
Comment 5Ken Dreyer (Red Hat)
2021-02-24 19:08:23 UTC
I updated this bug to MODIFIED for RHCS 5.0, but this bug is actually targeted to 4.2 z2, so I will reset this back in order to track fixing it in RHCS 4.
Comment 10Ameena Suhani S H
2021-06-01 13:18:45 UTC
Verified using
ansible-2.9.22-1.el7ae.noarch
ceph-ansible-4.0.56-1.el7cp.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 (Important: Red Hat Ceph Storage 4.2 Security and Bug Fix Update), 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/RHSA-2021:2445