Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken debug_level #5716

Merged
merged 1 commit into from Oct 11, 2017

Commits on Oct 11, 2017

  1. Fix broken debug_level

    Currently, debug_level is documented as a way to change
    the debug output level for both masters and nodes.
    
    debug_level does not currently have any effect.
    
    This commit removes debug_level from openshift_facts
    and properly sets openshift_master_debug_level and
    openshift_node_debug_level to the value of debug_level
    specified in the inventory.
    
    This commit also reorganizes some set_fact tasks
    needed during master upgrades to put all work-around
    set-facts for undefined variables in one place, allowing
    for easier cleanup in the future.  This includes an
    entry for openshift_master_debug_level.
    
    Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1500164
    michaelgugino committed Oct 11, 2017
    Copy the full SHA
    bb1d5f4 View commit details
    Browse the repository at this point in the history