X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8d4bc9baedbfb47cc7230173bf5c25376f3c38b0..1c2b644661f654d50f97151e5bde6cf67bc7c5b6:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 78afb0899..8bc758e76 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -16,7 +16,8 @@ default_attributes( :disk => { :watermark => { :low => "95%", - :high => "98%" + :high => "98%", + :flood_stage => "99%" } } } @@ -79,7 +80,7 @@ default_attributes( } }, :planet => { - :replication => "disabled" + :replication => "enabled" }, :rsyncd => { :modules => { @@ -130,7 +131,6 @@ run_list( "role[web-storage]", "role[supybot]", "role[backup]", - "role[stats]", "role[planet]", "role[planetdump]", "role[logstash]",