dhcp: add kernel02.mgmt interface

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-10-02 10:25:15 -07:00
parent 4d0a89d1fd
commit d6eb432287

View File

@@ -1434,3 +1434,9 @@ host openqa-a64-worker06 {
option routers 10.16.174.254;
option subnet-mask 255.255.255.0;
}
host kernel02.mgmt.rdu3.fedoraproject.org {
hardware ethernet 8:3c:a5:36:98:60;
fixed-address 10.16.160.66;
option host-name "kernel02.mgmt.rdu3.fedoraproject.org";
}