Hide Forgot
When using subnet with VLAN and attach public API and external networks The default GW will not be assigned DROUTE will be configured on the Physical interface , but not on the VLAN interface
PR Submitted: https://github.com/theforeman/foreman-installer-staypuft/pull/95 Blocked by pr pending on foreman core
This needs more testing, it seems we ignore defroute setting in kickstart (after networking snippet)
We use following code to detect all interfaces on a host in our kickstart_networking_snippet: IFACES=$(ls -d /sys/class/net/* | while read iface; do readlink $iface | grep -q virtual || echo ${iface##*/}; done) grep -q virtual clears vlan interfaces. I'm not sure who was the author of original snippet and what was the reason. Could someone take a look at this? Reassigning to Mike so he can pick the right person.
PR Available: https://github.com/theforeman/foreman-installer-staypuft/pull/103
Tested rhel-osp-installer-0.4.5-2.el6ost.noarch Public API have GW 10.35.174.254 Tenant got GW via 10.35.160.254 default have GW 192.168.0.1 GW was selected according to public API
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2014-1800.html