]> git.openstreetmap.org Git - chef.git/commitdiff
Add DHCP and DNS for new machines
authorTom Hughes <tom@compton.nu>
Sat, 23 Sep 2023 23:42:29 +0000 (00:42 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 23 Sep 2023 23:42:29 +0000 (00:42 +0100)
cookbooks/bind/templates/default/db.10.erb
cookbooks/dhcpd/templates/default/dhcpd.conf.erb

index d4acc7461bb1b44e4a3fcdd21bd217921e443c63..e6a246d05ea0d33a985cf92566252304fec27a72 100644 (file)
@@ -75,6 +75,8 @@ $TTL  604800
 13.64.0                IN      PTR     longma.dub.openstreetmap.org.
 14.64.0                IN      PTR     smaug.dub.openstreetmap.org.
 15.64.0                IN      PTR     muirdris.dub.openstreetmap.org.
+16.64.0                IN      PTR     fume.dub.openstreetmap.org.
+17.64.0                IN      PTR     grisu.dub.openstreetmap.org.
 50.64.0                IN      PTR     snap-03.dub.openstreetmap.org.
 100.64.0       IN      PTR     pdu1.dub.openstreetmap.org.
 101.64.0       IN      PTR     pdu2.dub.openstreetmap.org.
index 79eca18e69e02d5ff0a13f7b57fde57ea17278fd..cf701e50275604910984eaf933914e094fb445da 100644 (file)
@@ -121,6 +121,12 @@ host fafnir.oob.openstreetmap.org {
   fixed-address fafnir.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 gorwen.oob.openstreetmap.org {
   hardware ethernet d8:9d:67:5f:bd:bc;
   server-name "gorwen.oob.openstreetmap.org";