diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-10-30 15:55:14 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-10-30 15:55:14 +0100 |
commit | f22c62301444ea8b667b4f7dfc00da2cf1eefc13 (patch) | |
tree | dddde2e76efc3c47b4364db38aa17f18c364f7fb /global | |
parent | 0d0f96cbaa86132751336d1fc9a774fb43680ab5 (diff) |
add proxy-tug-1.eduid.sesunet-ops-2014-10-30-v01
Diffstat (limited to 'global')
-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 7676e61..bfb1cf9 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -429,6 +429,7 @@ class sunet-dhcp-hosts { dhcp::host { 'worker-fre-1': mac => "52:54:00:a0:01:c4", ip => "130.242.130.196" } dhcp::host { 'actions-tug-1': mac => "52:54:00:a0:01:c5", ip => "130.242.130.197" } dhcp::host { 'mq-tug-1': mac => "52:54:00:a0:01:c6", ip => "130.242.130.198" } + dhcp::host { 'proxy-tug-1': mac => "52:54:00:a0:01:c7", ip => "130.242.130.199" } 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'; } |