]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Enable brightbox-ruby-ng on ridley
[chef.git] / roles / foundation.rb
index fa96196f597d27b1879465ab01c45265f3cbc9ce..338d1ab4cbd5174992fdab88c55701e617929481 100644 (file)
@@ -8,7 +8,15 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => ["passenger"]
+    :sources => ["passenger", "brightbox-ruby-ng"]
+  },
+  :elasticsearch => {
+    :cluster => {
+      :name => "foundation"
+    },
+    :script => {
+      :disable_dynamic => false
+    }
   },
   :memcached => {
     :memory_limit => 400,
@@ -19,6 +27,9 @@ default_attributes(
 
 run_list(
   "role[crm]",
+  "role[elasticsearch]",
   "recipe[foundation::wiki]",
-  "recipe[foundation::board]"
+  "recipe[foundation::board]",
+  "recipe[foundation::dwg]",
+  "recipe[foundation::owg]"
 )