Comment 17 for bug 1868063

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-common (stable/stein)

Reviewed: https://review.opendev.org/717192
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=217deba8419739efb9f43f840f981d57920eff44
Submitter: Zuul
Branch: stable/stein

commit 217deba8419739efb9f43f840f981d57920eff44
Author: Bogdan Dobrelya <email address hidden>
Date: Thu Apr 2 14:45:15 2020 +0200

    Add ssh timeout for baremetal_deploy

    Mistakingly and historically
    tripleo.baremetal_deploy.v1.deploy_instances used to pass its
    timeout input into ansible connection timeout instead of
    global/deployment timeout.

    To pertain the established tradition for setting connection timeout to
    some timeout, add missing input for ansible connection timeout and give
    it some reasonable value.

    The use of the timeout input to be passed into the real deployment
    timeout parameter is fixed in the scope of the related bug.

    Related-Bug: #1868063

    Change-Id: I7d2fce9f07c98b1770c01cacbae2d17b8e143b3b
    Signed-off-by: Bogdan Dobrelya <email address hidden>
    (cherry picked from commit 3d3afa62dc392236dd3191956ed2bf2f05f3b0e1)