two hosts who had wrong dhcp addresses
This commit is contained in:
parent
90524b1526
commit
2cdb577e48
1 changed files with 6 additions and 1 deletions
|
@ -1263,6 +1263,11 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
||||||
fixed-address 10.5.130.143;
|
fixed-address 10.5.130.143;
|
||||||
option host-name "openqa-aarch64-02";
|
option host-name "openqa-aarch64-02";
|
||||||
}
|
}
|
||||||
|
host spare-aarc64-22-mgmt {
|
||||||
|
hardware ethernet e8:6a:64:39:18:99;
|
||||||
|
fixed-address 10.5.130.144;
|
||||||
|
option host-name "spare-aarch64-02";
|
||||||
|
}
|
||||||
host buildvmhost-a64-20-mgmt {
|
host buildvmhost-a64-20-mgmt {
|
||||||
hardware ethernet E8:6A:64:39:18:67;
|
hardware ethernet E8:6A:64:39:18:67;
|
||||||
fixed-address 10.5.130.147;
|
fixed-address 10.5.130.147;
|
||||||
|
@ -1314,7 +1319,7 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
||||||
option host-name "cloudfx01-06";
|
option host-name "cloudfx01-06";
|
||||||
}
|
}
|
||||||
host cloudfx01-07-mgmt {
|
host cloudfx01-07-mgmt {
|
||||||
hardware ethernet 40:5C:FD:A5:80:90;
|
hardware ethernet 40:5c:fd:a5:87:b7;
|
||||||
fixed-address 10.5.130.157;
|
fixed-address 10.5.130.157;
|
||||||
option host-name "cloudfx01-07";
|
option host-name "cloudfx01-07";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue