]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Remove nominatim role from pummelzacken
[chef.git] / roles / pummelzacken.rb
index c6e7d9f582b9a19c283f655257ba24914d503c14..506aa4ec003e34e68fd9f70fca01c18cca04bb8b 100644 (file)
@@ -19,6 +19,7 @@ default_attributes(
     }
   },
   :postgresql => {
+    :versions => ["9.3"],
     :settings => {
       :defaults => {
         :listen_addresses => "10.0.0.20",
@@ -36,20 +37,7 @@ 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 => {
-      :reverse => "poldi.openstreetmap.org"
     }
   },
   :hardware => {
@@ -63,6 +51,5 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wolfson]",
-  "role[nominatim-master]"
+  "role[ucl-wolfson]"
 )