X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a92c80c41d88faa20123f2841cc335c37905f638..a9fa15ee42760a1c6073d01547dd8907b202d65b:/roles/foundation.rb?ds=sidebyside diff --git a/roles/foundation.rb b/roles/foundation.rb index 031611775..22f8dc3eb 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -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]" )