]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
name template script correctly
[chef.git] / roles / ironbelly.rb
index 4bcb8fb268bf6b9c4ea79b6e5849402932d22c2c..098568265d6a8eac79bc65202b6d0f236cf6bf4d 100644 (file)
@@ -5,6 +5,23 @@ default_attributes(
   :apt => {
     :sources => ["ubuntugis-unstable"]
   },
+  :elasticsearch => {
+    :cluster => {
+      :routing => {
+        :allocation => {
+          :disk => {
+            :watermark => {
+              :low => "95%",
+              :high => "98%"
+            }
+          }
+        }
+      }
+    },
+    :path => {
+      :data => "/store/elasticsearch"
+    }
+  },
   :git => {
     :allowed_nodes => "*:*",
     :user => "chefrepo",
@@ -97,6 +114,7 @@ run_list(
   "role[stats]",
   "role[planet]",
   "role[planetdump]",
+  "role[logstash]",
   "recipe[rsyncd]",
   "recipe[openvpn]",
   "recipe[git::server]",