]> git.openstreetmap.org Git - chef.git/blobdiff - roles/vhagar.rb
Stop rails queue runners in readonly and offline modes
[chef.git] / roles / vhagar.rb
index 3beb57764cce8240fbcf22c81f1e7813011fc3ca..cc431679af373330f7a3229225fe2f3482a86ca5 100644 (file)
@@ -29,9 +29,19 @@ 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
+      }
+    }
   }
 )
 
 run_list(
-  "role[equinix-ams]"
+  "role[equinix-ams]",
+  "role[nominatim]"
 )