Upgrade elasticsearch to 1.7.5
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
This commit is contained in:
parent
5d281a742b
commit
6fcc8d3f26
@ -37,7 +37,7 @@ class openstack_project::elasticsearch_node (
|
||||
'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':
|
||||
|
Loading…
Reference in New Issue
Block a user