X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/664be70c80555f4efb20bdb6a838fa9215d8a727..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/horntail.rb diff --git a/roles/horntail.rb b/roles/horntail.rb index 8d1742da1..a4073e988 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -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]" )