Upgrade elasticsearch to 1.7.6
This can be done as a rolling upgrade as we are currently running 1.7.5 which shares a majory version with 1.7.6. Change-Id: Icd759967dc8a6a09d4db0a78d2dfef72042c171e
This commit is contained in:
parent
42bc347adf
commit
a57925c9ed
@ -37,7 +37,7 @@ class openstack_project::elasticsearch_node (
|
|||||||
'http.cors.allow-origin' => "'*'", # lint:ignore:double_quoted_strings
|
'http.cors.allow-origin' => "'*'", # lint:ignore:double_quoted_strings
|
||||||
},
|
},
|
||||||
heap_size => $heap_size,
|
heap_size => $heap_size,
|
||||||
version => '1.7.5',
|
version => '1.7.6',
|
||||||
}
|
}
|
||||||
|
|
||||||
cron { 'delete_old_es_indices':
|
cron { 'delete_old_es_indices':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user