X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/393234621b0893f21d76955eddb1ed13ba92b356..e5e8a7d6eeec063b5f673b87a4305a358f7fd841:/roles/poldi.rb diff --git a/roles/poldi.rb b/roles/poldi.rb index cc705c213..9e32e6318 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -64,7 +64,7 @@ default_attributes( } }, :nominatim => { - :enabled => false, + :enabled => true, :flatnode_file => "/ssd-old/nominatim/nodes.store", :database => { :cluster => "9.3/main", @@ -73,13 +73,27 @@ default_attributes( }, :fpm_pools => { :www => { + :port => "8000", :pm => "dynamic", :max_children => "60" }, :bulk => { + :port => "8001", :pm => "static", :max_children => "10" } + }, + :tablespaces => { + "Osm2pgsql_Data" => "aux", + "Osm2pgsql_Index" => "data", + "Place_Data" => "ssd2", + "Place_Index" => "ssd1", + "Address_Data" => "ssd2", + "Address_Index" => "ssd1", + "Search_Data" => "ssd1", + "Search_Index" => "ssd1", + "Aux_Data" => "aux", + "Aux_Index" => "aux", } } )