X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9626c2e9e81b53134c416cca0594fad46aa2dc01..403ae279657f0e780e5c452c74dca9b9f865d516:/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 0f59b6e16..9a33f8d6e 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -1,6 +1,9 @@ # DO NOT EDIT - This file is being maintained by Chef -option architecture-type code 93 = unsigned integer 16; +option arch code 93 = unsigned integer 16; +# ilo5 expects TZ data per rfc4833 +option PCode code 100 = text; +option TCode code 101 = text; default-lease-time 600; max-lease-time 7200; @@ -13,21 +16,34 @@ subnet <%= interface[:network] %> netmask <%= interface[:netmask] %> { option routers <%= interface[:gateway] %>; option domain-name "<%= @domain %>"; option domain-name-servers <%= interface[:gateway] %>; - option ntp-servers <%= node[:ntp][:servers].first %>; - - class "pxeclients" { - match if substring (option vendor-class-identifier, 0, 9) = "PXEClient"; - next-server <%= interface[:gateway] %>; - - if option architecture-type = 00:07 { - filename "netboot.xyz.efi"; - } else { - filename "netboot.xyz.kpxe"; - } + option ntp-servers <%= node[:ntp][:servers].join(", ") %>; + + option time-offset 0; + option PCode "UTC0"; + option TCode "Etc/UTC"; + + next-server <%= interface[:gateway] %>; + + # See https://netboot.xyz/docs/docker/#dhcp-configurations + if exists user-class and ( option user-class = "iPXE" ) { + filename "http://boot.netboot.xyz/menu.ipxe"; + } elsif option arch = encode-int ( 16, 16 ) { + filename "http://boot.netboot.xyz/ipxe/netboot.xyz.efi"; + option vendor-class-identifier "HTTPClient"; + } elsif option arch = 00:07 { + filename "netboot.xyz.efi"; + } else { + filename "netboot.xyz-undionly.kpxe"; } } <% end -%> +host oob1.ams.openstreetmap.org { + hardware ethernet ea:e4:8e:c2:5b:19; + server-name "oob1.ams.openstreetmap.org"; + fixed-address oob1.ams.openstreetmap.org; +} + host pdu1.ams.openstreetmap.org { hardware ethernet 00:c0:b7:e3:e8:f2; server-name "pdu1.ams.openstreetmap.org"; @@ -40,6 +56,12 @@ host pdu2.ams.openstreetmap.org { fixed-address pdu2.ams.openstreetmap.org; } +host oob1.dub.openstreetmap.org { + hardware ethernet 62:bd:62:a6:05:25; + server-name "oob1.dub.openstreetmap.org"; + fixed-address oob1.dub.openstreetmap.org; +} + host pdu1.dub.openstreetmap.org { hardware ethernet 28:29:86:48:f7:f5; server-name "pdu1.dub.openstreetmap.org"; @@ -70,6 +92,12 @@ host draco.oob.openstreetmap.org { fixed-address draco.oob.openstreetmap.org; } +host dribble.oob.openstreetmap.org { + hardware ethernet 80:30:e0:3e:e0:a0; + server-name "dribble.oob.openstreetmap.org"; + fixed-address dribble.oob.openstreetmap.org; +} + host dulcy.oob.openstreetmap.org { hardware ethernet 0c:c4:7a:66:ce:95; server-name "dulcy.oob.openstreetmap.org"; @@ -82,16 +110,10 @@ host eddie.oob.openstreetmap.org { fixed-address eddie.oob.openstreetmap.org; } -host errol.oob.openstreetmap.org { - hardware ethernet 00:e0:81:c0:8d:01; - server-name "errol.oob.openstreetmap.org"; - fixed-address errol.oob.openstreetmap.org; -} - -host eustace.oob.openstreetmap.org { - hardware ethernet 1c:c1:de:71:4d:2e; - server-name "eustace.oob.openstreetmap.org"; - fixed-address eustace.oob.openstreetmap.org; +host faffy.oob.openstreetmap.org { + hardware ethernet 98:f2:b3:21:f6:e2; + server-name "faffy.oob.openstreetmap.org"; + fixed-address faffy.oob.openstreetmap.org; } host fafnir.oob.openstreetmap.org { @@ -148,10 +170,16 @@ host konqi.oob.openstreetmap.org { fixed-address konqi.oob.openstreetmap.org; } -host lockheed.oob.openstreetmap.org { - hardware ethernet 44:1e:a1:57:8f:fe; - server-name "lockheed.oob.openstreetmap.org"; - fixed-address lockheed.oob.openstreetmap.org; +host longma.oob.openstreetmap.org { + hardware ethernet 3c:ec:ef:2f:6d:4e; + server-name "longma.oob.openstreetmap.org"; + fixed-address longma.oob.openstreetmap.org; +} + +host muirdris.oob.openstreetmap.org { + hardware ethernet 80:30:e0:3e:f0:2a; + server-name "muirdris.oob.openstreetmap.org"; + fixed-address muirdris.oob.openstreetmap.org; } host naga.oob.openstreetmap.org { @@ -178,36 +206,12 @@ host odin.oob.openstreetmap.org { fixed-address odin.oob.openstreetmap.org; } -host oob1.dub.openstreetmap.org { - hardware ethernet dc:a6:32:ec:d4:ee; - server-name "oob1.dub.openstreetmap.org"; - fixed-address oob1.dub.openstreetmap.org; -} - -host orm.oob.openstreetmap.org { - hardware ethernet 00:e0:81:c5:26:80; - server-name "orm.oob.openstreetmap.org"; - fixed-address orm.oob.openstreetmap.org; -} - -host ouroboros.oob.openstreetmap.org { - hardware ethernet d4:85:64:4c:3d:00; - server-name "ouroboros.oob.openstreetmap.org"; - fixed-address ouroboros.oob.openstreetmap.org; -} - host pummelzacken.oob.openstreetmap.org { hardware ethernet 00:25:90:cf:72:73; server-name "pummelzacken.oob.openstreetmap.org"; fixed-address pummelzacken.oob.openstreetmap.org; } -host ramoth.oob.openstreetmap.org { - hardware ethernet 0c:c4:7a:af:75:eb; - server-name "ramoth.oob.openstreetmap.org"; - fixed-address ramoth.oob.openstreetmap.org; -} - host ridley.oob.openstreetmap.org { hardware ethernet d4:85:64:52:2d:d8; server-name "ridley.oob.openstreetmap.org"; @@ -239,7 +243,7 @@ host snap-03.oob.openstreetmap.org { } host smaug.oob.openstreetmap.org { - hardware ethernet 00:30:48:9d:57:ff; + hardware ethernet 80:30:e0:3e:d0:62; server-name "smaug.oob.openstreetmap.org"; fixed-address smaug.oob.openstreetmap.org; } @@ -358,10 +362,10 @@ host thorn-03.oob.openstreetmap.org { fixed-address thorn-03.oob.openstreetmap.org; } -host urmel.oob.openstreetmap.org { - hardware ethernet 1c:c1:de:e7:4d:b2; - server-name "urmel.oob.openstreetmap.org"; - fixed-address urmel.oob.openstreetmap.org; +host vhagar.oob.openstreetmap.org { + hardware ethernet 80:30:e0:3e:11:a0; + server-name "vhagar.oob.openstreetmap.org"; + fixed-address vhagar.oob.openstreetmap.org; } host ysera.oob.openstreetmap.org {