diff options
author | ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> | 2018-12-06 10:23:11 -0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2018-12-07 06:27:28 +0000 |
commit | 5838841f09950160f907e15fc14282449f6652af (patch) | |
tree | e6d61b50ff78a2c26591150a6f37c07afe559616 /plugins | |
parent | 9d8a951bea3ceb064110e3fdfee2ec815c7bca82 (diff) |
[os-stor4nfv] HA deploy error fixopnfv-7.1.0stable/gambia
Change-Id: I0dd6323238890582a45aff658fbc6836614fe0a0
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
(cherry picked from commit 40fa1531396628fb4a2dfc828131de4f48102953)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/stor4nfv/roles/os-stor4nfv/tasks/post-install.yml | 1 |
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" |