X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/918b2340b4a44045125b50525d432a1e2648eeb2..3f0adbf98daf65d842dc28bf372fba289f6c74ec:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index e79639928..1ce53771f 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -7,6 +7,14 @@ default_attributes( :wiki => { :status => :role } } }, + :elasticsearch => { + :cluster => { + :name => "wiki" + }, + :script => { + :disable_dynamic => false + } + }, :exim => { :trusted_users => ["www-data"], :aliases => { @@ -31,7 +39,7 @@ default_attributes( :timeout => 30, :event => { :server_limit => 32, - :max_clients => 800, + :max_request_workers => 800, :threads_per_child => 50, :max_requests_per_child => 10000 } @@ -39,5 +47,6 @@ default_attributes( ) run_list( + "role[elasticsearch]", "recipe[wiki]" )