X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e68e81009822fa1b4c657a14a0287d85cbbcc53e..5fa8371c3f85518e08a49bb6719002f213fd41fb:/roles/yevaud.rb diff --git a/roles/yevaud.rb b/roles/yevaud.rb index f290b23c4..299005da2 100644 --- a/roles/yevaud.rb +++ b/roles/yevaud.rb @@ -60,10 +60,18 @@ default_attributes( } }, :ipmi_fans => { - :contacts => "null", + :Sys3Front1 => { :graph => "no" }, + :Sys4Front2 => { :graph => "no" }, + :Sys5Rear1 => { :graph => "no" }, + :Sys6 => { :graph => "no" }, + :Sys7 => { :graph => "no" }, + :Sys8 => { :graph => "no" }, + :Sys9 => { :graph => "no" }, + :Sys10 => { :graph => "no" } }, :ipmi_temp => { - :contacts => "null", + :CPU0belowTmax => { :critical => "10:" }, + :CPU1belowTmax => { :critical => "10:" } }, :sensors_fan => { :contacts => "null" @@ -88,7 +96,7 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.104" + :address => "128.40.45.208" } } }, @@ -125,6 +133,6 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wolfson]", "role[tile]" )