diff --git a/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org index 1be4314f71..0911cce3b4 100644 --- a/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org @@ -313,7 +313,11 @@ shared-network cloud { } # Public VLAN -subnet 209.132.184.0 netmask 255.255.255.0 { +shared-network pubcloud { + option domain-name "cloud.fedoraproject.org"; + option domain-name-servers 66.35.62.163, 152.19.134.150; + + subnet 209.132.184.0 netmask 255.255.255.0 { allow booting; allow bootp; @@ -602,23 +606,23 @@ subnet 209.132.184.0 netmask 255.255.255.0 { option host-name "arm03-soc23"; next-server 209.132.184.17; } + } -} - -# community openshift public net -subnet 38.145.48.0 netmask 255.255.254.0 { - allow booting; - allow bootp; - - option domain-name "fedorainfracloud.org"; - option domain-name-servers 66.35.62.163, 152.19.134.150; - option routers 38.145.49.254; - #option log-servers 209.132.184.2; - host virthost-os01 { - hardware ethernet 50:9A:4C:63:26:E6; - fixed-address 38.145.48.11; - option host-name "virthost-os01.fedorainfracloud.org"; - next-server 38.145.48.10; - filename "pxelinux.0"; - } + # community openshift public net + subnet 38.145.48.0 netmask 255.255.254.0 { + allow booting; + allow bootp; + + option domain-name "fedorainfracloud.org"; + option domain-name-servers 66.35.62.163, 152.19.134.150; + option routers 38.145.49.254; + #option log-servers 209.132.184.2; + host virthost-os01 { + hardware ethernet 50:9A:4C:63:26:E6; + fixed-address 38.145.48.11; + option host-name "virthost-os01.fedorainfracloud.org"; + next-server 38.145.48.10; + filename "pxelinux.0"; + } + } }