]> git.openstreetmap.org Git - chef.git/commitdiff
Add addresses for Dublin PDUs
authorTom Hughes <tom@compton.nu>
Sun, 26 Sep 2021 16:35:59 +0000 (17:35 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 26 Sep 2021 16:35:59 +0000 (17:35 +0100)
cookbooks/dhcpd/templates/default/dhcpd.conf.erb

index c061548ee110c1dffb099c94bfaf5159166c528a..19156de668c2adb72c33ece0305c2ca00a29bd22 100644 (file)
@@ -27,6 +27,18 @@ host pdu2.ams.openstreetmap.org {
   fixed-address pdu2.ams.openstreetmap.org;
 }
 
+host pdu1.dub.openstreetmap.org {
+  hardware ethernet 28:29:86:48:f7:f5;
+  server-name "pdu1.dub.openstreetmap.org";
+  fixed-address pdu1.dub.openstreetmap.org;
+}
+
+host pdu2.dub.openstreetmap.org {
+  hardware ethernet 28:29:86:48:f8:64;
+  server-name "pdu2.dub.openstreetmap.org";
+  fixed-address pdu2.dub.openstreetmap.org;
+}
+
 host clifford.oob.openstreetmap.org {
   hardware ethernet 1c:c1:de:78:20:d6;
   server-name "clifford.oob.openstreetmap.org";