You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ly...@apache.org on 2016/09/19 16:58:55 UTC

incubator-metron git commit: METRON-384 Deployment fails at task " Wait for Elasticsearch Host to Start" (2xyo via dlyle65535) closes apache/incubator-metron#221

Repository: incubator-metron
Updated Branches:
  refs/heads/master e0c9970b1 -> 5f7254450


METRON-384  Deployment fails at task "Wait for Elasticsearch Host to Start" (2xyo via dlyle65535) closes apache/incubator-metron#221


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/5f725445
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/5f725445
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/5f725445

Branch: refs/heads/master
Commit: 5f725445044ad8b37bab5f928bb96658e0e430b0
Parents: e0c9970
Author: 2xyo <yo...@lepage.info>
Authored: Mon Sep 19 12:58:34 2016 -0400
Committer: David Lyle <dl...@gmail.com>
Committed: Mon Sep 19 12:58:34 2016 -0400

----------------------------------------------------------------------
 metron-deployment/roles/elasticsearch/tasks/elasticsearch.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/5f725445/metron-deployment/roles/elasticsearch/tasks/elasticsearch.yml
----------------------------------------------------------------------
diff --git a/metron-deployment/roles/elasticsearch/tasks/elasticsearch.yml b/metron-deployment/roles/elasticsearch/tasks/elasticsearch.yml
index b5df7b9..92ef9c5 100644
--- a/metron-deployment/roles/elasticsearch/tasks/elasticsearch.yml
+++ b/metron-deployment/roles/elasticsearch/tasks/elasticsearch.yml
@@ -66,8 +66,8 @@
     state=present
   with_items:
     - { regexp: '^# *cluster\.name:', line: 'cluster.name: metron' }
-    - { regexp: '^# *network\.host:', line: 'network.host: _{{
-    elasticsearch_network_interface  }}:ipv4_' }
+    - { regexp: '^# *network\.host:', line: 'network.host: ["_{{
+    elasticsearch_network_interface  }}:ipv4_","_local:ipv4_"]' }
     - { regexp: '^# *discovery\.zen\.ping\.unicast\.hosts:',
     line: 'discovery.zen.ping.unicast.hosts: [ {{ es_hosts }} ]'}
     - { regexp: '^# *path\.data', line: 'path.data: {{     elasticsearch_data_dir }}' }