X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/86d35f661934c33b483b07018d1b9c1a063ccbfc..237631e34f8bf03cef94d0a1571657b0061cf0bc:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 74878b253..9fc103d9e 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -19,6 +19,7 @@ default_attributes( } }, :postgresql => { + :versions => ["9.5"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -30,38 +31,27 @@ default_attributes( } }, :nominatim => { + :state => "standalone", + :dbadmins => %w(lonvia tomh), + :dbcluster => "9.5/main", :flatnode_file => "/ssd/nominatim/nodes.store", - :database => { - :cluster => "9.3/main", - :dbname => "nominatim", - :postgis => "2.1" + :tablespaces => { + "dosm" => "/ssd/tablespaces/dosm", + "iosm" => "/ssd/tablespaces/iosm", + "dplace" => "/ssd/tablespaces/dplace", + "iplace" => "/ssd/tablespaces/iplace", + "daddress" => "/ssd/tablespaces/daddress", + "iaddress" => "/ssd/tablespaces/iaddress", + "dsearch" => "/ssd/tablespaces/dsearch", + "isearch" => "/ssd/tablespaces/isearch", + "daux" => "/data/tablespaces/daux", + "iaux" => "/data/tablespaces/iaux" }, - :fpm_pools => { - :www => { - :port => "8000", - :pm => "dynamic", - :max_children => "60" - }, - :bulk => { - :port => "8001", - :pm => "static", - :max_children => "10" - } - }, - :redirects => { - } - }, - :hardware => { - :grub => { - # lock kernel to 3.16.0-46 due to some issue with igb driver - # see https://github.com/openstreetmap/operations/issues/45 - # for more information. - :kernel => "3.16.0-46" - } + :revision => "cmake-port" } ) run_list( "role[ucl-wolfson]", - "role[nominatim-standalone]" + "role[nominatim-base]" )