Comment 11 for bug 1525967

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (master)

Reviewed: https://review.openstack.org/262168
Committed: https://git.openstack.org/cgit/openstack/fuel-main/commit/?id=cf5e98161297072677211e890a8d7eaafae45087
Submitter: Jenkins
Branch: master

commit cf5e98161297072677211e890a8d7eaafae45087
Author: Dmitry Bilunov <email address hidden>
Date: Tue Dec 29 12:08:13 2015 +0300

    Fix network connectivity issues

    Master node needs an outbound internet connection to download repository
    metadata during admin node bootstrap process. We need to wait until it
    starts building docker containers, then enable the connection and wait
    until the bootstrap process completes.

    This change depends on another patch, which makes 'dockerctl build all'
    much more verbose (https://review.openstack.org/#/c/261062/36).

    Change-Id: Ibcc50bb47bd95dc1675aaf1abddbac375a434e2a
    Depends-On: I77a1d3a32633390c1fe37bbeb81da5d0996972df
    Closes-Bug: 1525967