X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/793b0ddf8dbbb5a1f6c5014f0fd548c933fb2666..3a4d52bd4c0f8e6ae7679145846b7bc7845d8ace:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index ec99539cd..559cb61da 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -33,22 +33,35 @@ default_attributes( }, :nominatim => { :enabled => true, + :flatnode_file => "/ssd/nominatim/nodes.store", :database => { - :cluster => "9.3/main", - :dbname => "nominatim", - :postgis => "2.1" + :cluster => "9.3/main", + :dbname => "nominatim", + :postgis => "2.1" }, :fpm_pools => { - :www => { - :port => "8000", - :pm => "dynamic", - :max_children => "70" - }, - :bulk => { - :port => "8001", - :pm => "static", - :max_children => "10" - } + :www => { + :port => "8000", + :pm => "dynamic", + :max_children => "70" + }, + :bulk => { + :port => "8001", + :pm => "static", + :max_children => "10" + } + }, + :tablespaces => { + "Osm2pgsql_Data" => "ssd", + "Osm2pgsql_Index" => "ssd", + "Place_Data" => "ssd", + "Place_Index" => "ssd", + "Address_Data" => "ssd", + "Address_Index" => "ssd", + "Search_Data" => "ssd", + "Search_Index" => "ssd", + "Aux_Data" => "data", + "Aux_Index" => "ssd" } } )