add dhcpd for cloud-noc01

This commit is contained in:
Stephen Smoogen 2019-05-10 13:53:47 +00:00
parent f269baad46
commit 382fb017bc

View file

@ -617,6 +617,14 @@ shared-network pubcloud {
option domain-name-servers 66.35.62.163, 152.19.134.150;
option routers 38.145.49.254;
#option log-servers 209.132.184.2;
host virthost-cloud01 {
hardware ethernet ec:f4:bb:cd:aa:a4;
fixed-address 38.145.48.5;
option host-name "virthost-cloud01.fedorainfracloud.org";
next-server 38.145.48.10;
filename "pxelinux.0";
}
host virthost-os01 {
hardware ethernet 40:5c:fd:a5:7f:c1;
fixed-address 38.145.48.11;