]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: prepare stormfly for reimport
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Jul 2022 09:03:08 +0000 (11:03 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Jul 2022 09:04:22 +0000 (11:04 +0200)
roles/stormfly-04.rb

index b59bf690e9121c78f2cd251d267bf4ebfba4ff1c..13150a95004acf865f8db818997727260834552a 100644 (file)
@@ -29,14 +29,13 @@ default_attributes(
     :settings => {
       :defaults => {
         :work_mem => "300MB",
-        :fsync => "on",
+        :fsync => "off",
         :effective_io_concurrency => "100"
       }
     }
   },
   :nominatim => {
-    :state => "standalone",
-    :enable_qa_tiles => true,
+    :state => "off",
     :dbcluster => "14/main",
     :postgis => "3",
     :flatnode_file => "/ssd/nominatim/nodes.store",
@@ -53,5 +52,5 @@ run_list(
   "role[osuosl]",
   "role[hp-g9]",
   "role[geodns]",
-  "role[nominatim]"
+  "role[nominatim-v4]"
 )