]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
container-common: support podman on Ubuntu
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 17 May 2019 21:10:34 +0000 (17:10 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 7 Jun 2019 14:12:36 +0000 (10:12 -0400)
commit376cb86db29d4d97282ed1ef65fc40d7ff4d5091
tree10c22af367d975a10d8d24663f0c7cdacb6f1e79
parente9edb5a92ac513c49f13a7d6b611f47f4352b6a8
container-common: support podman on Ubuntu

Currently we're only able to use podman on ubuntu if podman's
installation is done manually before the ceph-ansible execution
because the deb package is present in an external repository.
We already manage the docker-ce installation via an external
repository so we should be able to allow the podman installation
with the same mechanism too.

https://github.com/containers/libpod/blob/master/install.md#ubuntu

Resolves: #3947

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 518ab794fb0965c6ca8af56f18e0c54529eca8d5)
roles/ceph-container-engine/tasks/pre_requisites/debian_prerequisites.yml
roles/ceph-container-engine/tasks/pre_requisites/prerequisites.yml