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

[18.0-fr1] Backports batch 2 #712

Merged
merged 4 commits into from
Nov 9, 2024

Commits on Nov 8, 2024

  1. Update registry login docs

    ref OSPRH-11281
    
    Signed-off-by: Fabricio Aguiar <[email protected]>
    (cherry picked from commit 6914dd7)
    fao89 authored and jistr committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8257fc8 View commit details
    Browse the repository at this point in the history
  2. Basic ping test for test_with_ceph.

    When both `prelaunch_test_instance` and `ping_test` are true, starts a
    ping during `development_environment` and stop it in
    `_stop_ping_test.yaml`.  Depending on the threashold defined, it will
    ensure that we were able to ping the instance' FIP during the entire
    adoption process.
    
    Currently only activated for jobs that leverage `test_with_ceph.yaml`.
    
    When we got some ping failure but still are under the threshold we add
    a warning to the output, without failing. That might be useful to
    debug the problem later.
    
    We also convert the ping log with human readable date and time for
    easier debugging when the ping test fails or is in warning.
    
    Test is deactivated by default and ping loss should be 0.  All those
    can be configured in the job.
    
    (cherry picked from commit 7b19bd0)
    sathlan authored and jistr committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3b0504d View commit details
    Browse the repository at this point in the history
  3. simplify the wait logic for glance pods

    (cherry picked from commit 5c72957)
    katarimanojk authored and jistr committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f93fe74 View commit details
    Browse the repository at this point in the history
  4. Fix Swift storage migration wait condition

    oc wait fails if the storage instances have not been created yet.
    This fix will retry to ensure it does not fail before instances are
    created.
    
    (cherry picked from commit b999b38)
    cschwede authored and jistr committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e300e87 View commit details
    Browse the repository at this point in the history