Comment 10 for bug 1927171

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-quickstart/+/789787
Committed: https://opendev.org/openstack/tripleo-quickstart/commit/851a548a53a8bb784fdf64b29751b507a388b02c
Submitter: "Zuul (22348)"
Branch: master

commit 851a548a53a8bb784fdf64b29751b507a388b02c
Author: Chandan Kumar (raukadah) <email address hidden>
Date: Wed May 5 16:56:36 2021 +0530

    Remove tripleo-ansible dependency

    tripleo-ansible is getting installed in TQ venv via TQE
    requirements.txt file. We are removing that requirements.

    During installation of tripleo-ansible in venv via pip
    causes issues with other packages leading to various module
    import failure.

    It also blocks content provider job as it uses
    podman_container.py module to deploy the content provider
    registry.

    In order to fix all these, we can use the same module
    from tripleo-ansible rpm deployed using repo setup
    and expose it ansible via ansible.cfg library path.

    Closes-Bug: #1927171

    Signed-off-by: Chandan Kumar (raukadah) <email address hidden>

    Depends-On: https://review.opendev.org/c/openstack/tripleo-ci/+/789937
    Change-Id: I37ef9d381e208b5d3cbee4c88bafb2fcf5b4d86d