]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
move reverse traffic to pummelzacken
[chef.git] / roles / pummelzacken.rb
index cae7b6562ef225a84e988c6463bde8b836febb3f..aa080cde10d8c85dd8a4f91008996a5efd41038e 100644 (file)
@@ -19,20 +19,18 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["9.3"],
     :settings => {
       :defaults => {
+        :listen_addresses => "10.0.0.20",
         :shared_buffers => "10GB",
         :work_mem => "160MB",
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
-        :effective_cache_size => "60GB",
-        :fsync => "on"
+        :effective_cache_size => "60GB"
       }
     }
   },
   :nominatim => {
-    :enabled => true,
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :database => {
       :cluster => "9.3/main",
@@ -43,7 +41,7 @@ default_attributes(
       :www => {
         :port => "8000",
         :pm => "dynamic",
-        :max_children => "70"
+        :max_children => "60"
       },
       :bulk => {
         :port => "8001",
@@ -51,22 +49,12 @@ default_attributes(
         :max_children => "10"
       }
     },
-    :tablespaces => {
-      "Osm2pgsql_Data" => "ssd",
-      "Osm2pgsql_Index" => "ssd",
-      "Place_Data" => "ssd",
-      "Place_Index" => "ssd",
-      "Address_Data" => "ssd",
-      "Address_Index" => "ssd",
-      "Search_Data" => "ssd",
-      "Search_Index" => "ssd",
-      "Aux_Data" => "data",
-      "Aux_Index" => "ssd"
+    :redirects => {
     }
   }
 )
 
 run_list(
   "role[ucl-wolfson]",
-  "role[nominatim]"
+  "role[nominatim-master]"
 )