zuul-jobs/roles/run-buildset-registry
Paul Belanger 4cc307699d Drop python-passlib from run-buildset-registry
We dont appear to need passlib to be installed, lets remove it.

Change-Id: I933379da30beeda91c2f64cf4a717d2135772f6d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-11-12 15:10:03 +00:00
..
defaults use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00
tasks Drop python-passlib from run-buildset-registry 2020-11-12 15:10:03 +00:00
templates Test buildset registry with k8s and docker 2019-10-28 15:45:39 -07:00
README.rst use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00

Runs a container registry for the use of this buildset.

This may be used for a single job running on a single node, or it may be used at the root of a job graph so that multiple jobs running for a single change can share the registry.

Role Variables

Return Values

Information about the registry.

The host (IP address) of the registry.

The port on which the registry is listening.

The username used to access the registry via HTTP basic auth.

The password used to access the registry via HTTP basic auth.

The (self-signed) certificate used by the registry.