]> git.openstreetmap.org Git - chef.git/commitdiff
Switch machines in Dublin to use systemd-networkd
authorTom Hughes <tom@compton.nu>
Tue, 21 Mar 2023 08:45:30 +0000 (08:45 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 21 Mar 2023 08:45:30 +0000 (08:45 +0000)
roles/equinix-dub.rb
roles/horntail.rb
roles/naga.rb

index c4f30e2ff90ffe4d4433d3ac89a61b1f2744c9ef..fde95a21abfb1e748a0dd3f79ac9c68c277653f3 100644 (file)
@@ -12,6 +12,7 @@ default_attributes(
     }
   },
   :networking => {
+    :engine => "systemd-networkd",
     :roles => {
       :internal => {
         :inet => {
index 65b0ccd48fed095387e6fa01cac8c12d01a1f5e1..afaf9460d07e3238220b08091618e8e85423ca9c 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to horntail"
 
 default_attributes(
   :networking => {
-    :engine => "systemd-networkd",
     :interfaces => {
       :internal => {
         :interface => "bond0",
index 1fba0b69da9e2c0f4afb4ec1b236fa8e3c604cc1..ab310808a3f038575bd5c9a9c97c4f00802f5d0c 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to naga"
 
 default_attributes(
   :networking => {
-    :engine => "systemd-networkd",
     :interfaces => {
       :internal => {
         :interface => "bond0",