X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a92c80c41d88faa20123f2841cc335c37905f638..3ee8d7a32363483535b21a38e56002189f56b5b6:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index fb86c78f0..098568265 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -5,6 +5,23 @@ default_attributes( :apt => { :sources => ["ubuntugis-unstable"] }, + :elasticsearch => { + :cluster => { + :routing => { + :allocation => { + :disk => { + :watermark => { + :low => "95%", + :high => "98%" + } + } + } + } + }, + :path => { + :data => "/store/elasticsearch" + } + }, :git => { :allowed_nodes => "*:*", :user => "chefrepo",