diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-04-22 10:05:34 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-04-22 10:05:34 +0200 |
commit | 30619211aa4f4eb1818fdfd5e82d00ee3d60021d (patch) | |
tree | 6ce6f7a7593c49f012cc07405256543c356a4e8b /global/overlay/etc/puppet/manifests | |
parent | c06f2a61321594807cb3141d2fc45e64da3d5063 (diff) |
add host auth-lla-3.eduid.sesunet-ops-2014-04-22-v02
Diffstat (limited to 'global/overlay/etc/puppet/manifests')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 806aae0..0b1fa99 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -241,6 +241,8 @@ class sunet-dhcp-hosts { dhcp::host { 'db-lla-3_eth0': mac => "f0:4d:a2:73:4e:08", ip => "130.242.130.148", hostname => 'db-lla-3'; } dhcp::host { 'db-lla-3_eth1': mac => "f0:4d:a2:73:4e:09", ip => "130.242.130.148", hostname => 'db-lla-3'; } + dhcp::host { 'auth-lla-3_eth0': mac => "78:45:c4:f7:8d:41", ip => "130.242.130.149", hostname => 'auth-lla-3'; } + dhcp::host { 'auth-lla-3_eth1': mac => "78:45:c4:f7:8d:42", ip => "130.242.130.149", hostname => 'auth-lla-3'; } # eduID Development subnets |