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