X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b731350aa2c7f06d66130568bef41d6fa91bbe2c..b3ee7b1035952ca54061e6cc5c058805101b4cce:/roles/katie.rb diff --git a/roles/katie.rb b/roles/katie.rb index 56af801fd..bf69a2c19 100644 --- a/roles/katie.rb +++ b/roles/katie.rb @@ -2,6 +2,17 @@ name "katie" description "Master role applied to katie" default_attributes( + :devices => { + :disktune => { + :comment => "Tune scheduler for Toshiba disks", + :type => "block", + :bus => "ata", + :serial => "TOSHIBA_DT01ACA300_*", + :attrs => { + "queue/scheduler" => "deadline" + } + } + }, :networking => { :interfaces => { :external_ipv4 => { @@ -33,7 +44,6 @@ default_attributes( "trogdor.openstreetmap.org", "nepomuk.openstreetmap.org", "ridgeback.openstreetmap.org", - "fume.openstreetmap.org", "gorynych.openstreetmap.org", "simurgh.openstreetmap.org" ] @@ -42,5 +52,6 @@ default_attributes( run_list( "role[hetzner]", + "role[geodns]", "role[tilecache]" )