]> git-server-git.apps.pok.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:10 +0000 (16:08 -0400)
commitf71b172d2b8a7d5bc9348feeccf042f201541735
tree514799516cfe9b34eafab319e7545d452c2c9dbd
parent299c81c58bd8ea7936b86767d1ddda7b38125d45
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