]> git.openstreetmap.org Git - chef.git/blobdiff - roles/karm.rb
Make bond configuration more robust
[chef.git] / roles / karm.rb
index ac28c48d4f3866a35e7880cb328dd2e9712feed4..bb736d72cff3700376f53d98829a9d12c57c4c26 100644 (file)
@@ -5,15 +5,10 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal => {
-        :interface => "bond0",
-        :role => :internal,
         :inet => {
           :address => "10.0.48.50"
         },
         :bond => {
-          :mode => "802.3ad",
-          :lacprate => "fast",
-          :xmithashpolicy => "layer3+4",
           :slaves => %w[enp1s0f0 enp1s0f1 enp2s0f0 enp2s0f1]
         }
       }