Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
Upgrade elasticsearch to 1.7.5
Browse files Browse the repository at this point in the history
There have been a couple bug fix release between latest 1.7.x and 1.7.3
which we are running. Pull in this fixes in hopes that it makes shard
allocation more reliable.

Change-Id: I48f46663c73cb178ca3cf95a166b3df2ea121459
  • Loading branch information
cboylan committed May 4, 2016
1 parent 5d281a7 commit 6fcc8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openstack_project/manifests/elasticsearch_node.pp
Expand Up @@ -37,7 +37,7 @@
'http.cors.allow-origin' => "'*'", # lint:ignore:double_quoted_strings
},
heap_size => $heap_size,
version => '1.7.3',
version => '1.7.5',
}

cron { 'delete_old_es_indices':
Expand Down

0 comments on commit 6fcc8d3

Please sign in to comment.