project-config/nodepool/elements/openstack-repos
Ian Wienand 7801ad35a6 Fix new dib-lint errors
The dib 2.34.0 release uncapped hacking and has found some new minor
issues.  Add missing readmes and fix whitespace.

Change-Id: Ia05e54c26988774bf03b0764a6df5e60e8ddaca8
2020-03-11 10:10:57 +11:00
..
extra-data.d Fix new dib-lint errors 2020-03-11 10:10:57 +11:00
README.rst Update nodepool for OpenDev 2019-04-20 13:40:41 +00:00
element-deps Remove prepare-node element 2017-05-29 18:16:12 -04: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://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'