]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
disable nominatim cron jobs on poldi
[chef.git] / roles / poldi.rb
index e9961cafa699aa8147a686e69ebb1d5ac5ed4c1a..cc6a278e49e4af554f0a09a343ca7729c77cbb35 100644 (file)
@@ -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",
     }
   }
 )