X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/932f7a837e84c5c29fd8429a574dd7aea5314b0a..ff044920428608b2c04507ad52d6ab52c9d6555f:/roles/smaug.rb?ds=sidebyside diff --git a/roles/smaug.rb b/roles/smaug.rb index 9c6d33b05..3538f09c7 100644 --- a/roles/smaug.rb +++ b/roles/smaug.rb @@ -22,7 +22,7 @@ default_attributes( }, :sensors_volt => { :contacts => "null", - :volt10 => { + :volt10 => { :warning => "3.11:3.50", :critical => "2.98:3.63" } @@ -52,7 +52,7 @@ default_attributes( :sysctl => { :postgres => { :comment => "Increase shared memory for postgres", - :parameters => { + :parameters => { "kernel.shmmax" => 17 * 1024 * 1024 * 1024, "kernel.shmall" => 17 * 1024 * 1024 * 1024 / 4096 } @@ -73,6 +73,5 @@ default_attributes( run_list( "role[ic]", - "role[db-slave]", - "role[planetdump]" + "role[db-slave]" )