X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7dea747820c21c7d45070bff703d58534aada3ba..217064420664ee23151c357cf59a3ca0ce82c4cf:/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 dd5a8262e..0f59b6e16 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -112,6 +112,12 @@ host grindtooth.oob.openstreetmap.org { fixed-address grindtooth.oob.openstreetmap.org; } +host horntail.oob.openstreetmap.org { + hardware ethernet 3c:ec:ef:82:ac:d2; + server-name "horntail.oob.openstreetmap.org"; + fixed-address horntail.oob.openstreetmap.org; +} + host idris.oob.openstreetmap.org { hardware ethernet 94:57:a5:50:b5:a0; server-name "idris.oob.openstreetmap.org"; @@ -160,6 +166,12 @@ host noquiklos.oob.openstreetmap.org { fixed-address noquiklos.oob.openstreetmap.org; } +host norbert.oob.openstreetmap.org { + hardware ethernet 3c:ec:ef:82:ac:cf; + server-name "norbert.oob.openstreetmap.org"; + fixed-address norbert.oob.openstreetmap.org; +} + host odin.oob.openstreetmap.org { hardware ethernet ac:1f:6b:c0:59:a3; server-name "odin.oob.openstreetmap.org"; @@ -220,6 +232,12 @@ host snap-02.oob.openstreetmap.org { fixed-address snap-02.oob.openstreetmap.org; } +host snap-03.oob.openstreetmap.org { + hardware ethernet 3c:ec:ef:82:ab:f2; + server-name "snap-03.oob.openstreetmap.org"; + fixed-address snap-03.oob.openstreetmap.org; +} + host smaug.oob.openstreetmap.org { hardware ethernet 00:30:48:9d:57:ff; server-name "smaug.oob.openstreetmap.org";