5640ca8cba
As per the docs change[1], support an 'includes' list so that only images which match at least one entry in the list will be included in the prepare results. This will be useful in a few situations: * Separate ContainerImagePrepare entries with include:[ceph] and exclude[ceph] when this one non-kolla image needs to be treated differently (such as container-check style package updates) * Invoking the tripleo-modify-image[2] on just one or a few images [1] https://review.openstack.org/#/c/553104/2 [2] https://github.com/steveb/ansible-role-tripleo-modify-image Blueprint: container-prepare-workflow Change-Id: I751670f3788898d78f261000c0f51049948e8544
7 lines
246 B
YAML
7 lines
246 B
YAML
---
|
|
features:
|
|
- |
|
|
ContainerImagePrepare entries can now take an `includes` option, which like
|
|
`excludes` will take a list of regex patterns. `includes` will filter
|
|
entries which do not match at least one of the include expressions.
|