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: Improve output of openshift-installer progress and check #61

Merged
merged 2 commits into from
Jan 13, 2023

Commits on Jan 13, 2023

  1. fix: Improve output of openshift-installer progress and check

    The openshift-installer requires up to 60 min to complete.
    You need to check manually if the install process started sucessfully
    or you simply wait 60 min for the results.
    This patch monitors the 'node-bootstrapper' request. Usually such
    request is raised within 6 min. If not, then this is considered as an
    error and the ansible playbook script exits.
    
    The openshift-installer process is not aborted! It is still running.
    
    Signed-off-by: Klaus Smolin <smolin@de.ibm.com>
    smolin-de authored and jacobemery committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0d69d24 View commit details
    Browse the repository at this point in the history
  2. Filter hostname to lowercase

    Added a lowercase jinja filter because some users might type in their hostnames in all caps (like I did) in all.yaml and that causes the task 'wait for control node CSRs (retry every 30s)' to timeout even though the item it's looking for is there.
    
    Signed-off-by: Jacob Emery <jacob.emery@ibm.com>
    jacobemery committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e2d826d View commit details
    Browse the repository at this point in the history