]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-05.rb
Reduce maximum multixact age for promscale
[chef.git] / roles / thorn-05.rb
index f90a4298a192a273f00a12ea13519adcd005937d..b628591111bf2a7b6476cbed41af18adaa1594f2 100644 (file)
@@ -10,23 +10,13 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.42",
         :bond => {
-          :slaves => %w(eth0 eth1)
+          :slaves => %w[enp3s0f0 enp3s0f1]
         }
       }
     }
-  },
-  :sysctl => {
-    :ipv6_autoconf => {
-      :comment => "Disable IPv6 auto-configuration on internal interface",
-      :parameters => {
-        "net.ipv6.conf.bond0.autoconf" => "0",
-        "net.ipv6.conf.bond0.accept_ra" => "0"
-      }
-    }
   }
 )
 
 run_list(
-  "role[bm]",
-  "role[web-backend]"
+  "role[bytemark]"
 )