From 32f0f0ef975a814886142e25acc96f9d0b045457 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 7 Dec 2021 12:05:33 +0000 Subject: [PATCH] Add interface names for longma --- roles/longma.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/longma.rb b/roles/longma.rb index d0c79ee50..402c877ed 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -13,7 +13,7 @@ default_attributes( :mode => "802.3ad", :lacprate => "fast", :xmithashpolicy => "layer3+4", - :slaves => %w[] + :slaves => %w[enp68s0f0 enp68s0f1 enp68s0f2 enp68s0f3] } }, :external_ipv4 => { -- 2.45.1