]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Revert "redicrect further nominatim traffic to dulcy"
[chef.git] / roles / ironbelly.rb
index 85ba5e60d09ca18f619053c8aa7f6d448a38218c..50e22907cf4073d76f8b1796e7b8e0d25e7af98c 100644 (file)
@@ -5,9 +5,21 @@ default_attributes(
   :apt => {
     :sources => ["ubuntugis-unstable"]
   },
-  :chef => {
-    :client => {
-      :version => "12.1.2-1"
+  :elasticsearch => {
+    :cluster => {
+      :routing => {
+        :allocation => {
+          :disk => {
+            :watermark => {
+              :low => "95%",
+              :high => "98%"
+            }
+          }
+        }
+      }
+    },
+    :path => {
+      :data => "/store/elasticsearch"
     }
   },
   :git => {
@@ -102,8 +114,10 @@ run_list(
   "role[stats]",
   "role[planet]",
   "role[planetdump]",
+  "role[logstash]",
   "recipe[rsyncd]",
   "recipe[openvpn]",
   "recipe[git::server]",
-  "recipe[tilelog]"
+  "recipe[tilelog]",
+  "recipe[serverinfo]"
 )