[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
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,11 +606,10 @@ 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 {
# community openshift public net
subnet 38.145.48.0 netmask 255.255.254.0 {
allow booting;
allow bootp;
@ -621,4 +624,5 @@ subnet 38.145.48.0 netmask 255.255.254.0 {
next-server 38.145.48.10;
filename "pxelinux.0";
}
}
}