From b8158a6554a8ef2ff7c3128605850f88779c7d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Wed, 14 Sep 2016 17:53:30 +0200 Subject: [PATCH] ability to switch from bare metal to containerized daemons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- ...tch-from-non-containerized-to-containerized-ceph-daemons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml index e6085bc32..930b5b69a 100644 --- a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml +++ b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml @@ -282,7 +282,7 @@ retries: 10 delay: 10 changed_when: false - delegate_to: "{{ mon_host }}" + delegate_to: "{{ groups.mons[0] }}" - name: switching from non-containerized to containerized ceph mds