X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6868ddaf61adce2fbd6e366c1fee5b4dcb704b5e..e5e8a7d6eeec063b5f673b87a4305a358f7fd841:/roles/poldi.rb diff --git a/roles/poldi.rb b/roles/poldi.rb index e9961cafa..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", @@ -82,6 +82,18 @@ default_attributes( :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", } } )