X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e68e81009822fa1b4c657a14a0287d85cbbcc53e..624f6139dca428c1cc51576082a320c8ee083884:/roles/yevaud.rb diff --git a/roles/yevaud.rb b/roles/yevaud.rb index f290b23c4..fefef1f72 100644 --- a/roles/yevaud.rb +++ b/roles/yevaud.rb @@ -58,37 +58,16 @@ default_attributes( :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" } } }, @@ -125,6 +104,7 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wolfson]", + "role[tyan-s7010]", "role[tile]" )