Comment 2 for bug 1999543

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

Reviewed: https://review.opendev.org/c/starlingx/ansible-playbooks/+/867544
Committed: https://opendev.org/starlingx/ansible-playbooks/commit/a2af4aa40d8ff6eb8a034da63cca66ed295c4e4a
Submitter: "Zuul (22348)"
Branch: master

commit a2af4aa40d8ff6eb8a034da63cca66ed295c4e4a
Author: Li Zhu <email address hidden>
Date: Tue Dec 13 12:01:32 2022 -0500

    Replace ping with wait_for ssh port open in connectivity check

    Subclouds installation occasionally failed due to the failure of ping
    OAM interface of subclouds in the install playbook. The OAM interface
    seems to have taken longer time to become available than ssh port open.
    To check the ssh connection, it's better to use "wait_for" module to
    check the ssh port directly.

    Test plan:
    Verify successful batch subcloud deployment in a scale lab.

    Close-Bug: 1999543

    Signed-off-by: Li Zhu <email address hidden>
    Change-Id: Ib25e9efe36564bce0ad7da3624203ae7821bab89