]> git.openstreetmap.org Git - chef.git/commitdiff
Add nominatim role to poldi master
authorGrant Slater <github@firefishy.com>
Wed, 15 Apr 2026 14:16:41 +0000 (16:16 +0200)
committerGrant Slater <github@firefishy.com>
Wed, 15 Apr 2026 14:16:41 +0000 (16:16 +0200)
roles/poldi.rb

index b3de9e6a08bcf7c405cde3d3e7d2101dc14dbf65..507d005df0bc74074720250e248a87a88deea110 100644 (file)
@@ -16,9 +16,19 @@ default_attributes(
         }
       }
     }
+  },
+  :nominatim => {
+    :dbcluster => "17/main",
+    :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store",
+    :api_flavour => "python",
+    :api_workers => {
+      "nominatim" => 22
+    },
+    :api_pool_size => 8
   }
 )
 
 run_list(
-  "role[osuosl]"
+  "role[osuosl]",
+  "role[nominatim]"
 )