]> git.openstreetmap.org Git - chef.git/commitdiff
Add additional interfaces to bond on karm
authorTom Hughes <tom@compton.nu>
Sat, 21 Mar 2020 12:46:07 +0000 (12:46 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 21 Mar 2020 12:46:07 +0000 (12:46 +0000)
roles/karm.rb

index ab1470756d895e9cfacf0b444d8ae6ec4e43eb8e..9490d64e9f5d443f1f668f950feb902a4a2a7eed 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.48.50",
         :bond => {
-          :slaves => %w[enp1s0f0 enp1s0f1]
+          :slaves => %w[enp1s0f0 enp1s0f1 enp2s0f0 enp2s0f1]
         }
       }
     }