X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4c35cca55478f6c0f76b2620a8beb22e18fb2278..1facaf1dc96ab5b42492334c3170e1232b2f847d:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index e02b7d3e2..06c38c419 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -8,7 +8,15 @@ default_attributes( :keepalive => false }, :apt => { - :sources => [ "brightbox" ] + :sources => ["passenger"] + }, + :elasticsearch => { + :cluster => { + :name => "foundation" + }, + :script => { + :disable_dynamic => false + } }, :memcached => { :memory_limit => 400, @@ -18,5 +26,10 @@ default_attributes( ) run_list( - "role[crm]" + "role[crm]", + "role[elasticsearch]", + "recipe[foundation::wiki]", + "recipe[foundation::board]", + "recipe[foundation::dwg]", + "recipe[foundation::owg]" )