Comment 4 for bug 1484137

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

Reviewed: https://review.openstack.org/212559
Committed: https://git.openstack.org/cgit/stackforge/fuel-qa/commit/?id=ba298889026f1aeeee490411336a2b91a3c9e12e
Submitter: Jenkins
Branch: master

commit ba298889026f1aeeee490411336a2b91a3c9e12e
Author: Dennis Dmitriev <email address hidden>
Date: Thu Aug 13 17:34:00 2015 +0300

    Add REPLACE_DEFAULT_REPOS_ONLY_ONCE variable to manage repos list

    export REPLACE_DEFAULT_REPOS_ONLY_ONCE=true
     - Along with REPLACE_DEFAULT_REPOS=true , enables replacing default
       repositories only when Fuel admin node has been installed

    export REPLACE_DEFAULT_REPOS_ONLY_ONCE=false
     - Along with REPLACE_DEFAULT_REPOS=true , enables replacing default
       repositories only before a new cluster is created by tests.

    export REPLACE_DEFAULT_REPOS=false
     - Disables replacing repositories, Nailgun keeps it's defaults.

    Change-Id: Ief45650580cdd897bb785f286d850d27baf06adc
    Closes-Bug:#1484137