should wait longer time for starting the service of mongo db 25/2825/1
authorm00133142 <meimei@huawei.com>
Tue, 27 Oct 2015 05:43:02 +0000 (22:43 -0700)
committerm00133142 <meimei@huawei.com>
Tue, 27 Oct 2015 05:43:02 +0000 (22:43 -0700)
JIRA: COMPASS-118

Change-Id: I118f591e138eb772be1342920c6ab99716ee7961
Signed-off-by: m00133142 <meimei@huawei.com>
deploy/adapters/ansible/roles/database/tasks/mongodb.yml

index ca61e90..5ca23a1 100644 (file)
@@ -19,7 +19,7 @@
 - name: manually restart mongodb server
   service: name=mongodb state=restarted
 
-- wait_for: port=27017 delay=3 timeout=30 host={{ internal_vip.ip }}
+- wait_for: port=27017 delay=3 timeout=60 host={{ internal_vip.ip }}
 
 - name: create mongodb user
   run_once: True