Comment 6 for bug 1943965

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/810574
Committed: https://opendev.org/openstack/tripleo-ansible/commit/25e4f53ea9f6e396fd47ae8283298e40344dcf3e
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 25e4f53ea9f6e396fd47ae8283298e40344dcf3e
Author: Kevin Carter <email address hidden>
Date: Fri Sep 17 07:40:57 2021 -0500

    fix galaxy meta requirements

    Also takes the opportunity to ignore "meta" directory from molecule
    jobs. Since we apparently can't use "irrevelant_files" with "files",
    we're using a negative look-ahead regexpi[1], to take all BUT "meta.*".

    [1] https://www.regular-expressions.info/lookaround.html

    NOTE: this patch also toggle tripleo-ansible-centos-8-role-addition to
    non-voting in order to get this change merged. This job times out on a
    regular basis, and prevents this needed patch to merge. Follow-up are
    needed, for instance calling "pip-compile" as it's now done here:
    https://review.opendev.org/c/openstack/tripleo-quickstart/+/807491

    Closes-Bug: 1943965
    Change-Id: I84d077c6daefdbeda4fda2d1f8fdd400c7437500
    Signed-off-by: Kevin Carter <email address hidden>
    (cherry picked from commit 1cb8d44e0f2c87a63db69ba239388558b8d01f73)