]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Revert "redicrect further nominatim traffic to dulcy"
[chef.git] / roles / ironbelly.rb
index 029c54b4038bceb153c536cbb68b0be52ba2ce54..50e22907cf4073d76f8b1796e7b8e0d25e7af98c 100644 (file)
@@ -6,6 +6,18 @@ default_attributes(
     :sources => ["ubuntugis-unstable"]
   },
   :elasticsearch => {
+    :cluster => {
+      :routing => {
+        :allocation => {
+          :disk => {
+            :watermark => {
+              :low => "95%",
+              :high => "98%"
+            }
+          }
+        }
+      }
+    },
     :path => {
       :data => "/store/elasticsearch"
     }
@@ -106,5 +118,6 @@ run_list(
   "recipe[rsyncd]",
   "recipe[openvpn]",
   "recipe[git::server]",
-  "recipe[tilelog]"
+  "recipe[tilelog]",
+  "recipe[serverinfo]"
 )