X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c2623e1ade43795e85f045d576495453b53f4a1f..a94a26869b4b2a23b32266db58612795b1d3d3d8:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 029c54b40..13f965226 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -6,6 +6,18 @@ default_attributes( :sources => ["ubuntugis-unstable"] }, :elasticsearch => { + :cluster => { + :routing => { + :allocation => { + :disk => { + :watermark => { + :low => "95%", + :high => "98%" + } + } + } + } + }, :path => { :data => "/store/elasticsearch" } @@ -47,6 +59,13 @@ default_attributes( :peer => { :host => "ridley.openstreetmap.org" } + }, + :aws2ic => { + :port => "1195", + :mode => "server", + :peer => { + :host => "fafnir.openstreetmap.org" + } } } }, @@ -106,5 +125,6 @@ run_list( "recipe[rsyncd]", "recipe[openvpn]", "recipe[git::server]", - "recipe[tilelog]" + "recipe[tilelog]", + "recipe[serverinfo]" )