From 7a89bfcebf279dba65a0b11d6f72277e1c467e2c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 21 Mar 2023 08:45:30 +0000 Subject: [PATCH] Switch machines in Dublin to use systemd-networkd --- roles/equinix-dub.rb | 1 + roles/horntail.rb | 1 - roles/naga.rb | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/equinix-dub.rb b/roles/equinix-dub.rb index c4f30e2ff..fde95a21a 100644 --- a/roles/equinix-dub.rb +++ b/roles/equinix-dub.rb @@ -12,6 +12,7 @@ default_attributes( } }, :networking => { + :engine => "systemd-networkd", :roles => { :internal => { :inet => { diff --git a/roles/horntail.rb b/roles/horntail.rb index 65b0ccd48..afaf9460d 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -3,7 +3,6 @@ description "Master role applied to horntail" default_attributes( :networking => { - :engine => "systemd-networkd", :interfaces => { :internal => { :interface => "bond0", diff --git a/roles/naga.rb b/roles/naga.rb index 1fba0b69d..ab310808a 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -3,7 +3,6 @@ description "Master role applied to naga" default_attributes( :networking => { - :engine => "systemd-networkd", :interfaces => { :internal => { :interface => "bond0", -- 2.39.5