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:
parent
b7551004fa
commit
13f80f78db
1 changed files with 9 additions and 0 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue