X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5c47d954b6d631cba545ba5793c11c1cc90e37ce..f0a0c1a75ad05855a0ee99f9a31fa70d9717ea76:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 5bbe24d81..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" } } }, @@ -27,7 +27,7 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "on" + :fsync => "off" } } }, @@ -47,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]" )