Comment 13 for bug 1996612

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-ci (master)

Reviewed: https://review.opendev.org/c/openstack/tripleo-ci/+/865540
Committed: https://opendev.org/openstack/tripleo-ci/commit/909c83bc625fac1479b281d325e29bb7b2388c3f
Submitter: "Zuul (22348)"
Branch: master

commit 909c83bc625fac1479b281d325e29bb7b2388c3f
Author: Sandeep Yadav <email address hidden>
Date: Thu Nov 24 18:20:24 2022 +0530

    Do not use --debug for image build

    Since Ansible was bumped to 2.14, we've observed the container image
    build process gets stuck in the middle of ansible tasks to generate
    Docker/Buildah files, because of a bug[1] with ansible-runner.

    This removes --debug option from the build command to avoid -vvv option
    in the ansible command, to workaround the above bug.

    Same workaround is added for content-provider already[2], adding same
    workaround for build-containers role.

    [1] https://github.com/ansible/ansible-runner/issues/1164
    [2] https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/864838

    Related-Bug: #1996612
    Change-Id: I498c9cac7815d3d0682835d2bf943594dad2203c