X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cf6ffe7eb9032fa7b5295296b6303ce35036a620..05859ea31a555486923e3c0d332637cff582c5c7:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index 2add69e2e..338d1ab4c 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -8,7 +8,15 @@ default_attributes( :keepalive => false }, :apt => { - :sources => [ "passenger" ] + :sources => ["passenger", "brightbox-ruby-ng"] + }, + :elasticsearch => { + :cluster => { + :name => "foundation" + }, + :script => { + :disable_dynamic => false + } }, :memcached => { :memory_limit => 400, @@ -19,5 +27,9 @@ default_attributes( run_list( "role[crm]", - "recipe[foundation::wiki]" + "role[elasticsearch]", + "recipe[foundation::wiki]", + "recipe[foundation::board]", + "recipe[foundation::dwg]", + "recipe[foundation::owg]" )