zuul-jobs/roles/use-buildset-registry
James E. Blair b4dc66ec33 use-buildset-registry: protect against /var/user/1000 not existing
This is the case on Xenial; we'll just accept that podman and friends
may not work there.

Change-Id: Icd14e4502ff21640a1948671a475448adaf868f5
2020-03-20 13:28:03 -07:00
..
defaults use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00
library use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00
module_utils use-buildset-registry: Vendor pytoml and remarshal 2019-12-03 14:10:23 -08:00
tasks use-buildset-registry: protect against /var/user/1000 not existing 2020-03-20 13:28:03 -07:00
vars openshift speculative containers 2019-12-06 13:50:25 -08:00
__init__.py use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00
README.rst use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00

Adds a buildset registry to the docker configuration.

Use this role on any host which should use the buildset registry.

Role Variables

Information about the registry, as returned by :zuulrun-buildset-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.