]> git.openstreetmap.org Git - chef.git/commitdiff
Add address for Dulin OOB machine
authorTom Hughes <tom@compton.nu>
Sun, 26 Sep 2021 23:20:28 +0000 (00:20 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 26 Sep 2021 23:20:28 +0000 (00:20 +0100)
cookbooks/dhcpd/templates/default/dhcpd.conf.erb

index 3fc6e34ce37d37585970502adb08d159cca48bed..1d3ef5bc538a9304aa7fd6d44a85f33437ee1e5e 100644 (file)
@@ -141,6 +141,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";