777ef2221c
As part of the move to zuul jobs building images we've discovered we have a couple of scripts that are invoked by python2. Python2 isn't available be default in the test images and python2 is old enough now that we should just use python3. This change updates things to make it so. We also drop initialize-urandom from our arm builds. We haven't used this with x86 in some time and it was only really an issue for xenial anyway. If x86 xenial doesn't need it then arm shouldn't either. Change-Id: I3821336758b13051e9b331b8feb73fb1f8f1184a |
||
---|---|---|
.. | ||
extra-data.d | ||
element-deps | ||
README.rst |
openstack-repos
Download all repos and packages that might be needed.
Environment variables:
- DIB_CUSTOM_PROJECTS_LIST_URL
-
- Required
-
No
- Default
-
None
- Description
-
Url to a yaml file contains custom list of repos. The custom yaml file has the same structure as the default file: 'https://opendev.org/openstack/project-config/raw/gerrit/projects.yaml' Download only the repos that appear in the custom file rather than downloading all openstack repos that appear in the default file.
- Example
-
DIB_CUSTOM_PROJECTS_LIST_URL='file:///etc//project-config//gerrit//custom_projects.yaml'