diff options
author | Johan Lundberg <lundberg@nordu.net> | 2015-02-05 14:25:25 +0100 |
---|---|---|
committer | Johan Lundberg <lundberg@nordu.net> | 2015-02-05 14:25:25 +0100 |
commit | 31baf155a2c7e6339aae48caef3461cddebdcf43 (patch) | |
tree | 74f3adefa5ea038d8f30408f68b9de6559e1cc52 /global/overlay/etc/puppet/manifests/cosmos-site.pp | |
parent | d178d45c3add03be985701137a6d83f379bdaabf (diff) |
Added new mac adresses for lla machinessunet-ops-2015-02-05-v01
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 |
1 files 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'; } |