Comment 9 for bug 1477980

Revision history for this message
Alexei Sheplyakov (asheplyakov) wrote : Re: fuelmenu is not skipped even if showmenu is set to 'no'

Apparently there's a race between the network configuration and deployment itself.
The deployment script (/usr/local/sbin/bootstrap_admin_node.sh) gets started very early in boot sequence.
In particular it does not depend on "network is up" (which is kind of ill defined on its own).
This we might be checking for mirror availability before the network interface providing Internet connectivity
gets fully configured (i.e. before the dhcp server had a chance to assign the IP).