diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-05-27 16:55:03 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-05-27 16:55:03 +0200 |
commit | d44a54dd74e8483b941c9a3f48817ddc99a09705 (patch) | |
tree | e13641df93ce892a60ca869d18fda468053221da /global/overlay/etc/puppet/manifests/cosmos-site.pp | |
parent | bccd64de10a0eae752cc77648eaa404f6635b600 (diff) |
add host proxy-tug-3.eduid.sesunet-ops-2014-05-27-v07
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 7d0464c..f77cda6 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -318,6 +318,7 @@ class sunet-dhcp-hosts { # SUNET TUG eduID hosts (KVM host cdr1.sunet.se) dhcp::host { 'backup-tug-3': mac => "52:54:00:f2:7d:54", ip => "130.242.125.84" } + dhcp::host { 'proxy-tug-3': mac => "52:54:00:f2:7d:55", ip => "130.242.125.85" } # SWAMID production dhcp::host { 'registry.swamid': mac => "52:54:00:52:53:0b", ip => "130.242.125.90" } |