X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..3a4b1c2078cd515e93a5f1bf8967f380fbd1646f:/roles/yevaud.rb diff --git a/roles/yevaud.rb b/roles/yevaud.rb index 22095f596..9f1c7e756 100644 --- a/roles/yevaud.rb +++ b/roles/yevaud.rb @@ -48,47 +48,26 @@ default_attributes( :munin => { :plugins => { :cpu => { - :system => { + :system => { :warning => 500, :critical => 600 } }, :load => { - :load => { + :load => { :warning => 150, :critical => 200 } - }, - :ipmi_fans => { - :contacts => "null", - }, - :ipmi_temp => { - :contacts => "null", - }, - :sensors_fan => { - :contacts => "null" - }, - :sensors_temp => { - :contacts => "null" - }, - :sensors_volt => { - :contacts => "null" } } }, :networking => { :interfaces => { - :internal_ipv4 => { - :interface => "eth0", - :role => :internal, - :family => :inet, - :address => "10.0.0.15" - }, :external_ipv4 => { :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.104" + :address => "128.40.45.208" } } }, @@ -105,7 +84,7 @@ default_attributes( :sysctl => { :postgres => { :comment => "Increase shared memory for postgres", - :parameters => { + :parameters => { "kernel.shmmax" => 4 * 1024 * 1024 * 1024, "kernel.shmall" => 4 * 1024 * 1024 * 1024 / 4096 } @@ -125,6 +104,7 @@ default_attributes( ) run_list( - "role[ucl-wates]", + "role[ucl-wolfson]", + "role[tyan-s7010]", "role[tile]" )