X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5fa8371c3f85518e08a49bb6719002f213fd41fb..53259637f9cef468ce51524a5e6d3fe38eb52c50:/roles/yevaud.rb diff --git a/roles/yevaud.rb b/roles/yevaud.rb index 299005da2..fefef1f72 100644 --- a/roles/yevaud.rb +++ b/roles/yevaud.rb @@ -58,40 +58,11 @@ default_attributes( :warning => 150, :critical => 200 } - }, - :ipmi_fans => { - :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 => { - :CPU0belowTmax => { :critical => "10:" }, - :CPU1belowTmax => { :critical => "10:" } - }, - :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, @@ -134,5 +105,6 @@ default_attributes( run_list( "role[ucl-wolfson]", + "role[tyan-s7010]", "role[tile]" )