X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d4c71a0180b19a1ac263b21424eed15a14a568c7..10c95ba734fb2775488bfece03abc0c58badad81:/roles/shenron.rb?ds=inline diff --git a/roles/shenron.rb b/roles/shenron.rb index ebc507d1f..56e2a3ed3 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -10,8 +10,10 @@ default_attributes( } }, :hardware => { - :mcelog => { - :enabled => false + :hwmon => { + "platform_it87_552" => { + :ignore => %w[in6] + } }, :modules => [ "it87" @@ -21,6 +23,7 @@ default_attributes( override_attributes( :networking => { + :dnssec => "false", :interfaces => { :external_ipv4 => { :interface => "eth0", @@ -38,18 +41,12 @@ override_attributes( :prefix => "64", :gateway => "fe80::1" } - }, - :private_address => "10.0.16.100" + } } ) run_list( "role[bytemark]", - "role[mail]", "role[lists]", - "role[subversion]", - "role[trac]", - "role[osqa]", - "role[irc]", - "recipe[blogs]" + "role[osqa]" )