From: Sarah Hoffmann Date: Sun, 18 Sep 2016 11:25:19 +0000 (+0200) Subject: switch pummelzacken to new nominatim version X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e8c16eea4f5dca742180060e9ade71aacb3ef341?hp=e02a48d0169202684271b53f818b87796e3f2e6a switch pummelzacken to new nominatim version --- diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index e3003ed47..b15c5f013 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -31,18 +31,26 @@ default_attributes( } }, :nominatim => { + :dbadmins => ["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" }, - :redirects => { - } + :revision => "cmake-port" } ) run_list( "role[ucl-wolfson]", - "role[nominatim]" + "role[nominatim-base]" )