Comment 49 for bug 1889122

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

Reviewed: https://review.opendev.org/746990
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=f4d312f18633c6142964075f74ec7afe582a5c3e
Submitter: Zuul
Branch: master

commit f4d312f18633c6142964075f74ec7afe582a5c3e
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