From cf2d47e26dc85d5774f8b33d09bc3add46e2079c Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 23 Aug 2025 16:06:07 +0100 Subject: [PATCH] Update culebre NIC interface names --- roles/culebre.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/culebre.rb b/roles/culebre.rb index 8f266566a..1faf11de5 100644 --- a/roles/culebre.rb +++ b/roles/culebre.rb @@ -9,7 +9,7 @@ default_attributes( :address => "10.0.64.9" }, :bond => { - :slaves => %w[enp68s0f0 enp68s0f1 enp68s0f2 enp68s0f3] + :slaves => %w[enp68s0f0np0 enp68s0f1np1 enp68s0f2np2 enp68s0f3np3] } }, :henet => { -- 2.39.5