X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7bf9926d8fd2ba918eaa379aace7c7c02c500ace..0993dbc450a5678cfcea86dd71cf5873b18d86f3:/roles/errol.rb diff --git a/roles/errol.rb b/roles/errol.rb index 17905f61d..e4db08b80 100644 --- a/roles/errol.rb +++ b/roles/errol.rb @@ -2,27 +2,6 @@ name "errol" description "Master role applied to errol" default_attributes( - :munin => { - :plugins => { - :ipmi_temp => { - :CPU0belowTmax => { :critical => "10:" }, - :CPU1belowTmax => { :critical => "10:" } - }, - :sensors_fan => { - :contacts => "null" - }, - :sensors_temp => { - :contacts => "null" - }, - :sensors_volt => { - :contacts => "null", - :volt10 => { - :warning => "3.11:3.50", - :critical => "2.98:3.63" - } - } - } - }, :devices => { :osdsk => { :comment => "First os disk", @@ -48,22 +27,23 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "eth0.2801", :role => :internal, :family => :inet, :address => "10.0.0.14" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth0.2800", :role => :external, :family => :inet, - :address => "128.40.45.196" + :address => "193.60.236.13" } } } -); +) run_list( - "role[ucl-wolfson]", + "role[ucl]", + "role[tyan-s7010]", "role[dev]" )