Bug 1903504
Summary: | [GSS][ceph-ansible] rolling-update.yml fails with: TASK [ceph-container-common : container registry authentication] | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Geo Jose <gjose> |
Component: | Ceph-Ansible | Assignee: | Dimitri Savineau <dsavinea> |
Status: | CLOSED ERRATA | QA Contact: | Ameena Suhani S H <amsyedha> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.1 | CC: | aschoen, ceph-eng-bugs, gabrioux, gmeno, gsitlani, kdreyer, lithomas, mmuench, nthomas, tserlin, vashastr, ykaul |
Target Milestone: | --- | ||
Target Release: | 4.2z2 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ceph-ansible-4.0.54-1.el8cp, ceph-ansible-4.0.54-1.el7cp | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-06-15 17:13:09 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: |
Description
Geo Jose
2020-12-02 08:16:39 UTC
- 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. 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. 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 |