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

Retry mechanism for discover hosts #2501

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 31, 2024

  1. Retry mechanism for discover hosts

    This retry mechanism is intended to raise an error if no computes are
    found after the dataplane deployment, preventing futher execution of
    tasks (which depend on a successful dataplane deployment)[0].
    Limitation: a discover_hosts execution with --strict option is
    considered successful (exit code 0) when an unmapped host is
    discovered so if for example we have two hosts to discover and only
    one is found no error will be thrown.
    
    [0] https://issues.redhat.com/browse/OSPRH-11052
    rdiazcam committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    609d1e5 View commit details
    Browse the repository at this point in the history