Comment 11 for bug 1850189

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

Reviewed: https://review.opendev.org/696311
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=638487f67b7cdcf3c01331cb057d9a273c4ed50e
Submitter: Zuul
Branch: master

commit 638487f67b7cdcf3c01331cb057d9a273c4ed50e
Author: Stefan Dinescu <email address hidden>
Date: Wed Nov 27 16:10:42 2019 +0200

    Retry applying platform-integ-apps

    In rare cases, platform-integ-apps does and automatic applies
    or re-applies before the kubernetes core system pods are not
    yet ready.

    To fix this issue, we wrap the function that applies applications
    in a retry decorator that retries only when a platform-integ-apps
    specific exception is raised.

    Change-Id: I6b0bf996658079e0c10871254c75045662ad9db4
    Closes-bug: 1850189
    Signed-off-by: Stefan Dinescu <email address hidden>