X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/237631e34f8bf03cef94d0a1571657b0061cf0bc..5f273f1b91609cb4b5d1c1cfbd145b8f0e494202:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 9fc103d9e..79018449d 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -11,10 +11,10 @@ default_attributes( :address => "10.0.0.20" }, :external_ipv4 => { - :interface => "em2", + :interface => "em2.2800", :role => :external, :family => :inet, - :address => "128.40.45.204" + :address => "193.60.236.18" } } }, @@ -26,7 +26,8 @@ default_attributes( :work_mem => "160MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", - :effective_cache_size => "60GB" + :effective_cache_size => "60GB", + :fsync => "on" } } }, @@ -46,12 +47,11 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" - }, - :revision => "cmake-port" + } } ) run_list( - "role[ucl-wolfson]", - "role[nominatim-base]" + "role[ucl-slough]", + "role[nominatim]" )