X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bec8a1588a49ec4b4d4851b89851623a0438b1a0..f0a0c1a75ad05855a0ee99f9a31fa70d9717ea76:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index b22021f47..70c90a0ca 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -5,16 +5,16 @@ 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" } } }, @@ -26,11 +26,13 @@ default_attributes( :work_mem => "160MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", - :effective_cache_size => "60GB" + :effective_cache_size => "60GB", + :fsync => "off" } } }, :nominatim => { + :state => "standalone", :dbadmins => %w(lonvia tomh), :dbcluster => "9.5/main", :flatnode_file => "/ssd/nominatim/nodes.store", @@ -45,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]", + "role[nominatim]" )