Skip to content

Conversation

markgoddard
Copy link
Contributor

It can take a long time to sync and publish all Kolla container images
to the local Pulp service. Sometimes we know we just need to update a
few images. This change adds support for filtering the image list, using
regexes in a similar way to kolla-build.

Example:

kayobe playbook run ... -e stackhpc_pulp_images_kolla_filter='"^glance nova-compute$"'

It can take a long time to sync and publish all Kolla container images
to the local Pulp service. Sometimes we know we just need to update a
few images. This change adds support for filtering the image list, using
regexes in a similar way to kolla-build.

Example:

  kayobe playbook run ... -e stackhpc_pulp_images_kolla_filter='"^glance nova-compute$"'
@markgoddard markgoddard requested a review from a team as a code owner August 24, 2022 10:21
@markgoddard markgoddard self-assigned this Aug 24, 2022
- redis-base
- redis-sentinel

# Whitespace-separated list of regular expressions matching Kolla image names.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

White space separated matches what we have in https://github.com/stackhpc/stackhpc-release-train/pull/121/files. Not related to this PR, as none of the image names contain anyway whitespace, but I had the sudden realisation that this means that the short names for the repositories can't have any whitespace in.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct.

@markgoddard markgoddard merged commit d43c77c into stackhpc/xena Aug 31, 2022
@markgoddard markgoddard deleted the xena-filter-images branch August 31, 2022 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants