]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tabaluga.rb
wiki: Use elasticsearch 7.x
[chef.git] / roles / tabaluga.rb
index 191c92d3e0a1d93c0a6129a2764720ba444c96cf..2fde5ad8e2a1cd216e3f39747f7067e87e0b2077 100644 (file)
@@ -14,6 +14,9 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.14",
         :bond => {
+          :mode => "802.3ad",
+          :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
           :slaves => %w[eno1 eno2]
         }
       },
@@ -36,6 +39,5 @@ default_attributes(
 run_list(
   "role[equinix-ams]",
   "role[hp-g9]",
-  "role[wiki]",
   "recipe[dhcpd]"
 )