X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e683209e4f70c3ef4c859ebcd287544174cd760a..b63bdc407c3b2ea35c0574ccf6fc10f78bb9f26d:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 1caa61018..c57441b11 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -10,6 +10,11 @@ default_attributes( } }, :hardware => { + :hwmon => { + "platform_it87_552" => { + :ignore => %w[in6] + } + }, :mcelog => { :enabled => false }, @@ -21,6 +26,7 @@ default_attributes( override_attributes( :networking => { + :dnssec => "false", :interfaces => { :external_ipv4 => { :interface => "eth0", @@ -39,7 +45,8 @@ override_attributes( :gateway => "fe80::1" } }, - :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"] + :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"], + :private_address => "10.0.16.100" } ) @@ -47,9 +54,5 @@ run_list( "role[bytemark]", "role[mail]", "role[lists]", - "role[subversion]", - "role[trac]", - "role[osqa]", - "role[irc]", - "recipe[blogs]" + "role[osqa]" )