]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Revert "redicrect further nominatim traffic to dulcy"
[chef.git] / roles / ironbelly.rb
index 21047885f2cf9215c94ad44d4d62422a64c979b7..50e22907cf4073d76f8b1796e7b8e0d25e7af98c 100644 (file)
@@ -3,7 +3,24 @@ description "Master role applied to ironbelly"
 
 default_attributes(
   :apt => {
-    :sources => [ "ubuntugis-unstable" ]
+    :sources => ["ubuntugis-unstable"]
+  },
+  :elasticsearch => {
+    :cluster => {
+      :routing => {
+        :allocation => {
+          :disk => {
+            :watermark => {
+              :low => "95%",
+              :high => "98%"
+            }
+          }
+        }
+      }
+    },
+    :path => {
+      :data => "/store/elasticsearch"
+    }
   },
   :git => {
     :allowed_nodes => "*:*",
@@ -97,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]"
 )