X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aca8c4a423f9c883abbafe30c02f0f7272ace6b9..350ff52ca1e437d18691c464476f528c13231bc5:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index d8992dd75..59853cc0d 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -5,13 +5,13 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "em2.2801", + :interface => "em1.2801", :role => :internal, :family => :inet, :address => "10.0.0.20" }, :external_ipv4 => { - :interface => "em2.2800", + :interface => "em1.2800", :role => :external, :family => :inet, :address => "193.60.236.18" @@ -19,7 +19,7 @@ default_attributes( } }, :postgresql => { - :versions => ["9.5"], + :versions => ["9.6"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -33,8 +33,9 @@ default_attributes( }, :nominatim => { :state => "standalone", - :dbadmins => %w(lonvia tomh), - :dbcluster => "9.5/main", + :dbadmins => %w[lonvia tomh], + :dbcluster => "9.6/main", + :enable_backup => true, :flatnode_file => "/ssd/nominatim/nodes.store", :tablespaces => { "dosm" => "/ssd/tablespaces/dosm", @@ -52,6 +53,6 @@ default_attributes( ) run_list( - "role[ucl-slough]", + "role[ucl]", "role[nominatim]" )