project-config/nodepool/elements/cache-devstack
Dr. Jens Harbott eebe545182
Add py36 variant of get-pip.py
The common version of get-pip.py no longer supports python3.6 or older.
Devstack has amended it's use of this file to use a stable version of
the installer for python3.6 [0]. Pre-cache this version in our images,
too, so that it can be consumed in the CI.

[0] https://review.opendev.org/#/q/Iab2c391d5388461fe9e9037cee81884ce8032e72

Change-Id: Ied14dc7188e27e2a4b144d597b696ee85f25721d
2022-02-02 16:42:04 +01:00
..
element-deps Reorganizes project-config 2014-09-25 11:41:04 -04:00
README.rst Cache zanata cli tools 2017-12-04 16:06:18 +11:00
source-repository-dstat_graph cache-devstack: use dstat_graph from opendev 2021-12-07 13:07:35 +11:00
source-repository-images Add Cirros 0.5.2 to cache 2021-03-08 08:46:15 +00:00
source-repository-pip Add py36 variant of get-pip.py 2022-02-02 16:42:04 +01:00
source-repository-stackviz Update stackviz tarball location 2018-10-04 10:46:08 -07:00
source-repository-zanatacli Update zanata-cli to 4.3.3 2018-03-01 09:03:48 +01:00

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.