]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
disable db replication between pummelzacken and poldi
[chef.git] / roles / pummelzacken.rb
index 495f2a612e64daf5f84462aa6b17dd3a5b5da7da..74878b2533a2a0b8856ed5822e9d73382035d4ea 100644 (file)
@@ -21,7 +21,7 @@ default_attributes(
   :postgresql => {
     :settings => {
       :defaults => {
-        :shared_buffers => "10GB",
+        :listen_addresses => "10.0.0.20",
         :work_mem => "160MB",
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
@@ -30,7 +30,6 @@ default_attributes(
     }
   },
   :nominatim => {
-    :enabled => true,
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :database => {
       :cluster => "9.3/main",
@@ -48,11 +47,21 @@ default_attributes(
         :pm => "static",
         :max_children => "10"
       }
+    },
+    :redirects => {
+    }
+  },
+  :hardware => {
+    :grub => {
+      # lock kernel to 3.16.0-46 due to some issue with igb driver
+      # see https://github.com/openstreetmap/operations/issues/45
+      # for more information.
+      :kernel => "3.16.0-46"
     }
   }
 )
 
 run_list(
   "role[ucl-wolfson]",
-  "role[nominatim-master]"
+  "role[nominatim-standalone]"
 )