From: Tom Hughes Date: Tue, 21 Mar 2023 08:45:30 +0000 (+0000) Subject: Switch machines in Dublin to use systemd-networkd X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/7a89bfcebf279dba65a0b11d6f72277e1c467e2c Switch machines in Dublin to use systemd-networkd --- 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",