[dhcp_server] [cloud-noc01] Try again with a shared net

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2019-03-22 17:39:08 +00:00
parent 402e4c20f4
commit d8ec1a4963

View file

@ -313,7 +313,11 @@ shared-network cloud {
} }
# Public VLAN # 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 booting;
allow bootp; allow bootp;
@ -602,23 +606,23 @@ subnet 209.132.184.0 netmask 255.255.255.0 {
option host-name "arm03-soc23"; option host-name "arm03-soc23";
next-server 209.132.184.17; next-server 209.132.184.17;
} }
}
} # community openshift public net
subnet 38.145.48.0 netmask 255.255.254.0 {
# community openshift public net allow booting;
subnet 38.145.48.0 netmask 255.255.254.0 { allow bootp;
allow booting;
allow bootp; option domain-name "fedorainfracloud.org";
option domain-name-servers 66.35.62.163, 152.19.134.150;
option domain-name "fedorainfracloud.org"; option routers 38.145.49.254;
option domain-name-servers 66.35.62.163, 152.19.134.150; #option log-servers 209.132.184.2;
option routers 38.145.49.254; host virthost-os01 {
#option log-servers 209.132.184.2; hardware ethernet 50:9A:4C:63:26:E6;
host virthost-os01 { fixed-address 38.145.48.11;
hardware ethernet 50:9A:4C:63:26:E6; option host-name "virthost-os01.fedorainfracloud.org";
fixed-address 38.145.48.11; next-server 38.145.48.10;
option host-name "virthost-os01.fedorainfracloud.org"; filename "pxelinux.0";
next-server 38.145.48.10; }
filename "pxelinux.0"; }
}
} }