]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Update elasticsearch to 2.x on ridley
[chef.git] / roles / foundation.rb
index 031611775e13b6f887daeac921f4b26b4f36aa79..22f8dc3eb0f52ee170fc21cf9254b6a0168bdb7e 100644 (file)
@@ -8,7 +8,16 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => ["passenger"]
+    :sources => ["passenger", "brightbox-ruby-ng"]
+  },
+  :elasticsearch => {
+    :version => "2.x",
+    :cluster => {
+      :name => "foundation"
+    },
+    :script => {
+      :disable_dynamic => false
+    }
   },
   :memcached => {
     :memory_limit => 400,
@@ -21,5 +30,7 @@ run_list(
   "role[crm]",
   "role[elasticsearch]",
   "recipe[foundation::wiki]",
-  "recipe[foundation::board]"
+  "recipe[foundation::board]",
+  "recipe[foundation::dwg]",
+  "recipe[foundation::owg]"
 )