diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-06-13 10:32:14 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-06-13 10:32:14 +0200 |
commit | ecb417e8ce9a1eca586e2169c615c2bd30c938f8 (patch) | |
tree | 2bf895a0e0b61b2ea27e140298417670858cc9a8 /global | |
parent | d1700b396915613ff4938e3c0e3fa6ccc22af145 (diff) |
change worker-fre-1 IP, 130.242.130.223 was broadcastsunet-ops-2014-06-13-v01
Diffstat (limited to 'global')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 47c702b..07c56b2 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -326,6 +326,8 @@ class sunet-dhcp-hosts { #} # eduID TUG development hosts + dhcp::host { 'worker-fre-1': mac => "52:54:00:a0:01:c4", ip => "130.242.130.196" } + dhcp::host { 'auth-fre-1_eth0': mac => "78:45:c4:f7:91:67", ip => "130.242.130.204", hostname => 'auth-fre-1'; } dhcp::host { 'auth-fre-1_eth1': mac => "78:45:c4:f7:91:68", ip => "130.242.130.204", hostname => 'auth-fre-1'; } @@ -356,7 +358,6 @@ class sunet-dhcp-hosts { dhcp::host { 'userdb-tug-2': mac => "52:54:00:a0:01:de", ip => "130.242.130.222" } - dhcp::host { 'worker-fre-1': mac => "52:54:00:a0:01:df", ip => "130.242.130.223" } #dhcp::host { 'idp-tug-1': mac => "52:54:00:a0:00:92", ip => "194.68.13.146" } |