It is used by devstack [1] and kolla-ansible [2]. [1] https://review.opendev.org/c/openstack/devstack/+/930647 [2] https://review.opendev.org/c/openstack/kolla-ansible/+/963155 Change-Id: I87d0fe3e112cb4c783746d1b34d03102eae43fb2 Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
cache-devstack
Pre-cache a range of things into CI images. This element uses the
source-repositories element to acquire files to be cached.
The standard cache location is /opt/cache/files.
A number of strategies are used to get the files to be cached.
We have a number of source-repository-* files for each
package package that should be cached into images.
extra-data.d/55-cache-devstack-repos goes through each
devstack branch and runs the tools/image_list.sh script to
dynamically build a list of files to cache as requested by devstack.
This is mostly virtual machine images, but also some other peripheral
packages.