X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/361fe7b2d59cd38452162f1c66f961f9f71ec377..86d35f661934c33b483b07018d1b9c1a063ccbfc:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 495f2a612..74878b253 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -21,7 +21,7 @@ default_attributes( :postgresql => { :settings => { :defaults => { - :shared_buffers => "10GB", + :listen_addresses => "10.0.0.20", :work_mem => "160MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", @@ -30,7 +30,6 @@ default_attributes( } }, :nominatim => { - :enabled => true, :flatnode_file => "/ssd/nominatim/nodes.store", :database => { :cluster => "9.3/main", @@ -48,11 +47,21 @@ default_attributes( :pm => "static", :max_children => "10" } + }, + :redirects => { + } + }, + :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-standalone]" )