Comment 7 for bug 1461052

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

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

commit f1b4526fa1b84c894d7e663e2c5f14eb497323af
Author: Matthew Mosesohn <email address hidden>
Date: Wed Aug 19 21:45:43 2015 +0300

    Add sleep for ext config, refactor bootstrap_admin config

    This unbinds the waiting period for enabling external configuration
    of Fuel Master and fuelmenu. Now after fuelmenu runs (enabled or
    not), there is an optional 3000s sleep that is activated when Fuel
    is installed with wait_for_external_config=yes as a kernel parameter.

    This new workflow expects fuel-qa scripts to ssh in, check for
    process named "wait_for_external_config" and then to run
    "pkill -f wait_for_external_config"

    Also refactored showmenu option to use a new config file
    /etc/fuel/bootstrap_admin_node.conf.

    Change-Id: I08686ced0b43ed35c5fcbbe4d2c9102b3483ee0b
    Partial-Bug: #1461052