Comment 54 for bug 1889122

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

Reviewed: https://review.opendev.org/747721
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=78ed3b003901fa7a2df6aba1cc519295a7492e8c
Submitter: Zuul
Branch: stable/train

commit 78ed3b003901fa7a2df6aba1cc519295a7492e8c
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)