]> git.openstreetmap.org Git - chef.git/commitdiff
Add DHCP and reverse DNS for OOB servers
authorTom Hughes <tom@compton.nu>
Tue, 21 Jun 2022 16:03:06 +0000 (17:03 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 21 Jun 2022 16:03:06 +0000 (17:03 +0100)
cookbooks/bind/templates/default/db.10.erb
cookbooks/dhcpd/templates/default/dhcpd.conf.erb

index 77d7a374fa1e31788f1b043d2ae024481ee4a54d..55c99e6f68d9c62649eba9ed8e797cc051405290 100644 (file)
@@ -98,6 +98,7 @@ $TTL  604800
 53.48.0                IN      PTR     thorn-03.ams.openstreetmap.org.
 100.48.0       IN      PTR     pdu1.ams.openstreetmap.org.
 101.48.0       IN      PTR     pdu2.ams.openstreetmap.org.
+102.48.0       IN      PTR     oob1.ams.openstreetmap.org.
 
 9.49.0         IN      PTR     dulcy.oob.openstreetmap.org.
 10.49.0                IN      PTR     ironbelly.oob.openstreetmap.org.
@@ -123,7 +124,7 @@ $TTL        604800
 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.
-102.64.0       IN      PTR     oob.dub.openstreetmap.org.
+102.64.0       IN      PTR     oob1.dub.openstreetmap.org.
 
 2.65.0         IN      PTR     fafnir.oob.openstreetmap.org.
 3.65.0         IN      PTR     spike-01.oob.openstreetmap.org.
index 34a9236179f1a704df231c1b7a0709dd1ae89b34..69fdb05c5159ef5c6f6f4c7aa2299ba7243ca64b 100644 (file)
@@ -28,6 +28,12 @@ subnet <%= interface[:network] %> netmask <%= interface[:netmask] %> {
 }
 <% end -%>
 
+host oob1.ams.openstreetmap.org {
+  hardware ethernet dc:a6:32:49:56:da;
+  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 +46,12 @@ host pdu2.ams.openstreetmap.org {
   fixed-address pdu2.ams.openstreetmap.org;
 }
 
+host oob1.dub.openstreetmap.org {
+  hardware ethernet f6:43:70:77:29:60;
+  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";