From: Tom Hughes Date: Thu, 22 Oct 2020 18:40:31 +0000 (+0100) Subject: Update interface names for thorn-04 and thorn-05 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5707d24473a454af031c5b8a53c18f30b8c6937f Update interface names for thorn-04 and thorn-05 --- diff --git a/roles/thorn-04.rb b/roles/thorn-04.rb index 74e31f7da..baf14f7f8 100644 --- a/roles/thorn-04.rb +++ b/roles/thorn-04.rb @@ -10,7 +10,7 @@ default_attributes( :family => :inet, :address => "10.0.32.41", :bond => { - :slaves => %w[em1 em2] + :slaves => %w[enp3s0f0 enp3s0f1] } } } diff --git a/roles/thorn-05.rb b/roles/thorn-05.rb index 87a5acdb1..b62859111 100644 --- a/roles/thorn-05.rb +++ b/roles/thorn-05.rb @@ -10,7 +10,7 @@ default_attributes( :family => :inet, :address => "10.0.32.42", :bond => { - :slaves => %w[em1 em2] + :slaves => %w[enp3s0f0 enp3s0f1] } } }