X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/922d5cfa013ae19c8424dc940330659bf6665fd3..1ec15b86db8105fd1ea7fe6f033c6e2e92473350:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index 0dfab7c6b..4926edeb2 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -8,7 +8,15 @@ default_attributes( :keepalive => false }, :apt => { - :sources => [ "passenger" ] + :sources => ["passenger"] + }, + :elasticsearch => { + :cluster => { + :name => "foundation" + }, + :script => { + :disable_dynamic => false + } }, :memcached => { :memory_limit => 400, @@ -19,6 +27,8 @@ default_attributes( run_list( "role[crm]", + "role[elasticsearch]", "recipe[foundation::wiki]", - "recipe[foundation::board]" + "recipe[foundation::board]", + "recipe[foundation::dwg]" )