bvmhost-p09-01.stg: add correct dhcp entry

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-04-24 17:10:56 -07:00
parent 8b9778777b
commit 990bebe39f

View file

@ -1789,5 +1789,14 @@ host vmhost-x86-09-stg-mgmt {
option host-name "vmhost-x86-09-stg-mgmt";
}
host bvmhost-p09-01-stg {
hardware ethernet b8:ce:f6:88:9a:de;
fixed-address 10.3.167.19;
option host-name "bvmhost-p09-01.stg.iad2.fedoraproject.org";
next-server 10.3.163.10;
option routers 10.3.167.254;
option subnet-mask 255.255.255.0;
}
## End of file