X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/bed594905942640a53812e404335213395cdec16..7f55df0811600d62bdb34c65c56b3d1928780d34:/cookbooks/dhcpd/templates/default/dhcpd.conf.erb diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index c74db3327..ed4fe2d03 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -55,6 +55,12 @@ host pdu2.ams.openstreetmap.org { fixed-address 10.0.48.101; } +host ats1.ams.openstreetmap.org { + hardware ethernet 00:c0:b7:e5:5e:f1; + server-name "ats1.ams.openstreetmap.org"; + fixed-address 10.0.48.103; +} + host oob1.dub.openstreetmap.org { hardware ethernet 62:bd:62:a6:05:25; server-name "oob1.dub.openstreetmap.org"; @@ -208,14 +214,12 @@ host smaug.oob.openstreetmap.org { hardware ethernet 80:30:e0:3e:d0:62; server-name "smaug.oob.openstreetmap.org"; fixed-address 10.0.65.14; - fixed-address smaug.oob.openstreetmap.org; } host spike-01.oob.openstreetmap.org { hardware ethernet 3c:a8:2a:11:78:d6; server-name "spike-01.oob.openstreetmap.org"; fixed-address 10.0.65.3; - fixed-address spike-01.oob.openstreetmap.org; } host spike-02.oob.openstreetmap.org {