X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3df3f8f856b91864d48ad2be08a0d4bd8cdab300..a1bf7d721cd3508668313c1279851937d93e3791:/roles/longma.rb?ds=sidebyside diff --git a/roles/longma.rb b/roles/longma.rb index ced4e927d..e4b3ebc55 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -14,7 +14,7 @@ default_attributes( :mode => "802.3ad", :lacprate => "fast", :xmithashpolicy => "layer3+4", - :slaves => %w[enp68s0f0 enp68s0f1 enp68s0f2 enp68s0f3] + :slaves => %w[enp68s0f0np0 enp68s0f1np1 enp68s0f2np2 enp68s0f3np3] } }, :external => { @@ -30,7 +30,7 @@ default_attributes( } }, :postgresql => { - :versions => ["16"], + :versions => ["17"], :settings => { :defaults => { :max_connections => "550", @@ -40,23 +40,11 @@ default_attributes( } }, :nominatim => { - :state => "standalone", - :dbcluster => "16/main", - :postgis => "3", + :dbcluster => "17/main", :enable_qa_tiles => true, - :flatnode_file => "/ssd/nominatim/nodes.store", - :logdir => "/ssd/nominatim/log", - :api_flavour => "python", + :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store", :api_workers => 24, - :api_pool_size => 10, - :fpm_pools => { - "nominatim.openstreetmap.org" => { - :max_children => 200 - } - }, - :config => { - :forward_dependencies => "yes" - } + :api_pool_size => 10 } )