Browse code

Update ElasticSearch version default to 1.7.5

Devstack installs elasticsearch version 1.4.2 by default.
This version is really out of date and you can't run kibana
4.x against it. We are working towards 2.x support [0],
but in the meantime would like our example to install a more
recent version of ES.

[0] http://lists.openstack.org/pipermail/openstack-dev/2016-April/092583.html

Change-Id: I9ca244f8b817dd9c5f6d7435e347df28282db0a9

Travis Tripp authored on 2016/05/06 01:19:53
Showing 1 changed files
... ...
@@ -10,7 +10,7 @@ source $TOP_DIR/stackrc
10 10
 
11 11
 # Package source and version, all pkg files are expected to have
12 12
 # something like this, as well as a way to override them.
13
-ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-1.4.2}
13
+ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-1.7.5}
14 14
 ELASTICSEARCH_BASEURL=${ELASTICSEARCH_BASEURL:-https://download.elasticsearch.org/elasticsearch/elasticsearch}
15 15
 
16 16
 # Elastic search actual implementation