backup01: new server
Pushing this now as it's an outage of our backups and I want to get it going asap. It's only affecting backup01. Add dhcp entries for backup01's mgmt and eth0 interface. Use eth0 instead of eno1. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d98e32a15b
commit
4c378b075a
2 changed files with 21 additions and 10 deletions
|
@ -1503,7 +1503,7 @@ host vmhost-02-mgmt {
|
|||
option host-name "vmhost-02-mgmt";
|
||||
}
|
||||
host backup-mgmt {
|
||||
hardware ethernet 74:E6:E2:FB:4D:FC;
|
||||
hardware ethernet C8:4B:D6:8A:39:CC;
|
||||
fixed-address 10.3.160.59;
|
||||
option host-name "backup01";
|
||||
}
|
||||
|
@ -1772,5 +1772,15 @@ host bvmhost-a64-16 {
|
|||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host backup01 {
|
||||
hardware ethernet 6c:fe:54:57:4d:00;
|
||||
fixed-address 10.3.163.40;
|
||||
option host-name "backup01.iad2.fedoraproject.org";
|
||||
filename "uefi/grubx64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
## End of file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue