]> git.openstreetmap.org Git - chef.git/blobdiff - roles/vhagar.rb
configure nominatim on vhagar
[chef.git] / roles / vhagar.rb
index 97620c72a799032e256800a0d42981668078b32b..cc431679af373330f7a3229225fe2f3482a86ca5 100644 (file)
@@ -29,6 +29,15 @@ default_attributes(
         :address => "2001:978:2:2C::172:5"
       }
     }
+  },
+  :nominatim => {
+    :state => "standalone",
+    :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store",
+    :fpm_pools => {
+      "nominatim.openstreetmap.org" => {
+        :max_children => 200
+      }
+    }
   }
 )