X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ee6580d55e1bbed06787ac3e5f18af1bb35c8e6d..a5d76f917bde4460dbe491348e485a6da9d2ff56:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 4bcb8fb26..50e22907c 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", @@ -97,8 +114,10 @@ run_list( "role[stats]", "role[planet]", "role[planetdump]", + "role[logstash]", "recipe[rsyncd]", "recipe[openvpn]", "recipe[git::server]", - "recipe[tilelog]" + "recipe[tilelog]", + "recipe[serverinfo]" )