Add first commit for copr-vmhost to dhcp

This commit is contained in:
Stephen Smoogen 2020-03-17 17:07:57 +00:00 committed by Pierre-Yves Chibon
parent b9b08e413f
commit 7c3f7b1b8d

View file

@ -379,5 +379,14 @@ shared-network pubcloud {
# filename "pxelinux.0";
# }
host cloud-virthost01 {
hardware ethernet f4:02:70:d0:05:00 ;
fixed-address 38.145.48.31;
option host-name "cloud-virthost01.fedorainfracloud.org";
next-server 38.145.48.10;
filename "pxelinux.0";
}
}
}