X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d29e6aa0b03a30551cbbdadc9354aedd4231929d..0d8aa995f0a0866e8496dc1161fb1b72f2f6800a:/roles/gorynych.rb diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 0b035b182..4bccc2a91 100644 --- a/roles/gorynych.rb +++ b/roles/gorynych.rb @@ -2,6 +2,16 @@ name "gorynych" description "Master role applied to gorynych" default_attributes( + :munin => { + :plugins => { + :smart_sdc => { + :smartctl_exit_status => { :warning => ":8" } + }, + :smart_sdd => { + :smartctl_exit_status => { :warning => ":8" } + } + } + }, :networking => { :interfaces => { :external_ipv4 => { @@ -18,8 +28,8 @@ default_attributes( :md_tune => { :comment => "Tune the md sync performance so as not to kill system performance", :parameters => { - "block/md0/md/sync_speed_min" => "10", - "block/md0/md/sync_speed_max" => "10000" + "block/md0/md/sync_speed_min" => "1", + "block/md0/md/sync_speed_max" => "100000" } } }, @@ -30,9 +40,12 @@ default_attributes( :tilecache => { :tile_parent => "moscow.render.openstreetmap.org", :tile_siblings => [ + "trogdor.openstreetmap.org", + "fume.openstreetmap.org", + "katie.openstreetmap.org", + "konqi.openstreetmap.org", "nepomuk.openstreetmap.org", - "tabaluga.openstreetmap.org", - "fume.openstreetmap.org" + "ridgeback.openstreetmap.org" ] } )