From 2391778fabfc9e50cef662975c0205bcf0b25a78 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 31 May 2024 20:27:34 +0100 Subject: [PATCH] ironbelly: update interface names --- roles/ironbelly.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 2730a8fb3..70ae3b14e 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -36,7 +36,7 @@ default_attributes( :mode => "802.3ad", :lacprate => "fast", :xmithashpolicy => "layer3+4", - :slaves => %w[eth0 eth1] + :slaves => %w[enp2s0f0 enp2s0f1] } }, :external => { -- 2.39.5