X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3a4d52bd4c0f8e6ae7679145846b7bc7845d8ace..dc33986459e6bdf052443bec0640e5f6b8520fce:/roles/katie.rb diff --git a/roles/katie.rb b/roles/katie.rb index 1cd4ece16..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 => { @@ -29,12 +40,10 @@ default_attributes( :tilecache => { :tile_parent => "germany.render.openstreetmap.org", :tile_siblings => [ - "tabaluga.openstreetmap.org", "konqi.openstreetmap.org", "trogdor.openstreetmap.org", "nepomuk.openstreetmap.org", "ridgeback.openstreetmap.org", - "fume.openstreetmap.org", "gorynych.openstreetmap.org", "simurgh.openstreetmap.org" ] @@ -43,5 +52,6 @@ default_attributes( run_list( "role[hetzner]", + "role[geodns]", "role[tilecache]" )