Comment 4 for bug 1928141

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

Reviewed: https://review.opendev.org/c/starlingx/integ/+/790864
Committed: https://opendev.org/starlingx/integ/commit/764cac1642a8820d169576da3d8d886449d3cf73
Submitter: "Zuul (22348)"
Branch: master

commit 764cac1642a8820d169576da3d8d886449d3cf73
Author: Dan Voiculeasa <email address hidden>
Date: Tue May 11 17:04:01 2021 +0000

    Armada: Fix tiller stuck connecting to postgres database

    Tiller may start executing before IPv6 network is fully initialized.
    This will result in tiller not being fully functional.
    The liveness probe will detect that tiller didn't start properly and
    restart it. But this might happen an unlimited number of times in a row.

    Wait until ping is succesful to the ip of the postgres database.
    This ensures that networking finished setting up.
    Credits to Cole Walker <email address hidden> for proposing the
    idea.

    Depends-On: I177bb628497611eb64472291a04d635856c26590
    Closes-Bug: 1928141
    Signed-off-by: Dan Voiculeasa <email address hidden>
    Change-Id: I9c5be3f30fad2650e6aa53fb80ef44f7798813ed