]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
container-common: allow podman for other distros
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 10 May 2019 19:35:17 +0000 (15:35 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 13 May 2019 14:36:22 +0000 (10:36 -0400)
commitbd33bcef2b516300541d9f19d3bff8a77d2c02b0
tree2ed14e8a2d1de3b2dc2cfd70619bce50b9d0e9d4
parentf34c1dcd9df850bca0af2a05d4ec464be1441fc2
container-common: allow podman for other distros

Currently podman installation is very tied to RHEL 8 even if we're
able to install it on Debian/Ubuntu distribution.
This patch changes the way we are starting or not the (fat) container
daemon. Before the condition was based on the distribution release
and now on the container_service_name variable.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit d2ad191eca015ba3a6a66b4bc16f5c19cf7053ed)
roles/ceph-container-common/tasks/pre_requisites/prerequisites.yml
roles/ceph-container-common/vars/RedHat-8.yml