From: ramamani yeleswarapu Date: Thu, 6 Dec 2018 18:23:11 +0000 (-0800) Subject: [os-stor4nfv] HA deploy error fix X-Git-Tag: opnfv-7.1.0^0 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5838841f09950160f907e15fc14282449f6652af;p=compass4nfv.git [os-stor4nfv] HA deploy error fix Change-Id: I0dd6323238890582a45aff658fbc6836614fe0a0 Signed-off-by: ramamani yeleswarapu (cherry picked from commit 40fa1531396628fb4a2dfc828131de4f48102953) --- 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"