Skip to content
Snippets Groups Projects
Commit 0d2591dc authored by Steven Dake's avatar Steven Dake
Browse files

Reduce log errors from heka

Heka depends on haproxy and keepaived being present to communicate
with ElasticSearch.  If we start ElasticSearch prior to haproxy and
keepalived, the number of errors are reduced in heka.

Change-Id: Id2c742ea572c6450a371421e21f34aa69355bb8b
Partial-Bug: #1560779
parent 3a744567
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,12 @@ ...@@ -8,6 +8,12 @@
tags: ceph, tags: ceph,
when: enable_ceph | bool } when: enable_ceph | bool }
- hosts: elasticsearch
roles:
- { role: elasticsearch,
tags: elasticsearch,
when: enable_central_logging | bool }
- hosts: - hosts:
- cinder-api - cinder-api
- glance-api - glance-api
...@@ -32,12 +38,6 @@ ...@@ -32,12 +38,6 @@
tags: kibana, tags: kibana,
when: enable_central_logging | bool } when: enable_central_logging | bool }
- hosts: elasticsearch
roles:
- { role: elasticsearch,
tags: elasticsearch,
when: enable_central_logging | bool }
- hosts: memcached - hosts: memcached
roles: roles:
- { role: memcached, - { role: memcached,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment