X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7bf9926d8fd2ba918eaa379aace7c7c02c500ace..624f6139dca428c1cc51576082a320c8ee083884:/roles/yevaud.rb diff --git a/roles/yevaud.rb b/roles/yevaud.rb index 7ff33d710..fefef1f72 100644 --- a/roles/yevaud.rb +++ b/roles/yevaud.rb @@ -58,33 +58,11 @@ default_attributes( :warning => 150, :critical => 200 } - }, - :ipmi_fans => { - :contacts => "null", - }, - :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, @@ -127,5 +105,6 @@ default_attributes( run_list( "role[ucl-wolfson]", + "role[tyan-s7010]", "role[tile]" )