]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Imagery - fix OSSV layer name
[chef.git] / roles / foundation.rb
index fa96196f597d27b1879465ab01c45265f3cbc9ce..52c38f765ea09cb24324856678bf08b19a93f078 100644 (file)
@@ -10,6 +10,14 @@ default_attributes(
   :apt => {
     :sources => ["passenger"]
   },
+  :elasticsearch => {
+    :cluster => {
+      :name => "foundation"
+    },
+    :script => {
+      :disable_dynamic => false
+    }
+  },
   :memcached => {
     :memory_limit => 400,
     :chunk_growth_factor => 1.05,
@@ -19,6 +27,7 @@ default_attributes(
 
 run_list(
   "role[crm]",
+  "role[elasticsearch]",
   "recipe[foundation::wiki]",
   "recipe[foundation::board]"
 )