X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c714aba0de40828044677c7b38890e3f7ba91436..c2fa12eb295bf90ef9982dc2151e67879bf5e57d:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 8a9c3f741..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,9 +131,8 @@ run_list( "role[web-storage]", "role[supybot]", "role[backup]", - "role[stats]", "role[planet]", - # "role[planetdump]", + "role[planetdump]", "role[logstash]", "recipe[rsyncd]", "recipe[dhcpd]",