From 5838841f09950160f907e15fc14282449f6652af Mon Sep 17 00:00:00 2001 From: ramamani yeleswarapu Date: Thu, 6 Dec 2018 10:23:11 -0800 Subject: [os-stor4nfv] HA deploy error fix Change-Id: I0dd6323238890582a45aff658fbc6836614fe0a0 Signed-off-by: ramamani yeleswarapu (cherry picked from commit 40fa1531396628fb4a2dfc828131de4f48102953) --- plugins/stor4nfv/roles/os-stor4nfv/tasks/post-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/stor4nfv/roles/os-stor4nfv/tasks/post-install.yml b/plugins/stor4nfv/roles/os-stor4nfv/tasks/post-install.yml index c0044322..d441f420 100644 --- a/plugins/stor4nfv/roles/os-stor4nfv/tasks/post-install.yml +++ b/plugins/stor4nfv/roles/os-stor4nfv/tasks/post-install.yml @@ -140,3 +140,4 @@ osdsctl profile create '{"name": "default", "description": "default policy"}' when: - inventory_hostname in groups['ceph_adm'] + ignore_errors: "true" -- cgit 1.2.3-korg