]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / dulcy.rb
index c6f34b1cbb075305bd881b365fb7fa0015e85c4c..7fb9edefcf5ee501ca7ba641d9449ad3796fa041 100644 (file)
@@ -10,6 +10,9 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.9",
         :bond => {
+          :mode => "802.3ad",
+          :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
           :slaves => %w[ens18f0 ens18f1]
         }
       },
@@ -32,13 +35,13 @@ default_attributes(
     :settings => {
       :defaults => {
         :work_mem => "240MB",
-        :fsync => "off",
+        :fsync => "on",
         :effective_io_concurrency => "500"
       }
     }
   },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
     :dbcluster => "14/main",
     :postgis => "3",
     :flatnode_file => "/ssd/nominatim/nodes.store",
@@ -48,5 +51,5 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
-  "role[nominatim-v4]"
+  "role[nominatim]"
 )