Hey look ma.. dhcp ranges are cool.

This commit is contained in:
Stephen Smoogen 2014-07-24 17:29:08 +00:00
parent 69670dabd3
commit db9bf35f47

View file

@ -1,171 +1,6 @@
server-identifier noc01.phx2.fedoraproject.org;
ddns-update-style none;
subnet 10.5.130.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "mgmt.fedoraproject.org phx2.fedoraproject.org";
option domain-name-servers 10.5.126.21, 10.5.126.22;
option routers 10.5.130.254;
option log-servers 10.5.126.29;
range 10.5.130.10 10.5.130.20;
host bc1-mgmt {
hardware ethernet 00:11:25:c3:65:46;
fixed-address 10.5.130.221;
option host-name "bc01-mgmt";
}
host junk01-mgmt {
hardware ethernet e4:1f:13:29:24:95;
fixed-address 10.5.130.235;
option host-name "junk01-mgmt";
}
host junk02-mgmt {
hardware ethernet e4:1f:13:29:24:95;
fixed-address 10.5.130.236;
option host-name "junk02-mgmt";
}
host qa01-mgmt {
hardware ethernet 00:21:5e:cb:4f:f1;
fixed-address 10.5.130.185;
option host-name "qa01-mgmt";
}
host qa02-mgmt {
hardware ethernet 00:21:5e:ca:c6:b5;
fixed-address 10.5.130.186;
option host-name "qa02-mgmt";
}
host qa03-mgmt {
hardware ethernet 00:21:5e:ca:c7:65;
fixed-address 10.5.130.187;
option host-name "qa03-mgmt";
}
host qa04-mgmt {
hardware ethernet 00:21:5e:cb:28:15;
fixed-address 10.5.130.188;
option host-name "qa04-mgmt";
}
host qa05-mgmt {
hardware ethernet 00:21:5e:cb:61:b9;
fixed-address 10.5.130.189;
option host-name "qa05-mgmt";
option routers 10.5.130.254;
}
host qa06-mgmt {
hardware ethernet 00:21:5e:ca:51:2d;
fixed-address 10.5.130.190;
option host-name "qa06-mgmt";
}
host qa07-mgmt {
hardware ethernet e4:1f:13:e7:40:01;
fixed-address 10.5.130.191;
option host-name "qa07-mgmt";
}
host qa08-mgmt {
hardware ethernet e4:1f:13:e7:35:95;
fixed-address 10.5.130.192;
option host-name "qa08-mgmt";
}
host virthost-comm01-mgmt {
hardware ethernet 5c:f3:fc:53:db:fd;
fixed-address 10.5.130.207;
option host-name "virthost-comm01-mgmt";
}
host unknown00-mgmt {
hardware ethernet 00:21:5e:5b:19:96;
fixed-address 10.5.130.240;
option host-name "unknown00-mgmt";
}
host unknown01-mgmt {
hardware ethernet 00:1a:64:77:ad:3c;
fixed-address 10.5.130.241;
option host-name "unknown01-mgmt";
}
host unknown02-mgmt {
hardware ethernet 00:1a:64:2c:81:02;
fixed-address 10.5.130.242;
option host-name "unknown02-mgmt";
}
host unknown03-mgmt {
hardware ethernet 00:1a:64:6c:e4:65;
fixed-address 10.5.130.243;
option host-name "unknown03-mgmt";
}
host unknown04-mgmt {
hardware ethernet 00:1a:64:9a:c2:d2;
fixed-address 10.5.130.244;
option host-name "unknown04-mgmt";
}
host unknown05-mgmt {
hardware ethernet 00:1a:64:9a:d9:b7;
fixed-address 10.5.130.245;
option host-name "unknown05-mgmt";
}
host unknown06-mgmt {
hardware ethernet 00:1a:64:9a:da:7f;
fixed-address 10.5.130.246;
option host-name "unknown06-mgmt";
}
host unknown07-mgmt {
hardware ethernet 00:1a:64:cc:eb:be;
fixed-address 10.5.130.247;
option host-name "unknown07-mgmt";
}
host unknown08-mgmt {
hardware ethernet 00:1a:64:9a:c1:97;
fixed-address 10.5.130.231;
option host-name "unknown08-mgmt";
}
host rack50-kvm {
hardware ethernet 00:c0:b7:c5:37:db;
fixed-address 10.5.130.246;
option host-name "rack50-kvm";
}
host temp01-mgmt {
hardware ethernet ac:f2:c5:ed:87:0d;
fixed-address 10.5.130.210;
option host-name "temp01-mgmt.phx2.fedoraproject.org";
}
host temp02-mgmt {
hardware ethernet a4:93:4c:aa:e2:37;
fixed-address 10.5.130.211;
option host-name "temp02-mgmt.phx2.fedoraproject.org";
}
host ppc-comm03-mgmt {
hardware ethernet 5c:f3:fc:00:43:d8;
fixed-address 10.5.130.233;
option host-name "ppc-comm03-mgmt";
}
host ppc-build01-mgmt {
hardware ethernet 5c:f3:fc:2e:92:fe;
fixed-address 10.5.130.215;
option host-name "ppc-build01-mgmt";
}
}
subnet 10.5.126.0 netmask 255.255.255.0 {
allow booting;
@ -646,6 +481,19 @@ subnet 10.5.124.128 netmask 255.255.255.128 {
}
subnet 10.5.127.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "phx2.fedoraproject.org";
option domain-name-servers 10.5.126.21, 10.5.126.22;
option routers 10.5.127.254;
option log-servers 10.5.126.29;
range 10.5.127.230 10.5.127.239;
}
group macs {
allow booting;
allow bootp;
@ -663,6 +511,172 @@ group macs {
}
subnet 10.5.130.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "mgmt.fedoraproject.org phx2.fedoraproject.org";
option domain-name-servers 10.5.126.21, 10.5.126.22;
option routers 10.5.130.254;
option log-servers 10.5.126.29;
range 10.5.130.10 10.5.130.20;
host bc1-mgmt {
hardware ethernet 00:11:25:c3:65:46;
fixed-address 10.5.130.221;
option host-name "bc01-mgmt";
}
host junk01-mgmt {
hardware ethernet e4:1f:13:29:24:95;
fixed-address 10.5.130.235;
option host-name "junk01-mgmt";
}
host junk02-mgmt {
hardware ethernet e4:1f:13:29:24:95;
fixed-address 10.5.130.236;
option host-name "junk02-mgmt";
}
host qa01-mgmt {
hardware ethernet 00:21:5e:cb:4f:f1;
fixed-address 10.5.130.185;
option host-name "qa01-mgmt";
}
host qa02-mgmt {
hardware ethernet 00:21:5e:ca:c6:b5;
fixed-address 10.5.130.186;
option host-name "qa02-mgmt";
}
host qa03-mgmt {
hardware ethernet 00:21:5e:ca:c7:65;
fixed-address 10.5.130.187;
option host-name "qa03-mgmt";
}
host qa04-mgmt {
hardware ethernet 00:21:5e:cb:28:15;
fixed-address 10.5.130.188;
option host-name "qa04-mgmt";
}
host qa05-mgmt {
hardware ethernet 00:21:5e:cb:61:b9;
fixed-address 10.5.130.189;
option host-name "qa05-mgmt";
option routers 10.5.130.254;
}
host qa06-mgmt {
hardware ethernet 00:21:5e:ca:51:2d;
fixed-address 10.5.130.190;
option host-name "qa06-mgmt";
}
host qa07-mgmt {
hardware ethernet e4:1f:13:e7:40:01;
fixed-address 10.5.130.191;
option host-name "qa07-mgmt";
}
host qa08-mgmt {
hardware ethernet e4:1f:13:e7:35:95;
fixed-address 10.5.130.192;
option host-name "qa08-mgmt";
}
host virthost-comm01-mgmt {
hardware ethernet 5c:f3:fc:53:db:fd;
fixed-address 10.5.130.207;
option host-name "virthost-comm01-mgmt";
}
host unknown00-mgmt {
hardware ethernet 00:21:5e:5b:19:96;
fixed-address 10.5.130.240;
option host-name "unknown00-mgmt";
}
host unknown01-mgmt {
hardware ethernet 00:1a:64:77:ad:3c;
fixed-address 10.5.130.241;
option host-name "unknown01-mgmt";
}
host unknown02-mgmt {
hardware ethernet 00:1a:64:2c:81:02;
fixed-address 10.5.130.242;
option host-name "unknown02-mgmt";
}
host unknown03-mgmt {
hardware ethernet 00:1a:64:6c:e4:65;
fixed-address 10.5.130.243;
option host-name "unknown03-mgmt";
}
host unknown04-mgmt {
hardware ethernet 00:1a:64:9a:c2:d2;
fixed-address 10.5.130.244;
option host-name "unknown04-mgmt";
}
host unknown05-mgmt {
hardware ethernet 00:1a:64:9a:d9:b7;
fixed-address 10.5.130.245;
option host-name "unknown05-mgmt";
}
host unknown06-mgmt {
hardware ethernet 00:1a:64:9a:da:7f;
fixed-address 10.5.130.246;
option host-name "unknown06-mgmt";
}
host unknown07-mgmt {
hardware ethernet 00:1a:64:cc:eb:be;
fixed-address 10.5.130.247;
option host-name "unknown07-mgmt";
}
host unknown08-mgmt {
hardware ethernet 00:1a:64:9a:c1:97;
fixed-address 10.5.130.231;
option host-name "unknown08-mgmt";
}
host rack50-kvm {
hardware ethernet 00:c0:b7:c5:37:db;
fixed-address 10.5.130.246;
option host-name "rack50-kvm";
}
host temp01-mgmt {
hardware ethernet ac:f2:c5:ed:87:0d;
fixed-address 10.5.130.210;
option host-name "temp01-mgmt.phx2.fedoraproject.org";
}
host temp02-mgmt {
hardware ethernet a4:93:4c:aa:e2:37;
fixed-address 10.5.130.211;
option host-name "temp02-mgmt.phx2.fedoraproject.org";
}
host ppc-comm03-mgmt {
hardware ethernet 5c:f3:fc:00:43:d8;
fixed-address 10.5.130.233;
option host-name "ppc-comm03-mgmt";
}
host ppc-build01-mgmt {
hardware ethernet 5c:f3:fc:2e:92:fe;
fixed-address 10.5.130.215;
option host-name "ppc-build01-mgmt";
}
}
# ARM MGMT VLAN
subnet 10.5.79.0 netmask 255.255.255.0 {
allow booting;
@ -1550,150 +1564,6 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
option host-name "arm02-builder23";
next-server 10.5.126.41;
}
host arm03-releng00 {
hardware ethernet fc:2f:40:1b:64:4c;
fixed-address 10.5.78.70;
option host-name "arm03-releng00";
next-server 10.5.126.41;
}
host arm03-releng01 {
hardware ethernet fc:2f:40:08:d7:e0;
fixed-address 10.5.78.71;
option host-name "arm03-releng01";
next-server 10.5.126.41;
}
host arm03-releng02 {
hardware ethernet fc:2f:40:a1:f8:34;
fixed-address 10.5.78.72;
option host-name "arm03-releng02";
next-server 10.5.126.41;
}
host arm03-releng03 {
hardware ethernet fc:2f:40:1b:f6:d8;
fixed-address 10.5.78.73;
option host-name "arm03-releng03";
next-server 10.5.126.41;
}
host arm03-qa00 {
hardware ethernet fc:2f:40:16:c8:38;
fixed-address 10.5.78.74;
option host-name "arm03-qa00";
next-server 10.5.126.41;
}
host arm03-qa01 {
hardware ethernet fc:2f:40:9b:1d:d8;
fixed-address 10.5.78.75;
option host-name "arm03-qa01";
next-server 10.5.126.41;
}
host arm03-qa02 {
hardware ethernet fc:2f:40:00:4c:e0;
fixed-address 10.5.78.76;
option host-name "arm03-qa02";
next-server 10.5.126.41;
}
host arm03-qa03 {
hardware ethernet fc:2f:40:57:cb:b4;
fixed-address 10.5.78.77;
option host-name "arm03-qa03";
next-server 10.5.126.41;
}
host arm03-builder08 {
hardware ethernet fc:2f:40:12:6a:24;
fixed-address 10.5.78.78;
option host-name "arm03-builder08";
next-server 10.5.126.41;
}
host arm03-builder09 {
hardware ethernet fc:2f:40:5d:85:88;
fixed-address 10.5.78.79;
option host-name "arm03-builder09";
next-server 10.5.126.41;
}
host arm03-builder10 {
hardware ethernet fc:2f:40:a5:5f:40;
fixed-address 10.5.78.80;
option host-name "arm03-builder10";
next-server 10.5.126.41;
}
host arm03-builder11 {
hardware ethernet fc:2f:40:d2:a1:0c;
fixed-address 10.5.78.81;
option host-name "arm03-builder11";
next-server 10.5.126.41;
}
host arm03-builder12 {
hardware ethernet fc:2f:40:00:a4:c4;
fixed-address 10.5.78.82;
option host-name "arm03-builder12";
next-server 10.5.126.41;
}
host arm03-builder13 {
hardware ethernet fc:2f:40:59:27:b8;
fixed-address 10.5.78.83;
option host-name "arm03-builder13";
next-server 10.5.126.41;
}
host arm03-builder14 {
hardware ethernet fc:2f:40:7b:ab:f4;
fixed-address 10.5.78.84;
option host-name "arm03-builder14";
next-server 10.5.126.41;
}
host arm03-builder15 {
hardware ethernet fc:2f:40:8a:99:94;
fixed-address 10.5.78.85;
option host-name "arm03-builder15";
next-server 10.5.126.41;
}
host arm03-builder16 {
hardware ethernet fc:2f:40:ea:ff:14;
fixed-address 10.5.78.86;
option host-name "arm03-builder16";
next-server 10.5.126.41;
}
host arm03-builder17 {
hardware ethernet fc:2f:40:79:e3:8c;
fixed-address 10.5.78.87;
option host-name "arm03-builder17";
next-server 10.5.126.41;
}
host arm03-builder18 {
hardware ethernet fc:2f:40:7d:0c:98;
fixed-address 10.5.78.88;
option host-name "arm03-builder18";
next-server 10.5.126.41;
}
host arm03-builder19 {
hardware ethernet fc:2f:40:04:29:98;
fixed-address 10.5.78.89;
option host-name "arm03-builder19";
next-server 10.5.126.41;
}
host arm03-builder20 {
hardware ethernet fc:2f:40:3c:50:24;
fixed-address 10.5.78.90;
option host-name "arm03-builder20";
next-server 10.5.126.41;
}
host arm03-builder21 {
hardware ethernet fc:2f:40:cb:4f:64;
fixed-address 10.5.78.91;
option host-name "arm03-builder21";
next-server 10.5.126.41;
}
host arm03-builder22 {
hardware ethernet fc:2f:40:17:c0:ec;
fixed-address 10.5.78.92;
option host-name "arm03-builder22";
next-server 10.5.126.41;
}
host arm03-builder23 {
hardware ethernet fc:2f:40:00:47:3c;
fixed-address 10.5.78.93;
option host-name "arm03-builder23";
next-server 10.5.126.41;
}
host arm04-builder00 {
hardware ethernet fc:2f:40:c9:73:0c;
@ -1840,4 +1710,25 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
next-server 10.5.126.41;
}
host aarch64-01a {
hardware ethernet 2c:59:e5:36:9a:52;
fixed-address 10.5.78.70;
option host-name "aarch64-01a";
next-server 10.5.126.41;
}
host aarch64-02a {
hardware ethernet 2c:59:e5:36:9a:50;
fixed-address 10.5.78.75;
option host-name "aarch64-02a";
next-server 10.5.126.41;
}
host aarch64-03a {
hardware ethernet 2c:59:e5:36:9a:53;
fixed-address 10.5.78.80;
option host-name "aarch64-03a";
next-server 10.5.126.41;
}
}