]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
nominatim: add separate fpm-pool for details
[chef.git] / roles / pummelzacken.rb
index 73e486518232f9eb101f52d60d67a44e4ac7ad6b..e1b21e67d7203a0e4ecbcbc0a5e027ea703017cf 100644 (file)
@@ -19,6 +19,7 @@ default_attributes(
     }
   },
   :postgresql => {
+    :versions => ["9.3"],
     :settings => {
       :defaults => {
         :listen_addresses => "10.0.0.20",
@@ -36,18 +37,6 @@ default_attributes(
       :dbname => "nominatim",
       :postgis => "2.1"
     },
-    :fpm_pools => {
-      :www => {
-        :port => "8000",
-        :pm => "dynamic",
-        :max_children => "60"
-      },
-      :bulk => {
-        :port => "8001",
-        :pm => "static",
-        :max_children => "10"
-      }
-    },
     :redirects => {
     }
   },
@@ -63,5 +52,5 @@ default_attributes(
 
 run_list(
   "role[ucl-wolfson]",
-  "role[nominatim-master]"
+  "role[nominatim-standalone]"
 )