]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
container: explicitly pull monitoring images v4.0.65
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 19 Aug 2021 18:08:06 +0000 (14:08 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 23 Aug 2021 20:21:19 +0000 (16:21 -0400)
commit8f0b0d128507f11087f808a6ca737d829dbc75b0
tree5c7f84ce3b32e3aa45c4677c4b5f19772afc6844
parentc7cd688f2e98b4c20dae05ec9f1c235a70bdbd0a
container: explicitly pull monitoring images

We don't pull the monitoring container images (alertmanager, prometheus,
node-exporter and grafana) in a dedicated task like we're doing for the
ceph container image.
This means that the container image pull is done during the start of the
systemd service.
By doing this, pulling the image behind a proxy isn't working with podman.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1995574
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 5bb7240f878ff9b369ea028839d26fd46342ff77)
roles/ceph-container-common/tasks/fetch_image.yml