X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/706faef198842557ca8a07970380fd753e29e8fc..b48a593c1d23cf965eb42c6993cba78850dcf9f2:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 76d2df642..e431a6645 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -5,21 +5,21 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "em1", + :interface => "em1.2801", :role => :internal, :family => :inet, :address => "10.0.0.20" }, :external_ipv4 => { - :interface => "em2", + :interface => "em1.2800", :role => :external, :family => :inet, - :address => "128.40.45.204" + :address => "193.60.236.18" } } }, :postgresql => { - :versions => ["9.5"], + :versions => ["10"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -33,8 +33,10 @@ default_attributes( }, :nominatim => { :state => "standalone", - :dbadmins => %w(lonvia tomh), - :dbcluster => "9.5/main", + :dbadmins => %w[lonvia tomh], + :dbcluster => "10/main", + :postgis => "2.4", + :enable_backup => true, :flatnode_file => "/ssd/nominatim/nodes.store", :tablespaces => { "dosm" => "/ssd/tablespaces/dosm", @@ -48,11 +50,15 @@ default_attributes( "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" }, - :revision => "cmake-port" + :fpm_pools => { + :www => { + :max_children => "40" + } + } } ) run_list( - "role[ucl-wolfson]", + "role[ucl]", "role[nominatim]" )