dhcp: set name correctly on new openqa worker

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-05-09 14:42:43 -07:00
parent aa19191c5a
commit 56c3fb7618

View file

@ -1768,10 +1768,10 @@ host bvmhost-a64-15 {
option subnet-mask 255.255.255.0;
}
host bvmhost-a64-16-mgmt {
host openqa-a64-worker04-mgmt {
hardware ethernet d8:5e:d3:8b:73:d8;
fixed-address 10.3.160.84;
option host-name "bvmhost-a64-16-mgmt";
option host-name "openqa-a64-worker04-mgmt";
}
host openqa-a64-worker04 {