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