]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
container: explicitly pull monitoring images
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:08:16 +0000 (16:08 -0400)
commit6baa6e6b84bd2fc6f8a314e6b6ec09d710aae6e0
tree0c866f5657eee25018eb4a001fcf8e49454c0ab3
parent6892e02a308c41d3319e6f6ae7fb7e390942f608
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