summaryrefslogtreecommitdiffstats
path: root/ci/ansible/roles/osdsdb/tasks/main.yml
diff options
context:
space:
mode:
authorleonwang <wanghui71@huawei.com>2018-08-16 09:27:32 +0800
committerleonwang <wanghui71@huawei.com>2018-08-16 09:27:52 +0800
commit4ced57eae63a52ea517d4087662726d942da8441 (patch)
treeb8fdca6b3c1eda0dd815b13166c7099b4c08f035 /ci/ansible/roles/osdsdb/tasks/main.yml
parent401c7f3eae51c8bdf95fc8a2c4232969ac1f0b2f (diff)
Fix some bugs about ansible deployment
According to the feedback from Compass4NFV team, the goal of this patch is for: 1. Add notario package install step 2. Ignore the error of checking ceph osd and mon service 3. Move nbp-installer role to the last one to install Change-Id: Id6555cd9cd2877dc21ee5a92774c514b7c3fca34 Signed-off-by: leonwang <wanghui71@huawei.com>
Diffstat (limited to 'ci/ansible/roles/osdsdb/tasks/main.yml')
-rw-r--r--ci/ansible/roles/osdsdb/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ansible/roles/osdsdb/tasks/main.yml b/ci/ansible/roles/osdsdb/tasks/main.yml
index 396fd9a..f8fa944 100644
--- a/ci/ansible/roles/osdsdb/tasks/main.yml
+++ b/ci/ansible/roles/osdsdb/tasks/main.yml
@@ -18,7 +18,7 @@
with_first_found:
- "scenarios/etcd_{{ ansible_architecture }}.yml"
- "scenarios/etcd.yml"
- when: db_driver == "etcd" and container_enabled == false
+ when: db_driver == "etcd" and etcd_container_enabled == false
- name: include scenarios/container.yml
include: scenarios/container.yml