From b84127712370d0442c31dca0ec88f6a5843f63de Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 11 Dec 2016 22:43:16 +0000 Subject: [PATCH] Add DHCP entry for tiamat-22 OOB card --- cookbooks/dhcpd/templates/default/dhcpd.conf.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index 37fed4268..6728745ba 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -164,6 +164,12 @@ host spike-03.oob.openstreetmap.org { fixed-address spike-03.oob.openstreetmap.org; } +host tiamat-22.oob.openstreetmap.org { + hardware ethernet 00:25:90:29:a8:01; + server-name "tiamat-22.oob.openstreetmap.org"; + fixed-address tiamat-22.oob.openstreetmap.org; +} + host thorn-01.oob.openstreetmap.org { hardware ethernet 00:19:bb:35:87:94; server-name "thorn-01.oob.openstreetmap.org"; -- 2.43.2