rabbah commented on a change in pull request #2686: Docker for mac take 2
URL:
https://github.com/apache/incubator-openwhisk/pull/2686#discussion_r138742612
##########
File path: ansible/roles/couchdb/tasks/deploy.yml
##########
@@ -41,12 +41,13 @@
COUCHDB_PASSWORD: "{{ db_password }}"
NODENAME: "{{ nodeName }}"
-- name: wait until the CouchDB in this host is up and running
- wait_for:
- delay: 2
- host: "{{ ansible_host }}"
- port: "{{ db_port }}"
- timeout: 60
+- name: wait until CouchDB in this host is up and running
Review comment:
wasn't this part of a different pr?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services