X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6868ddaf61adce2fbd6e366c1fee5b4dcb704b5e..77e19bb05f5b61db0b75945a7bba3b5f1c72d577:/roles/poldi.rb diff --git a/roles/poldi.rb b/roles/poldi.rb index e9961cafa..cc6a278e4 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -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", } } )