Comment 4 for bug 1998297

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/865620
Committed: https://opendev.org/openstack/tripleo-ansible/commit/75ada566ba9ea40a4cae42caf3d73a459c1e888e
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 75ada566ba9ea40a4cae42caf3d73a459c1e888e
Author: rabi <email address hidden>
Date: Wed Nov 30 11:42:40 2022 +0530

    Drop ansible-core pin from requirements

    We test latest ansible with scenario jobs, there is
    more problems than benifits of pinning ansible in
    moleclule jobs.

    This also includes:

    Increase ansible-galaxy install timeout to 300s

    ansible-galaxy install has been timing out very frequently.
    Let's increase the timeout (default: 60s) and see if it helps.

    Note: Some jobs like docs, linters can't use the timeout
    option as those still use py3.8 in zed.

    Related-Bug: #1998297
    Change-Id: If75c896b05131ced3ef4d0b71686e66e1271fd88
    (cherry picked from commit 7baae8e14f0c493d3b165220f6b2d246d145d6d3 and
     cherry picked from commit 899ab0e231a0d82f3f8f83ef5921b702731de141)