Add secarch dhcp net and add a cart

This commit is contained in:
Kevin Fenzi 2016-02-22 22:37:58 +00:00
parent ec245188c9
commit bbb6226bca

View file

@ -2021,5 +2021,24 @@ shared-network qa {
}
# secondary arch net
subnet 10.5.129.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "secarch.fedoraproject.org phx2.fedoraproject.org qa.fedoraproject.org fedoraproject.org";
option domain-name-servers 10.5.126.21, 10.5.126.22;
option routers 10.5.126.254;
option log-servers 10.5.126.29;
# option vendor-class-identifier "PXEClient";
# option vendor-encapsulated-options 09:0f:80:00:0c:4e:65:74:77:6f:72:6b:20:62:6f:6f:74:0a:07:00:50:72:6f:6d:70:74:06:01:02:08:03:80:00:00:47:04:80:00:00:00:ff;
host aarch64-c01 {
hardware ethernet 14:58:D0:58:E5:32;
fixed-address 10.5.129.100;
next-server 10.5.126.41;
option host-name "aarch64-c01";
}
}