]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Add operations.osmfoundation.org site to ridley
[chef.git] / roles / foundation.rb
index 031611775e13b6f887daeac921f4b26b4f36aa79..06c38c419ce01491df29b1d072f60ec11c3b609e 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,
@@ -21,5 +29,7 @@ run_list(
   "role[crm]",
   "role[elasticsearch]",
   "recipe[foundation::wiki]",
-  "recipe[foundation::board]"
+  "recipe[foundation::board]",
+  "recipe[foundation::dwg]",
+  "recipe[foundation::owg]"
 )