]> git.openstreetmap.org Git - chef.git/commitdiff
Force eth hwaddr on ouroboros before HW switch-out
authorGrant Slater <git@firefishy.com>
Sat, 11 Oct 2014 13:42:50 +0000 (14:42 +0100)
committerGrant Slater <git@firefishy.com>
Sat, 11 Oct 2014 13:42:50 +0000 (14:42 +0100)
roles/ouroboros.rb

index 9b132146c9ae31e7238b37d12108b125920b9c8d..0895ff5b16f3528c6a0157f409296587876a3bbc 100644 (file)
@@ -8,13 +8,15 @@ default_attributes(
         :interface => "eth0",
         :role => :internal,
         :family => :inet,
         :interface => "eth0",
         :role => :internal,
         :family => :inet,
-        :address => "146.179.159.172"
+        :address => "146.179.159.172",
+        :hwaddress => "00:23:7d:ea:81:38"
       },
       :external_ipv4 => {
         :interface => "eth1",
         :role => :external,
         :family => :inet,
       },
       :external_ipv4 => {
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "193.63.75.106"
+        :address => "193.63.75.106",
+        :hwaddress => "00:23:7d:ea:81:3a"
       },
       :external_ipv6 => {
         :interface => "eth1",
       },
       :external_ipv6 => {
         :interface => "eth1",