diff options
author | Stefan Wold <swold@sunet.se> | 2014-04-22 09:11:56 +0200 |
---|---|---|
committer | Stefan Wold <swold@sunet.se> | 2014-04-22 09:11:56 +0200 |
commit | c06f2a61321594807cb3141d2fc45e64da3d5063 (patch) | |
tree | a325e673a46feb8f14c0cb5ab8d84c5afa160205 /global | |
parent | 1a82c543ec2bf01dafc990a730d002ca313f374a (diff) |
Added monitor-fre-3sunet-ops-2014-04-22-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 4ed2fe0..806aae0 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -228,6 +228,7 @@ class sunet-dhcp-hosts { dhcp::host { 'signup-fre-3': mac => "52:54:00:06:00:58", ip => "130.242.130.88"; } dhcp::host { 'worker-fre-3': mac => "52:54:00:06:00:59", ip => "130.242.130.89"; } dhcp::host { 'mq-fre-3': mac => "52:54:00:06:00:5a", ip => "130.242.130.90"; } + dhcp::host { 'monitor-fre-3': mac => "52:54:00:06:00:5b", ip => "130.242.130.91"; } dhcp::host { 'db-fre-3_eth0': mac => "f0:4d:a2:73:4f:19", ip => "130.242.130.85", hostname => 'db-fre-3'; } dhcp::host { 'db-fre-3_eth1': mac => "f0:4d:a2:73:4f:1a", ip => "130.242.130.85", hostname => 'db-fre-3'; } |