]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-05.rb
Reduce maximum multixact age for promscale
[chef.git] / roles / thorn-05.rb
index 7d0db0e250df50d4b853f733dcd0638bf0ff05b2..b628591111bf2a7b6476cbed41af18adaa1594f2 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.42",
         :bond => {
-          :slaves => %w[em1 em2]
+          :slaves => %w[enp3s0f0 enp3s0f1]
         }
       }
     }
@@ -18,6 +18,5 @@ default_attributes(
 )
 
 run_list(
-  "role[bytemark]",
-  "role[web-backend]"
+  "role[bytemark]"
 )