1
0
Fork 0
forked from infra/ansible

DHCP: add p10-fco02 builder to the dhcp config

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe 2026-04-14 16:28:57 +01:00
commit 13f80f78db
Signed by: gwmngilfen
SSH key fingerprint: SHA256:dNHcz65ApR68w2TkCIAXDBdt4oNL62Fyx48U7dXWuk0

View file

@ -1703,3 +1703,12 @@ host buildhw-p10-fcos01.rdu3.fedoraproject.org {
option subnet-mask 255.255.255.0;
option host-name "buildhw-p10-fcos01.rdu3.fedoraproject.org";
}
host buildhw-p10-fcos02.rdu3.fedoraproject.org {
hardware ethernet be:86:ed:ba:1a:00;
fixed-address 10.16.171.36;
next-server 10.16.163.10;
option routers 10.16.171.254;
option subnet-mask 255.255.255.0;
option host-name "buildhw-p10-fcos02.rdu3.fedoraproject.org";
}