X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/05dc3656cc318d5f690b2b7812af355d3ccaa2d1..a4e98a39669d82fc53a3d7f3fcc65689c05cc6cd:/roles/gorynych.rb diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 984b2aa75..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" } } }, @@ -28,7 +38,15 @@ default_attributes( :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" }, :tilecache => { - :tile_parent => "moscow.render.openstreetmap.org" + :tile_parent => "moscow.render.openstreetmap.org", + :tile_siblings => [ + "trogdor.openstreetmap.org", + "fume.openstreetmap.org", + "katie.openstreetmap.org", + "konqi.openstreetmap.org", + "nepomuk.openstreetmap.org", + "ridgeback.openstreetmap.org" + ] } )