Comment 53 for bug 1889122

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

Reviewed: https://review.opendev.org/747720
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=0f67579c4db03731907e28d9d7a28e662ef6d9f7
Submitter: Zuul
Branch: stable/ussuri

commit 0f67579c4db03731907e28d9d7a28e662ef6d9f7
Author: Alex Schultz <email address hidden>
Date: Wed Aug 19 10:30:11 2020 -0600

    Add modify_only_with_source

    Currently the modify_only_with_labels has to query the container
    registry to see what containers we should modify. We can use the source
    in from our service to container mapping to limit which containers we
    want to update. In the upstream CI, we only want to modify the kolla or
    tripleo containers as we want to prevent ceph and other related
    containers from being updated.

    Change-Id: I4bff2b96f7b13bde808f929c3567dcf167f1eacd
    Related-Bug: #1889122
    (cherry picked from commit f4d312f18633c6142964075f74ec7afe582a5c3e)