From 31baf155a2c7e6339aae48caef3461cddebdcf43 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Thu, 5 Feb 2015 14:25:25 +0100 Subject: Added new mac adresses for lla machines --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 77f59e0..8cbb4a7 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -405,10 +405,10 @@ class sunet-dhcp-hosts { # eduID LLA hosts - dhcp::host { 'db-lla-3_eth0': mac => "f0:4d:a2:73:4e:08", ip => "130.242.130.148", hostname => 'db-lla-3'; } + dhcp::host { 'db-lla-3_eth0': mac => "b0:83:fe:e2:27:4c", ip => "130.242.130.148", hostname => 'db-lla-3'; } dhcp::host { 'db-lla-3_eth1': mac => "f0:4d:a2:73:4e:09", ip => "130.242.130.148", hostname => 'db-lla-3'; } - dhcp::host { 'auth-lla-3_eth0': mac => "78:45:c4:f7:8d:41", ip => "130.242.130.140", hostname => 'auth-lla-3'; } + dhcp::host { 'auth-lla-3_eth0': mac => "b0:83:fe:e2:27:c6", ip => "130.242.130.140", hostname => 'auth-lla-3'; } dhcp::host { 'auth-lla-3_eth1': mac => "78:45:c4:f7:8d:42", ip => "130.242.130.140", hostname => 'auth-lla-3'; } -- cgit v1.1