From ba6bd3ca3d11712568f6f08747825d95d4fb56aa Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 1 Apr 2020 14:20:05 +0200 Subject: [PATCH] docker2podman: call `container_options_facts.yml` on osd nodes We must call `ceph-osd` role from `container_options_facts.yml` because ceph-osd-run.sh.j2 needs variables set in this file. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1819681 Signed-off-by: Guillaume Abrioux (cherry picked from commit 4a4f54f6eeaac99f04faad82259129a906f4ccb9) --- infrastructure-playbooks/docker-to-podman.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure-playbooks/docker-to-podman.yml b/infrastructure-playbooks/docker-to-podman.yml index b39ec5749..341ee8679 100644 --- a/infrastructure-playbooks/docker-to-podman.yml +++ b/infrastructure-playbooks/docker-to-podman.yml @@ -110,6 +110,11 @@ tasks_from: systemd.yml when: inventory_hostname in groups.get(nfs_group_name, []) + - import_role: + name: ceph-osd + tasks_from: container_options_facts.yml + when: inventory_hostname in groups.get(osd_group_name, []) + - import_role: name: ceph-osd tasks_from: systemd.yml -- 2.39.5