aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorramamani yeleswarapu <ramamani.yeleswarapu@intel.com>2018-12-06 10:23:11 -0800
committerramamani yeleswarapu <ramamani.yeleswarapu@intel.com>2018-12-06 10:25:54 -0800
commit40fa1531396628fb4a2dfc828131de4f48102953 (patch)
tree2fcd5dfde6604ef6c02b8f1480bfc0731318c3a2
parent5999d29ded67ee2847e58fa559dd9da29e1bd150 (diff)
[os-stor4nfv] HA deploy error fix
Change-Id: I0dd6323238890582a45aff658fbc6836614fe0a0 Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
-rw-r--r--plugins/stor4nfv/roles/os-stor4nfv/tasks/post-install.yml1
1 files changed, 1 insertions, 0 deletions
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"