]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tabaluga.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / tabaluga.rb
index fa439435a7cb242a8ae80bafe50ecda7b21709f7..8094e63c0d8d880676fda2956deec0bb2bd75ed6 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,5 +39,6 @@ default_attributes(
 run_list(
   "role[equinix-ams]",
   "role[hp-g9]",
+  "role[wiki]",
   "recipe[dhcpd]"
 )