From 0eb82e2298a5c8ede55bb9ace259e77190c274c5 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 11 Oct 2014 14:42:50 +0100 Subject: [PATCH] Force eth hwaddr on ouroboros before HW switch-out --- roles/ouroboros.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/ouroboros.rb b/roles/ouroboros.rb index 9b132146c..0895ff5b1 100644 --- a/roles/ouroboros.rb +++ b/roles/ouroboros.rb @@ -8,13 +8,15 @@ default_attributes( :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, - :address => "193.63.75.106" + :address => "193.63.75.106", + :hwaddress => "00:23:7d:ea:81:3a" }, :external_ipv6 => { :interface => "eth1", -- 2.43.2