]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
docker2podman: skip some role imports from handler
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 9 Apr 2021 09:02:12 +0000 (11:02 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 9 Apr 2021 13:28:50 +0000 (15:28 +0200)
commit70f19be367390aeca43340711d380ce4825e02b5
treefb827b7d586ada9eebe824776d76e86546a093b0
parent2c74c2732113ca2ef3e98361c64e1748790828b0
docker2podman: skip some role imports from handler

when running docker-to-podman playbook, there's no need to call
`ceph-config` and `ceph-rgw` from the role `ceph-handler`.
It can even have side effects when coming from a baremetal cluster that
was previously migrated using the switch-to-containers playbook. Indeed
it might complain about missing .target systemd unit since they are
removed during that migration.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1944999
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/docker-to-podman.yml
roles/ceph-facts/tasks/container_binary.yml
roles/ceph-handler/tasks/main.yml