]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-04.rb
Enable geodns role on stormfly-04
[chef.git] / roles / stormfly-04.rb
index 6a1caacb15de3379ccbe7b09116520aa77a60534..3a7d1a7c3dba0d748a2540ebacbefe94c604cd41 100644 (file)
@@ -23,7 +23,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["14"],
+    :versions => ["17"],
     :settings => {
       :defaults => {
         :work_mem => "300MB",
@@ -33,19 +33,10 @@ default_attributes(
     }
   },
   :nominatim => {
-    :state => "standalone",
-    :dbcluster => "14/main",
-    :postgis => "3",
-    :flatnode_file => "/ssd/nominatim/nodes.store",
-    :logdir => "/ssd/nominatim/log",
-    :api_flavour => "python",
-    :api_workers => 18,
-    :api_pool_size => 8,
-    :fpm_pools => {
-      "nominatim.openstreetmap.org" => {
-        :max_children => 80
-      }
-    }
+    :dbcluster => "17/main",
+    :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store",
+    :api_workers => 19,
+    :api_pool_size => 7
   }
 )