]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
docker2podman: pull images from docker daemon
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 16 Apr 2020 15:30:11 +0000 (11:30 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 13 May 2020 10:02:00 +0000 (12:02 +0200)
commitd38f21aeba29f341dc737b8cdeaa9fdaa9f55408
tree5b80e09ad629fd3ec753e72c6f72d77e01dadbd7
parentc0a213f9284eac733de99ebcc7f18b1ebdf8f115
docker2podman: pull images from docker daemon

The docker2podman playbook only installs the podman package and updates
the systemd units with the right container_binary value.

We never pull the container image so if one service is restarted then
the container image will be pulled first before the service can start
which could cause longer downstream.

To avoid to download the container image from internet again we can just
pull it from the local docker daemon.

The container_{binding,package,service}_name variables are removed
because they are only used in the ceph-container-engine role which
isn't call in this playbook.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
infrastructure-playbooks/docker-to-podman.yml
tox-docker2podman.ini