X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c01b94c6cf983f79e0919ea4fc7a7f103d03864..81bbf6341bc623265e5d4e6d26cb595ce4808848:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index ce00c01c4..56e2a3ed3 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -9,33 +9,21 @@ default_attributes( :max_spare_threads => 150 } }, - :apt => { - :sources => ["brightbox-ruby-ng"] - }, :hardware => { - :mcelog => { - :enabled => false + :hwmon => { + "platform_it87_552" => { + :ignore => %w[in6] + } }, :modules => [ "it87" ] - }, - :openvpn => { - :address => "10.0.16.3", - :tunnels => { - :shenron2ucl => { - :port => "1194", - :mode => "server", - :peer => { - :host => "ridley.openstreetmap.org" - } - } - } } ) override_attributes( :networking => { + :dnssec => "false", :interfaces => { :external_ipv4 => { :interface => "eth0", @@ -59,12 +47,6 @@ override_attributes( run_list( "role[bytemark]", - "role[mail]", "role[lists]", - "role[subversion]", - "role[trac]", - "role[osqa]", - "role[irc]", - "recipe[blogs]", - "recipe[openvpn]" + "role[osqa]" )