mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
dhcp: set name correctly on new openqa worker
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user