]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Switch load to katla temporarily to reboot ramoth
[chef.git] / roles / foundation.rb
index 0dfab7c6bd528c9a4f8f03fed5f490da93a3b94b..4926edeb2e59fbdd990c471fc92f9f5a6613ba30 100644 (file)
@@ -8,7 +8,15 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => [ "passenger" ]
+    :sources => ["passenger"]
+  },
+  :elasticsearch => {
+    :cluster => {
+      :name => "foundation"
+    },
+    :script => {
+      :disable_dynamic => false
+    }
   },
   :memcached => {
     :memory_limit => 400,
@@ -19,6 +27,8 @@ default_attributes(
 
 run_list(
   "role[crm]",
+  "role[elasticsearch]",
   "recipe[foundation::wiki]",
-  "recipe[foundation::board]"
+  "recipe[foundation::board]",
+  "recipe[foundation::dwg]"
 )