X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..24bda5b91ff2677a586d2c8c16e0e44eafaa37bc:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index fa96196f5..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, @@ -19,6 +28,9 @@ default_attributes( run_list( "role[crm]", + "role[elasticsearch]", "recipe[foundation::wiki]", - "recipe[foundation::board]" + "recipe[foundation::board]", + "recipe[foundation::dwg]", + "recipe[foundation::owg]" )