X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..HEAD:/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 b5c8dae33..2251b92d1 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -1,29 +1,38 @@ # 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; -<% node.interfaces(:role => :internal).each do |interface| -%> +<% node.ipaddresses(:role => :internal, :family => :inet).each do |address| -%> -subnet <%= interface[:network] %> netmask <%= interface[:netmask] %> { +subnet <%= address.network %> netmask <%= address.netmask %> { authoritative; range dynamic-bootp <%= node[:dhcpd][:first_address] %> <%= node[:dhcpd][:last_address] %>; - # option broadcast-address <%= interface[:broadcast] %>; - option routers <%= interface[:gateway] %>; + option routers <%= address.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 domain-name-servers <%= address.gateway %>; + option ntp-servers <%= node[:ntp][:servers].join(", ") %>; + + option time-offset 0; + option PCode "UTC0"; + option TCode "Etc/UTC"; + + next-server <%= address.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.kpxe"; } } <% end -%> @@ -76,10 +85,10 @@ host culebre.oob.openstreetmap.org { fixed-address culebre.oob.openstreetmap.org; } -host draco.oob.openstreetmap.org { - hardware ethernet 9c:8e:99:25:99:7d; - server-name "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 { @@ -94,16 +103,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 { @@ -112,16 +115,16 @@ host fafnir.oob.openstreetmap.org { fixed-address fafnir.oob.openstreetmap.org; } -host gorwen.oob.openstreetmap.org { - hardware ethernet d8:9d:67:5f:bd:bc; - server-name "gorwen.oob.openstreetmap.org"; - fixed-address gorwen.oob.openstreetmap.org; +host fume.oob.openstreetmap.org { + hardware ethernet 54:80:28:67:5e:31; + server-name "fume.oob.openstreetmap.org"; + fixed-address fume.oob.openstreetmap.org; } -host grindtooth.oob.openstreetmap.org { - hardware ethernet 98:4b:e1:6d:77:85; - server-name "grindtooth.oob.openstreetmap.org"; - fixed-address grindtooth.oob.openstreetmap.org; +host grisu.oob.openstreetmap.org { + hardware ethernet 54:80:28:67:61:03; + server-name "grisu.oob.openstreetmap.org"; + fixed-address grisu.oob.openstreetmap.org; } host horntail.oob.openstreetmap.org { @@ -160,18 +163,18 @@ 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 { hardware ethernet 94:57:a5:5f:11:f2; server-name "naga.oob.openstreetmap.org"; @@ -233,7 +236,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; } @@ -352,10 +355,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 {