Update dhcpd config for cloud-noc01
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4e4f8f1067
commit
ba22bd753b
1 changed files with 21 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue