]> git.openstreetmap.org Git - chef.git/commitdiff
Update VLAN ID for external network in Dublin
authorTom Hughes <tom@compton.nu>
Sat, 25 Sep 2021 10:49:57 +0000 (11:49 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 25 Sep 2021 10:49:57 +0000 (11:49 +0100)
roles/idris.rb

index c7e2c1e3654ccfe404f25bf319d3ee02441ed07f..cc591c5eaabebe93879464b79962dae867ed8988 100644 (file)
@@ -16,13 +16,13 @@ default_attributes(
         }
       },
       :external_ipv4 => {
-        :interface => "bond0.2",
+        :interface => "bond0.101",
         :role => :external,
         :family => :inet,
         :address => "184.104.226.102"
       },
       :external_ipv6 => {
-        :interface => "bond0.2",
+        :interface => "bond0.101",
         :role => :external,
         :family => :inet6,
         :address => "2001:470:1:b3b::6"