]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Move logstash data to main storage array
[chef.git] / roles / ironbelly.rb
index 4bcb8fb268bf6b9c4ea79b6e5849402932d22c2c..029c54b4038bceb153c536cbb68b0be52ba2ce54 100644 (file)
@@ -5,6 +5,11 @@ default_attributes(
   :apt => {
     :sources => ["ubuntugis-unstable"]
   },
+  :elasticsearch => {
+    :path => {
+      :data => "/store/elasticsearch"
+    }
+  },
   :git => {
     :allowed_nodes => "*:*",
     :user => "chefrepo",
@@ -97,6 +102,7 @@ run_list(
   "role[stats]",
   "role[planet]",
   "role[planetdump]",
+  "role[logstash]",
   "recipe[rsyncd]",
   "recipe[openvpn]",
   "recipe[git::server]",