]> git.openstreetmap.org Git - chef.git/blobdiff - roles/fafnir.rb
Update VLAN ID for external network in Dublin
[chef.git] / roles / fafnir.rb
index 8050e44a3e53045225b6b6b4ee4c496b92d15c11..76a6efc62163b0f9691743cf8e29e86c14b3cc44 100644 (file)
@@ -10,17 +10,19 @@ default_attributes(
         :family => :inet,
         :address => "10.0.64.2",
         :bond => {
+          :mode => "802.3ad",
+          :lacprate => "fast",
           :slaves => %w[eno1 eno2]
         }
       },
       :external_ipv4 => {
-        :interface => "bond0.2",
+        :interface => "bond0.101",
         :role => :external,
         :family => :inet,
         :address => "184.104.226.98"
       },
       :external_ipv6 => {
-        :interface => "bond0.2",
+        :interface => "bond0.101",
         :role => :external,
         :family => :inet6,
         :address => "2001:470:1:b3b::2"