diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-06-04 14:34:00 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-06-04 14:34:00 +0200 |
commit | 2330b01335fa353dc7521bd3d037ad0de703b579 (patch) | |
tree | 1143dec79b22ffa7e45f6a1d67bbecfbbc5c3371 /global/overlay/etc | |
parent | 5ae972e64e89a5228856385d0ce6a79d134b3127 (diff) |
fix eduid-dev-tug-other netmasksunet-ops-2014-06-04-v03
Diffstat (limited to 'global/overlay/etc')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 46435ac..14438cc 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -310,7 +310,7 @@ class sunet-dhcp-hosts { dhcp::pool {'eduid-dev-tug-other': network => '130.242.130.208', - mask => '255.255.255.224', + mask => '255.255.255.240', gateway => '130.242.130.209', range => '' } @@ -326,7 +326,8 @@ class sunet-dhcp-hosts { dhcp::host { 'dash-fre-1': mac => "52:54:00:a0:01:d5", ip => "130.242.130.213" } - dhcp::host { 'idp-fre-1': mac => "52:54:00:a0:01:d6", ip => "130.242.130.214" } + #dhcp::host { 'idp-fre-1': mac => "52:54:00:a0:01:d6", ip => "130.242.130.214" } + dhcp::host { 'worker-fre-1': mac => "52:54:00:a0:01:d6", ip => "130.242.130.214" } dhcp::host { 'idp-tug-1': mac => "52:54:00:a0:01:d7", ip => "130.242.130.215" } @@ -346,7 +347,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" } |