Comment 16 for bug 1833609

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

Reviewed: https://review.opendev.org/670445
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=4a66dd3723554d7056bf7bae10f66bdbb099b4e3
Submitter: Zuul
Branch: master

commit 4a66dd3723554d7056bf7bae10f66bdbb099b4e3
Author: Shuicheng Lin <email address hidden>
Date: Fri Jul 12 13:03:49 2019 +0800

    fix armada stuck at processing osh-openstack-ceph-rgw chart

    The issue occur when do swact && lock/unlock standby controller.
    After swact && lock/unlock standby controller, the pod created for
    job doesn't exist any more. So there is no pod for ceph_rgw.
    While armada assumes there is at least 1 pod exist in default, and
    will wait for the pod to be up and ready. For chart without pod, we
    need explicitly declare the resources that need to be waited for in
    armada schema. This declare will override the default wait list in
    armada.
    Change the timeout value to 300s, which should be enough for the 3
    job to be ready.

    Closes-Bug: 1833609

    Change-Id: I5339406cf914cd54f45b3de5df7ff213e8845bfc
    Signed-off-by: Shuicheng Lin <email address hidden>