]> git.openstreetmap.org Git - chef.git/blobdiff - roles/norbert.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / norbert.rb
index 3cfe2ba370704f868752244d55002d6182e31c51..9fe581a977ca314c9ee3291e52da87e378aca854 100644 (file)
@@ -10,6 +10,9 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.17",
         :bond => {
+          :mode => "802.3ad",
+          :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
           :slaves => %w[enp25s0f0 enp25s0f1]
         }
       },
@@ -32,5 +35,6 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
+  "role[geodns]",
   "role[planet]"
 )