]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
move nominatim tablespace configuration to server roles
[chef.git] / roles / poldi.rb
index cc705c2131e9d9a077a65cd73304777be3439af9..cc6a278e49e4af554f0a09a343ca7729c77cbb35 100644 (file)
@@ -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",
     }
   }
 )