Comment 14 for bug 1850189

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (r/stx.3.0)

Reviewed: https://review.opendev.org/698025
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=d5b39786baf97f0e02bf7b433a7f7641425fe54c
Submitter: Zuul
Branch: r/stx.3.0

commit d5b39786baf97f0e02bf7b433a7f7641425fe54c
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>
    (Cherry-picked from 638487f67b7cdcf3c01331cb057d9a273c4ed50e)