diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-04-29 12:37:56 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-04-29 12:38:56 +0200 |
commit | 0e9331718dba878570505faa0e28fa57f1e6f762 (patch) | |
tree | b9507b7c299d175cac1ca5725a73d34a05e6fddf /global | |
parent | 30619211aa4f4eb1818fdfd5e82d00ee3d60021d (diff) |
set up network eduid-lla-authsunet-ops-2014-04-29-v01
Diffstat (limited to 'global')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 0b1fa99..f17a254 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -178,6 +178,13 @@ class sunet-dhcp-hosts { range => '' } + dhcp::pool {'eduid-lla-auth': + network => '130.242.130.136', + mask => '255.255.255.248', + gateway => '130.242.130.137', + range => '' + } + # eduID TUG hosts @@ -241,8 +248,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'; } + dhcp::host { 'auth-lla-3_eth0': mac => "78:45:c4:f7:8d:41", ip => "130.242.130.140", hostname => 'auth-lla-3'; } + dhcp::host { 'auth-lla-3_eth1': mac => "78:45:c4:f7:8d:42", ip => "130.242.130.140", hostname => 'auth-lla-3'; } # eduID Development subnets |