Commit f77fedf8 by e0d

Test changes.

parent db7a17ab
...@@ -62,5 +62,5 @@ forum_unicorn_port: "4567" ...@@ -62,5 +62,5 @@ forum_unicorn_port: "4567"
# connectivity to Mongo is also tested, but separately. # connectivity to Mongo is also tested, but separately.
# #
forum_services: forum_services:
# - {service: "sinatra", host: "localhost", port: "{{ forum_unicorn_port }}"} - {service: "elasticsearch", host: "{{ FORUM_ELASTICSEARCH_HOST }}", port: "{{ FORUM_ELASTICSEARCH_PORT }}"}
- {service: "elasticsearch", host: "{{ FORUM_ELASTICSEARCH_HOST }}", port: "{{ FORUM_ELASTICSEARCH_PORT }}"}
\ No newline at end of file
...@@ -9,3 +9,7 @@ ...@@ -9,3 +9,7 @@
wait_for: port={{ FORUM_MONGO_PORT }} host={{ item }} timeout=30 wait_for: port={{ FORUM_MONGO_PORT }} host={{ item }} timeout=30
with_items: FORUM_MONGO_HOSTS with_items: FORUM_MONGO_HOSTS
when: not devstack when: not devstack
- name: test for the existence of unix socket
wait_for: path={{ forum_data_dir }}/forum.sock state=present timeout=30
when: not devstack
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment