]> git.openstreetmap.org Git - chef.git/blobdiff - roles/horntail.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / horntail.rb
index 8d1742da19a1ba9bb6630616c05ee421dd271f5d..a4073e988190ac722d1b055f5570a381591718af 100644 (file)
@@ -13,7 +13,7 @@ default_attributes(
           :mode => "802.3ad",
           :lacprate => "fast",
           :xmithashpolicy => "layer3+4",
-          :slaves => %w[eno1 eno2 eno3 eno4]
+          :slaves => %w[enp25s0f0 enp25s0f1]
         }
       },
       :external_ipv4 => {
@@ -33,5 +33,7 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-dub]"
+  "role[equinix-dub]",
+  "role[geodns]",
+  "role[planet]"
 )