project-config/nodepool/elements/openstack-repos
Ian Wienand 5941b67292 Python3 support for cache-devstack/openstack-repos
Add python3 support for these functions.  Tested with a python3 based
dib in a Xenial environment.  Add __future__ imports so we don't
regress on these bits.

Change-Id: Iddca88cb6c9fbff6383c3597eb81133948b3b420
2017-05-17 15:22:34 +10:00
..
extra-data.d Python3 support for cache-devstack/openstack-repos 2017-05-17 15:22:34 +10:00
install.d diskimage-builder element cleanups for dib-lint 2015-10-08 11:33:03 +11:00
README.rst selective caching of git repos 2016-11-23 13:35:29 +02:00
element-deps Stop installing and running puppet in node builds 2017-04-27 23:23:32 +02:00

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://git.openstack.org/cgit/openstack-infra/project-config/plain/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'