X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b9222d3e2b8690ccddd9311bf93a2c3596b08ebc..e02a48d0169202684271b53f818b87796e3f2e6a:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index eb433208a..e3003ed47 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -19,10 +19,10 @@ default_attributes( } }, :postgresql => { + :versions => ["9.5"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", - :shared_buffers => "10GB", :work_mem => "160MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", @@ -37,33 +37,12 @@ default_attributes( :dbname => "nominatim", :postgis => "2.1" }, - :fpm_pools => { - :www => { - :port => "8000", - :pm => "dynamic", - :max_children => "60" - }, - :bulk => { - :port => "8001", - :pm => "static", - :max_children => "10" - } - }, :redirects => { - :reverse => "dulcy.openstreetmap.org" - } - }, - :hardware => { - :grub => { - # lock kernel to 3.16.0-46 due to some issue with igb driver - # see https://github.com/openstreetmap/operations/issues/45 - # for more information. - :kernel => "3.16.0-46" } } ) run_list( "role[ucl-wolfson]", - "role[nominatim-master]" + "role[nominatim]" )