X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6872fc3e4707aa5e59eac2b5266b2ee5ebd43ed6..393234621b0893f21d76955eddb1ed13ba92b356:/roles/poldi.rb diff --git a/roles/poldi.rb b/roles/poldi.rb index 77626ed38..cc705c213 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -29,7 +29,7 @@ default_attributes( :md_tune => { :comment => "Tune the md sync performance so as not to kill system performance", :parameters => { - "block/md0/md/sync_speed_min" => "100", + "block/md0/md/sync_speed_min" => "1", "block/md0/md/sync_speed_max" => "100000" } } @@ -46,54 +46,46 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.106" + :address => "128.40.45.203" } } }, :postgresql => { - :versions => [ "9.1" ], + :versions => [ "9.3" ], :settings => { :defaults => { - :shared_buffers => "24GB", + :shared_buffers => "10GB", :work_mem => "160MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", - :effective_cache_size => "48GB" + :effective_cache_size => "48GB", + :fsync => "on" } } }, :nominatim => { + :enabled => false, + :flatnode_file => "/ssd-old/nominatim/nodes.store", :database => { - :cluster => "9.1/main", + :cluster => "9.3/main", :dbname => "nominatim", - :postgis => "2.0" + :postgis => "2.1" }, :fpm_pools => { :www => { :pm => "dynamic", - :max_children => "70" + :max_children => "60" }, :bulk => { :pm => "static", :max_children => "10" } } - }, - :munin => { - :plugins => { - :sensors_volt => { - :volt6 => { - :warning => "2.992:3.536" - }, - :volt10 => { - :warning => "2.71:3.29" - } - } - } } ) run_list( - "role[ucl-internal]", + "role[ucl-wolfson]", + "role[tyan-s7010]", "role[nominatim]" )