Update dhcpd config for cloud-noc01

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-03 21:37:48 +00:00
parent 4e4f8f1067
commit ba22bd753b

View file

@ -20,17 +20,33 @@ ddns-update-style none;
#subnet 172.16.9.0 netmask 255.255.255.0 {
#}
# ARM MGMT VLAN
# Internal cloud VLAN
shared-network cloud {
option domain-name "cloud.fedoraproject.org";
option domain-name-servers 66.35.62.163, 152.19.134.150;
subnet 172.23.0.0 netmask 255.255.255.0 {
subnet 172.23.0.0 netmask 255.255.254.0 {
allow booting;
allow bootp;
option routers 172.23.0.2;
option log-servers 172.23.0.2;
option routers 172.23.0.254;
host control01 {
hardware ethernet 40:5C:FD:A5:7F:C1;
fixed-address 172.23.0.5;
option host-name "control01.cloud.fedoraproject.org";
next-server 172.23.0.1;
}
host control02 {
hardware ethernet aa:aa:aa:aa:aa:aa;
fixed-address 172.23.0.6;
option host-name "control02.cloud.fedoraproject.org";
next-server 172.23.0.1;
}
# Transitional
host arm03-packager00-mgmt {
hardware ethernet fc:2f:40:1b:64:4e;
fixed-address 172.23.0.70;
@ -287,7 +303,7 @@ shared-network cloud {
}
}
# ARM VLAN
# Public VLAN
subnet 209.132.184.0 netmask 255.255.255.0 {
allow booting;
allow bootp;