X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/43ac33e14359233612376a19c7f47903228d6639..cf651d722891278b6a1c778377d786525473bde1:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 85ba5e60d..098568265 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -5,9 +5,21 @@ default_attributes( :apt => { :sources => ["ubuntugis-unstable"] }, - :chef => { - :client => { - :version => "12.1.2-1" + :elasticsearch => { + :cluster => { + :routing => { + :allocation => { + :disk => { + :watermark => { + :low => "95%", + :high => "98%" + } + } + } + } + }, + :path => { + :data => "/store/elasticsearch" } }, :git => { @@ -102,6 +114,7 @@ run_list( "role[stats]", "role[planet]", "role[planetdump]", + "role[logstash]", "recipe[rsyncd]", "recipe[openvpn]", "recipe[git::server]",