]> 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 18:12:45 +0000 (14:12 -0400)
commit5bb7240f878ff9b369ea028839d26fd46342ff77
tree7e80400875394bd802edd4dc4ca6ecfb7a0adf89
parent3905fd2126765e99a6b48079b04f8478a7c88262
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>
roles/ceph-container-common/tasks/fetch_image.yml