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