X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/04e94420600411b12cb99221714da36aae5634bf..6107c4da253a8728877015f9d0306ee5a04abf6a:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index df54c29ec..e6aeb8c3a 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -31,7 +31,6 @@ default_attributes( } }, :nominatim => { - :enabled => true, :flatnode_file => "/ssd/nominatim/nodes.store", :database => { :cluster => "9.3/main", @@ -51,7 +50,14 @@ default_attributes( } }, :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" } } )