Comment 13 for bug 1886429

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

Reviewed: https://review.opendev.org/752304
Committed: https://git.openstack.org/cgit/starlingx/integ/commit/?id=a4d7cb98329b95e3182597d19bc09eebe8de34b4
Submitter: Zuul
Branch: master

commit a4d7cb98329b95e3182597d19bc09eebe8de34b4
Author: Jim Gauld <email address hidden>
Date: Wed Sep 16 15:58:09 2020 -0400

    helmv2-cli armada pod running and ready check

    This modifies helmv2-cli check for armada pod readiness.
    There can be multiple kubernetes armada pods in the system, each
    in different condition. This now selects armada pods that are
    running and ready instead of just selecting the first found pod.

    i.e., status.phase 'Running' and status.conditions 'Ready=True'

    Change-Id: Ib998d60f3442835d9dbd8e93bf6aaa54ede2e218
    Closes-Bug: 1886429
    Signed-off-by: Jim Gauld <email address hidden>